diff options
| author | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-06-26 08:53:41 +0200 |
|---|---|---|
| committer | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-06-26 08:53:41 +0200 |
| commit | 3e64e53cd724773c4616b178fd695091f9a7c71a (patch) | |
| tree | ea2d87e2c5b6cac409113842d89c850b848eac1e /frontend/i18next-parser.config.mjs | |
| parent | ef9afa8cbca29a3dd83454f44264a4682e968c59 (diff) | |
| download | decky-loader-3e64e53cd724773c4616b178fd695091f9a7c71a.tar.gz decky-loader-3e64e53cd724773c4616b178fd695091f9a7c71a.zip | |
feat: Added detailed message for permission error and clean up english language from unused strings.
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 9d4b114d..8de58cfc 100644 --- a/frontend/i18next-parser.config.mjs +++ b/frontend/i18next-parser.config.mjs @@ -36,7 +36,7 @@ export default { lineEnding: 'auto', // Control the line ending. See options at https://github.com/ryanve/eol - locales: ['en-US', 'it-IT'], + locales: ['en-US'], // An array of the locales in your applications namespaceSeparator: false, |
