Update IntlProvider.tsx

This commit is contained in:
abinas 2025-11-22 00:33:27 +09:00 committed by GitHub
parent 991bddf891
commit e353a66556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@ const getFlagCodeForLocale = (locale?: string) => {
const specialCases: Record<string, string> = {
ja: "jp", // Japan
zh: "cn", // China
vi: "vn", // Vietnam
ko: "kr", // Korea
};