cahuja
cahuja
Here is another potential spec bug with missing skeletons in Globalize 1.3 which is similar to #764. See the code sample below: ``` //Setup const Globalize = require('globalize'); Globalize.load( require(...
Polish (pl) for the format (yLLL) has the following issue - Given that M and L has a small distance from each other, I would expect the format to be...
I am dealing with the following example. The locale is "da", and pattern is "yMMMMEEEEd". Now, the resulting match for Globalize 1.3 is -> "EEEE d. MMMM y" The matching...
Matching to close patterns has different behavior in ICU4j and Globalize and here is an example of the difference. Consider the pattern "yyMD" in locale "en-SG" As per CLDR data,...