Update language files and fix UI issues
This commit is contained in:
11
src/i18n/support-language.ts
Normal file
11
src/i18n/support-language.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// Please add new language code to supportLanguage array
|
||||
export const supportLanguage = [
|
||||
{
|
||||
label: "English",
|
||||
value: "en"
|
||||
},
|
||||
{
|
||||
label: "മലയാളം",
|
||||
value: "ml"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user