generated from Seekra/repository-template
Add more Languages and switch button #70
+1
-1
@@ -20,7 +20,7 @@ import getCurrentLanguage from './utils/currentLanguage';
|
||||
export const fallbackLocale = 'en';
|
||||
|
||||
const SUPPORTED_LANGUAGES = [
|
||||
'en'
|
||||
'en', 'de', 'fr', 'es', 'it', 'pt', 'zh', 'ja', 'ar', 'hi'
|
||||
|
jakob.scheid marked this conversation as resolved
Outdated
|
||||
];
|
||||
|
||||
export const i18n = createI18n({
|
||||
|
||||
Reference in New Issue
Block a user
Not all of these languages are supported.