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

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