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/kl.json ADDED
@@ -0,0 +1,266 @@
1
+ {
2
+ "rbnf": {
3
+ "identity": {
4
+ "version": {
5
+ "_cldrVersion": "40"
6
+ },
7
+ "language": "kl"
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
+ "%%numbertimes": [
28
+ [
29
+ "1",
30
+ "ataaseq;"
31
+ ],
32
+ [
33
+ "2",
34
+ "marlunnik;"
35
+ ],
36
+ [
37
+ "3",
38
+ "pingasunik;"
39
+ ],
40
+ [
41
+ "4",
42
+ "sisamanik;"
43
+ ],
44
+ [
45
+ "5",
46
+ "tallimanik;"
47
+ ],
48
+ [
49
+ "6",
50
+ "arfinilinnik;"
51
+ ],
52
+ [
53
+ "7",
54
+ "arfineq-marlunnik;"
55
+ ],
56
+ [
57
+ "8",
58
+ "arfineq-pingasunik;"
59
+ ],
60
+ [
61
+ "9",
62
+ "arfineq-sisamanik;"
63
+ ],
64
+ [
65
+ "10",
66
+ "qulinik;"
67
+ ],
68
+ [
69
+ "11",
70
+ "aqqanilinik;"
71
+ ],
72
+ [
73
+ "12",
74
+ "aqqaneq-marlunnik;"
75
+ ],
76
+ [
77
+ "13",
78
+ "aqqaneq-pingasunik;"
79
+ ],
80
+ [
81
+ "14",
82
+ "aqqaneq-sisamanik;"
83
+ ],
84
+ [
85
+ "15",
86
+ "aqqaneq-tallimanik;"
87
+ ],
88
+ [
89
+ "16",
90
+ "arfersanilinnik;"
91
+ ],
92
+ [
93
+ "17",
94
+ "arfersaneq-marlunnik;"
95
+ ],
96
+ [
97
+ "18",
98
+ "arfersaneq-pingasunik;"
99
+ ],
100
+ [
101
+ "19",
102
+ "arfersaneq-sisamanik;"
103
+ ],
104
+ [
105
+ "20",
106
+ "←%%numbertimes← qulillit[ →→];"
107
+ ],
108
+ [
109
+ "100",
110
+ "uutritit[ →→];"
111
+ ],
112
+ [
113
+ "200",
114
+ "←%%numbertimes← uutritillit[ →→];"
115
+ ]
116
+ ],
117
+ "%spellout-cardinal": [
118
+ [
119
+ "-x",
120
+ "minus →→;"
121
+ ],
122
+ [
123
+ "x.x",
124
+ "←← komma →→;"
125
+ ],
126
+ [
127
+ "0",
128
+ "nuulu;"
129
+ ],
130
+ [
131
+ "1",
132
+ "ataaseq;"
133
+ ],
134
+ [
135
+ "2",
136
+ "marluk;"
137
+ ],
138
+ [
139
+ "3",
140
+ "pingasut;"
141
+ ],
142
+ [
143
+ "4",
144
+ "sisamat;"
145
+ ],
146
+ [
147
+ "5",
148
+ "tallimat;"
149
+ ],
150
+ [
151
+ "6",
152
+ "arfinillit;"
153
+ ],
154
+ [
155
+ "7",
156
+ "arfineq-marluk;"
157
+ ],
158
+ [
159
+ "8",
160
+ "arfineq-pingasut;"
161
+ ],
162
+ [
163
+ "9",
164
+ "arfineq-sisamat;"
165
+ ],
166
+ [
167
+ "10",
168
+ "qulit;"
169
+ ],
170
+ [
171
+ "11",
172
+ "aqqanilit;"
173
+ ],
174
+ [
175
+ "12",
176
+ "aqqaneq-marluk;"
177
+ ],
178
+ [
179
+ "13",
180
+ "aqqaneq-pingasut;"
181
+ ],
182
+ [
183
+ "14",
184
+ "aqqaneq-sisamat;"
185
+ ],
186
+ [
187
+ "15",
188
+ "aqqaneq-tallimat;"
189
+ ],
190
+ [
191
+ "16",
192
+ "arfersanillit;"
193
+ ],
194
+ [
195
+ "17",
196
+ "arfersaneq-marluk;"
197
+ ],
198
+ [
199
+ "18",
200
+ "arfersaneq-pingasut;"
201
+ ],
202
+ [
203
+ "19",
204
+ "arfersaneq-sisamat;"
205
+ ],
206
+ [
207
+ "20",
208
+ "←%%numbertimes← qulillit[ →→];"
209
+ ],
210
+ [
211
+ "100",
212
+ "uutritit[ →→];"
213
+ ],
214
+ [
215
+ "200",
216
+ "←%%numbertimes← uutritillit[ →→];"
217
+ ],
218
+ [
219
+ "1000",
220
+ "tuusintit[ →→];"
221
+ ],
222
+ [
223
+ "2000",
224
+ "←%%numbertimes← tuusintillit[ →→];"
225
+ ],
226
+ [
227
+ "1000000",
228
+ "millionit[ →→];"
229
+ ],
230
+ [
231
+ "2000000",
232
+ "←%%numbertimes← millionillit[ →→];"
233
+ ],
234
+ [
235
+ "1000000000",
236
+ "milliardit[ →→];"
237
+ ],
238
+ [
239
+ "2000000000",
240
+ "←%%numbertimes← milliardillit[ →→];"
241
+ ],
242
+ [
243
+ "1000000000000",
244
+ "billionit[ →→];"
245
+ ],
246
+ [
247
+ "2000000000000",
248
+ "←%%numbertimes← billioniillit[ →→];"
249
+ ],
250
+ [
251
+ "1000000000000000",
252
+ "billiardit[ →→];"
253
+ ],
254
+ [
255
+ "2000000000000000",
256
+ "←%%numbertimes← billiardillit[ →→];"
257
+ ],
258
+ [
259
+ "1000000000000000000",
260
+ "=#,##0=;"
261
+ ]
262
+ ]
263
+ }
264
+ }
265
+ }
266
+ }
package/rbnf/km.json ADDED
@@ -0,0 +1,164 @@
1
+ {
2
+ "rbnf": {
3
+ "identity": {
4
+ "version": {
5
+ "_cldrVersion": "40"
6
+ },
7
+ "language": "km"
8
+ },
9
+ "rbnf": {
10
+ "OrdinalRules": {
11
+ "%digits-ordinal": [
12
+ [
13
+ "-x",
14
+ "−→→;"
15
+ ],
16
+ [
17
+ "0",
18
+ "ទី=#,##0=;"
19
+ ]
20
+ ]
21
+ },
22
+ "SpelloutRules": {
23
+ "%%lenient-parse": [
24
+ [
25
+ "0",
26
+ "&[last primary ignorable ] ←← ' ' ←← '​' ←← '­';"
27
+ ]
28
+ ],
29
+ "%spellout-numbering-year": [
30
+ [
31
+ "0",
32
+ "=%spellout-numbering=;"
33
+ ]
34
+ ],
35
+ "%spellout-numbering": [
36
+ [
37
+ "-x",
38
+ "ដក​→→;"
39
+ ],
40
+ [
41
+ "x.x",
42
+ "←←​ចុច​→→→;"
43
+ ],
44
+ [
45
+ "0",
46
+ "សូន្យ;"
47
+ ],
48
+ [
49
+ "1",
50
+ "មួយ;"
51
+ ],
52
+ [
53
+ "2",
54
+ "ពីរ;"
55
+ ],
56
+ [
57
+ "3",
58
+ "បី;"
59
+ ],
60
+ [
61
+ "4",
62
+ "បួន;"
63
+ ],
64
+ [
65
+ "5",
66
+ "ប្រាំ;"
67
+ ],
68
+ [
69
+ "6",
70
+ "ប្រាំមួយ;"
71
+ ],
72
+ [
73
+ "7",
74
+ "ប្រាំពីរ;"
75
+ ],
76
+ [
77
+ "8",
78
+ "ប្រាំបី;"
79
+ ],
80
+ [
81
+ "9",
82
+ "ប្រាំបួន;"
83
+ ],
84
+ [
85
+ "10",
86
+ "ដប់[​→→];"
87
+ ],
88
+ [
89
+ "20",
90
+ "ម្ភៃ[​→→];"
91
+ ],
92
+ [
93
+ "30",
94
+ "សាមសិប[​→→];"
95
+ ],
96
+ [
97
+ "40",
98
+ "សែសិប[​→→];"
99
+ ],
100
+ [
101
+ "50",
102
+ "ហាសិប[​→→];"
103
+ ],
104
+ [
105
+ "60",
106
+ "ហុកសិប[​→→];"
107
+ ],
108
+ [
109
+ "70",
110
+ "ចិតសិប[​→→];"
111
+ ],
112
+ [
113
+ "80",
114
+ "ប៉ែតសិប[​→→];"
115
+ ],
116
+ [
117
+ "90",
118
+ "កៅសិប[​→→];"
119
+ ],
120
+ [
121
+ "100",
122
+ "←←​រយ[​→→];"
123
+ ],
124
+ [
125
+ "1000",
126
+ "←←​ពាន់[​→→];"
127
+ ],
128
+ [
129
+ "10000",
130
+ "←←​ម៉ឺន[​→→];"
131
+ ],
132
+ [
133
+ "100000",
134
+ "←←​សែន[​→→];"
135
+ ],
136
+ [
137
+ "1000000",
138
+ "←←​លាន[​→→];"
139
+ ],
140
+ [
141
+ "10000000000",
142
+ "←←​ពាន់​កោដិ[​→→];"
143
+ ],
144
+ [
145
+ "1000000000000",
146
+ "=#,##0=;"
147
+ ]
148
+ ],
149
+ "%spellout-cardinal": [
150
+ [
151
+ "0",
152
+ "=%spellout-numbering=;"
153
+ ]
154
+ ],
155
+ "%spellout-ordinal": [
156
+ [
157
+ "0",
158
+ "ទី=%spellout-cardinal=;"
159
+ ]
160
+ ]
161
+ }
162
+ }
163
+ }
164
+ }
package/rbnf/ko.json ADDED
@@ -0,0 +1,936 @@
1
+ {
2
+ "rbnf": {
3
+ "identity": {
4
+ "version": {
5
+ "_cldrVersion": "40"
6
+ },
7
+ "language": "ko"
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.x",
36
+ "←%spellout-cardinal-sinokorean←점→→→;"
37
+ ],
38
+ [
39
+ "x.x",
40
+ "←←점→→→;"
41
+ ],
42
+ [
43
+ "0",
44
+ "공;"
45
+ ],
46
+ [
47
+ "1",
48
+ "=%spellout-cardinal-sinokorean=;"
49
+ ]
50
+ ],
51
+ "%spellout-cardinal-sinokorean": [
52
+ [
53
+ "-x",
54
+ "마이너스 →→;"
55
+ ],
56
+ [
57
+ "x.x",
58
+ "←←점→→→;"
59
+ ],
60
+ [
61
+ "0",
62
+ "영;"
63
+ ],
64
+ [
65
+ "1",
66
+ "일;"
67
+ ],
68
+ [
69
+ "2",
70
+ "이;"
71
+ ],
72
+ [
73
+ "3",
74
+ "삼;"
75
+ ],
76
+ [
77
+ "4",
78
+ "사;"
79
+ ],
80
+ [
81
+ "5",
82
+ "오;"
83
+ ],
84
+ [
85
+ "6",
86
+ "육;"
87
+ ],
88
+ [
89
+ "7",
90
+ "칠;"
91
+ ],
92
+ [
93
+ "8",
94
+ "팔;"
95
+ ],
96
+ [
97
+ "9",
98
+ "구;"
99
+ ],
100
+ [
101
+ "10",
102
+ "십[→→];"
103
+ ],
104
+ [
105
+ "20",
106
+ "←←십[→→];"
107
+ ],
108
+ [
109
+ "100",
110
+ "백[→→];"
111
+ ],
112
+ [
113
+ "200",
114
+ "←←백[→→];"
115
+ ],
116
+ [
117
+ "1000",
118
+ "천[→→];"
119
+ ],
120
+ [
121
+ "2000",
122
+ "←←천[→→];"
123
+ ],
124
+ [
125
+ "10000",
126
+ "만[ →→];"
127
+ ],
128
+ [
129
+ "20000",
130
+ "←←만[ →→];"
131
+ ],
132
+ [
133
+ "100000000",
134
+ "←←억[ →→];"
135
+ ],
136
+ [
137
+ "1000000000000",
138
+ "←←조[ →→];"
139
+ ],
140
+ [
141
+ "10000000000000000",
142
+ "←←경[ →→];"
143
+ ],
144
+ [
145
+ "1000000000000000000",
146
+ "=#,##0=;"
147
+ ]
148
+ ],
149
+ "%spellout-cardinal-native-attributive": [
150
+ [
151
+ "-x",
152
+ "마이너스 →→;"
153
+ ],
154
+ [
155
+ "x.x",
156
+ "=%spellout-cardinal-sinokorean=;"
157
+ ],
158
+ [
159
+ "0",
160
+ "영;"
161
+ ],
162
+ [
163
+ "1",
164
+ "한;"
165
+ ],
166
+ [
167
+ "2",
168
+ "두;"
169
+ ],
170
+ [
171
+ "3",
172
+ "세;"
173
+ ],
174
+ [
175
+ "4",
176
+ "네;"
177
+ ],
178
+ [
179
+ "5",
180
+ "다섯;"
181
+ ],
182
+ [
183
+ "6",
184
+ "여섯;"
185
+ ],
186
+ [
187
+ "7",
188
+ "일곱;"
189
+ ],
190
+ [
191
+ "8",
192
+ "여덟;"
193
+ ],
194
+ [
195
+ "9",
196
+ "아홉;"
197
+ ],
198
+ [
199
+ "10",
200
+ "열[→→];"
201
+ ],
202
+ [
203
+ "20",
204
+ "스무;"
205
+ ],
206
+ [
207
+ "21",
208
+ "스물[→→];"
209
+ ],
210
+ [
211
+ "30",
212
+ "서른[→→];"
213
+ ],
214
+ [
215
+ "40",
216
+ "마흔[→→];"
217
+ ],
218
+ [
219
+ "50",
220
+ "쉰[→→];"
221
+ ],
222
+ [
223
+ "60",
224
+ "예순[→→];"
225
+ ],
226
+ [
227
+ "70",
228
+ "일흔[→→];"
229
+ ],
230
+ [
231
+ "80",
232
+ "여든[→→];"
233
+ ],
234
+ [
235
+ "90",
236
+ "아흔[→→];"
237
+ ],
238
+ [
239
+ "100",
240
+ "백[→→];"
241
+ ],
242
+ [
243
+ "200",
244
+ "←%spellout-cardinal-sinokorean←백[→→];"
245
+ ],
246
+ [
247
+ "1000",
248
+ "천[→→];"
249
+ ],
250
+ [
251
+ "2000",
252
+ "←%spellout-cardinal-sinokorean←천[→→];"
253
+ ],
254
+ [
255
+ "10000",
256
+ "만[ →→];"
257
+ ],
258
+ [
259
+ "20000",
260
+ "←%spellout-cardinal-sinokorean←만[ →→];"
261
+ ],
262
+ [
263
+ "100000000",
264
+ "←%spellout-cardinal-sinokorean←억[ →→];"
265
+ ],
266
+ [
267
+ "1000000000000",
268
+ "←%spellout-cardinal-sinokorean←조[ →→];"
269
+ ],
270
+ [
271
+ "10000000000000000",
272
+ "←%spellout-cardinal-sinokorean←경[ →→];"
273
+ ],
274
+ [
275
+ "1000000000000000000",
276
+ "=#,##0=;"
277
+ ]
278
+ ],
279
+ "%spellout-cardinal-native": [
280
+ [
281
+ "-x",
282
+ "마이너스 →→;"
283
+ ],
284
+ [
285
+ "x.x",
286
+ "=%spellout-cardinal-sinokorean=;"
287
+ ],
288
+ [
289
+ "0",
290
+ "영;"
291
+ ],
292
+ [
293
+ "1",
294
+ "하나;"
295
+ ],
296
+ [
297
+ "2",
298
+ "둘;"
299
+ ],
300
+ [
301
+ "3",
302
+ "셋;"
303
+ ],
304
+ [
305
+ "4",
306
+ "넷;"
307
+ ],
308
+ [
309
+ "5",
310
+ "다섯;"
311
+ ],
312
+ [
313
+ "6",
314
+ "여섯;"
315
+ ],
316
+ [
317
+ "7",
318
+ "일곱;"
319
+ ],
320
+ [
321
+ "8",
322
+ "여덟;"
323
+ ],
324
+ [
325
+ "9",
326
+ "아홉;"
327
+ ],
328
+ [
329
+ "10",
330
+ "열[ →→];"
331
+ ],
332
+ [
333
+ "20",
334
+ "스물[→→];"
335
+ ],
336
+ [
337
+ "30",
338
+ "서른[→→];"
339
+ ],
340
+ [
341
+ "40",
342
+ "마흔[→→];"
343
+ ],
344
+ [
345
+ "50",
346
+ "쉰[→→];"
347
+ ],
348
+ [
349
+ "60",
350
+ "예순[→→];"
351
+ ],
352
+ [
353
+ "70",
354
+ "일흔[→→];"
355
+ ],
356
+ [
357
+ "80",
358
+ "여든[→→];"
359
+ ],
360
+ [
361
+ "90",
362
+ "아흔[→→];"
363
+ ],
364
+ [
365
+ "100",
366
+ "=%spellout-cardinal-sinokorean=;"
367
+ ]
368
+ ],
369
+ "%spellout-cardinal-financial": [
370
+ [
371
+ "-x",
372
+ "마이너스 →→;"
373
+ ],
374
+ [
375
+ "x.x",
376
+ "=%spellout-cardinal-sinokorean=;"
377
+ ],
378
+ [
379
+ "0",
380
+ "영;"
381
+ ],
382
+ [
383
+ "1",
384
+ "일;"
385
+ ],
386
+ [
387
+ "2",
388
+ "이;"
389
+ ],
390
+ [
391
+ "3",
392
+ "삼;"
393
+ ],
394
+ [
395
+ "4",
396
+ "사;"
397
+ ],
398
+ [
399
+ "5",
400
+ "오;"
401
+ ],
402
+ [
403
+ "6",
404
+ "육;"
405
+ ],
406
+ [
407
+ "7",
408
+ "칠;"
409
+ ],
410
+ [
411
+ "8",
412
+ "팔;"
413
+ ],
414
+ [
415
+ "9",
416
+ "구;"
417
+ ],
418
+ [
419
+ "10",
420
+ "←←십[→→];"
421
+ ],
422
+ [
423
+ "100",
424
+ "←←백[→→];"
425
+ ],
426
+ [
427
+ "1000",
428
+ "←←천[→→];"
429
+ ],
430
+ [
431
+ "10000",
432
+ "←←만[→→];"
433
+ ],
434
+ [
435
+ "100000000",
436
+ "←←억[→→];"
437
+ ],
438
+ [
439
+ "1000000000000",
440
+ "←←조[→→];"
441
+ ],
442
+ [
443
+ "10000000000000000",
444
+ "←←경[→→];"
445
+ ],
446
+ [
447
+ "1000000000000000000",
448
+ "=#,##0=;"
449
+ ]
450
+ ],
451
+ "%spellout-ordinal-sinokorean-count": [
452
+ [
453
+ "-x",
454
+ "마이너스 →→;"
455
+ ],
456
+ [
457
+ "x.x",
458
+ "=#,##0.#=;"
459
+ ],
460
+ [
461
+ "0",
462
+ "=%%spellout-ordinal-native-count-smaller= 번째;"
463
+ ],
464
+ [
465
+ "10",
466
+ "=%%spellout-ordinal-sinokorean-count-smaller= 번째;"
467
+ ]
468
+ ],
469
+ "%%spellout-ordinal-sinokorean-count-smaller": [
470
+ [
471
+ "0",
472
+ "영;"
473
+ ],
474
+ [
475
+ "1",
476
+ "한;"
477
+ ],
478
+ [
479
+ "2",
480
+ "두;"
481
+ ],
482
+ [
483
+ "3",
484
+ "세;"
485
+ ],
486
+ [
487
+ "4",
488
+ "네;"
489
+ ],
490
+ [
491
+ "5",
492
+ "다섯;"
493
+ ],
494
+ [
495
+ "6",
496
+ "여섯;"
497
+ ],
498
+ [
499
+ "7",
500
+ "일곱;"
501
+ ],
502
+ [
503
+ "8",
504
+ "여덟;"
505
+ ],
506
+ [
507
+ "9",
508
+ "아홉;"
509
+ ],
510
+ [
511
+ "10",
512
+ "열[→→];"
513
+ ],
514
+ [
515
+ "20",
516
+ "스무;"
517
+ ],
518
+ [
519
+ "21",
520
+ "스물[→→];"
521
+ ],
522
+ [
523
+ "30",
524
+ "서른[→→];"
525
+ ],
526
+ [
527
+ "40",
528
+ "마흔[→→];"
529
+ ],
530
+ [
531
+ "50",
532
+ "=%%spellout-ordinal-sinokorean-count-larger=;"
533
+ ]
534
+ ],
535
+ "%%spellout-ordinal-sinokorean-count-larger": [
536
+ [
537
+ "1",
538
+ "일;"
539
+ ],
540
+ [
541
+ "2",
542
+ "이;"
543
+ ],
544
+ [
545
+ "3",
546
+ "삼;"
547
+ ],
548
+ [
549
+ "4",
550
+ "사;"
551
+ ],
552
+ [
553
+ "5",
554
+ "오;"
555
+ ],
556
+ [
557
+ "6",
558
+ "육;"
559
+ ],
560
+ [
561
+ "7",
562
+ "칠;"
563
+ ],
564
+ [
565
+ "8",
566
+ "팔;"
567
+ ],
568
+ [
569
+ "9",
570
+ "구;"
571
+ ],
572
+ [
573
+ "10",
574
+ "십[→→];"
575
+ ],
576
+ [
577
+ "20",
578
+ "←←십[→→];"
579
+ ],
580
+ [
581
+ "50",
582
+ "오십[→→];"
583
+ ],
584
+ [
585
+ "60",
586
+ "육십[→→];"
587
+ ],
588
+ [
589
+ "70",
590
+ "칠십[→→];"
591
+ ],
592
+ [
593
+ "80",
594
+ "팔십[→→];"
595
+ ],
596
+ [
597
+ "90",
598
+ "구십[→→];"
599
+ ],
600
+ [
601
+ "100",
602
+ "백[→→];"
603
+ ],
604
+ [
605
+ "200",
606
+ "←←백[→→];"
607
+ ],
608
+ [
609
+ "1000",
610
+ "천[→→];"
611
+ ],
612
+ [
613
+ "2000",
614
+ "←←천[→→];"
615
+ ],
616
+ [
617
+ "10000",
618
+ "만[ →→];"
619
+ ],
620
+ [
621
+ "20000",
622
+ "←←만[ →→];"
623
+ ],
624
+ [
625
+ "100000000",
626
+ "←←억[ →→];"
627
+ ],
628
+ [
629
+ "1000000000000",
630
+ "←←조[ →→];"
631
+ ],
632
+ [
633
+ "10000000000000000",
634
+ "←←경[ →→];"
635
+ ]
636
+ ],
637
+ "%spellout-ordinal-native-count": [
638
+ [
639
+ "-x",
640
+ "마이너스 →→;"
641
+ ],
642
+ [
643
+ "x.x",
644
+ "=#,##0.#=;"
645
+ ],
646
+ [
647
+ "0",
648
+ "=%%spellout-ordinal-native-count-smaller= 번째;"
649
+ ]
650
+ ],
651
+ "%%spellout-ordinal-native-count-smaller": [
652
+ [
653
+ "0",
654
+ "영;"
655
+ ],
656
+ [
657
+ "1",
658
+ "첫;"
659
+ ],
660
+ [
661
+ "2",
662
+ "=%spellout-cardinal-native-attributive=;"
663
+ ],
664
+ [
665
+ "50",
666
+ "=%%spellout-ordinal-native-count-larger=;"
667
+ ]
668
+ ],
669
+ "%%spellout-ordinal-native-count-larger": [
670
+ [
671
+ "0",
672
+ "영;"
673
+ ],
674
+ [
675
+ "1",
676
+ "한;"
677
+ ],
678
+ [
679
+ "2",
680
+ "=%spellout-cardinal-native-attributive=;"
681
+ ],
682
+ [
683
+ "30",
684
+ "서른[→→];"
685
+ ],
686
+ [
687
+ "40",
688
+ "마흔[→→];"
689
+ ],
690
+ [
691
+ "50",
692
+ "쉰[→%spellout-cardinal-native-attributive→];"
693
+ ],
694
+ [
695
+ "60",
696
+ "예순[→%spellout-cardinal-native-attributive→];"
697
+ ],
698
+ [
699
+ "70",
700
+ "일흔[→%spellout-cardinal-native-attributive→];"
701
+ ],
702
+ [
703
+ "80",
704
+ "여든[→%spellout-cardinal-native-attributive→];"
705
+ ],
706
+ [
707
+ "90",
708
+ "아흔[→%spellout-cardinal-native-attributive→];"
709
+ ],
710
+ [
711
+ "100",
712
+ "백[→→];"
713
+ ],
714
+ [
715
+ "200",
716
+ "←%spellout-cardinal-sinokorean←백[→→];"
717
+ ],
718
+ [
719
+ "1000",
720
+ "천[→→];"
721
+ ],
722
+ [
723
+ "2000",
724
+ "←%spellout-cardinal-sinokorean←천[→→];"
725
+ ],
726
+ [
727
+ "10000",
728
+ "만[ →→];"
729
+ ],
730
+ [
731
+ "20000",
732
+ "←%spellout-cardinal-sinokorean←만[ →→];"
733
+ ],
734
+ [
735
+ "100000000",
736
+ "←%spellout-cardinal-sinokorean←억[ →→];"
737
+ ],
738
+ [
739
+ "1000000000000",
740
+ "←%spellout-cardinal-sinokorean←조[ →→];"
741
+ ],
742
+ [
743
+ "10000000000000000",
744
+ "←%spellout-cardinal-sinokorean←경[ →→];"
745
+ ],
746
+ [
747
+ "1000000000000000000",
748
+ "=#,##0=;"
749
+ ]
750
+ ],
751
+ "%spellout-ordinal-sinokorean": [
752
+ [
753
+ "0",
754
+ "=%spellout-ordinal-native=;"
755
+ ],
756
+ [
757
+ "50",
758
+ "=%spellout-cardinal-sinokorean=째;"
759
+ ],
760
+ [
761
+ "100",
762
+ "=%%spellout-ordinal-sinokorean-count-larger=째;"
763
+ ]
764
+ ],
765
+ "%spellout-ordinal-native": [
766
+ [
767
+ "x.x",
768
+ "=#,##0.#=;"
769
+ ],
770
+ [
771
+ "-x",
772
+ "마이너스 →→;"
773
+ ],
774
+ [
775
+ "0",
776
+ "=%%spellout-ordinal-native-priv=째;"
777
+ ]
778
+ ],
779
+ "%%spellout-ordinal-native-priv": [
780
+ [
781
+ "0",
782
+ "영;"
783
+ ],
784
+ [
785
+ "1",
786
+ "첫;"
787
+ ],
788
+ [
789
+ "2",
790
+ "둘;"
791
+ ],
792
+ [
793
+ "3",
794
+ "=%%spellout-ordinal-native-smaller=;"
795
+ ]
796
+ ],
797
+ "%%spellout-ordinal-native-smaller": [
798
+ [
799
+ "0",
800
+ ";"
801
+ ],
802
+ [
803
+ "1",
804
+ "한;"
805
+ ],
806
+ [
807
+ "2",
808
+ "두;"
809
+ ],
810
+ [
811
+ "3",
812
+ "셋;"
813
+ ],
814
+ [
815
+ "4",
816
+ "넷;"
817
+ ],
818
+ [
819
+ "5",
820
+ "다섯;"
821
+ ],
822
+ [
823
+ "6",
824
+ "여섯;"
825
+ ],
826
+ [
827
+ "7",
828
+ "일곱;"
829
+ ],
830
+ [
831
+ "8",
832
+ "여덟;"
833
+ ],
834
+ [
835
+ "9",
836
+ "아홉;"
837
+ ],
838
+ [
839
+ "10",
840
+ "열[→→];"
841
+ ],
842
+ [
843
+ "20",
844
+ "스무;"
845
+ ],
846
+ [
847
+ "21",
848
+ "스물[→→];"
849
+ ],
850
+ [
851
+ "30",
852
+ "서른[→→];"
853
+ ],
854
+ [
855
+ "40",
856
+ "마흔[→→];"
857
+ ],
858
+ [
859
+ "50",
860
+ "쉰[→→];"
861
+ ],
862
+ [
863
+ "60",
864
+ "예순[→→];"
865
+ ],
866
+ [
867
+ "70",
868
+ "일흔[→→];"
869
+ ],
870
+ [
871
+ "80",
872
+ "여든[→→];"
873
+ ],
874
+ [
875
+ "90",
876
+ "아흔[→→];"
877
+ ],
878
+ [
879
+ "100",
880
+ "백[→%%spellout-ordinal-native-smaller-x02→];"
881
+ ],
882
+ [
883
+ "200",
884
+ "←%spellout-cardinal-sinokorean←백[→%%spellout-ordinal-native-smaller-x02→];"
885
+ ],
886
+ [
887
+ "1000",
888
+ "천[→%%spellout-ordinal-native-smaller-x02→];"
889
+ ],
890
+ [
891
+ "2000",
892
+ "←%spellout-cardinal-sinokorean←천[→%%spellout-ordinal-native-smaller-x02→];"
893
+ ],
894
+ [
895
+ "10000",
896
+ "만[ →%%spellout-ordinal-native-smaller-x02→];"
897
+ ],
898
+ [
899
+ "20000",
900
+ "←%spellout-cardinal-sinokorean←만[ →%%spellout-ordinal-native-smaller-x02→];"
901
+ ],
902
+ [
903
+ "100000000",
904
+ "←%spellout-cardinal-sinokorean←억[ →%%spellout-ordinal-native-smaller-x02→];"
905
+ ],
906
+ [
907
+ "1000000000000",
908
+ "←%spellout-cardinal-sinokorean←조[ →%%spellout-ordinal-native-smaller-x02→];"
909
+ ],
910
+ [
911
+ "10000000000000000",
912
+ "←%spellout-cardinal-sinokorean←경[ →%%spellout-ordinal-native-smaller-x02→];"
913
+ ],
914
+ [
915
+ "1000000000000000000",
916
+ "=#,##0=;"
917
+ ]
918
+ ],
919
+ "%%spellout-ordinal-native-smaller-x02": [
920
+ [
921
+ "0",
922
+ "=%%spellout-ordinal-native-smaller=;"
923
+ ],
924
+ [
925
+ "2",
926
+ "둘;"
927
+ ],
928
+ [
929
+ "3",
930
+ "=%%spellout-ordinal-native-smaller=;"
931
+ ]
932
+ ]
933
+ }
934
+ }
935
+ }
936
+ }