Update IntlProvider.tsx

Correct Vietnam flag
This commit is contained in:
Louis Tran's
2025-11-19 11:27:42 +07:00
committed by GitHub
parent 89b8b747e1
commit bb94ce75c1

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]) {