Skip to content

Commit

Permalink
Merge pull request WeblateOrg#10 from superDross/fix-source-lang-key-…
Browse files Browse the repository at this point in the history
…error

Bug causing add source to fail from component object
  • Loading branch information
superDross committed Sep 15, 2020
2 parents cd1ea6d + a735053 commit 1774ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wlc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def add_source_string(self, msgid, msgstr):
component=self.slug,
msgid=msgid,
msgstr=msgstr,
source_language=self.source_language,
source_language=self.source_language["code"],
)


Expand Down

0 comments on commit 1774ae4

Please sign in to comment.