diff -r 19f19c66b67e -r 63f4af6bf6d9 i18n/mki18n.py --- a/i18n/mki18n.py Wed Aug 16 13:49:02 2017 +0300 +++ b/i18n/mki18n.py Wed Aug 16 13:56:36 2017 +0300 @@ -88,7 +88,7 @@ # ---------------- # -__author__ = "Pierre Rouleau" +__author__ = "Pierre Rouleau" __version__ = "$Revision: 1.5 $" # ----------------------------------------------------------------------------- @@ -436,7 +436,7 @@ printUsage('Missing argument: specify at least one of -m or -p (or both).') sys.exit(1) # If there is some arguments, parse the command line - validOptions = "ehmpv" + validOptions = "ehmpv" validLongOptions = ['domain=', 'moTarget='] option = {} option['forceEnglish'] = 0