diff --git a/po/update_po.py b/po/update_po.py index 2742c543b..2feac19b5 100644 --- a/po/update_po.py +++ b/po/update_po.py @@ -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'