mirror of
https://git.axenov.dev/mirrors/cursor-free-vip.git
synced 2026-01-03 09:19:27 +03:00
Update localization and versioning for Vietnamese support
- Increment version to 1.7.07 in .env file. - Add Vietnamese language support in main.py and localization files (vi.json, zh_cn.json, zh_tw.json). - Translate Chinese language options to English in localization files.
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
"disable_auto_update": "Tắt Tự Động Cập Nhật Cursor"
|
||||
},
|
||||
"languages": {
|
||||
"en": "Tiếng Anh",
|
||||
"zh_cn": "Tiếng Trung (Giản Thể)",
|
||||
"zh_tw": "Tiếng Trung (Phồn Thể)",
|
||||
"en": "English",
|
||||
"zh_cn": "简体中文",
|
||||
"zh_tw": "繁體中文",
|
||||
"vi": "Tiếng Việt"
|
||||
},
|
||||
"quit_cursor": {
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
"languages": {
|
||||
"en": "English",
|
||||
"zh_cn": "简体中文",
|
||||
"zh_tw": "繁體中文"
|
||||
"zh_tw": "繁體中文",
|
||||
"vi": "Vietnamese"
|
||||
},
|
||||
"quit_cursor": {
|
||||
"start": "开始退出 Cursor",
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
"languages": {
|
||||
"en": "English",
|
||||
"zh_cn": "简体中文",
|
||||
"zh_tw": "繁體中文"
|
||||
"zh_tw": "繁體中文",
|
||||
"vi": "Vietnamese"
|
||||
},
|
||||
"quit_cursor": {
|
||||
"start": "開始退出 Cursor",
|
||||
|
||||
Reference in New Issue
Block a user