Index: trunk/extensions/Translate/data/plural-cldr.yaml |
— | — | @@ -1,4 +1,4 @@ |
2 | | -locales: |
| 2 | +locales: |
3 | 3 | af: Default |
4 | 4 | ak: One-zero |
5 | 5 | am: One-zero |
— | — | @@ -15,6 +15,7 @@ |
16 | 16 | brx: Default |
17 | 17 | bs: Rule J |
18 | 18 | ca: Default |
| 19 | + ccg: Default |
19 | 20 | chr: Default |
20 | 21 | cs: Rule K |
21 | 22 | cy: Rule P |
— | — | @@ -47,8 +48,10 @@ |
48 | 49 | hu: Zero |
49 | 50 | id: Zero |
50 | 51 | ig: Zero |
| 52 | + ii: Zero |
51 | 53 | is: Default |
52 | 54 | it: Default |
| 55 | + iu: Has-dual |
53 | 56 | iw: Default |
54 | 57 | ja: Zero |
55 | 58 | jv: Zero |
— | — | @@ -63,8 +66,10 @@ |
64 | 67 | lag: Rule Q |
65 | 68 | lb: Default |
66 | 69 | ln: One-zero |
| 70 | + lo: Zero |
67 | 71 | lt: Rule I |
68 | 72 | lv: Rule F |
| 73 | + mas: Default |
69 | 74 | mg: One-zero |
70 | 75 | mk: Rule O |
71 | 76 | ml: Default |
— | — | @@ -81,6 +86,7 @@ |
82 | 87 | nn: Default |
83 | 88 | "no": Default |
84 | 89 | nso: One-zero |
| 90 | + nyn: Default |
85 | 91 | om: Default |
86 | 92 | or: Default |
87 | 93 | pa: Default |
— | — | @@ -92,6 +98,8 @@ |
93 | 99 | rm: Default |
94 | 100 | ro: Rule H |
95 | 101 | ru: Rule J |
| 102 | + sah: Zero |
| 103 | + saq: Default |
96 | 104 | se: Has-dual |
97 | 105 | ses: Zero |
98 | 106 | sg: Zero |
— | — | @@ -107,8 +115,10 @@ |
108 | 116 | so: Default |
109 | 117 | sq: Default |
110 | 118 | sr: Rule J |
| 119 | + ssy: Default |
111 | 120 | sv: Default |
112 | 121 | sw: Default |
| 122 | + syr: Default |
113 | 123 | ta: Default |
114 | 124 | te: Default |
115 | 125 | th: Zero |
— | — | @@ -117,73 +127,76 @@ |
118 | 128 | tl: One-zero |
119 | 129 | to: Zero |
120 | 130 | tr: Zero |
| 131 | + #tzm: |
121 | 132 | uk: Rule J |
122 | 133 | ur: Default |
123 | 134 | vi: Zero |
124 | 135 | wa: One-zero |
| 136 | + wae: Default |
125 | 137 | wo: Zero |
| 138 | + xog: Default |
126 | 139 | yo: Zero |
127 | 140 | zh: Zero |
128 | 141 | zu: Default |
129 | | -rulesets: |
130 | | - Arabic: |
| 142 | +rulesets: |
| 143 | + Arabic: |
131 | 144 | few: n mod 100 in 3..10 |
132 | 145 | many: n mod 100 in 11..99 |
133 | 146 | one: n is 1 |
134 | 147 | two: n is 2 |
135 | 148 | zero: n is 0 |
136 | | - Default: |
| 149 | + Default: |
137 | 150 | one: n is 1 |
138 | | - Has-dual: |
| 151 | + Has-dual: |
139 | 152 | one: n is 1 |
140 | 153 | two: n is 2 |
141 | | - One-zero: |
| 154 | + One-zero: |
142 | 155 | one: n in 0..1 |
143 | | - Rule E: |
| 156 | + Rule E: |
144 | 157 | one: n within 0..2 and n is not 2 |
145 | | - Rule F: |
| 158 | + Rule F: |
146 | 159 | one: n mod 10 is 1 and n mod 100 is not 11 |
147 | 160 | zero: n is 0 |
148 | | - Rule H: |
| 161 | + Rule H: |
149 | 162 | few: n is 0 OR n is not 1 AND n mod 100 in 1..19 |
150 | 163 | one: n is 1 |
151 | | - Rule I: |
| 164 | + Rule I: |
152 | 165 | few: n mod 10 in 2..9 and n mod 100 not in 11..19 |
153 | 166 | one: n mod 10 is 1 and n mod 100 not in 11..19 |
154 | | - Rule J: |
| 167 | + Rule J: |
155 | 168 | few: n mod 10 in 2..4 and n mod 100 not in 12..14 |
156 | 169 | many: n mod 10 is 0 or n mod 10 in 5..9 or n mod 100 in 11..14 |
157 | 170 | one: n mod 10 is 1 and n mod 100 is not 11 |
158 | | - Rule K: |
| 171 | + Rule K: |
159 | 172 | few: n in 2..4 |
160 | 173 | one: n is 1 |
161 | | - Rule L: |
| 174 | + Rule L: |
162 | 175 | few: n mod 10 in 2..4 and n mod 100 not in 12..14 |
163 | 176 | many: n is not 1 and n mod 10 in 0..1 or n mod 10 in 5..9 or n mod 100 in 12..14 |
164 | 177 | one: n is 1 |
165 | | - Rule M: |
| 178 | + Rule M: |
166 | 179 | few: n mod 100 in 3..4 |
167 | 180 | one: n mod 100 is 1 |
168 | 181 | two: n mod 100 is 2 |
169 | | - Rule N: |
| 182 | + Rule N: |
170 | 183 | few: n is 0 or n mod 100 in 2..10 |
171 | 184 | many: n mod 100 in 11..19 |
172 | 185 | one: n is 1 |
173 | | - Rule O: |
| 186 | + Rule O: |
174 | 187 | one: n mod 10 is 1 and n is not 11 |
175 | | - Rule P: |
| 188 | + Rule P: |
176 | 189 | few: n is 3 |
177 | 190 | many: n is 6 |
178 | 191 | one: n is 1 |
179 | 192 | two: n is 2 |
180 | 193 | zero: n is 0 |
181 | | - Rule Q: |
| 194 | + Rule Q: |
182 | 195 | one: n within 0..2 and n is not 0 and n is not 2 |
183 | 196 | zero: n is 0 |
184 | | - Rule R: |
| 197 | + Rule R: |
185 | 198 | few: n in 2..10 |
186 | 199 | one: n within 0..1 |
187 | | - Rule S: |
| 200 | + Rule S: |
188 | 201 | few: n is 3 |
189 | 202 | many: n is 6 |
190 | 203 | one: n is 1 |