generated from Seekra/repository-template
Include flags in the language name translations instead of hard-coding it in the language switch button component
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ export const fallbackLocale = 'en';
|
||||
export const LANGUAGES_RTL = [
|
||||
'ar'
|
||||
];
|
||||
const SUPPORTED_LANGUAGES = [
|
||||
export const SUPPORTED_LANGUAGES = [
|
||||
'en',
|
||||
'de',
|
||||
'fr',
|
||||
|
||||
Reference in New Issue
Block a user