From 5392bd8e28f8cdde4ffba02680c0eb6c5ebcbe56 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 1 Apr 2020 17:49:31 +1000 Subject: [PATCH] fix extract-po-string.py --- qt/po/scripts/extract-po-string.py | 2 ++ 1 file changed, 2 insertions(+) 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":