-
-
CLDR issue: https://unicode-org.atlassian.net/browse/CLDR-17775
Semantic skeleta allow a lot of flexibility for locales to select the fields most relevant for their formatting.
However, they pro…
-
The CLDR data is used for example for formatting Dates, Currencies and for determining plural forms in various languages.
The currently used Version 1.8.1 as of 2010-04-29 is pretty old.
While ha…
-
Hello! I haven't looked into Babel for a few years, quite impressive changes. I will add it to http://cldr.unicode.org
I noticed on - https://github.com/mitsuhiko/babel/blob/master/scripts/import_…
-
Once we merge this: https://github.com/scrapinghub/dateparser/pull/825
we will be able to **upgrade the CLDR data** easily. By doing it we will improve this library as we will be able to add suppor…
-
I used `ex_cldr` before, which is why I wanted to use it to fetch some information for a number of locales.
When I add it to a project (a real one or a repro one), most of the functions I run retur…
-
Hi, I'm curious if your group would be interested in designing a user feedback survey/form/study that would help the [MessageFormat](https://github.com/unicode-org/message-format-wg) specification.
…
-
Hawaiian has the following data:
```json
"dateFormats": {
"full": "EEEE, d MMMM y",
"long": "d MMMM y",
"medium": "d MMM y",
…
-
The examples that I have seen, here and in the globalization repo, leave me wondering how to load CLDR data. This data, as you know, comes from multiple JSON files yet the examples show loading a sing…
-
TZDB inherently only supports two values for the zone variant, `DST` is a bool in its data model.
In ICU4X we currently model this more openly, and say thing like "concepts such as Standard, Summer…