diff options
Diffstat (limited to 'upd8.js')
-rwxr-xr-x | upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js index 3527919b..07aaa139 100755 --- a/upd8.js +++ b/upd8.js @@ -5073,7 +5073,7 @@ async function processLanguageFile(file, defaultStrings = null) { return {error: `Could not parse JSON from ${file} (${error}).`}; } - return genStrings(json); + return genStrings(json, defaultStrings); } // Wrapper function for running a function once for all languages. It provides: |