Feat(i18n): swap Italian and Portuguese in the available languages array #121

Merged
jakob.scheid merged 1 commits from feature/update-languages-order into main 2026-07-01 13:39:55 +02:00
Showing only changes of commit 8d690ac875 - Show all commits
+2 -2
View File
@@ -28,8 +28,8 @@ export const SUPPORTED_LANGUAGES = [
'de', 'de',
'fr', 'fr',
'es', 'es',
'it', 'pt',
'pt' 'it'
]; ];
export const i18n = createI18n({ export const i18n = createI18n({