Skip to content

Commit 0528d65

Browse files
authored
Merge pull request #4964 from xluyenx/develop
Correct Vietnam flag
2 parents f999108 + e3cdc8b commit 0528d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/locale/IntlProvider.tsx

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

5253
if (specialCases[thisLocale]) {

0 commit comments

Comments
 (0)