nevermind, run i18next-parser onlyon english and let weblate handle the rest

This commit is contained in:
AAGaming
2024-07-08 18:19:13 -04:00
parent 24e1a239cc
commit d634503ffa
+3 -2
View File
@@ -1,4 +1,4 @@
import { readdir } from "fs/promises";
// import { readdir } from "fs/promises";
export default {
contextSeparator: '_',
@@ -38,7 +38,8 @@ export default {
lineEnding: 'auto',
// Control the line ending. See options at https://github.com/ryanve/eol
locales: (await readdir('../backend/decky_loader/locales/')).map(lang => lang.replace(".json", "")),
// locales: (await readdir('../backend/decky_loader/locales/')).map(lang => lang.replace(".json", "")),
locales: ["en-US"],
// An array of the locales in your applications
namespaceSeparator: false,