Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
macOS system ICU is shipping new CLDR, but it has many overrides on the top of it to make the formatted output suitable for the system. For narrow "month" representation, CLDR uses "m", but AppleICU uses "mo" to distinguish between "month" and "minute". This patch accepts this since it is done based on different readability decision, and ECMA-402 allows it.
- Loading branch information