enable python3 to run po/update_po.py
This commit is contained in:
parent
542450bf6d
commit
14ccc01acb
@ -66,7 +66,7 @@ if sys.platform == 'win32':
|
||||
|
||||
# Others OS
|
||||
|
||||
elif sys.platform in ['linux2', 'darwin', 'cygwin']:
|
||||
elif sys.platform in ['linux', 'linux2', 'darwin', 'cygwin']:
|
||||
msgmergeCmd = 'msgmerge'
|
||||
msgfmtCmd = 'msgfmt'
|
||||
msgattribCmd = 'msgattrib'
|
||||
|
Loading…
Reference in New Issue
Block a user