We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f999108 + e3cdc8b commit 0528d65Copy full SHA for 0528d65
1 file changed
frontend/src/locale/IntlProvider.tsx
@@ -47,6 +47,7 @@ const getFlagCodeForLocale = (locale?: string) => {
47
const specialCases: Record<string, string> = {
48
ja: "jp", // Japan
49
zh: "cn", // China
50
+ vi: "vn", // Vietnam
51
};
52
53
if (specialCases[thisLocale]) {
0 commit comments