From 2e8718e4828fa8026f3f6118e0f59aef29629718 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 22 Jul 2016 08:13:27 +0100 Subject: [PATCH] Update potomo.js to work on Linux --- scripts/potomo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/potomo.js b/scripts/potomo.js index f5a34c7f..14472808 100644 --- a/scripts/potomo.js +++ b/scripts/potomo.js @@ -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) {