mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
feat(wip): add Arabic support
This commit is contained in:
parent
adea2b6d57
commit
97492c71b2
8 changed files with 6 additions and 2 deletions
3
app/.gitignore
vendored
3
app/.gitignore
vendored
|
@ -22,3 +22,6 @@ cache
|
|||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# language
|
||||
src/language/**/*.mo
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
"ru_RU": "Ru",
|
||||
"vi_VN": "Vi",
|
||||
"ko_KR": "한글",
|
||||
"tr_TR": "Tr"
|
||||
"tr_TR": "Tr",
|
||||
"ar": "عَرَبِيّ"
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
en zh_CN zh_TW fr_FR es ru_RU vi_VN ko_KR tr_TR
|
||||
ar en zh_CN zh_TW fr_FR es ru_RU vi_VN ko_KR tr_TR
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue