Merge pull request #4964 from xluyenx/develop

Correct Vietnam flag
This commit is contained in:
jc21
2025-11-20 11:54:55 +10:00
committed by GitHub
+1
View File
@@ -47,6 +47,7 @@ const getFlagCodeForLocale = (locale?: string) => {
const specialCases: Record<string, string> = {
ja: "jp", // Japan
zh: "cn", // China
vi: "vn", // Vietnam
};
if (specialCases[thisLocale]) {