Update to latest CLDR version
See original GitHub issueNow that https://github.com/angular/angular/pull/42230 is merged, it would be good to update to the latest CLDR if possible.
We are currently patching the no
locale manually to get what our customers want but that’s not really great. ):
Related
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:6 (5 by maintainers)
Top Results From Across the Web
CLDR Releases/Downloads - Unicode CLDR
Each release of the Unicode CLDR is a stable release and may be used as reference ... The top two rows have permalinks...
Read more >Latest Release - Unicode CLDR
The latest released version is CLDR 42. For other /latest/ links, see CLDR Releases/Downloads ...
Read more >Unicode CLDR
Unicode CLDR Project. News. 2022-10-19 CLDR v42 released ... The details for the current release are found in Current CLDR Cycle.
Read more >CLDR 32 Release Note - Unicode CLDR
Unicode CLDR 32 provides an update to the key building blocks for software supporting the world's languages. This data is used by all...
Read more >CLDR 40 Release Note - Unicode CLDR
The standard segmentation data for line break has been updated to Unicode 14.0 rules, allowing for increased emoji compatibility over versions.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like it indeed; the
plural-function.ts
file is the only one that imports fromcldr
.Indeed it is not; it is based on a simple grammar to parse LDML syntax and transform it to JS code. Not too complex to do with a simple parser but would take some effort to get right and maintain. But it would drop a dependency and duplicate CLDR data, which may be an improvement.
CLDR 41 is planned for 2022-04-06, so we should be able to include that version in Angular 14.