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>
This commit is contained in:
Quang Phan
2024-11-24 06:50:32 +07:00
committed by GitHub
parent 9bf7e278e7
commit 796d04b59f
8 changed files with 8562 additions and 1 deletions
+2
View File
@@ -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,