generated from Seekra/repository-template
feat(i18n): swap Italian and Portuguese in the available languages array
This increases the accessibility of the languages selection.
This commit is contained in:
+2
-2
@@ -28,8 +28,8 @@ export const SUPPORTED_LANGUAGES = [
|
||||
'de',
|
||||
'fr',
|
||||
'es',
|
||||
'it',
|
||||
'pt'
|
||||
'pt',
|
||||
'it'
|
||||
];
|
||||
|
||||
export const i18n = createI18n({
|
||||
|
||||
Reference in New Issue
Block a user