Skip to content

Commit 793cc1c

Browse files
committed
Publish 2025-07-30
1 parent 856cf69 commit 793cc1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elements/locales.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,8 @@ export const isHCountry = true;
611611
const isFirefox = navigator.userAgent.includes('Firefox');
612612
const isEdge = navigator.userAgent.includes('Edg');
613613
// export const isPCountry = (['US', 'GB', 'CA', 'AU', 'DE'].includes(country) || timeZone === 'UTC') && !isFirefox;
614-
export const isPCountry = (['US'].includes(country) || timeZone === 'UTC') && !isFirefox;
614+
// export const isPCountry = (['US'].includes(country) || timeZone === 'UTC') && !isFirefox;
615+
export const isPCountry = (['US', 'GB', 'CA', 'AU'].includes(country) || timeZone === 'UTC') && !isFirefox;
615616

616617
export const isEUCountry = [
617618
'AT',

0 commit comments

Comments
 (0)