From 2fb5a0030527ac04f1026d80bd8cf12ca3b3f38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 9 Oct 2016 18:11:55 +0200 Subject: i18n: Fix string that broke msgmerge --- tools/translations/extract.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/translations/extract.py b/tools/translations/extract.py index 97bb7494a7..61b07b5799 100755 --- a/tools/translations/extract.py +++ b/tools/translations/extract.py @@ -107,6 +107,7 @@ f.write(main_po) f.close() if (os.name == "posix"): + print("Wrapping template at 79 characters for compatibility with Weblate.") os.system("msgmerge -w79 tools.pot tools.pot > tools.pot.wrap") shutil.move("tools.pot.wrap", "tools.pot") -- cgit v1.2.3