From 769b3cdf17595a14f4be257ffdf0e0816472bd1a Mon Sep 17 00:00:00 2001 From: Ian <52504170+ibacher@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:59:56 -0500 Subject: [PATCH] (chore) Only auto-generate English translations (#1629) --- tools/i18next-parser.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/i18next-parser.config.js b/tools/i18next-parser.config.js index 50e4f29216..6162d933dc 100644 --- a/tools/i18next-parser.config.js +++ b/tools/i18next-parser.config.js @@ -42,7 +42,7 @@ module.exports = { lineEnding: 'lf', // Control the line ending. See options at https://github.com/ryanve/eol - locales: ['en', 'am', 'es', 'fr', 'km', 'he', 'ar', 'zh', 'zh_CN'], + locales: ['en'], // An array of the locales in your applications namespaceSeparator: ':',