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