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 6f164a0256 - Show all commits
+1 -1
View File
@@ -24,7 +24,7 @@ export const LANGUAGES_RTL = [
'ar' 'ar'
]; ];
const SUPPORTED_LANGUAGES = [ const SUPPORTED_LANGUAGES = [
'en', 'de', 'fr', 'es', 'it', 'pt', 'zh', 'ja', 'ar', 'hi' 'en', 'de', 'fr', 'es', 'it', 'pt'
]; ];
export const i18n = createI18n({ export const i18n = createI18n({