We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89b8b74 + bb94ce7 commit ba79eefCopy full SHA for ba79eef
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