Michael Overmeyer
Michael Overmeyer
Aside: There was a suggestion that if we wanted to tie ourselves to Sorbet, that we could use it's `Enum` to implement `DraftStatus` in a slightly different way: ```ruby #...
From the [spec](https://www.unicode.org/reports/tr35/tr35.html#XML_Format): > data can be split across multiple files, which can be in multiple directory trees. > > For example, the language-dependent data for Japanese in CLDR is...
#98 is a necessary improvement, but not sufficient for solving this particular instance (`br` locale). The `` section of `common/main/br.xml` is being stripped from the output of the upstream CLDR...
Turns out that there is also a bug in the upstream CLDR build process: https://unicode-org.atlassian.net/browse/CLDR-15228. Here's a PR to fix it: https://github.com/unicode-org/cldr/pull/1918
Another example: The `root` locale contains `` nodes for calendar eras: * [`dates/calendars/calendar[8]/eras/eraNames/*`](https://github.com/unicode-org/cldr-staging/blob/f20483bff67e44a1326129d59563a52657b0bb04/production/common/main/root.xml#L1264-L1266) * [`dates/calendars/calendar[8]/eras/eraNarrow/*`](https://github.com/unicode-org/cldr-staging/blob/f20483bff67e44a1326129d59563a52657b0bb04/production/common/main/root.xml#L1271-L1273) These are incorrectly getting output as: ```yaml eras: abbr: 0: BCE 1: CE name: 0:...
If you'd like, I'll submit a PR for this tomorrow.
My request for maintainer status: https://github.com/iain/http_accept_language/issues/77
cc @joshbuddy
This issue should be re-opened. ---- As [noted here](https://github.com/svenfuchs/rails-i18n/pull/993#discussion_r1061715888) by @silva96, the changes in #993 missed some cases. I've now written a script to detect differing interpolations between the pluralization...
> But this will have non-default extensions disabled... Exactly. I don't think I have a single Markdown file that doesn't use at least one extension. 😢