twitter_cldr 5.2.0 → 5.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +0 -4
  3. data/Rakefile +19 -8
  4. data/lib/twitter_cldr/normalization.rb +18 -5
  5. data/lib/twitter_cldr/resources.rb +3 -1
  6. data/lib/twitter_cldr/resources/import_resolver.rb +11 -3
  7. data/lib/twitter_cldr/resources/loader.rb +22 -1
  8. data/lib/twitter_cldr/resources/locales_resources_importer.rb +0 -9
  9. data/lib/twitter_cldr/resources/postal_codes_importer.rb +19 -23
  10. data/lib/twitter_cldr/resources/segment_dictionaries_importer.rb +75 -0
  11. data/lib/twitter_cldr/resources/segment_tests_importer.rb +130 -13
  12. data/lib/twitter_cldr/segmentation.rb +25 -10
  13. data/lib/twitter_cldr/segmentation/brahmic_break_engine.rb +200 -0
  14. data/lib/twitter_cldr/segmentation/break_iterator.rb +22 -22
  15. data/lib/twitter_cldr/segmentation/burmese_break_engine.rb +83 -0
  16. data/lib/twitter_cldr/segmentation/category_table.rb +5 -1
  17. data/lib/twitter_cldr/segmentation/cj_break_engine.rb +163 -0
  18. data/lib/twitter_cldr/segmentation/cursor.rb +1 -1
  19. data/lib/twitter_cldr/segmentation/dictionary.rb +84 -0
  20. data/lib/twitter_cldr/segmentation/dictionary_break_engine.rb +34 -0
  21. data/lib/twitter_cldr/segmentation/khmer_break_engine.rb +83 -0
  22. data/lib/twitter_cldr/segmentation/korean_break_engine.rb +30 -0
  23. data/lib/twitter_cldr/segmentation/lao_break_engine.rb +85 -0
  24. data/lib/twitter_cldr/segmentation/line_iterator.rb +23 -0
  25. data/lib/twitter_cldr/segmentation/possible_word.rb +74 -0
  26. data/lib/twitter_cldr/segmentation/possible_word_list.rb +23 -0
  27. data/lib/twitter_cldr/segmentation/rule_set.rb +3 -12
  28. data/lib/twitter_cldr/segmentation/segment_iterator.rb +40 -0
  29. data/lib/twitter_cldr/segmentation/state_machine.rb +2 -8
  30. data/lib/twitter_cldr/segmentation/thai_break_engine.rb +141 -0
  31. data/lib/twitter_cldr/segmentation/unhandled_break_engine.rb +21 -0
  32. data/lib/twitter_cldr/segmentation/word_iterator.rb +170 -0
  33. data/lib/twitter_cldr/shared.rb +1 -0
  34. data/lib/twitter_cldr/shared/caser.rb +3 -3
  35. data/lib/twitter_cldr/shared/unicode_set.rb +77 -0
  36. data/lib/twitter_cldr/utils/range_set.rb +10 -1
  37. data/lib/twitter_cldr/version.rb +1 -1
  38. data/resources/collation/tailoring/km.yml +82 -0
  39. data/resources/collation/tailoring/lo.yml +4 -0
  40. data/resources/collation/tailoring/my.yml +940 -0
  41. data/resources/collation/tries/km.dump +0 -0
  42. data/resources/collation/tries/lo.dump +0 -0
  43. data/resources/collation/tries/my.dump +0 -0
  44. data/resources/locales/km/calendars.yml +373 -0
  45. data/resources/locales/km/currencies.yml +654 -0
  46. data/resources/locales/km/day_periods.yml +96 -0
  47. data/resources/locales/km/fields.yml +495 -0
  48. data/resources/locales/km/languages.yml +397 -0
  49. data/resources/locales/km/layout.yml +5 -0
  50. data/resources/locales/km/lists.yml +37 -0
  51. data/resources/locales/km/numbers.yml +402 -0
  52. data/resources/locales/km/plural_rules.yml +6 -0
  53. data/resources/locales/km/plurals.yml +12 -0
  54. data/resources/locales/km/rbnf.yml +131 -0
  55. data/resources/locales/km/territories.yml +267 -0
  56. data/resources/locales/km/timezones.yml +1471 -0
  57. data/resources/locales/km/units.yml +721 -0
  58. data/resources/locales/lo/calendars.yml +368 -0
  59. data/resources/locales/lo/currencies.yml +918 -0
  60. data/resources/locales/lo/day_periods.yml +96 -0
  61. data/resources/locales/lo/fields.yml +437 -0
  62. data/resources/locales/lo/languages.yml +529 -0
  63. data/resources/locales/lo/layout.yml +5 -0
  64. data/resources/locales/lo/lists.yml +42 -0
  65. data/resources/locales/lo/numbers.yml +476 -0
  66. data/resources/locales/lo/plural_rules.yml +7 -0
  67. data/resources/locales/lo/plurals.yml +14 -0
  68. data/resources/locales/lo/rbnf.yml +119 -0
  69. data/resources/locales/lo/territories.yml +265 -0
  70. data/resources/locales/lo/timezones.yml +1513 -0
  71. data/resources/locales/lo/units.yml +750 -0
  72. data/resources/locales/my/calendars.yml +374 -0
  73. data/resources/locales/my/currencies.yml +697 -0
  74. data/resources/locales/my/day_periods.yml +96 -0
  75. data/resources/locales/my/fields.yml +459 -0
  76. data/resources/locales/my/languages.yml +420 -0
  77. data/resources/locales/my/layout.yml +5 -0
  78. data/resources/locales/my/lists.yml +43 -0
  79. data/resources/locales/my/numbers.yml +417 -0
  80. data/resources/locales/my/plural_rules.yml +6 -0
  81. data/resources/locales/my/plurals.yml +12 -0
  82. data/resources/locales/my/rbnf.yml +145 -0
  83. data/resources/locales/my/territories.yml +265 -0
  84. data/resources/locales/my/timezones.yml +1479 -0
  85. data/resources/locales/my/units.yml +759 -0
  86. data/resources/locales/th/plurals.yml +1 -1
  87. data/resources/shared/segments/dictionaries/burmesedict.dump +0 -0
  88. data/resources/shared/segments/dictionaries/cjdict.dump +0 -0
  89. data/resources/shared/segments/dictionaries/khmerdict.dump +0 -0
  90. data/resources/shared/segments/dictionaries/laodict.dump +0 -0
  91. data/resources/shared/segments/dictionaries/thaidict.dump +0 -0
  92. data/resources/shared/segments/tests/dictionary_tests/combined.yml +1253 -0
  93. data/resources/shared/segments/tests/dictionary_tests/km.yml +204 -0
  94. data/resources/shared/segments/tests/dictionary_tests/ko.yml +171 -0
  95. data/resources/shared/segments/tests/dictionary_tests/lo.yml +236 -0
  96. data/resources/shared/segments/tests/dictionary_tests/my.yml +249 -0
  97. data/resources/shared/segments/tests/dictionary_tests/th.yml +201 -0
  98. data/resources/shared/segments/tests/dictionary_tests/zh.yml +206 -0
  99. data/resources/shared/segments/tests/line_break_test.yml +68 -68
  100. data/resources/shared/segments/tests/sentence_break_test.yml +52 -52
  101. data/resources/supported_locales.yml +3 -0
  102. data/spec/formatters/numbers/rbnf/locales/km/rbnf_test.yml +706 -0
  103. data/spec/formatters/numbers/rbnf/locales/lo/rbnf_test.yml +706 -0
  104. data/spec/formatters/numbers/rbnf/locales/my/rbnf_test.yml +706 -0
  105. data/spec/segmentation/dictionary_break_spec.rb +42 -0
  106. data/spec/segmentation/rule_set_spec.rb +3 -1
  107. data/spec/timezones/tests/km.yml +12475 -0
  108. data/spec/timezones/tests/lo.yml +12475 -0
  109. data/spec/timezones/tests/my.yml +12475 -0
  110. metadata +87 -3
@@ -0,0 +1,417 @@
1
+ ---
2
+ :my:
3
+ :numbers:
4
+ :default_number_systems:
5
+ :alternatives: {}
6
+ :default: mymr
7
+ :formats:
8
+ :currency:
9
+ :adlm: :numbers.formats.currency.latn
10
+ :arab:
11
+ :default: "#,##0.00 ¤"
12
+ :arabext: :numbers.formats.currency.latn
13
+ :bali: :numbers.formats.currency.latn
14
+ :beng: :numbers.formats.currency.latn
15
+ :brah: :numbers.formats.currency.latn
16
+ :cakm: :numbers.formats.currency.latn
17
+ :cham: :numbers.formats.currency.latn
18
+ :default: :numbers.formats.currency.latn
19
+ :deva: :numbers.formats.currency.latn
20
+ :fullwide: :numbers.formats.currency.latn
21
+ :gong: :numbers.formats.currency.latn
22
+ :gonm: :numbers.formats.currency.latn
23
+ :gujr: :numbers.formats.currency.latn
24
+ :guru: :numbers.formats.currency.latn
25
+ :hanidec: :numbers.formats.currency.latn
26
+ :java: :numbers.formats.currency.latn
27
+ :kali: :numbers.formats.currency.latn
28
+ :khmr: :numbers.formats.currency.latn
29
+ :knda: :numbers.formats.currency.latn
30
+ :lana: :numbers.formats.currency.latn
31
+ :lanatham: :numbers.formats.currency.latn
32
+ :laoo: :numbers.formats.currency.latn
33
+ :latn:
34
+ :default: "#,##0.00 ¤"
35
+ :short:
36
+ ? !ruby/symbol "1000"
37
+ :
38
+ :other: ¤ 0ထောင်
39
+ ? !ruby/symbol "10000"
40
+ :
41
+ :other: ¤ 0သောင်း
42
+ ? !ruby/symbol "100000"
43
+ :
44
+ :other: ¤ 0သိန်း
45
+ ? !ruby/symbol "1000000"
46
+ :
47
+ :other: ¤ 0သန်း
48
+ ? !ruby/symbol "10000000"
49
+ :
50
+ :other: ¤ 0ကုဋေ
51
+ ? !ruby/symbol "100000000"
52
+ :
53
+ :other: ¤ 00ကုဋေ
54
+ ? !ruby/symbol "1000000000"
55
+ :
56
+ :other: ¤ ကုဋေ000
57
+ ? !ruby/symbol "10000000000"
58
+ :
59
+ :other: ¤ ကုဋေ0000
60
+ ? !ruby/symbol "100000000000"
61
+ :
62
+ :other: ¤ ကုဋေ0သောင်း
63
+ ? !ruby/symbol "1000000000000"
64
+ :
65
+ :other: ¤ ကုဋေ0သိန်း
66
+ ? !ruby/symbol "10000000000000"
67
+ :
68
+ :other: ¤ ကုဋေ0သန်း
69
+ ? !ruby/symbol "100000000000000"
70
+ :
71
+ :other: ¤ 0ကောဋိ
72
+ :unit:
73
+ :other: "{1} {0}"
74
+ :lepc: :numbers.formats.currency.latn
75
+ :limb: :numbers.formats.currency.latn
76
+ :mlym: :numbers.formats.currency.latn
77
+ :mong: :numbers.formats.currency.latn
78
+ :mtei: :numbers.formats.currency.latn
79
+ :mymr:
80
+ :default: "#,##0.00 ¤"
81
+ :mymrshan: :numbers.formats.currency.latn
82
+ :nkoo: :numbers.formats.currency.latn
83
+ :olck: :numbers.formats.currency.latn
84
+ :orya: :numbers.formats.currency.latn
85
+ :osma: :numbers.formats.currency.latn
86
+ :rohg: :numbers.formats.currency.latn
87
+ :saur: :numbers.formats.currency.latn
88
+ :shrd: :numbers.formats.currency.latn
89
+ :sora: :numbers.formats.currency.latn
90
+ :sund: :numbers.formats.currency.latn
91
+ :takr: :numbers.formats.currency.latn
92
+ :talu: :numbers.formats.currency.latn
93
+ :tamldec: :numbers.formats.currency.latn
94
+ :telu: :numbers.formats.currency.latn
95
+ :thai: :numbers.formats.currency.latn
96
+ :tibt: :numbers.formats.currency.latn
97
+ :vaii: :numbers.formats.currency.latn
98
+ :decimal:
99
+ :adlm: :numbers.formats.decimal.latn
100
+ :arab: :numbers.formats.decimal.latn
101
+ :arabext: :numbers.formats.decimal.latn
102
+ :bali: :numbers.formats.decimal.latn
103
+ :beng: :numbers.formats.decimal.latn
104
+ :brah: :numbers.formats.decimal.latn
105
+ :cakm: :numbers.formats.decimal.latn
106
+ :cham: :numbers.formats.decimal.latn
107
+ :default: :numbers.formats.decimal.latn
108
+ :deva: :numbers.formats.decimal.latn
109
+ :fullwide: :numbers.formats.decimal.latn
110
+ :gong: :numbers.formats.decimal.latn
111
+ :gonm: :numbers.formats.decimal.latn
112
+ :gujr: :numbers.formats.decimal.latn
113
+ :guru: :numbers.formats.decimal.latn
114
+ :hanidec: :numbers.formats.decimal.latn
115
+ :java: :numbers.formats.decimal.latn
116
+ :kali: :numbers.formats.decimal.latn
117
+ :khmr: :numbers.formats.decimal.latn
118
+ :knda: :numbers.formats.decimal.latn
119
+ :lana: :numbers.formats.decimal.latn
120
+ :lanatham: :numbers.formats.decimal.latn
121
+ :laoo: :numbers.formats.decimal.latn
122
+ :latn:
123
+ :default: "#,##0.###"
124
+ :long:
125
+ ? !ruby/symbol "1000"
126
+ :
127
+ :other: 0ထောင်
128
+ ? !ruby/symbol "10000"
129
+ :
130
+ :other: 0သောင်း
131
+ ? !ruby/symbol "100000"
132
+ :
133
+ :other: 0သိန်း
134
+ ? !ruby/symbol "1000000"
135
+ :
136
+ :other: 0သန်း
137
+ ? !ruby/symbol "10000000"
138
+ :
139
+ :other: 0ကုဋေ
140
+ ? !ruby/symbol "100000000"
141
+ :
142
+ :other: 00ကုဋေ
143
+ ? !ruby/symbol "1000000000"
144
+ :
145
+ :other: ကုဋေ000
146
+ ? !ruby/symbol "10000000000"
147
+ :
148
+ :other: ကုဋေ0000
149
+ ? !ruby/symbol "100000000000"
150
+ :
151
+ :other: ကုဋေ0သောင်း
152
+ ? !ruby/symbol "1000000000000"
153
+ :
154
+ :other: ကုဋေ0သိန်း
155
+ ? !ruby/symbol "10000000000000"
156
+ :
157
+ :other: ကုဋေ0သန်း
158
+ ? !ruby/symbol "100000000000000"
159
+ :
160
+ :other: 0ကောဋိ
161
+ :short:
162
+ ? !ruby/symbol "1000"
163
+ :
164
+ :other: 0ထောင်
165
+ ? !ruby/symbol "10000"
166
+ :
167
+ :other: 0သောင်း
168
+ ? !ruby/symbol "100000"
169
+ :
170
+ :other: 0သိန်း
171
+ ? !ruby/symbol "1000000"
172
+ :
173
+ :other: 0သန်း
174
+ ? !ruby/symbol "10000000"
175
+ :
176
+ :other: 0ကုဋေ
177
+ ? !ruby/symbol "100000000"
178
+ :
179
+ :other: 00ကုဋေ
180
+ ? !ruby/symbol "1000000000"
181
+ :
182
+ :other: ကုဋေ000
183
+ ? !ruby/symbol "10000000000"
184
+ :
185
+ :other: ကုဋေ0ထ
186
+ ? !ruby/symbol "100000000000"
187
+ :
188
+ :other: ကုဋေ0သ
189
+ ? !ruby/symbol "1000000000000"
190
+ :
191
+ :other: ဋေ0သိန်း
192
+ ? !ruby/symbol "10000000000000"
193
+ :
194
+ :other: ဋေ0သန်း
195
+ ? !ruby/symbol "100000000000000"
196
+ :
197
+ :other: 0ကောဋိ
198
+ :lepc: :numbers.formats.decimal.latn
199
+ :limb: :numbers.formats.decimal.latn
200
+ :mlym: :numbers.formats.decimal.latn
201
+ :mong: :numbers.formats.decimal.latn
202
+ :mtei: :numbers.formats.decimal.latn
203
+ :mymr:
204
+ :default: "#,##0.###"
205
+ :mymrshan: :numbers.formats.decimal.latn
206
+ :nkoo: :numbers.formats.decimal.latn
207
+ :olck: :numbers.formats.decimal.latn
208
+ :orya: :numbers.formats.decimal.latn
209
+ :osma: :numbers.formats.decimal.latn
210
+ :rohg: :numbers.formats.decimal.latn
211
+ :saur: :numbers.formats.decimal.latn
212
+ :shrd: :numbers.formats.decimal.latn
213
+ :sora: :numbers.formats.decimal.latn
214
+ :sund: :numbers.formats.decimal.latn
215
+ :takr: :numbers.formats.decimal.latn
216
+ :talu: :numbers.formats.decimal.latn
217
+ :tamldec: :numbers.formats.decimal.latn
218
+ :telu: :numbers.formats.decimal.latn
219
+ :thai: :numbers.formats.decimal.latn
220
+ :tibt: :numbers.formats.decimal.latn
221
+ :vaii: :numbers.formats.decimal.latn
222
+ :percent:
223
+ :adlm: :numbers.formats.percent.latn
224
+ :arab:
225
+ :default: "#,##0%"
226
+ :arabext: :numbers.formats.percent.latn
227
+ :bali: :numbers.formats.percent.latn
228
+ :beng: :numbers.formats.percent.latn
229
+ :brah: :numbers.formats.percent.latn
230
+ :cakm: :numbers.formats.percent.latn
231
+ :cham: :numbers.formats.percent.latn
232
+ :default: :numbers.formats.percent.latn
233
+ :deva: :numbers.formats.percent.latn
234
+ :fullwide: :numbers.formats.percent.latn
235
+ :gong: :numbers.formats.percent.latn
236
+ :gonm: :numbers.formats.percent.latn
237
+ :gujr: :numbers.formats.percent.latn
238
+ :guru: :numbers.formats.percent.latn
239
+ :hanidec: :numbers.formats.percent.latn
240
+ :java: :numbers.formats.percent.latn
241
+ :kali: :numbers.formats.percent.latn
242
+ :khmr: :numbers.formats.percent.latn
243
+ :knda: :numbers.formats.percent.latn
244
+ :lana: :numbers.formats.percent.latn
245
+ :lanatham: :numbers.formats.percent.latn
246
+ :laoo: :numbers.formats.percent.latn
247
+ :latn:
248
+ :default: "#,##0%"
249
+ :lepc: :numbers.formats.percent.latn
250
+ :limb: :numbers.formats.percent.latn
251
+ :mlym: :numbers.formats.percent.latn
252
+ :mong: :numbers.formats.percent.latn
253
+ :mtei: :numbers.formats.percent.latn
254
+ :mymr:
255
+ :default: "#,##0%"
256
+ :mymrshan: :numbers.formats.percent.latn
257
+ :nkoo: :numbers.formats.percent.latn
258
+ :olck: :numbers.formats.percent.latn
259
+ :orya: :numbers.formats.percent.latn
260
+ :osma: :numbers.formats.percent.latn
261
+ :rohg: :numbers.formats.percent.latn
262
+ :saur: :numbers.formats.percent.latn
263
+ :shrd: :numbers.formats.percent.latn
264
+ :sora: :numbers.formats.percent.latn
265
+ :sund: :numbers.formats.percent.latn
266
+ :takr: :numbers.formats.percent.latn
267
+ :talu: :numbers.formats.percent.latn
268
+ :tamldec: :numbers.formats.percent.latn
269
+ :telu: :numbers.formats.percent.latn
270
+ :thai: :numbers.formats.percent.latn
271
+ :tibt: :numbers.formats.percent.latn
272
+ :vaii: :numbers.formats.percent.latn
273
+ :scientific:
274
+ :adlm: :numbers.formats.scientific.latn
275
+ :arab: :numbers.formats.scientific.latn
276
+ :arabext: :numbers.formats.scientific.latn
277
+ :bali: :numbers.formats.scientific.latn
278
+ :beng: :numbers.formats.scientific.latn
279
+ :brah: :numbers.formats.scientific.latn
280
+ :cakm: :numbers.formats.scientific.latn
281
+ :cham: :numbers.formats.scientific.latn
282
+ :default: :numbers.formats.scientific.latn
283
+ :deva: :numbers.formats.scientific.latn
284
+ :fullwide: :numbers.formats.scientific.latn
285
+ :gong: :numbers.formats.scientific.latn
286
+ :gonm: :numbers.formats.scientific.latn
287
+ :gujr: :numbers.formats.scientific.latn
288
+ :guru: :numbers.formats.scientific.latn
289
+ :hanidec: :numbers.formats.scientific.latn
290
+ :java: :numbers.formats.scientific.latn
291
+ :kali: :numbers.formats.scientific.latn
292
+ :khmr: :numbers.formats.scientific.latn
293
+ :knda: :numbers.formats.scientific.latn
294
+ :lana: :numbers.formats.scientific.latn
295
+ :lanatham: :numbers.formats.scientific.latn
296
+ :laoo: :numbers.formats.scientific.latn
297
+ :latn:
298
+ :default: "#E0"
299
+ :lepc: :numbers.formats.scientific.latn
300
+ :limb: :numbers.formats.scientific.latn
301
+ :mlym: :numbers.formats.scientific.latn
302
+ :mong: :numbers.formats.scientific.latn
303
+ :mtei: :numbers.formats.scientific.latn
304
+ :mymr:
305
+ :default: "#E0"
306
+ :mymrshan: :numbers.formats.scientific.latn
307
+ :nkoo: :numbers.formats.scientific.latn
308
+ :olck: :numbers.formats.scientific.latn
309
+ :orya: :numbers.formats.scientific.latn
310
+ :osma: :numbers.formats.scientific.latn
311
+ :rohg: :numbers.formats.scientific.latn
312
+ :saur: :numbers.formats.scientific.latn
313
+ :shrd: :numbers.formats.scientific.latn
314
+ :sora: :numbers.formats.scientific.latn
315
+ :sund: :numbers.formats.scientific.latn
316
+ :takr: :numbers.formats.scientific.latn
317
+ :talu: :numbers.formats.scientific.latn
318
+ :tamldec: :numbers.formats.scientific.latn
319
+ :telu: :numbers.formats.scientific.latn
320
+ :thai: :numbers.formats.scientific.latn
321
+ :tibt: :numbers.formats.scientific.latn
322
+ :vaii: :numbers.formats.scientific.latn
323
+ :symbols:
324
+ :adlm: :numbers.symbols.latn
325
+ :arab:
326
+ :decimal: ٫
327
+ :exponential: اس
328
+ :group: ٬
329
+ :infinity: ∞
330
+ :list: ؛
331
+ :minus_sign: ؜-
332
+ :nan: NaN
333
+ :per_mille: ؉
334
+ :percent_sign: ٪؜
335
+ :plus_sign: ؜+
336
+ :superscripting_exponent: ×
337
+ :time_separator: ":"
338
+ :arabext:
339
+ :decimal: ٫
340
+ :exponential: ×۱۰^
341
+ :group: ٬
342
+ :infinity: ∞
343
+ :list: ؛
344
+ :minus_sign: ‎-‎
345
+ :nan: NaN
346
+ :per_mille: ؉
347
+ :percent_sign: ٪
348
+ :plus_sign: ‎+‎
349
+ :superscripting_exponent: ×
350
+ :time_separator: ٫
351
+ :bali: :numbers.symbols.latn
352
+ :beng: :numbers.symbols.latn
353
+ :brah: :numbers.symbols.latn
354
+ :cakm: :numbers.symbols.latn
355
+ :cham: :numbers.symbols.latn
356
+ :default: :numbers.symbols.latn
357
+ :deva: :numbers.symbols.latn
358
+ :fullwide: :numbers.symbols.latn
359
+ :gong: :numbers.symbols.latn
360
+ :gonm: :numbers.symbols.latn
361
+ :gujr: :numbers.symbols.latn
362
+ :guru: :numbers.symbols.latn
363
+ :hanidec: :numbers.symbols.latn
364
+ :java: :numbers.symbols.latn
365
+ :kali: :numbers.symbols.latn
366
+ :khmr: :numbers.symbols.latn
367
+ :knda: :numbers.symbols.latn
368
+ :lana: :numbers.symbols.latn
369
+ :lanatham: :numbers.symbols.latn
370
+ :laoo: :numbers.symbols.latn
371
+ :latn:
372
+ :decimal: "."
373
+ :exponential: E
374
+ :group: ","
375
+ :infinity: ∞
376
+ :list: ;
377
+ :minus_sign: "-"
378
+ :nan: ဂဏန်းမဟုတ်သော
379
+ :per_mille: ‰
380
+ :percent_sign: "%"
381
+ :plus_sign: +
382
+ :superscripting_exponent: ×
383
+ :time_separator: ":"
384
+ :lepc: :numbers.symbols.latn
385
+ :limb: :numbers.symbols.latn
386
+ :mlym: :numbers.symbols.latn
387
+ :mong: :numbers.symbols.latn
388
+ :mtei: :numbers.symbols.latn
389
+ :mymr:
390
+ :decimal: "."
391
+ :exponential: E
392
+ :group: ","
393
+ :infinity: ∞
394
+ :list: ၊
395
+ :minus_sign: "-"
396
+ :nan: ဂဏန်းမဟုတ်သော
397
+ :per_mille: ‰
398
+ :percent_sign: "%"
399
+ :plus_sign: +
400
+ :superscripting_exponent: ×
401
+ :mymrshan: :numbers.symbols.latn
402
+ :nkoo: :numbers.symbols.latn
403
+ :olck: :numbers.symbols.latn
404
+ :orya: :numbers.symbols.latn
405
+ :osma: :numbers.symbols.latn
406
+ :rohg: :numbers.symbols.latn
407
+ :saur: :numbers.symbols.latn
408
+ :shrd: :numbers.symbols.latn
409
+ :sora: :numbers.symbols.latn
410
+ :sund: :numbers.symbols.latn
411
+ :takr: :numbers.symbols.latn
412
+ :talu: :numbers.symbols.latn
413
+ :tamldec: :numbers.symbols.latn
414
+ :telu: :numbers.symbols.latn
415
+ :thai: :numbers.symbols.latn
416
+ :tibt: :numbers.symbols.latn
417
+ :vaii: :numbers.symbols.latn
@@ -0,0 +1,6 @@
1
+ ---
2
+ :my:
3
+ :cardinal:
4
+ :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, …"
5
+ :ordinal:
6
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
@@ -0,0 +1,12 @@
1
+ ---
2
+ my:
3
+ :cardinal:
4
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
5
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
6
+ :names:
7
+ - :other
8
+ :ordinal:
9
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
10
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
11
+ :names:
12
+ - :other
@@ -0,0 +1,145 @@
1
+ ---
2
+ :my:
3
+ :rbnf:
4
+ :grouping:
5
+ -
6
+ :ruleset:
7
+ -
8
+ :rules:
9
+ -
10
+ :rule: =0.0=;
11
+ :value: x.x
12
+ -
13
+ :rule: =%spellout-cardinal=;
14
+ :value: 0
15
+ :type: spellout-numbering-year
16
+ -
17
+ :rules:
18
+ -
19
+ :rule: =%spellout-cardinal=;
20
+ :value: 0
21
+ :type: spellout-numbering
22
+ -
23
+ :rules:
24
+ -
25
+ :rule: အနုတ်>>;
26
+ :value: "-x"
27
+ -
28
+ :rule: <<ဒသမ>>;
29
+ :value: x.x
30
+ -
31
+ :rule: သုည;
32
+ :value: 0
33
+ -
34
+ :rule: တစ်;
35
+ :value: 1
36
+ -
37
+ :rule: နှစ်;
38
+ :value: 2
39
+ -
40
+ :rule: သုံး;
41
+ :value: 3
42
+ -
43
+ :rule: လေး;
44
+ :value: 4
45
+ -
46
+ :rule: ငါး;
47
+ :value: 5
48
+ -
49
+ :rule: ခြောက်;
50
+ :value: 6
51
+ -
52
+ :rule: ခုနှစ်;
53
+ :value: 7
54
+ -
55
+ :rule: ရှစ်;
56
+ :value: 8
57
+ -
58
+ :rule: ကိုး;
59
+ :value: 9
60
+ -
61
+ :rule: ဆယ်;
62
+ :value: 10
63
+ -
64
+ :rule: "ဆယ့်[>>];"
65
+ :value: 11
66
+ -
67
+ :rule: "<<ဆယ်[>>];"
68
+ :value: 20
69
+ -
70
+ :rule: <<ရာ;
71
+ :value: 100
72
+ -
73
+ :rule: "<<ရာ့[>>];"
74
+ :value: 101
75
+ -
76
+ :rule: <<ထောင်;
77
+ :value: 1000
78
+ -
79
+ :rule: "<<ထောင့်[>>];"
80
+ :value: 1001
81
+ -
82
+ :rule: "<<သောင်း[>>];"
83
+ :value: 10000
84
+ -
85
+ :rule: "<<သိန်း[>>];"
86
+ :value: 100000
87
+ -
88
+ :rule: "<<သန်း[>>];"
89
+ :value: 1000000
90
+ -
91
+ :rule: "<<ကုဋေ[>>];"
92
+ :value: 10000000
93
+ -
94
+ :rule: "<<ကောဋိ[>>];"
95
+ :value: 100000000000000
96
+ -
97
+ :rule: "=#,##0=;"
98
+ :value: 1000000000000000000
99
+ :type: spellout-cardinal
100
+ -
101
+ :rules:
102
+ -
103
+ :rule: အနုတ်>>;
104
+ :value: "-x"
105
+ -
106
+ :rule: "=#,##0.#=;"
107
+ :value: x.x
108
+ -
109
+ :rule: =%spellout-cardinal=;
110
+ :value: 0
111
+ -
112
+ :rule: ပထမ;
113
+ :value: 1
114
+ -
115
+ :rule: ဒုတိယ;
116
+ :value: 2
117
+ -
118
+ :rule: တတိယ;
119
+ :value: 3
120
+ -
121
+ :rule: စတုတ္ထ;
122
+ :value: 4
123
+ -
124
+ :rule: ပဉ္စမ;
125
+ :value: 5
126
+ -
127
+ :rule: ဆဋ္ဌမ;
128
+ :value: 6
129
+ -
130
+ :rule: သတ္တမ;
131
+ :value: 7
132
+ -
133
+ :rule: အဋ္ဌမ;
134
+ :value: 8
135
+ -
136
+ :rule: နဝမ;
137
+ :value: 9
138
+ -
139
+ :rule: ဒသမ;
140
+ :value: 10
141
+ -
142
+ :rule: =%spellout-cardinal=;
143
+ :value: 11
144
+ :type: spellout-ordinal
145
+ :type: SpelloutRules