diff options
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, |
