Skip to content

Commit ba79eef

Browse files
authored
Merge pull request #1 from xluyenx/xluyenx-patch-1
Update IntlProvider.tsx
2 parents 89b8b74 + bb94ce7 commit ba79eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/locale/IntlProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const getFlagCodeForLocale = (locale?: string) => {
4747
const specialCases: Record<string, string> = {
4848
ja: "jp", // Japan
4949
zh: "cn", // China
50+
vi: "vn, // Vietnam
5051
};
5152

5253
if (specialCases[thisLocale]) {

0 commit comments

Comments
 (0)