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 991bddf commit e353a66Copy full SHA for e353a66
frontend/src/locale/IntlProvider.tsx
@@ -49,6 +49,7 @@ const getFlagCodeForLocale = (locale?: string) => {
49
const specialCases: Record<string, string> = {
50
ja: "jp", // Japan
51
zh: "cn", // China
52
+ vi: "vn", // Vietnam
53
ko: "kr", // Korea
54
};
55
0 commit comments