feat(i18n): swap Italian and Portuguese in the available languages array

This increases the accessibility of the languages selection.
This commit is contained in:
2026-07-01 13:36:54 +02:00
committed by Gitea
parent 235cf04b09
commit 8d690ac875
+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({