about summary refs log tree commit diff
path: root/src/locale/languages.ts
diff options
context:
space:
mode:
authorQuang Phan <vnphanquang@gmail.com>2024-11-24 06:50:32 +0700
committerGitHub <noreply@github.com>2024-11-23 15:50:32 -0800
commit796d04b59fc629a5cbbdf5270f0ccc7dff48b484 (patch)
tree658872a5c8ed69a88a9207740a5d7c7c37695854 /src/locale/languages.ts
parent9bf7e278e74676c6f6e2ce972dfa207b5d0c422f (diff)
downloadvoidsky-796d04b59fc629a5cbbdf5270f0ccc7dff48b484.tar.zst
Vietnamese Localization (Continued from #2524) (#6564)
* Add Vietnamese localization

* Complete Vietnamese Translations

* Add date localization for Vietnamese

* Fix typos and wording in Vietnamese translation

* Update Vietnamese translation

* Add @vinhphm to Vietnamese translator list

---------

Co-authored-by: CromNguyen <nguyenthietmanh98@gmail.com>
Diffstat (limited to 'src/locale/languages.ts')
-rw-r--r--src/locale/languages.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locale/languages.ts b/src/locale/languages.ts
index d5f964f5c..2786090b4 100644
--- a/src/locale/languages.ts
+++ b/src/locale/languages.ts
@@ -25,6 +25,7 @@ export enum AppLanguage {
   th = 'th',
   tr = 'tr',
   uk = 'uk',
+  vi = 'vi',
   zh_CN = 'zh-CN',
   zh_HK = 'zh-HK',
   zh_TW = 'zh-TW',
@@ -56,6 +57,7 @@ export const APP_LANGUAGES: AppLanguageConfig[] = [
   {code2: AppLanguage.th, name: 'ภาษาไทย – Thai'},
   {code2: AppLanguage.tr, name: 'Türkçe – Turkish'},
   {code2: AppLanguage.uk, name: 'Українська – Ukrainian'},
+  {code2: AppLanguage.vi, name: 'Tiếng Việt – Vietnamese'},
   {code2: AppLanguage.zh_CN, name: '简体中文 – Simplified Chinese'},
   {code2: AppLanguage.zh_TW, name: '繁體中文 – Traditional Chinese'},
   {code2: AppLanguage.zh_HK, name: '粵文 – Cantonese'},