From 3e64e53cd724773c4616b178fd695091f9a7c71a Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Mon, 26 Jun 2023 08:53:41 +0200 Subject: feat: Added detailed message for permission error and clean up english language from unused strings. --- frontend/i18next-parser.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/i18next-parser.config.mjs') 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, -- cgit v1.2.3