feat(i18n): add Vietnamese language support (#2670)

This commit is contained in:
0xsysr3ll
2026-03-12 11:59:56 +01:00
committed by GitHub
parent b1adc79c75
commit 40edaea43f
4 changed files with 9 additions and 1 deletions

View File

@@ -32,4 +32,5 @@ export type AvailableLocale =
| 'tr'
| 'uk'
| 'zh-CN'
| 'zh-TW';
| 'zh-TW'
| 'vi';