diff options
author | Quang Phan <vnphanquang@gmail.com> | 2024-11-24 06:50:32 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 15:50:32 -0800 |
commit | 796d04b59fc629a5cbbdf5270f0ccc7dff48b484 (patch) | |
tree | 658872a5c8ed69a88a9207740a5d7c7c37695854 /src/components/hooks | |
parent | 9bf7e278e74676c6f6e2ce972dfa207b5d0c422f (diff) | |
download | voidsky-796d04b59fc629a5cbbdf5270f0ccc7dff48b484.tar.zst |
* 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/components/hooks')
-rw-r--r-- | src/components/hooks/dates.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/hooks/dates.ts b/src/components/hooks/dates.ts index 7ccd208c9..28869df3e 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -28,6 +28,7 @@ import { th, tr, uk, + vi, zhCN, zhHK, zhTW, @@ -60,6 +61,7 @@ const locales: Record<AppLanguage, Locale | undefined> = { th, tr, uk, + vi, ['zh-CN']: zhCN, ['zh-HK']: zhHK, ['zh-TW']: zhTW, |