From b4139fcca4a73bf07f9104dbe7802bca8316b3e0 Mon Sep 17 00:00:00 2001 From: Yashim Wong Date: Thu, 23 Mar 2023 09:48:39 +0800 Subject: [PATCH] yashim/chore: remove indonesia from production (#7999) --- packages/translations/src/i18next/i18next.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/translations/src/i18next/i18next.ts b/packages/translations/src/i18next/i18next.ts index d05b24504a76..c39ef9d18d62 100644 --- a/packages/translations/src/i18next/i18next.ts +++ b/packages/translations/src/i18next/i18next.ts @@ -24,7 +24,6 @@ const ALL_LANGUAGES = Object.freeze({ export const getAllowedLanguages = () => { const allowed_languages = { EN: 'English', - ID: 'Indonesian', PT: 'Português', ES: 'Español', RU: 'Русский',