From 403efbbca91800bb19fd775a6e0c053205ed3a9a Mon Sep 17 00:00:00 2001 From: Dennis Kigen Date: Tue, 12 Mar 2024 21:47:44 +0300 Subject: [PATCH] (chore) Only auto-generate English translations (#231) --- i18next-parser.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18next-parser.config.js b/i18next-parser.config.js index a46a32f..c720f96 100644 --- a/i18next-parser.config.js +++ b/i18next-parser.config.js @@ -42,7 +42,7 @@ module.exports = { lineEnding: 'auto', // Control the line ending. See options at https://github.com/ryanve/eol - locales: ['en', 'am', 'es', 'fr', 'km', 'he'], + locales: ['en'], // An array of the locales in your applications namespaceSeparator: ':',