mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 04:05:04 +03:00
nevermind, run i18next-parser onlyon english and let weblate handle the rest
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { readdir } from "fs/promises";
|
// import { readdir } from "fs/promises";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
contextSeparator: '_',
|
contextSeparator: '_',
|
||||||
@@ -38,7 +38,8 @@ export default {
|
|||||||
lineEnding: 'auto',
|
lineEnding: 'auto',
|
||||||
// Control the line ending. See options at https://github.com/ryanve/eol
|
// 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
|
// An array of the locales in your applications
|
||||||
|
|
||||||
namespaceSeparator: false,
|
namespaceSeparator: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user