Add suported languages in i18n.js

This commit is contained in:
2026-05-20 20:20:57 +02:00
parent a7ff5e2bf4
commit 5a04e2a2f1
+1 -1
View File
@@ -20,7 +20,7 @@ import getCurrentLanguage from './utils/currentLanguage';
export const fallbackLocale = 'en';
const SUPPORTED_LANGUAGES = [
'en'
'en', 'de', 'fr', 'es', 'it', 'pt', 'zh', 'ja', 'ar', 'hi'
];
export const i18n = createI18n({