Update potomo.js to work on Linux

This commit is contained in:
Oliver Hamlet
2016-07-22 19:39:14 +01:00
parent 0133979d4f
commit 2e8718e482
+1
View File
@@ -9,6 +9,7 @@ function getMsgfmtPath() {
const paths = [
path.join('C:\\', 'Program Files (x86)', 'Poedit', 'GettextTools', 'bin', 'msgfmt.exe'),
path.join('C:\\', 'cygwin', 'bin', 'msgfmt.exe'),
path.join('/', 'usr', 'bin', 'msgfmt'),
];
for (let i = 0; i < paths.length; ++i) {