@internationalized/message
Advanced tools
Comparing version
@@ -52,5 +52,3 @@ | ||
function $9a5a7b8408290694$var$getLanguage(locale) { | ||
// @ts-ignore | ||
if (Intl.Locale) // @ts-ignore | ||
return new Intl.Locale(locale).language; | ||
if (Intl.Locale) return new Intl.Locale(locale).language; | ||
return locale.split('-')[0]; | ||
@@ -57,0 +55,0 @@ } |
@@ -46,5 +46,3 @@ /* | ||
function $d6fd23bc337660df$var$getLanguage(locale) { | ||
// @ts-ignore | ||
if (Intl.Locale) // @ts-ignore | ||
return new Intl.Locale(locale).language; | ||
if (Intl.Locale) return new Intl.Locale(locale).language; | ||
return locale.split('-')[0]; | ||
@@ -51,0 +49,0 @@ } |
{ | ||
"name": "@internationalized/message", | ||
"version": "3.0.0-nightly-12920fc91-241104", | ||
"version": "3.0.0-nightly-19bc0b845-241211", | ||
"description": "Internationalized message formatting and locale negotiation", | ||
@@ -31,3 +31,3 @@ "license": "Apache-2.0", | ||
}, | ||
"stableVersion": "3.1.5" | ||
"stableVersion": "3.1.6" | ||
} |
@@ -79,5 +79,3 @@ /* | ||
function getLanguage(locale: string) { | ||
// @ts-ignore | ||
if (Intl.Locale) { | ||
// @ts-ignore | ||
return new Intl.Locale(locale).language; | ||
@@ -84,0 +82,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
40994
-0.62%470
-1.67%