Update IntlProvider.tsx

This commit is contained in:
Louis Tran's
2025-11-19 11:37:20 +07:00
committed by GitHub
parent ba79eefe5e
commit e3cdc8bb30

View File

@@ -47,7 +47,7 @@ const getFlagCodeForLocale = (locale?: string) => {
const specialCases: Record<string, string> = {
ja: "jp", // Japan
zh: "cn", // China
vi: "vn, // Vietnam
vi: "vn", // Vietnam
};
if (specialCases[thisLocale]) {