diff options
Diffstat (limited to 'tools/translations/extract.py')
-rwxr-xr-x | tools/translations/extract.py | 1 |
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") |