You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Singleton Service API:
GET /i18n/api/v2/formatting/pattern (Get pattern from CLDR)
This API is used to provide the pattern data for dates/numbers/currencies/plurals/measurements from CLDR according to the requested language and region.
Plurals rule is related to the translation content, it should always follow with language, as Singleton provides translation by language.
This issue is:
When the combined locale of language and region is valid, the plurals rule is following the combined locale, not language.
Example:
language=pt; region=PT; scope=plurals
Actual Result is:
it will return the plurals rule of pt-PT.
Expected Result is:
it should return the plurals rule of pt.
The text was updated successfully, but these errors were encountered:
Singleton Service API:
GET /i18n/api/v2/formatting/pattern (Get pattern from CLDR)
This API is used to provide the pattern data for dates/numbers/currencies/plurals/measurements from CLDR according to the requested language and region.
Plurals rule is related to the translation content, it should always follow with language, as Singleton provides translation by language.
This issue is:
When the combined locale of language and region is valid, the plurals rule is following the combined locale, not language.
Example:
language=pt; region=PT; scope=plurals
Actual Result is:
it will return the plurals rule of pt-PT.
Expected Result is:
it should return the plurals rule of pt.
The text was updated successfully, but these errors were encountered: