@ -264,7 +264,7 @@ export function getCountryName({
}: {
code: string;
locale?: string;
}) {
}): string {
try {
return new Intl.DisplayNames([locale], { type: 'region' }).of(code) ?? code;
} catch {