cldr-rbnf 40.0.0-ALPHA3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/LICENSE +46 -0
  2. package/README.md +22 -0
  3. package/bower.json +10 -0
  4. package/package.json +19 -0
  5. package/rbnf/af.json +328 -0
  6. package/rbnf/ak.json +212 -0
  7. package/rbnf/am.json +166 -0
  8. package/rbnf/ar.json +1092 -0
  9. package/rbnf/az.json +326 -0
  10. package/rbnf/be.json +1546 -0
  11. package/rbnf/bg.json +370 -0
  12. package/rbnf/bs.json +448 -0
  13. package/rbnf/ca.json +966 -0
  14. package/rbnf/ccp.json +190 -0
  15. package/rbnf/chr.json +198 -0
  16. package/rbnf/cs.json +484 -0
  17. package/rbnf/cy.json +390 -0
  18. package/rbnf/da.json +626 -0
  19. package/rbnf/de-CH.json +767 -0
  20. package/rbnf/de.json +766 -0
  21. package/rbnf/ee.json +298 -0
  22. package/rbnf/el.json +1154 -0
  23. package/rbnf/en-IN.json +671 -0
  24. package/rbnf/en.json +674 -0
  25. package/rbnf/eo.json +146 -0
  26. package/rbnf/es-419.json +81 -0
  27. package/rbnf/es.json +1110 -0
  28. package/rbnf/et.json +148 -0
  29. package/rbnf/fa-AF.json +193 -0
  30. package/rbnf/fa.json +208 -0
  31. package/rbnf/ff.json +324 -0
  32. package/rbnf/fi.json +5170 -0
  33. package/rbnf/fil.json +200 -0
  34. package/rbnf/fo.json +428 -0
  35. package/rbnf/fr-BE.json +679 -0
  36. package/rbnf/fr-CH.json +683 -0
  37. package/rbnf/fr.json +740 -0
  38. package/rbnf/ga.json +730 -0
  39. package/rbnf/he.json +1214 -0
  40. package/rbnf/hi.json +674 -0
  41. package/rbnf/hr.json +784 -0
  42. package/rbnf/hu.json +456 -0
  43. package/rbnf/hy.json +144 -0
  44. package/rbnf/id.json +158 -0
  45. package/rbnf/is.json +428 -0
  46. package/rbnf/it.json +1474 -0
  47. package/rbnf/ja.json +284 -0
  48. package/rbnf/ka.json +236 -0
  49. package/rbnf/kl.json +266 -0
  50. package/rbnf/km.json +164 -0
  51. package/rbnf/ko.json +936 -0
  52. package/rbnf/ky.json +614 -0
  53. package/rbnf/lb.json +770 -0
  54. package/rbnf/lo.json +148 -0
  55. package/rbnf/lrc.json +208 -0
  56. package/rbnf/lt.json +406 -0
  57. package/rbnf/lv.json +308 -0
  58. package/rbnf/mk.json +352 -0
  59. package/rbnf/ms.json +178 -0
  60. package/rbnf/mt.json +930 -0
  61. package/rbnf/my.json +190 -0
  62. package/rbnf/ne.json +662 -0
  63. package/rbnf/nl.json +396 -0
  64. package/rbnf/nn.json +242 -0
  65. package/rbnf/no.json +1160 -0
  66. package/rbnf/pl.json +1506 -0
  67. package/rbnf/pt-PT.json +683 -0
  68. package/rbnf/pt.json +710 -0
  69. package/rbnf/qu.json +152 -0
  70. package/rbnf/ro.json +324 -0
  71. package/rbnf/ru.json +5378 -0
  72. package/rbnf/se.json +132 -0
  73. package/rbnf/sk.json +304 -0
  74. package/rbnf/sl.json +496 -0
  75. package/rbnf/sq.json +238 -0
  76. package/rbnf/sr-Latn.json +559 -0
  77. package/rbnf/sr.json +558 -0
  78. package/rbnf/su.json +140 -0
  79. package/rbnf/sv.json +822 -0
  80. package/rbnf/sw.json +178 -0
  81. package/rbnf/ta.json +314 -0
  82. package/rbnf/th.json +148 -0
  83. package/rbnf/tr.json +324 -0
  84. package/rbnf/uk.json +448 -0
  85. package/rbnf/und.json +2632 -0
  86. package/rbnf/vi.json +206 -0
  87. package/rbnf/yue-Hans.json +579 -0
  88. package/rbnf/yue.json +578 -0
  89. package/rbnf/zh-Hant.json +789 -0
  90. package/rbnf/zh.json +880 -0
package/rbnf/sw.json ADDED
@@ -0,0 +1,178 @@
1
+ {
2
+ "rbnf": {
3
+ "identity": {
4
+ "version": {
5
+ "_cldrVersion": "40"
6
+ },
7
+ "language": "sw"
8
+ },
9
+ "rbnf": {
10
+ "SpelloutRules": {
11
+ "%spellout-numbering-year": [
12
+ [
13
+ "x.x",
14
+ "=0.0=;"
15
+ ],
16
+ [
17
+ "0",
18
+ "=%spellout-numbering=;"
19
+ ]
20
+ ],
21
+ "%spellout-numbering": [
22
+ [
23
+ "0",
24
+ "=%spellout-cardinal=;"
25
+ ]
26
+ ],
27
+ "%spellout-cardinal": [
28
+ [
29
+ "NaN",
30
+ "si nambari;"
31
+ ],
32
+ [
33
+ "Inf",
34
+ "usio;"
35
+ ],
36
+ [
37
+ "-x",
38
+ "kasoro →→;"
39
+ ],
40
+ [
41
+ "x.x",
42
+ "←← nukta →→;"
43
+ ],
44
+ [
45
+ "0",
46
+ "sifuri;"
47
+ ],
48
+ [
49
+ "1",
50
+ "moja;"
51
+ ],
52
+ [
53
+ "2",
54
+ "mbili;"
55
+ ],
56
+ [
57
+ "3",
58
+ "tatu;"
59
+ ],
60
+ [
61
+ "4",
62
+ "nne;"
63
+ ],
64
+ [
65
+ "5",
66
+ "tano;"
67
+ ],
68
+ [
69
+ "6",
70
+ "sita;"
71
+ ],
72
+ [
73
+ "7",
74
+ "saba;"
75
+ ],
76
+ [
77
+ "8",
78
+ "nane;"
79
+ ],
80
+ [
81
+ "9",
82
+ "tisa;"
83
+ ],
84
+ [
85
+ "10",
86
+ "kumi[ na →→];"
87
+ ],
88
+ [
89
+ "20",
90
+ "ishirini[ na →→];"
91
+ ],
92
+ [
93
+ "30",
94
+ "thelathini[ na →→];"
95
+ ],
96
+ [
97
+ "40",
98
+ "arobaini[ na →→];"
99
+ ],
100
+ [
101
+ "50",
102
+ "hamsini[ na →→];"
103
+ ],
104
+ [
105
+ "60",
106
+ "sitini[ na →→];"
107
+ ],
108
+ [
109
+ "70",
110
+ "sabini[ na →→];"
111
+ ],
112
+ [
113
+ "80",
114
+ "themanini[ na →→];"
115
+ ],
116
+ [
117
+ "90",
118
+ "tisini[ na →→];"
119
+ ],
120
+ [
121
+ "100",
122
+ "mia ←←[ na →→];"
123
+ ],
124
+ [
125
+ "1000",
126
+ "elfu ←←[, →→];"
127
+ ],
128
+ [
129
+ "1000000",
130
+ "milioni ←←[, →→];"
131
+ ],
132
+ [
133
+ "1000000000",
134
+ "bilioni ←←[, →→];"
135
+ ],
136
+ [
137
+ "1000000000000",
138
+ "trilioni ←←[, →→];"
139
+ ],
140
+ [
141
+ "1000000000000000",
142
+ "kvadrilioni ←←[, →→];"
143
+ ],
144
+ [
145
+ "1000000000000000000",
146
+ "=#,##0.#=;"
147
+ ]
148
+ ],
149
+ "%spellout-ordinal": [
150
+ [
151
+ "-x",
152
+ "wa kasoro →%spellout-cardinal→;"
153
+ ],
154
+ [
155
+ "x.x",
156
+ "=0.0=;"
157
+ ],
158
+ [
159
+ "0",
160
+ "wa sifuri;"
161
+ ],
162
+ [
163
+ "1",
164
+ "kwanza;"
165
+ ],
166
+ [
167
+ "2",
168
+ "pili;"
169
+ ],
170
+ [
171
+ "3",
172
+ "wa =%spellout-cardinal=;"
173
+ ]
174
+ ]
175
+ }
176
+ }
177
+ }
178
+ }
package/rbnf/ta.json ADDED
@@ -0,0 +1,314 @@
1
+ {
2
+ "rbnf": {
3
+ "identity": {
4
+ "version": {
5
+ "_cldrVersion": "40"
6
+ },
7
+ "language": "ta"
8
+ },
9
+ "rbnf": {
10
+ "OrdinalRules": {
11
+ "%digits-ordinal": [
12
+ [
13
+ "-x",
14
+ "−→→;"
15
+ ],
16
+ [
17
+ "0",
18
+ "=#,##,##0=.;"
19
+ ]
20
+ ]
21
+ },
22
+ "SpelloutRules": {
23
+ "%spellout-numbering-year": [
24
+ [
25
+ "x.x",
26
+ "=0.0=;"
27
+ ],
28
+ [
29
+ "0",
30
+ "=%spellout-numbering=;"
31
+ ]
32
+ ],
33
+ "%spellout-numbering": [
34
+ [
35
+ "0",
36
+ "=%spellout-cardinal=;"
37
+ ]
38
+ ],
39
+ "%spellout-cardinal": [
40
+ [
41
+ "-x",
42
+ "எதிர்ம →→;"
43
+ ],
44
+ [
45
+ "x.x",
46
+ "←← புள்ளி →→;"
47
+ ],
48
+ [
49
+ "0",
50
+ "பூஜ்யம்;"
51
+ ],
52
+ [
53
+ "1",
54
+ "ஒன்று;"
55
+ ],
56
+ [
57
+ "2",
58
+ "இரண்டு;"
59
+ ],
60
+ [
61
+ "3",
62
+ "மூன்று;"
63
+ ],
64
+ [
65
+ "4",
66
+ "நான்கு;"
67
+ ],
68
+ [
69
+ "5",
70
+ "ஐந்து;"
71
+ ],
72
+ [
73
+ "6",
74
+ "ஆறு;"
75
+ ],
76
+ [
77
+ "7",
78
+ "ஏழு;"
79
+ ],
80
+ [
81
+ "8",
82
+ "எட்டு;"
83
+ ],
84
+ [
85
+ "9",
86
+ "ஒன்பது;"
87
+ ],
88
+ [
89
+ "10",
90
+ "பத்து;"
91
+ ],
92
+ [
93
+ "11",
94
+ "பதினொன்று;"
95
+ ],
96
+ [
97
+ "12",
98
+ "பன்னிரண்டு;"
99
+ ],
100
+ [
101
+ "13",
102
+ "பதின்மூன்று;"
103
+ ],
104
+ [
105
+ "14",
106
+ "பதினான்கு;"
107
+ ],
108
+ [
109
+ "15",
110
+ "பதினைந்து;"
111
+ ],
112
+ [
113
+ "16",
114
+ "பதினாறு;"
115
+ ],
116
+ [
117
+ "17",
118
+ "பதினேழு;"
119
+ ],
120
+ [
121
+ "18",
122
+ "பதினெட்டு;"
123
+ ],
124
+ [
125
+ "19",
126
+ "பத்தொன்பது;"
127
+ ],
128
+ [
129
+ "20",
130
+ "இருபது[ →→];"
131
+ ],
132
+ [
133
+ "30",
134
+ "முப்பது[ →→];"
135
+ ],
136
+ [
137
+ "40",
138
+ "நாற்பது[ →→];"
139
+ ],
140
+ [
141
+ "50",
142
+ "ஐம்பது[ →→];"
143
+ ],
144
+ [
145
+ "60",
146
+ "அறுபது[ →→];"
147
+ ],
148
+ [
149
+ "70",
150
+ "எழுபது[ →→];"
151
+ ],
152
+ [
153
+ "80",
154
+ "எண்பது[ →→];"
155
+ ],
156
+ [
157
+ "90",
158
+ "தொண்ணூறு[ →→];"
159
+ ],
160
+ [
161
+ "100",
162
+ "நூறு[ →→];"
163
+ ],
164
+ [
165
+ "200",
166
+ "இருநூறு[ →→];"
167
+ ],
168
+ [
169
+ "300",
170
+ "முந்நூறு[ →→];"
171
+ ],
172
+ [
173
+ "400",
174
+ "நாநூறூ[ →→];"
175
+ ],
176
+ [
177
+ "500",
178
+ "ஐநூறு[ →→];"
179
+ ],
180
+ [
181
+ "600",
182
+ "அறுநூறு[ →→];"
183
+ ],
184
+ [
185
+ "700",
186
+ "எழுநூறு[ →→];"
187
+ ],
188
+ [
189
+ "800",
190
+ "எண்நூறு[ →→];"
191
+ ],
192
+ [
193
+ "900",
194
+ "தொள்ளாயிரம்[ →→];"
195
+ ],
196
+ [
197
+ "1000",
198
+ "←← ஆயிரம்[ →→];"
199
+ ],
200
+ [
201
+ "100000",
202
+ "←← லட்சம்[ →→];"
203
+ ],
204
+ [
205
+ "10000000",
206
+ "←← கோடி[ →→];"
207
+ ],
208
+ [
209
+ "1000000000000000000",
210
+ "=#,##,##0=;"
211
+ ]
212
+ ],
213
+ "%spellout-ordinal": [
214
+ [
215
+ "-x",
216
+ "எதிர்ம →→;"
217
+ ],
218
+ [
219
+ "x.x",
220
+ "=#,##,##0.#=;"
221
+ ],
222
+ [
223
+ "0",
224
+ "பூஜ்யம்;"
225
+ ],
226
+ [
227
+ "1",
228
+ "முதலாவது;"
229
+ ],
230
+ [
231
+ "2",
232
+ "இரண்டாவது;"
233
+ ],
234
+ [
235
+ "3",
236
+ "மூன்றாவது;"
237
+ ],
238
+ [
239
+ "4",
240
+ "நான்காவது;"
241
+ ],
242
+ [
243
+ "5",
244
+ "ஐந்தாவது;"
245
+ ],
246
+ [
247
+ "6",
248
+ "ஆறாவது;"
249
+ ],
250
+ [
251
+ "7",
252
+ "ஏழாவது;"
253
+ ],
254
+ [
255
+ "8",
256
+ "எட்டாவது;"
257
+ ],
258
+ [
259
+ "9",
260
+ "ஒன்பதாவது;"
261
+ ],
262
+ [
263
+ "10",
264
+ "பத்தாவது;"
265
+ ],
266
+ [
267
+ "11",
268
+ "பதினொன்றாவது;"
269
+ ],
270
+ [
271
+ "12",
272
+ "பன்னிரண்டாவது;"
273
+ ],
274
+ [
275
+ "13",
276
+ "பதிமூன்றாவது;"
277
+ ],
278
+ [
279
+ "14",
280
+ "பதிநான்காவது;"
281
+ ],
282
+ [
283
+ "15",
284
+ "பதினைந்தாவது;"
285
+ ],
286
+ [
287
+ "16",
288
+ "பதினாறாவது;"
289
+ ],
290
+ [
291
+ "17",
292
+ "பதினேழாவது;"
293
+ ],
294
+ [
295
+ "18",
296
+ "பதினெட்டாவது;"
297
+ ],
298
+ [
299
+ "19",
300
+ "பத்தொன்பதாவது;"
301
+ ],
302
+ [
303
+ "20",
304
+ "இருபதாவது;"
305
+ ],
306
+ [
307
+ "21",
308
+ "=#,##,##0=ாவது;"
309
+ ]
310
+ ]
311
+ }
312
+ }
313
+ }
314
+ }