--- a/i18n/mki18n.py Tue Oct 03 16:08:00 2017 +0300
+++ b/i18n/mki18n.py Tue Oct 03 16:08:40 2017 +0300
@@ -460,7 +460,7 @@
'--moTarget': 'moTarget',
optionList, pargs = getopt.getopt(sys.argv[1:], validOptions, validLongOptions)
except getopt.GetoptError, e:
@@ -488,11 +488,13 @@
makePO(appDirPath, option['domain'], option['verbose'])
printUsage(e[1] + '\n You must write a file app.fil that contains the list of all files to parse.')
makeMO(appDirPath, option['moTarget'], option['domain'], option['verbose'], option['forceEnglish'])
# -----------------------------------------------------------------------------