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:
yeongpin
2025-03-14 12:12:58 +08:00
parent db95689a8e
commit b761bf0b6d
6 changed files with 17 additions and 8 deletions

View File

@@ -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": {

View File

@@ -17,7 +17,8 @@
"languages": {
"en": "English",
"zh_cn": "简体中文",
"zh_tw": "繁體中文"
"zh_tw": "繁體中文",
"vi": "Vietnamese"
},
"quit_cursor": {
"start": "开始退出 Cursor",

View File

@@ -17,7 +17,8 @@
"languages": {
"en": "English",
"zh_cn": "简体中文",
"zh_tw": "繁體中文"
"zh_tw": "繁體中文",
"vi": "Vietnamese"
},
"quit_cursor": {
"start": "開始退出 Cursor",