mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-17 04:34:40 +03:00
feat: add Arabic language (#2880)
* translation: add Arabic support into language manager * translation: add Arabic language support * translation: add Arabic language support in README files
This commit is contained in:
@@ -680,6 +680,11 @@ class URLBuilder {
|
||||
|
||||
class LanguageManager {
|
||||
static supportedLanguages = [
|
||||
{
|
||||
name: "العربية",
|
||||
value: "ar-EG",
|
||||
icon: "🇪🇬",
|
||||
},
|
||||
{
|
||||
name: "English",
|
||||
value: "en-US",
|
||||
|
||||
Reference in New Issue
Block a user