diff --git a/qt/po/scripts/extract-po-string.py b/qt/po/scripts/extract-po-string.py index 68f381a42..63afdfbaa 100644 --- a/qt/po/scripts/extract-po-string.py +++ b/qt/po/scripts/extract-po-string.py @@ -139,6 +139,8 @@ def add_message(fname, key, translation): print() input("proceed? ctrl+c to abort") +i18ndir = os.path.join(os.path.dirname(ftl_filename), "..") + # for each language's translation for lang, translation in to_insert: if lang == "en":