Skip to content

Commit

Permalink
l10n: Pull translations from Transifex.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed May 26, 2019
1 parent 9190a8f commit c85110c
Show file tree
Hide file tree
Showing 8 changed files with 1,186 additions and 109 deletions.
4 changes: 2 additions & 2 deletions Deploy/l10n.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ def write_block(file, block, indent):
endl)
rsrc = block[str_id]
for lng_id in self.languages:
if lng_id not in rsrc:
continue
if lng_id not in rsrc:
continue
write_resource(
file, lng_id, rsrc[lng_id], indent + ' ')
file.write(
Expand Down
Loading

0 comments on commit c85110c

Please sign in to comment.