diff options
| author | AAGaming <aagaming@riseup.net> | 2024-07-08 18:19:13 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-07-08 18:19:13 -0400 |
| commit | d634503ffa8879c377da7ca50a970a6d1c124205 (patch) | |
| tree | 44ae1deb04261b67348d94c216b6adb3dcc5ffa7 /frontend/i18next-parser.config.mjs | |
| parent | 24e1a239cc4b205d8beefce4051ffba078686c96 (diff) | |
| download | decky-loader-d634503ffa8879c377da7ca50a970a6d1c124205.tar.gz decky-loader-d634503ffa8879c377da7ca50a970a6d1c124205.zip | |
nevermind, run i18next-parser onlyon english and let weblate handle the rest
Diffstat (limited to 'frontend/i18next-parser.config.mjs')
| -rw-r--r-- | frontend/i18next-parser.config.mjs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/i18next-parser.config.mjs b/frontend/i18next-parser.config.mjs index 4d592645..b8d23733 100644 --- a/frontend/i18next-parser.config.mjs +++ b/frontend/i18next-parser.config.mjs @@ -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, |
