Skip to content

Commit 4a32af3

Browse files
authored
Add Vietnamese (vi-VN) language support (#72)
* feat(i18n): add Vietnamese support and language switcher * Update vi-VN.json * Update vi-VN.json
1 parent 6e2d22a commit 4a32af3

File tree

3 files changed

+894
-0
lines changed

3 files changed

+894
-0
lines changed

components/language-switcher.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const languageConfig: Record<string, { text: string; icon: typeof RiTranslate2 }
2020
it: { text: "Italiano", icon: RiTranslate2 },
2121
ru: { text: "Русский", icon: RiTranslate2 },
2222
id: { text: "Bahasa Indonesia", icon: RiTranslate2 },
23+
vi: { text: "Tiếng Việt", icon: RiTranslate2 },
2324
}
2425

2526
const options = LOCALE_CODES.map((key) => ({

0 commit comments

Comments
 (0)