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: 'Русский',