Skip to content

Commit e353a66

Browse files
authored
Update IntlProvider.tsx
1 parent 991bddf commit e353a66

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
@@ -49,6 +49,7 @@ const getFlagCodeForLocale = (locale?: string) => {
4949
const specialCases: Record<string, string> = {
5050
ja: "jp", // Japan
5151
zh: "cn", // China
52+
vi: "vn", // Vietnam
5253
ko: "kr", // Korea
5354
};
5455

0 commit comments

Comments
 (0)