Remove unsupported languages from SUPPORTED_LANGUAGES

This commit is contained in:
2026-05-21 22:06:02 +02:00
parent b30aea57ad
commit 6f164a0256
+1 -1
View File
@@ -24,7 +24,7 @@ export const LANGUAGES_RTL = [
'ar'
];
const SUPPORTED_LANGUAGES = [
'en', 'de', 'fr', 'es', 'it', 'pt', 'zh', 'ja', 'ar', 'hi'
'en', 'de', 'fr', 'es', 'it', 'pt'
];
export const i18n = createI18n({