diff options
| author | kmoshax <128246041+kmoshax@users.noreply.github.com> | 2025-04-08 18:26:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-08 18:26:05 +0300 |
| commit | d956f7834791bc0df6bb729069a56f6b7aaa0baa (patch) | |
| tree | 9524680b4352c419618b9ad0496922f62b036165 /web/assets | |
| parent | 8ef447a997aa3ad0e2f333b1b71c2cbc91a40395 (diff) | |
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
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/js/util/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/assets/js/util/index.js b/web/assets/js/util/index.js index dedf5c64..1946eacf 100644 --- a/web/assets/js/util/index.js +++ b/web/assets/js/util/index.js @@ -681,6 +681,11 @@ class URLBuilder { class LanguageManager { static supportedLanguages = [ { + name: "العربية", + value: "ar-EG", + icon: "🇪🇬", + }, + { name: "English", value: "en-US", icon: "🇺🇸", |
