Change arabic language name (#1184)

This commit is contained in:
Adil HADDAOUI 2020-04-03 13:40:01 +01:00 committed by GitHub
parent c240fff0c5
commit b9b58d4464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ export const languages = [
{ lng: "zh-CN", label: "简体中文", data: require("./locales/zh-CN.json") },
{
lng: "ar-SA",
label: "عربي",
label: "العربية",
data: require("./locales/ar-SA.json"),
rtl: true,
},