Update IntlProvider.tsx

This commit is contained in:
abinas
2025-11-22 00:33:27 +09:00
committed by GitHub
parent 991bddf891
commit e353a66556

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
};