generated from Seekra/repository-template
Add more Languages and switch button #70
+6
-1
@@ -24,7 +24,12 @@ export const LANGUAGES_RTL = [
|
|||||||
'ar'
|
'ar'
|
||||||
];
|
];
|
||||||
const SUPPORTED_LANGUAGES = [
|
const SUPPORTED_LANGUAGES = [
|
||||||
'en', 'de', 'fr', 'es', 'it', 'pt'
|
'en',
|
||||||
|
'de',
|
||||||
|
'fr',
|
||||||
|
'es',
|
||||||
|
'it',
|
||||||
|
'pt'
|
||||||
];
|
];
|
||||||
|
|
||||||
export const i18n = createI18n({
|
export const i18n = createI18n({
|
||||||
|
|||||||
Reference in New Issue
Block a user