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
Hey @pchew-change, unfortunately the fields/units data built into this gem are from CLDR v23, not v29 as you linked. In v23, time spans were uppercased. The ruby version of twitter_cldr also suffers from this issue. As I mentioned in #80, I'm working on supporting the new units data introduced in CLDR v24, which should let us move to v29 without too many problems. Then I should be able to focus on improving the Javascript story.
The values for
TimespanFormatter:patterns
are all sentence cases, with the letter of the first word capitalized, e.g.The values in the CLDR code charts are all lower cased, e.g.:
This causes problems when the value to be inserted is not in sentence-initial position, viz. in the middle of the sentence, e.g.:
Please advise.
The text was updated successfully, but these errors were encountered: