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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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