@internationalized/message
Advanced tools
Comparing version 3.0.0-nightly-e60fb427c-240930 to 3.0.0-nightly-e7053dd8f-250108
@@ -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-e60fb427c-240930", | ||
"version": "3.0.0-nightly-e7053dd8f-250108", | ||
"description": "Internationalized message formatting and locale negotiation", | ||
@@ -30,4 +30,3 @@ "license": "Apache-2.0", | ||
"access": "public" | ||
}, | ||
"stableVersion": "3.1.4" | ||
} | ||
} |
@@ -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
40966
470