Change arabic language name (#1184)
This commit is contained in:
parent
c240fff0c5
commit
b9b58d4464
@ -23,7 +23,7 @@ export const languages = [
|
|||||||
{ lng: "zh-CN", label: "简体中文", data: require("./locales/zh-CN.json") },
|
{ lng: "zh-CN", label: "简体中文", data: require("./locales/zh-CN.json") },
|
||||||
{
|
{
|
||||||
lng: "ar-SA",
|
lng: "ar-SA",
|
||||||
label: "عربي",
|
label: "العربية",
|
||||||
data: require("./locales/ar-SA.json"),
|
data: require("./locales/ar-SA.json"),
|
||||||
rtl: true,
|
rtl: true,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user