mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 13:32:24 +00:00
translation: add Arabic support into language manager
This commit is contained in:
parent
520f7a2d15
commit
52fed72e7f
1 changed files with 5 additions and 0 deletions
|
@ -680,6 +680,11 @@ class URLBuilder {
|
|||
|
||||
class LanguageManager {
|
||||
static supportedLanguages = [
|
||||
{
|
||||
name: "العربية",
|
||||
value: "ar-EG",
|
||||
icon: "🇪🇬",
|
||||
},
|
||||
{
|
||||
name: "English",
|
||||
value: "en-US",
|
||||
|
|
Loading…
Reference in a new issue