Skip to content

Commit

Permalink
update plural definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Schmatzler <[email protected]>
  • Loading branch information
cschmatzler committed Apr 7, 2024
1 parent 27ee3b5 commit 7757454
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
11 changes: 8 additions & 3 deletions priv/idiom/plurals-cardinal.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"supplemental": {
"version": {
"_unicodeVersion": "15.0.0",
"_cldrVersion": "43",
"source": "https://github.com/unicode-org/cldr-json/blob/80a94b0f6c3a34d6e2dc0dca8639a54babc87f94/cldr-json/cldr-core/supplemental/plurals.json"
"_unicodeVersion": "15.1.0",
"_cldrVersion": "44.1",
"_source": "https://github.com/unicode-org/cldr-json/blob/a27aff2f92325a1a1623b1780f9a18647f53a53b/cldr-json/cldr-core/supplemental/plurals.json"
},
"plurals-type-cardinal": {
"af": {
Expand Down Expand Up @@ -80,6 +80,11 @@
"pluralRule-count-one": "n = 0..1 @integer 0, 1 @decimal 0.0, 1.0, 0.00, 1.00, 0.000, 1.000, 0.0000, 1.0000",
"pluralRule-count-other": " @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 0.1~0.9, 1.1~1.7, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
},
"blo": {
"pluralRule-count-zero": "n = 0 @integer 0 @decimal 0.0, 0.00, 0.000, 0.0000",
"pluralRule-count-one": "n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000",
"pluralRule-count-other": " @integer 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 2.0~2.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
},
"bm": {
"pluralRule-count-other": " @integer 0~15, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
},
Expand Down
12 changes: 9 additions & 3 deletions priv/idiom/plurals-ordinal.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"supplemental": {
"version": {
"_unicodeVersion": "15.0.0",
"_cldrVersion": "43",
"source": "https://github.com/unicode-org/cldr-json/blob/80a94b0f6c3a34d6e2dc0dca8639a54babc87f94/cldr-json/cldr-core/supplemental/ordinals.json"
"_unicodeVersion": "15.1.0",
"_cldrVersion": "44.1",
"_source": "https://github.com/unicode-org/cldr-json/blob/a27aff2f92325a1a1623b1780f9a18647f53a53b/cldr-json/cldr-core/supplemental/ordinals.json"
},
"plurals-type-ordinal": {
"af": {
Expand Down Expand Up @@ -45,6 +45,12 @@
"bg": {
"pluralRule-count-other": " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
},
"blo": {
"pluralRule-count-zero": "i = 0 @integer 0",
"pluralRule-count-one": "i = 1 @integer 1",
"pluralRule-count-few": "i = 2,3,4,5,6 @integer 2~6",
"pluralRule-count-other": " @integer 7~19, 100, 1000, 10000, 100000, 1000000, …"
},
"bn": {
"pluralRule-count-one": "n = 1,5,7,8,9,10 @integer 1, 5, 7~10",
"pluralRule-count-two": "n = 2,3 @integer 2, 3",
Expand Down

0 comments on commit 7757454

Please sign in to comment.