summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-10-09 18:11:55 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-10-09 18:11:55 +0200
commit2fb5a0030527ac04f1026d80bd8cf12ca3b3f38b (patch)
treee247b6157eaa98cfec909f88ace41ef1b873f6a4 /tools
parent0812ad8d270443a1e78658b7cd95aa85c385cead (diff)
i18n: Fix string that broke msgmerge
Diffstat (limited to 'tools')
-rwxr-xr-xtools/translations/extract.py1
1 files changed, 1 insertions, 0 deletions
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")