From db95689a8ea748a3c16aba35f82d54d0f6db9e3f Mon Sep 17 00:00:00 2001 From: Renji Yuusei Date: Fri, 14 Mar 2025 06:54:12 +0700 Subject: [PATCH] Remove Vietnamese Language Option from Chinese Localization Files - Updated zh_cn.json and zh_tw.json to remove the Vietnamese language entry while retaining other language options. --- locales/zh_cn.json | 3 +-- locales/zh_tw.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/locales/zh_cn.json b/locales/zh_cn.json index 21eaa96..191a465 100644 --- a/locales/zh_cn.json +++ b/locales/zh_cn.json @@ -17,8 +17,7 @@ "languages": { "en": "English", "zh_cn": "简体中文", - "zh_tw": "繁體中文", - "vi": "越南语" + "zh_tw": "繁體中文" }, "quit_cursor": { "start": "开始退出 Cursor", diff --git a/locales/zh_tw.json b/locales/zh_tw.json index 02d4f74..f0a5a39 100644 --- a/locales/zh_tw.json +++ b/locales/zh_tw.json @@ -17,8 +17,7 @@ "languages": { "en": "English", "zh_cn": "简体中文", - "zh_tw": "繁體中文", - "vi": "越南語" + "zh_tw": "繁體中文" }, "quit_cursor": { "start": "開始退出 Cursor",