|
1 | 1 | <?xml version="1.0" encoding="UTF-8" ?>
|
2 | 2 | <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
|
3 | 3 | <!--
|
4 |
| -Copyright © 1991-2024 Unicode, Inc. |
| 4 | +Copyright © 1991-2025 Unicode, Inc. |
5 | 5 | For terms of use, see http://www.unicode.org/copyright.html
|
6 | 6 | SPDX-License-Identifier: Unicode-3.0
|
7 | 7 | CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
|
@@ -76,17 +76,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
76 | 76 | <pluralRule count="one">i = 0,1 and n != 0 @integer 1 @decimal 0.1~1.6</pluralRule>
|
77 | 77 | <pluralRule count="other"> @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 2.0~3.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …</pluralRule>
|
78 | 78 | </pluralRules>
|
79 |
| - <pluralRules locales="blo"> |
80 |
| - <pluralRule count="zero">n = 0 @integer 0 @decimal 0.0, 0.00, 0.000, 0.0000</pluralRule> |
81 |
| - <pluralRule count="one">n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000</pluralRule> |
82 |
| - <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, …</pluralRule> |
83 |
| - </pluralRules> |
84 |
| - <pluralRules locales="cv"> |
85 |
| - <pluralRule count="zero">n = 0 @integer 0 @decimal 0.0, 0.00, 0.000, 0.0000</pluralRule> |
86 |
| - <pluralRule count="one">n = 1 @integer 1 @decimal 0.1~1.0, 1.00, 1.000, 1.0000</pluralRule> |
87 |
| - <pluralRule count="other"> @integer 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 1.1~1.6, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …</pluralRule> |
88 |
| - </pluralRules> |
89 |
| - <pluralRules locales="ksh"> |
| 79 | + <pluralRules locales="blo cv ksh"> |
90 | 80 | <pluralRule count="zero">n = 0 @integer 0 @decimal 0.0, 0.00, 0.000, 0.0000</pluralRule>
|
91 | 81 | <pluralRule count="one">n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000</pluralRule>
|
92 | 82 | <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, …</pluralRule>
|
@@ -202,6 +192,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
202 | 192 |
|
203 | 193 | <!-- 5: one,two,few,many,other -->
|
204 | 194 |
|
| 195 | + <pluralRules locales="sgs"> |
| 196 | + <pluralRule count="one">n % 10 = 1 and n % 100 != 11 @integer 1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, … @decimal 1.0, 21.0, 31.0, 41.0, 51.0, 61.0, 71.0, 81.0, 101.0, 1001.0, …</pluralRule> |
| 197 | + <pluralRule count="two">n = 2 @integer 2 @decimal 2.0, 2.00, 2.000, 2.0000</pluralRule> |
| 198 | + <pluralRule count="few">n != 2 and n % 10 = 2..9 and n % 100 != 11..19 @integer 3~9, 22~29, 32, 102, 1002, … @decimal 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 22.0, 102.0, 1002.0, …</pluralRule> |
| 199 | + <pluralRule count="many">f != 0 @decimal 0.1~0.9, 1.1~1.7, 10.1, 100.1, 1000.1, …</pluralRule> |
| 200 | + <pluralRule count="other"> @integer 0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …</pluralRule> |
| 201 | + </pluralRules> |
205 | 202 | <pluralRules locales="br">
|
206 | 203 | <pluralRule count="one">n % 10 = 1 and n % 100 != 11,71,91 @integer 1, 21, 31, 41, 51, 61, 81, 101, 1001, … @decimal 1.0, 21.0, 31.0, 41.0, 51.0, 61.0, 81.0, 101.0, 1001.0, …</pluralRule>
|
207 | 204 | <pluralRule count="two">n % 10 = 2 and n % 100 != 12,72,92 @integer 2, 22, 32, 42, 52, 62, 82, 102, 1002, … @decimal 2.0, 22.0, 32.0, 42.0, 52.0, 62.0, 82.0, 102.0, 1002.0, …</pluralRule>
|
@@ -230,13 +227,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
|
230 | 227 | <pluralRule count="many">v != 0 @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …</pluralRule>
|
231 | 228 | <pluralRule count="other"> @integer 3~10, 13~19, 23, 103, 1003, …</pluralRule>
|
232 | 229 | </pluralRules>
|
233 |
| - <pluralRules locales="sgs"> |
234 |
| - <pluralRule count="one">n % 10 = 1 and n % 100 != 11 @integer 1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, … @decimal 1.0, 21.0, 31.0, 41.0, 51.0, 61.0, 71.0, 81.0, 101.0, 1001.0, …</pluralRule> |
235 |
| - <pluralRule count="two">n = 2 @integer 2 @decimal 2.0 </pluralRule> |
236 |
| - <pluralRule count="few">n != 2 and n % 10 = 2..9 and n % 100 != 11..19 @integer 3~9, 22~29, 102, 1002, … @decimal 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 22.0, 102.0, 1002.0, …</pluralRule> |
237 |
| - <pluralRule count="many">f != 0 @decimal 0.1~0.9, 1.1~1.7, 10.1, 100.1, 1000.1, …</pluralRule> |
238 |
| - <pluralRule count="other"> @integer 0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …</pluralRule> |
239 |
| - </pluralRules> |
240 | 230 |
|
241 | 231 | <!-- 6: zero,one,two,few,many,other -->
|
242 | 232 |
|
|
0 commit comments