mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Change arabic language name (#1184)
This commit is contained in:
parent
c240fff0c5
commit
b9b58d4464
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue