From 796d04b59fc629a5cbbdf5270f0ccc7dff48b484 Mon Sep 17 00:00:00 2001 From: Quang Phan Date: Sun, 24 Nov 2024 06:50:32 +0700 Subject: 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 --- src/components/hooks/dates.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/hooks') 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 = { th, tr, uk, + vi, ['zh-CN']: zhCN, ['zh-HK']: zhHK, ['zh-TW']: zhTW, -- cgit 1.4.1