-
When handling CLDR data, we want to take all the CLDR data and then apply one of the two kinds of overlays:
- add locales that CLDR doesn't have
- add overlays for some bit for locales we do.
…
-
### Summary
`emojilist.json` や `unicode-emoji-indexes` 下の JSON データは Unicode の提供するデータ(CLDR など)を使って自動生成したいです。
### Purpose
#### Pros
- Unicode 更新の度に手で追加しなくて済む
- 手作業によるミス(#13805)をなくせる
- 多言語対応が…
-
Updated Globalize from 1.0.0 to 1.1.0. getting the following error on load.
`globalize.js?992e:108 Uncaught Error: E_MISSING_CLDR: Missing required CLDR content supplemental/plurals-type-cardinal/en.…
-
The [Unicode CLDR](http://cldr.unicode.org/) project provides a number of comprehensively-researched and well-maintained data sources for a variety of language-related topics, including [names and key…
-
How can we improve our test coverage? What test suites can we import (e.g., ECMA-402, google cldr implementation)?
- http://js.i18nqa.com/
- https://github.com/perl-cldr/cldr-number-pm5/tree/master/t
…
-
If you want a DUCET collator, you can get it from class UCA. But you can also get a cached version from WriteCollationData.
If you want a CLDR collator, you need to call getCollator(type) in class …
-
You can choose a locale which changes the language of the interface and the categories. But the emoji names and keywords still are in English, because they are in the data files and not in the i18n fi…
-
**Is your feature request related to a problem? Please describe.**
I have a custom UI5 web component package which has a dependency on https://github.com/SAP/ui5-webcomponents/blob/main/packages/loca…
-
It looks like the export name under AMD is `cldr`, under CommonJS is `cldr.js` and the global variable is named `Cldr`. Can it be a bit more consistent?
-
When reviewing #3243, I noticed that we don't seem to have different handling for `sv-u-co-standard` based on whether the data is CLDR 41 vs. CLDR 42 (or later).
In CLDR 42 or later, `sv-u-co-stand…