add Occitan
There doesn't seem to exist any oc language data in CLDR:
https://unpkg.com/browse/[email protected]/main/
That means that you'd have to add the required standard labels types too:
- long
- short
- narrow
There also exists Catalan language under the ca folder:
https://unpkg.com/browse/[email protected]/main/ca/dateFields.json
Also, looking at mini.json, it seems like it could be reduced even further.
For example:
{
"minute": {
"one": "{0} minuta",
"other": "{0} minutas"
},
"second": {
"one": "{0} segonda",
"other": "{0} segondas"
}
}
To something like:
{
"minute": "{0} min",
"second": "{0} s"
}
Hello, Occitan is in the seed folder of CLDR. Yes I could reduce it, will try to make the changes today
Hello, Occitan is in the seed folder of CLDR.
Not understand.
Yes I could reduce it, will try to make the changes today
Sure, no hurry.
This folder: https://github.com/unicode-org/cldr/blob/master/seed/main/oc.xml
;)
Wow, I don't even know what "seeding" is. Ok.
I suppose it's like "draft", like the flower is not ready to bloom. Only supposition ^^
So I have to add: "year-short": { etc
for month, year and week? Or some more?
@Mejans
- Shorten
mini.jsonlabels - Add an
oc.jsonfile like this: https://unpkg.com/browse/[email protected]/locale/fr.json . You can put it inlocale-more-stylesfolder.
I hope it's okay now :)
@Mejans The oc.json file doesn't look like a JSON file.