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) {