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