Add more Languages and switch button #70

Merged
jakob.scheid merged 22 commits from feature/add-languages into main 2026-05-22 17:19:25 +02:00
Showing only changes of commit 5a04e2a2f1 - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@ import getCurrentLanguage from './utils/currentLanguage';
export const fallbackLocale = 'en'; export const fallbackLocale = 'en';
const SUPPORTED_LANGUAGES = [ const SUPPORTED_LANGUAGES = [
'en' 'en', 'de', 'fr', 'es', 'it', 'pt', 'zh', 'ja', 'ar', 'hi'
]; ];
export const i18n = createI18n({ export const i18n = createI18n({