fix extract-po-string.py

This commit is contained in:
Damien Elmes 2020-04-01 17:49:31 +10:00
parent dfa1ce6429
commit 5392bd8e28

View file

@ -139,6 +139,8 @@ def add_message(fname, key, translation):
print() print()
input("proceed? ctrl+c to abort") input("proceed? ctrl+c to abort")
i18ndir = os.path.join(os.path.dirname(ftl_filename), "..")
# for each language's translation # for each language's translation
for lang, translation in to_insert: for lang, translation in to_insert:
if lang == "en": if lang == "en":