Skip to content

Commit

Permalink
Geneate MO for terminal-quest
Browse files Browse the repository at this point in the history
  • Loading branch information
mandre committed Apr 12, 2020
1 parent a8ca5af commit 278442b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pull_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ def copy_terminal_quest_assets(assets_dir, lang):
# podir projects have a dir per lang
if project["name"] == "terminal-quest":
create_terminal_quest_assets(tmpdirname, lang)
build_mo(project, os.path.join(tmpdirname, lang), lang)
copy_mo_file(project, os.path.join(tmpdirname, lang), lang)

# This is only valid for gettext projects
if glob.glob(os.path.join(tmpdirname, "*.po")):
Expand Down

0 comments on commit 278442b

Please sign in to comment.