Skip to content

Commit b4d9087

Browse files
committed
Publish 2025-10-01
1 parent d2fbb0d commit b4d9087

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

elements/locales.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -606,13 +606,14 @@ export const country = (() => {
606606

607607
// const hCountries = ['US', 'GB', 'CA', 'AU', 'DE', 'NL', 'FR'];
608608
// export const isHCountry = hCountries.includes(country);
609-
export const isHCountry = true;
609+
export const isHCountry = false;
610610

611-
const isFirefox = navigator.userAgent.includes('Firefox');
611+
// const isFirefox = navigator.userAgent.includes('Firefox');
612612
export const isEdge = navigator.userAgent.includes('Edg');
613613
// export const isPCountry = (['US', 'GB', 'CA', 'AU', 'DE'].includes(country) || timeZone === 'UTC') && !isFirefox;
614614
// export const isPCountry = (['US'].includes(country) || timeZone === 'UTC') && !isFirefox;
615-
export const isPCountry = (['US', 'GB', 'CA', 'AU'].includes(country) || timeZone === 'UTC') && !isFirefox;
615+
// export const isPCountry = (['US', 'GB', 'CA', 'AU'].includes(country) || timeZone === 'UTC') && !isFirefox;
616+
export const isPCountry = false;
616617

617618
export const isEUCountry = [
618619
'AT',

0 commit comments

Comments
 (0)