From 242248ba8720b5e98b039249ffb251b744ba3726 Mon Sep 17 00:00:00 2001 From: Ian <52504170+ibacher@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:36:05 -0500 Subject: [PATCH] (chore) Only auto-generate English translations (#25) --- 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 20715da..6c14d75 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: ":",