summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/po2ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/po2ts b/contrib/po2ts
index 4d349663d..a135da61b 100755
--- a/contrib/po2ts
+++ b/contrib/po2ts
@@ -36,7 +36,7 @@ if (!m) {
}
const lang = m[1];
-const pojson = po2json.parseFileSync(filename);
+const pojson = po2json.parseFileSync(filename, { format: "jed1.x", fuzzy: true });
const s =
"strings['" + lang + "'] = " + JSON.stringify(pojson, null, " ") + ";\n";
console.log(s);