add ko and ar

This commit is contained in:
rustdesk
2024-10-22 17:06:21 +08:00
parent f98238482e
commit d41d515b15
16 changed files with 1763 additions and 14 deletions

View File

@@ -23,6 +23,9 @@ export const LOCALES_SETTING: LocaleSetting = {
"ja": {
"label": "日本語"
},
"ko": {
"label": "한국어"
},
"pt": {
"label": "Português"
},
@@ -34,12 +37,10 @@ export const LOCALES_SETTING: LocaleSetting = {
"label": "繁體中文",
"lang": "zh-TW"
},
/*
"ar": {
"label": "العربية",
"dir": "rtl"
},
*/
};
interface LocaleSetting {