From 85a06307ae9aa8767f1458e6ea6859cad7293936 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 3 Mar 2021 13:31:06 -0400 Subject: fix defaultStrings not being passed to genStrings --- upd8.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upd8.js b/upd8.js index 3527919..07aaa13 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: -- cgit 1.3.0-6-gf8a5