We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba79eef commit e3cdc8bCopy full SHA for e3cdc8b
frontend/src/locale/IntlProvider.tsx
@@ -47,7 +47,7 @@ const getFlagCodeForLocale = (locale?: string) => {
47
const specialCases: Record<string, string> = {
48
ja: "jp", // Japan
49
zh: "cn", // China
50
- vi: "vn, // Vietnam
+ vi: "vn", // Vietnam
51
};
52
53
if (specialCases[thisLocale]) {
0 commit comments