@shopify/react-i18n
Advanced tools
Comparing version 7.2.2 to 7.2.3
@@ -117,3 +117,3 @@ 'use strict'; | ||
const group = memoizedPluralRules(locale).select(count); | ||
result = result[group]; | ||
result = result[group] || result.other; | ||
additionalReplacements[PLURALIZATION_KEY_NAME] = memoizedNumberFormatter(locale).format(count); | ||
@@ -120,0 +120,0 @@ } |
@@ -53,3 +53,3 @@ /// <reference types="react" /> | ||
weekStartDay(argCountry?: I18n['defaultCountry']): Weekday; | ||
getCurrencySymbol: (currencyCode?: string | undefined) => { | ||
getCurrencySymbol: (currencyCode?: string) => { | ||
symbol: string; | ||
@@ -56,0 +56,0 @@ prefixed: boolean; |
{ | ||
"name": "@shopify/react-i18n", | ||
"version": "7.2.2", | ||
"version": "7.2.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "i18n utilities for React handling translations, formatting, and more", |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
268492