diff options
| author | K900 <me@0upti.me> | 2024-06-27 11:46:47 +0300 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-06-29 16:53:57 -0400 |
| commit | 5697d98862efa81a8ad3651e9ef68d754a58ea90 (patch) | |
| tree | d131979bb50d60dbeecf4699e5c0582d5bca400e /frontend/i18next-parser.config.mjs | |
| parent | 6cd4fb5553e4e0cb89834743286ec91fa8a02731 (diff) | |
| download | decky-loader-5697d98862efa81a8ad3651e9ef68d754a58ea90.tar.gz decky-loader-5697d98862efa81a8ad3651e9ef68d754a58ea90.zip | |
treewide: fix package structure
The static files need to be inside the module to be installed correctly
as part of the module.
Diffstat (limited to 'frontend/i18next-parser.config.mjs')
| -rw-r--r-- | frontend/i18next-parser.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/i18next-parser.config.mjs b/frontend/i18next-parser.config.mjs index 8de58cfc..0e36964d 100644 --- a/frontend/i18next-parser.config.mjs +++ b/frontend/i18next-parser.config.mjs @@ -43,7 +43,7 @@ export default { // Namespace separator used in your translation keys // If you want to use plain english keys, separators such as `.` and `:` will conflict. You might want to set `keySeparator: false` and `namespaceSeparator: false`. That way, `t('Status: Loading...')` will not think that there are a namespace and three separator dots for instance. - output: '../backend/locales/$LOCALE.json', + output: '../backend/decky_loader/locales/$LOCALE.json', // Supports $LOCALE and $NAMESPACE injection // Supports JSON (.json) and YAML (.yml) file formats // Where to write the locale files relative to process.cwd() |
