Update localization strings and settings

This commit is contained in:
n4ze3m
2024-03-27 20:00:13 +05:30
parent 65774fe844
commit f5eca6a97b
7 changed files with 15 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ i18n
resources: {
en: en,
ml: ml,
"zh-CN": zh,
zh: zh
},
fallbackLng: "en",

View File

@@ -7,9 +7,9 @@ export const supportLanguage = [
{
label: "മലയാളം",
value: "ml"
}
},
{
label: "Chinese",
value: "zh"
label: "简体中文",
value: "zh-CN"
}
]