1
0

Add missing files to localization

This commit is contained in:
Johann Bauer
2018-03-09 18:59:15 +01:00
parent 08aee6a857
commit 084b1e86ef
2 changed files with 47 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ os.chdir('..')
# Generate fresh translation template
if not os.path.exists('lib/locale'):
os.mkdir('lib/locale')
cmd = 'xgettext -s --no-wrap -f app.fil --output=lib/locale/messages.pot'
cmd = 'xgettext -s --from-code UTF-8 --no-wrap -f app.fil --output=lib/locale/messages.pot'
print('Generate template')
os.system(cmd)