mirror of
https://git.axenov.dev/mirrors/cursor-free-vip.git
synced 2026-04-22 22:07:31 +00:00
Add Arabic language option to all locale files and support proper Arabic text display in terminal
- Added "ar" (Arabic) to the languages section in all translation JSON files in the locales directory. - Implemented Arabic text reshaping and bidi support in main.py using arabic_reshaper and python-bidi for correct RTL display in terminal when Arabic is selected.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
"select_chrome_profile": "Выбрать профиль Chrome"
|
||||
},
|
||||
"languages": {
|
||||
"ar": "Арабский",
|
||||
"en": "Английский",
|
||||
"zh_cn": "Упрощенный китайский",
|
||||
"zh_tw": "Традиционный китайский",
|
||||
|
||||
Reference in New Issue
Block a user