Skip to content

Commit e3cdc8b

Browse files
authored
Update IntlProvider.tsx
1 parent ba79eef commit e3cdc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/locale/IntlProvider.tsx

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

5353
if (specialCases[thisLocale]) {

0 commit comments

Comments
 (0)