Add missing files to localization
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user