Format SUPPORTED_LANGUAGES more readable

This commit is contained in:
2026-05-21 22:06:23 +02:00
parent 6f164a0256
commit 420f47dca4
+6 -1
View File
@@ -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({