Merge pull request #1 from xluyenx/xluyenx-patch-1

Update IntlProvider.tsx
This commit is contained in:
Louis Tran's 2025-11-19 11:30:49 +07:00 committed by GitHub
commit ba79eefe5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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