twitter_cldr 3.0.10 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (569) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -2
  3. data/History.txt +9 -0
  4. data/README.md +8 -0
  5. data/Rakefile +1 -1
  6. data/lib/twitter_cldr.rb +1 -1
  7. data/lib/twitter_cldr/data_readers/number_data_reader.rb +60 -8
  8. data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +3 -11
  9. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +5 -12
  10. data/lib/twitter_cldr/formatters/numbers/rbnf.rb +2 -1
  11. data/lib/twitter_cldr/formatters/numbers/rbnf/formatters.rb +4 -1
  12. data/lib/twitter_cldr/formatters/numbers/rbnf/plural.rb +49 -0
  13. data/lib/twitter_cldr/formatters/numbers/rbnf/rule.rb +4 -3
  14. data/lib/twitter_cldr/formatters/numbers/rbnf/rule_parser.rb +12 -1
  15. data/lib/twitter_cldr/formatters/numbers/rbnf/substitution.rb +1 -1
  16. data/lib/twitter_cldr/formatters/plurals/rules.rb +26 -10
  17. data/lib/twitter_cldr/localized/localized_number.rb +2 -15
  18. data/lib/twitter_cldr/resources/download.rb +3 -3
  19. data/lib/twitter_cldr/resources/locales_resources_importer.rb +24 -16
  20. data/lib/twitter_cldr/resources/uli/segment_exceptions_importer.rb +1 -1
  21. data/lib/twitter_cldr/shared/postal_codes.rb +30 -2
  22. data/lib/twitter_cldr/tokenizers/numbers/rbnf_tokenizer.rb +2 -1
  23. data/lib/twitter_cldr/version.rb +1 -1
  24. data/resources/locales/af/calendars.yml +44 -29
  25. data/resources/locales/af/currencies.yml +300 -603
  26. data/resources/locales/af/languages.yml +22 -359
  27. data/resources/locales/af/lists.yml +8 -8
  28. data/resources/locales/af/numbers.yml +74 -25
  29. data/resources/locales/af/plural_rules.yml +7 -0
  30. data/resources/locales/af/plurals.yml +13 -3
  31. data/resources/locales/af/territories.yml +7 -7
  32. data/resources/locales/ar/calendars.yml +25 -11
  33. data/resources/locales/ar/currencies.yml +115 -229
  34. data/resources/locales/ar/languages.yml +39 -124
  35. data/resources/locales/ar/lists.yml +12 -12
  36. data/resources/locales/ar/numbers.yml +170 -25
  37. data/resources/locales/ar/plural_rules.yml +11 -0
  38. data/resources/locales/ar/plurals.yml +18 -6
  39. data/resources/locales/be/calendars.yml +10 -20
  40. data/resources/locales/be/currencies.yml +40 -778
  41. data/resources/locales/be/languages.yml +2 -447
  42. data/resources/locales/be/lists.yml +3 -15
  43. data/resources/locales/be/numbers.yml +26 -26
  44. data/resources/locales/be/plural_rules.yml +9 -0
  45. data/resources/locales/be/plurals.yml +17 -7
  46. data/resources/locales/be/rbnf.yml +15 -105
  47. data/resources/locales/be/territories.yml +5 -16
  48. data/resources/locales/bg/calendars.yml +61 -40
  49. data/resources/locales/bg/currencies.yml +147 -176
  50. data/resources/locales/bg/languages.yml +56 -149
  51. data/resources/locales/bg/lists.yml +5 -5
  52. data/resources/locales/bg/numbers.yml +73 -24
  53. data/resources/locales/bg/plural_rules.yml +7 -0
  54. data/resources/locales/bg/plurals.yml +13 -3
  55. data/resources/locales/bg/territories.yml +10 -10
  56. data/resources/locales/bn/calendars.yml +43 -29
  57. data/resources/locales/bn/currencies.yml +156 -253
  58. data/resources/locales/bn/languages.yml +61 -150
  59. data/resources/locales/bn/lists.yml +4 -4
  60. data/resources/locales/bn/numbers.yml +74 -25
  61. data/resources/locales/bn/plural_rules.yml +11 -0
  62. data/resources/locales/bn/plurals.yml +19 -3
  63. data/resources/locales/bn/territories.yml +35 -35
  64. data/resources/locales/ca/calendars.yml +38 -23
  65. data/resources/locales/ca/currencies.yml +285 -63
  66. data/resources/locales/ca/languages.yml +12 -76
  67. data/resources/locales/ca/lists.yml +4 -4
  68. data/resources/locales/ca/numbers.yml +74 -25
  69. data/resources/locales/ca/plural_rules.yml +10 -0
  70. data/resources/locales/ca/plurals.yml +17 -4
  71. data/resources/locales/ca/territories.yml +20 -20
  72. data/resources/locales/cs/calendars.yml +33 -18
  73. data/resources/locales/cs/currencies.yml +397 -118
  74. data/resources/locales/cs/languages.yml +109 -90
  75. data/resources/locales/cs/numbers.yml +121 -24
  76. data/resources/locales/cs/plural_rules.yml +9 -0
  77. data/resources/locales/cs/plurals.yml +16 -6
  78. data/resources/locales/cs/territories.yml +2 -2
  79. data/resources/locales/cy/calendars.yml +4 -5
  80. data/resources/locales/cy/currencies.yml +56 -424
  81. data/resources/locales/cy/languages.yml +210 -379
  82. data/resources/locales/cy/lists.yml +1 -5
  83. data/resources/locales/cy/numbers.yml +170 -25
  84. data/resources/locales/cy/plural_rules.yml +16 -0
  85. data/resources/locales/cy/plurals.yml +26 -4
  86. data/resources/locales/cy/rbnf.yml +8 -8
  87. data/resources/locales/da/calendars.yml +28 -13
  88. data/resources/locales/da/currencies.yml +135 -136
  89. data/resources/locales/da/languages.yml +10 -74
  90. data/resources/locales/da/numbers.yml +73 -24
  91. data/resources/locales/da/plural_rules.yml +7 -0
  92. data/resources/locales/da/plurals.yml +13 -4
  93. data/resources/locales/da/territories.yml +2 -2
  94. data/resources/locales/de-CH/calendars.yml +29 -15
  95. data/resources/locales/de-CH/currencies.yml +327 -101
  96. data/resources/locales/de-CH/languages.yml +112 -83
  97. data/resources/locales/de-CH/numbers.yml +73 -24
  98. data/resources/locales/de-CH/plural_rules.yml +7 -0
  99. data/resources/locales/de-CH/plurals.yml +13 -4
  100. data/resources/locales/de-CH/territories.yml +3 -3
  101. data/resources/locales/de/calendars.yml +29 -15
  102. data/resources/locales/de/currencies.yml +328 -101
  103. data/resources/locales/de/languages.yml +112 -83
  104. data/resources/locales/de/numbers.yml +73 -24
  105. data/resources/locales/de/plural_rules.yml +7 -0
  106. data/resources/locales/de/plurals.yml +13 -4
  107. data/resources/locales/de/rbnf.yml +189 -0
  108. data/resources/locales/de/territories.yml +3 -3
  109. data/resources/locales/el/calendars.yml +30 -16
  110. data/resources/locales/el/currencies.yml +144 -91
  111. data/resources/locales/el/languages.yml +8 -72
  112. data/resources/locales/el/numbers.yml +73 -24
  113. data/resources/locales/el/plural_rules.yml +7 -0
  114. data/resources/locales/el/plurals.yml +13 -3
  115. data/resources/locales/el/territories.yml +1 -1
  116. data/resources/locales/en-150/calendars.yml +15 -5
  117. data/resources/locales/en-150/currencies.yml +49 -9
  118. data/resources/locales/en-150/languages.yml +99 -70
  119. data/resources/locales/en-150/numbers.yml +73 -24
  120. data/resources/locales/en-150/plural_rules.yml +10 -0
  121. data/resources/locales/en-150/plurals.yml +18 -4
  122. data/resources/locales/en-150/territories.yml +15 -15
  123. data/resources/locales/en-AU/calendars.yml +21 -11
  124. data/resources/locales/en-AU/currencies.yml +69 -29
  125. data/resources/locales/en-AU/languages.yml +101 -72
  126. data/resources/locales/en-AU/lists.yml +1 -1
  127. data/resources/locales/en-AU/numbers.yml +73 -24
  128. data/resources/locales/en-AU/plural_rules.yml +10 -0
  129. data/resources/locales/en-AU/plurals.yml +18 -4
  130. data/resources/locales/en-AU/territories.yml +19 -19
  131. data/resources/locales/en-CA/calendars.yml +18 -8
  132. data/resources/locales/en-CA/currencies.yml +49 -9
  133. data/resources/locales/en-CA/languages.yml +99 -70
  134. data/resources/locales/en-CA/numbers.yml +74 -25
  135. data/resources/locales/en-CA/plural_rules.yml +10 -0
  136. data/resources/locales/en-CA/plurals.yml +18 -4
  137. data/resources/locales/en-CA/territories.yml +15 -15
  138. data/resources/locales/en-GB/calendars.yml +21 -8
  139. data/resources/locales/en-GB/currencies.yml +242 -55
  140. data/resources/locales/en-GB/languages.yml +102 -73
  141. data/resources/locales/en-GB/lists.yml +1 -1
  142. data/resources/locales/en-GB/numbers.yml +74 -25
  143. data/resources/locales/en-GB/plural_rules.yml +10 -0
  144. data/resources/locales/en-GB/plurals.yml +18 -4
  145. data/resources/locales/en-GB/territories.yml +5 -5
  146. data/resources/locales/en-IE/calendars.yml +12 -2
  147. data/resources/locales/en-IE/currencies.yml +49 -9
  148. data/resources/locales/en-IE/languages.yml +99 -70
  149. data/resources/locales/en-IE/numbers.yml +74 -25
  150. data/resources/locales/en-IE/plural_rules.yml +10 -0
  151. data/resources/locales/en-IE/plurals.yml +18 -4
  152. data/resources/locales/en-IE/territories.yml +15 -15
  153. data/resources/locales/en-SG/calendars.yml +15 -5
  154. data/resources/locales/en-SG/currencies.yml +50 -10
  155. data/resources/locales/en-SG/languages.yml +99 -70
  156. data/resources/locales/en-SG/numbers.yml +74 -25
  157. data/resources/locales/en-SG/plural_rules.yml +10 -0
  158. data/resources/locales/en-SG/plurals.yml +18 -4
  159. data/resources/locales/en-SG/territories.yml +15 -15
  160. data/resources/locales/en-ZA/calendars.yml +12 -2
  161. data/resources/locales/en-ZA/currencies.yml +48 -9
  162. data/resources/locales/en-ZA/languages.yml +99 -70
  163. data/resources/locales/en-ZA/numbers.yml +74 -25
  164. data/resources/locales/en-ZA/plural_rules.yml +10 -0
  165. data/resources/locales/en-ZA/plurals.yml +18 -4
  166. data/resources/locales/en-ZA/territories.yml +15 -15
  167. data/resources/locales/en/calendars.yml +12 -2
  168. data/resources/locales/en/currencies.yml +49 -9
  169. data/resources/locales/en/languages.yml +99 -70
  170. data/resources/locales/en/numbers.yml +74 -25
  171. data/resources/locales/en/plural_rules.yml +10 -0
  172. data/resources/locales/en/plurals.yml +18 -4
  173. data/resources/locales/en/rbnf.yml +1 -26
  174. data/resources/locales/en/territories.yml +15 -15
  175. data/resources/locales/es-419/calendars.yml +101 -87
  176. data/resources/locales/es-419/currencies.yml +276 -276
  177. data/resources/locales/es-419/languages.yml +26 -90
  178. data/resources/locales/es-419/lists.yml +4 -4
  179. data/resources/locales/es-419/numbers.yml +74 -25
  180. data/resources/locales/es-419/plural_rules.yml +7 -0
  181. data/resources/locales/es-419/plurals.yml +13 -3
  182. data/resources/locales/es-419/rbnf.yml +1 -1192
  183. data/resources/locales/es-419/territories.yml +4 -4
  184. data/resources/locales/es-CO/calendars.yml +42 -28
  185. data/resources/locales/es-CO/currencies.yml +258 -258
  186. data/resources/locales/es-CO/languages.yml +22 -86
  187. data/resources/locales/es-CO/lists.yml +4 -4
  188. data/resources/locales/es-CO/numbers.yml +74 -25
  189. data/resources/locales/es-CO/plural_rules.yml +7 -0
  190. data/resources/locales/es-CO/plurals.yml +13 -3
  191. data/resources/locales/es-CO/rbnf.yml +1 -1
  192. data/resources/locales/es-CO/territories.yml +2 -2
  193. data/resources/locales/es-MX/calendars.yml +121 -107
  194. data/resources/locales/es-MX/currencies.yml +41 -136
  195. data/resources/locales/es-MX/languages.yml +27 -91
  196. data/resources/locales/es-MX/numbers.yml +76 -27
  197. data/resources/locales/es-MX/plural_rules.yml +7 -0
  198. data/resources/locales/es-MX/plurals.yml +13 -3
  199. data/resources/locales/es-MX/rbnf.yml +1 -1
  200. data/resources/locales/es-MX/territories.yml +7 -7
  201. data/resources/locales/es-US/calendars.yml +56 -48
  202. data/resources/locales/es-US/currencies.yml +259 -259
  203. data/resources/locales/es-US/languages.yml +22 -86
  204. data/resources/locales/es-US/lists.yml +4 -4
  205. data/resources/locales/es-US/numbers.yml +75 -26
  206. data/resources/locales/es-US/plural_rules.yml +7 -0
  207. data/resources/locales/es-US/plurals.yml +13 -3
  208. data/resources/locales/es-US/rbnf.yml +1 -1
  209. data/resources/locales/es-US/territories.yml +2 -2
  210. data/resources/locales/es/calendars.yml +38 -24
  211. data/resources/locales/es/currencies.yml +259 -259
  212. data/resources/locales/es/languages.yml +22 -86
  213. data/resources/locales/es/lists.yml +4 -4
  214. data/resources/locales/es/numbers.yml +75 -26
  215. data/resources/locales/es/plural_rules.yml +7 -0
  216. data/resources/locales/es/plurals.yml +13 -3
  217. data/resources/locales/es/rbnf.yml +8 -81
  218. data/resources/locales/es/territories.yml +2 -2
  219. data/resources/locales/eu/calendars.yml +72 -55
  220. data/resources/locales/eu/currencies.yml +135 -450
  221. data/resources/locales/eu/languages.yml +79 -414
  222. data/resources/locales/eu/lists.yml +4 -4
  223. data/resources/locales/eu/numbers.yml +74 -25
  224. data/resources/locales/eu/plural_rules.yml +7 -0
  225. data/resources/locales/eu/plurals.yml +13 -3
  226. data/resources/locales/eu/territories.yml +2 -2
  227. data/resources/locales/fa/calendars.yml +27 -12
  228. data/resources/locales/fa/currencies.yml +46 -454
  229. data/resources/locales/fa/languages.yml +71 -153
  230. data/resources/locales/fa/lists.yml +4 -4
  231. data/resources/locales/fa/numbers.yml +74 -25
  232. data/resources/locales/fa/plural_rules.yml +7 -0
  233. data/resources/locales/fa/plurals.yml +13 -3
  234. data/resources/locales/fa/territories.yml +4 -4
  235. data/resources/locales/fi/calendars.yml +20 -5
  236. data/resources/locales/fi/currencies.yml +287 -50
  237. data/resources/locales/fi/languages.yml +99 -70
  238. data/resources/locales/fi/numbers.yml +73 -24
  239. data/resources/locales/fi/plural_rules.yml +7 -0
  240. data/resources/locales/fi/plurals.yml +13 -4
  241. data/resources/locales/fi/territories.yml +1 -1
  242. data/resources/locales/fil/calendars.yml +29 -15
  243. data/resources/locales/fil/currencies.yml +144 -489
  244. data/resources/locales/fil/languages.yml +12 -339
  245. data/resources/locales/fil/lists.yml +7 -7
  246. data/resources/locales/fil/numbers.yml +74 -25
  247. data/resources/locales/fil/plural_rules.yml +8 -0
  248. data/resources/locales/fil/plurals.yml +17 -4
  249. data/resources/locales/fil/territories.yml +2 -2
  250. data/resources/locales/fr-BE/calendars.yml +68 -53
  251. data/resources/locales/fr-BE/currencies.yml +202 -82
  252. data/resources/locales/fr-BE/languages.yml +8 -71
  253. data/resources/locales/fr-BE/numbers.yml +74 -25
  254. data/resources/locales/fr-BE/plural_rules.yml +8 -0
  255. data/resources/locales/fr-BE/plurals.yml +15 -3
  256. data/resources/locales/fr-BE/territories.yml +7 -7
  257. data/resources/locales/fr-CA/calendars.yml +25 -10
  258. data/resources/locales/fr-CA/currencies.yml +250 -130
  259. data/resources/locales/fr-CA/languages.yml +11 -74
  260. data/resources/locales/fr-CA/numbers.yml +74 -25
  261. data/resources/locales/fr-CA/plural_rules.yml +8 -0
  262. data/resources/locales/fr-CA/plurals.yml +15 -3
  263. data/resources/locales/fr-CA/territories.yml +16 -16
  264. data/resources/locales/fr-CH/calendars.yml +68 -53
  265. data/resources/locales/fr-CH/currencies.yml +201 -82
  266. data/resources/locales/fr-CH/languages.yml +8 -71
  267. data/resources/locales/fr-CH/numbers.yml +74 -25
  268. data/resources/locales/fr-CH/plural_rules.yml +8 -0
  269. data/resources/locales/fr-CH/plurals.yml +15 -3
  270. data/resources/locales/fr-CH/territories.yml +7 -7
  271. data/resources/locales/fr/calendars.yml +68 -53
  272. data/resources/locales/fr/currencies.yml +202 -82
  273. data/resources/locales/fr/languages.yml +8 -71
  274. data/resources/locales/fr/numbers.yml +74 -25
  275. data/resources/locales/fr/plural_rules.yml +8 -0
  276. data/resources/locales/fr/plurals.yml +15 -3
  277. data/resources/locales/fr/territories.yml +7 -7
  278. data/resources/locales/ga/calendars.yml +136 -45
  279. data/resources/locales/ga/currencies.yml +1238 -587
  280. data/resources/locales/ga/languages.yml +176 -468
  281. data/resources/locales/ga/lists.yml +4 -4
  282. data/resources/locales/ga/numbers.yml +148 -24
  283. data/resources/locales/ga/plural_rules.yml +10 -0
  284. data/resources/locales/ga/plurals.yml +17 -5
  285. data/resources/locales/ga/territories.yml +56 -56
  286. data/resources/locales/gl/calendars.yml +26 -13
  287. data/resources/locales/gl/currencies.yml +378 -582
  288. data/resources/locales/gl/languages.yml +71 -392
  289. data/resources/locales/gl/lists.yml +8 -8
  290. data/resources/locales/gl/numbers.yml +74 -25
  291. data/resources/locales/gl/plural_rules.yml +7 -0
  292. data/resources/locales/gl/plurals.yml +13 -4
  293. data/resources/locales/gl/territories.yml +2 -2
  294. data/resources/locales/he/calendars.yml +53 -32
  295. data/resources/locales/he/currencies.yml +585 -487
  296. data/resources/locales/he/languages.yml +15 -78
  297. data/resources/locales/he/lists.yml +8 -8
  298. data/resources/locales/he/numbers.yml +121 -24
  299. data/resources/locales/he/plural_rules.yml +9 -0
  300. data/resources/locales/he/plurals.yml +16 -6
  301. data/resources/locales/he/rbnf.yml +0 -3
  302. data/resources/locales/he/territories.yml +4 -4
  303. data/resources/locales/hi/calendars.yml +54 -41
  304. data/resources/locales/hi/currencies.yml +155 -428
  305. data/resources/locales/hi/languages.yml +52 -141
  306. data/resources/locales/hi/lists.yml +4 -4
  307. data/resources/locales/hi/numbers.yml +74 -25
  308. data/resources/locales/hi/plural_rules.yml +11 -0
  309. data/resources/locales/hi/plurals.yml +19 -3
  310. data/resources/locales/hi/rbnf.yml +52 -1
  311. data/resources/locales/hi/territories.yml +8 -8
  312. data/resources/locales/hr/calendars.yml +30 -16
  313. data/resources/locales/hr/currencies.yml +306 -66
  314. data/resources/locales/hr/languages.yml +12 -76
  315. data/resources/locales/hr/numbers.yml +97 -24
  316. data/resources/locales/hr/plural_rules.yml +8 -0
  317. data/resources/locales/hr/plurals.yml +16 -8
  318. data/resources/locales/hr/territories.yml +1 -1
  319. data/resources/locales/hu/calendars.yml +25 -10
  320. data/resources/locales/hu/currencies.yml +139 -182
  321. data/resources/locales/hu/languages.yml +8 -72
  322. data/resources/locales/hu/lists.yml +4 -4
  323. data/resources/locales/hu/numbers.yml +73 -24
  324. data/resources/locales/hu/plural_rules.yml +8 -0
  325. data/resources/locales/hu/plurals.yml +15 -3
  326. data/resources/locales/hu/territories.yml +1 -1
  327. data/resources/locales/id/calendars.yml +22 -7
  328. data/resources/locales/id/currencies.yml +323 -192
  329. data/resources/locales/id/languages.yml +36 -71
  330. data/resources/locales/id/numbers.yml +50 -26
  331. data/resources/locales/id/plural_rules.yml +6 -0
  332. data/resources/locales/id/plurals.yml +11 -3
  333. data/resources/locales/id/rbnf.yml +4 -4
  334. data/resources/locales/id/territories.yml +2 -2
  335. data/resources/locales/is/calendars.yml +24 -9
  336. data/resources/locales/is/currencies.yml +145 -336
  337. data/resources/locales/is/languages.yml +57 -163
  338. data/resources/locales/is/numbers.yml +73 -24
  339. data/resources/locales/is/plural_rules.yml +7 -0
  340. data/resources/locales/is/plurals.yml +13 -5
  341. data/resources/locales/is/territories.yml +5 -5
  342. data/resources/locales/it-CH/calendars.yml +41 -26
  343. data/resources/locales/it-CH/currencies.yml +180 -274
  344. data/resources/locales/it-CH/languages.yml +106 -83
  345. data/resources/locales/it-CH/lists.yml +6 -6
  346. data/resources/locales/it-CH/numbers.yml +73 -24
  347. data/resources/locales/it-CH/plural_rules.yml +8 -0
  348. data/resources/locales/it-CH/plurals.yml +15 -4
  349. data/resources/locales/it-CH/territories.yml +9 -9
  350. data/resources/locales/it/calendars.yml +43 -28
  351. data/resources/locales/it/currencies.yml +181 -274
  352. data/resources/locales/it/languages.yml +106 -83
  353. data/resources/locales/it/lists.yml +6 -6
  354. data/resources/locales/it/numbers.yml +73 -24
  355. data/resources/locales/it/plural_rules.yml +8 -0
  356. data/resources/locales/it/plurals.yml +15 -4
  357. data/resources/locales/it/territories.yml +9 -9
  358. data/resources/locales/ja/calendars.yml +24 -9
  359. data/resources/locales/ja/currencies.yml +286 -48
  360. data/resources/locales/ja/languages.yml +106 -83
  361. data/resources/locales/ja/lists.yml +4 -4
  362. data/resources/locales/ja/numbers.yml +50 -26
  363. data/resources/locales/ja/plural_rules.yml +6 -0
  364. data/resources/locales/ja/plurals.yml +11 -3
  365. data/resources/locales/ja/territories.yml +2 -2
  366. data/resources/locales/ko/calendars.yml +63 -16
  367. data/resources/locales/ko/currencies.yml +286 -347
  368. data/resources/locales/ko/languages.yml +27 -76
  369. data/resources/locales/ko/numbers.yml +50 -26
  370. data/resources/locales/ko/plural_rules.yml +6 -0
  371. data/resources/locales/ko/plurals.yml +11 -3
  372. data/resources/locales/ko/territories.yml +4 -4
  373. data/resources/locales/lv/calendars.yml +34 -19
  374. data/resources/locales/lv/currencies.yml +155 -366
  375. data/resources/locales/lv/languages.yml +7 -71
  376. data/resources/locales/lv/numbers.yml +99 -26
  377. data/resources/locales/lv/plural_rules.yml +8 -0
  378. data/resources/locales/lv/plurals.yml +16 -9
  379. data/resources/locales/lv/territories.yml +2 -2
  380. data/resources/locales/ms/calendars.yml +28 -14
  381. data/resources/locales/ms/currencies.yml +185 -500
  382. data/resources/locales/ms/languages.yml +27 -297
  383. data/resources/locales/ms/lists.yml +6 -6
  384. data/resources/locales/ms/numbers.yml +50 -26
  385. data/resources/locales/ms/plural_rules.yml +7 -0
  386. data/resources/locales/ms/plurals.yml +13 -3
  387. data/resources/locales/ms/territories.yml +6 -6
  388. data/resources/locales/nb/calendars.yml +21 -6
  389. data/resources/locales/nb/currencies.yml +271 -44
  390. data/resources/locales/nb/languages.yml +14 -78
  391. data/resources/locales/nb/lists.yml +4 -4
  392. data/resources/locales/nb/numbers.yml +73 -24
  393. data/resources/locales/nb/plural_rules.yml +7 -0
  394. data/resources/locales/nb/plurals.yml +13 -3
  395. data/resources/locales/nb/territories.yml +6 -6
  396. data/resources/locales/nl/calendars.yml +63 -48
  397. data/resources/locales/nl/currencies.yml +294 -56
  398. data/resources/locales/nl/languages.yml +149 -121
  399. data/resources/locales/nl/numbers.yml +74 -25
  400. data/resources/locales/nl/plural_rules.yml +7 -0
  401. data/resources/locales/nl/plurals.yml +13 -4
  402. data/resources/locales/nl/territories.yml +9 -9
  403. data/resources/locales/pl/calendars.yml +23 -9
  404. data/resources/locales/pl/currencies.yml +147 -226
  405. data/resources/locales/pl/languages.yml +102 -73
  406. data/resources/locales/pl/numbers.yml +122 -25
  407. data/resources/locales/pl/plural_rules.yml +9 -0
  408. data/resources/locales/pl/plurals.yml +17 -9
  409. data/resources/locales/pl/rbnf.yml +17 -159
  410. data/resources/locales/pl/territories.yml +1 -1
  411. data/resources/locales/pt/calendars.yml +26 -12
  412. data/resources/locales/pt/currencies.yml +182 -91
  413. data/resources/locales/pt/languages.yml +72 -137
  414. data/resources/locales/pt/numbers.yml +74 -25
  415. data/resources/locales/pt/plural_rules.yml +7 -0
  416. data/resources/locales/pt/plurals.yml +13 -5
  417. data/resources/locales/pt/territories.yml +9 -9
  418. data/resources/locales/ro/calendars.yml +63 -49
  419. data/resources/locales/ro/currencies.yml +209 -291
  420. data/resources/locales/ro/languages.yml +12 -76
  421. data/resources/locales/ro/numbers.yml +98 -25
  422. data/resources/locales/ro/plural_rules.yml +9 -0
  423. data/resources/locales/ro/plurals.yml +17 -6
  424. data/resources/locales/ro/territories.yml +3 -3
  425. data/resources/locales/ru/calendars.yml +55 -41
  426. data/resources/locales/ru/currencies.yml +334 -256
  427. data/resources/locales/ru/languages.yml +8 -72
  428. data/resources/locales/ru/lists.yml +5 -5
  429. data/resources/locales/ru/numbers.yml +122 -24
  430. data/resources/locales/ru/plural_rules.yml +9 -0
  431. data/resources/locales/ru/plurals.yml +17 -7
  432. data/resources/locales/ru/rbnf.yml +15 -105
  433. data/resources/locales/ru/territories.yml +7 -7
  434. data/resources/locales/sk/calendars.yml +89 -51
  435. data/resources/locales/sk/currencies.yml +440 -415
  436. data/resources/locales/sk/languages.yml +50 -114
  437. data/resources/locales/sk/lists.yml +4 -4
  438. data/resources/locales/sk/numbers.yml +122 -25
  439. data/resources/locales/sk/plural_rules.yml +9 -0
  440. data/resources/locales/sk/plurals.yml +16 -6
  441. data/resources/locales/sk/territories.yml +18 -18
  442. data/resources/locales/sq/calendars.yml +72 -58
  443. data/resources/locales/sq/currencies.yml +86 -464
  444. data/resources/locales/sq/languages.yml +222 -579
  445. data/resources/locales/sq/lists.yml +4 -4
  446. data/resources/locales/sq/numbers.yml +73 -24
  447. data/resources/locales/sq/plural_rules.yml +9 -0
  448. data/resources/locales/sq/plurals.yml +16 -3
  449. data/resources/locales/sq/territories.yml +16 -17
  450. data/resources/locales/sr/calendars.yml +30 -16
  451. data/resources/locales/sr/currencies.yml +202 -116
  452. data/resources/locales/sr/languages.yml +200 -298
  453. data/resources/locales/sr/lists.yml +4 -4
  454. data/resources/locales/sr/numbers.yml +98 -25
  455. data/resources/locales/sr/plural_rules.yml +8 -0
  456. data/resources/locales/sr/plurals.yml +16 -8
  457. data/resources/locales/sr/territories.yml +20 -20
  458. data/resources/locales/sv/calendars.yml +46 -31
  459. data/resources/locales/sv/currencies.yml +213 -105
  460. data/resources/locales/sv/languages.yml +76 -73
  461. data/resources/locales/sv/numbers.yml +73 -25
  462. data/resources/locales/sv/plural_rules.yml +8 -0
  463. data/resources/locales/sv/plurals.yml +16 -4
  464. data/resources/locales/sv/rbnf.yml +1 -1
  465. data/resources/locales/sv/territories.yml +1 -1
  466. data/resources/locales/ta/calendars.yml +37 -23
  467. data/resources/locales/ta/currencies.yml +328 -643
  468. data/resources/locales/ta/languages.yml +94 -177
  469. data/resources/locales/ta/numbers.yml +74 -25
  470. data/resources/locales/ta/plural_rules.yml +7 -0
  471. data/resources/locales/ta/plurals.yml +13 -3
  472. data/resources/locales/ta/territories.yml +34 -34
  473. data/resources/locales/th/calendars.yml +33 -6
  474. data/resources/locales/th/currencies.yml +272 -187
  475. data/resources/locales/th/languages.yml +102 -76
  476. data/resources/locales/th/numbers.yml +50 -26
  477. data/resources/locales/th/plural_rules.yml +6 -0
  478. data/resources/locales/th/plurals.yml +11 -3
  479. data/resources/locales/th/territories.yml +2 -2
  480. data/resources/locales/tr/calendars.yml +25 -11
  481. data/resources/locales/tr/currencies.yml +365 -199
  482. data/resources/locales/tr/languages.yml +106 -77
  483. data/resources/locales/tr/numbers.yml +74 -25
  484. data/resources/locales/tr/plural_rules.yml +7 -0
  485. data/resources/locales/tr/plurals.yml +13 -3
  486. data/resources/locales/tr/territories.yml +5 -5
  487. data/resources/locales/uk/calendars.yml +24 -9
  488. data/resources/locales/uk/currencies.yml +139 -207
  489. data/resources/locales/uk/languages.yml +19 -94
  490. data/resources/locales/uk/lists.yml +6 -6
  491. data/resources/locales/uk/numbers.yml +121 -24
  492. data/resources/locales/uk/plural_rules.yml +10 -0
  493. data/resources/locales/uk/plurals.yml +19 -9
  494. data/resources/locales/uk/territories.yml +18 -18
  495. data/resources/locales/ur/calendars.yml +38 -16
  496. data/resources/locales/ur/currencies.yml +273 -577
  497. data/resources/locales/ur/languages.yml +76 -405
  498. data/resources/locales/ur/lists.yml +7 -7
  499. data/resources/locales/ur/numbers.yml +75 -26
  500. data/resources/locales/ur/plural_rules.yml +7 -0
  501. data/resources/locales/ur/plurals.yml +13 -4
  502. data/resources/locales/ur/territories.yml +1 -1
  503. data/resources/locales/vi/calendars.yml +29 -14
  504. data/resources/locales/vi/currencies.yml +273 -195
  505. data/resources/locales/vi/languages.yml +20 -94
  506. data/resources/locales/vi/lists.yml +2 -2
  507. data/resources/locales/vi/numbers.yml +49 -25
  508. data/resources/locales/vi/plural_rules.yml +7 -0
  509. data/resources/locales/vi/plurals.yml +13 -3
  510. data/resources/locales/vi/territories.yml +8 -8
  511. data/resources/locales/zh-Hant/calendars.yml +28 -13
  512. data/resources/locales/zh-Hant/currencies.yml +368 -134
  513. data/resources/locales/zh-Hant/languages.yml +119 -90
  514. data/resources/locales/zh-Hant/lists.yml +4 -4
  515. data/resources/locales/zh-Hant/numbers.yml +50 -26
  516. data/resources/locales/zh-Hant/plural_rules.yml +6 -0
  517. data/resources/locales/zh-Hant/plurals.yml +11 -3
  518. data/resources/locales/zh-Hant/territories.yml +9 -9
  519. data/resources/locales/zh/calendars.yml +20 -5
  520. data/resources/locales/zh/currencies.yml +372 -189
  521. data/resources/locales/zh/languages.yml +7 -71
  522. data/resources/locales/zh/lists.yml +4 -4
  523. data/resources/locales/zh/numbers.yml +50 -26
  524. data/resources/locales/zh/plural_rules.yml +6 -0
  525. data/resources/locales/zh/plurals.yml +11 -3
  526. data/resources/locales/zh/rbnf.yml +46 -0
  527. data/resources/shared/currency_digits_and_rounding.yml +8 -2
  528. data/resources/shared/numbering_systems.yml +3 -0
  529. data/resources/shared/postal_codes.yml +320 -1275
  530. data/resources/shared/rbnf_root.yml +65 -16
  531. data/resources/shared/territories_containment.yml +1 -0
  532. data/resources/uli/segments/de.yml +102 -0
  533. data/resources/uli/segments/es.yml +33 -0
  534. data/resources/uli/segments/fr.yml +21 -0
  535. data/resources/uli/segments/it.yml +11 -0
  536. data/spec/data_readers/number_data_reader_spec.rb +25 -0
  537. data/spec/formatters/list_formatter_spec.rb +2 -2
  538. data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +11 -17
  539. data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +80 -31
  540. data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +40 -9
  541. data/spec/formatters/numbers/currency_formatter_spec.rb +1 -1
  542. data/spec/formatters/numbers/rbnf/allowed_failures.yml +47 -35
  543. data/spec/formatters/numbers/rbnf/locales/bn/rbnf_test.yml +1634 -1283
  544. data/spec/formatters/numbers/rbnf/locales/cy/rbnf_test.yml +42 -42
  545. data/spec/formatters/numbers/rbnf/locales/de-CH/rbnf_test.yml +702 -0
  546. data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +702 -0
  547. data/spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml +14 -14
  548. data/spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml +14 -14
  549. data/spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml +14 -14
  550. data/spec/formatters/numbers/rbnf/locales/es-US/rbnf_test.yml +14 -14
  551. data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +54 -54
  552. data/spec/formatters/numbers/rbnf/locales/eu/rbnf_test.yml +1634 -1283
  553. data/spec/formatters/numbers/rbnf/locales/fr-CH/rbnf_test.yml +32 -32
  554. data/spec/formatters/numbers/rbnf/locales/gl/rbnf_test.yml +1634 -1283
  555. data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +105 -105
  556. data/spec/formatters/numbers/rbnf/locales/hi/rbnf_test.yml +350 -116
  557. data/spec/formatters/numbers/rbnf/locales/sv/rbnf_test.yml +24 -24
  558. data/spec/formatters/numbers/rbnf/locales/ur/rbnf_test.yml +1634 -1283
  559. data/spec/formatters/numbers/rbnf/locales/zh/rbnf_test.yml +117 -0
  560. data/spec/formatters/plurals/rules_spec.rb +37 -14
  561. data/spec/localized/localized_number_spec.rb +2 -1
  562. data/spec/parsers/number_parser_spec.rb +5 -5
  563. data/spec/shared/calendar_spec.rb +3 -3
  564. data/spec/shared/postal_codes_spec.rb +16 -0
  565. data/spec/shared/territories_spec.rb +2 -2
  566. data/spec/spec_helper.rb +1 -1
  567. data/twitter_cldr.gemspec +1 -0
  568. metadata +364 -285
  569. data/resources/custom/locales/hu/plurals.yml +0 -3
@@ -41,8 +41,8 @@ describe ListFormatter do
41
41
  it "formats Spanish lists correctly using various types" do
42
42
  expect(@formatter.format(list)).to eq("larry, curly y moe")
43
43
  expect(@formatter.format(list, :unit)).to eq("larry, curly y moe")
44
- expect(@formatter.format(list, :"unit-narrow")).to eq("larry curly moe")
44
+ expect(@formatter.format(list, :"unit-narrow")).to eq("larry, curly, moe")
45
45
  end
46
46
  end
47
47
  end
48
- end
48
+ end
@@ -15,31 +15,25 @@ describe AbbreviatedNumberFormatter do
15
15
  describe "#truncate_number" do
16
16
  let(:number) { 1234 }
17
17
 
18
- def truncate(number, integer_format)
19
- integer_formatter = Object.new
20
- stub(integer_formatter).format { integer_format }
21
- formatter.send(:truncate_number, number, integer_formatter)
18
+ def truncate(number, decimal_digits)
19
+ formatter.send(:truncate_number, number, decimal_digits)
22
20
  end
23
21
 
24
- it "truncates the number based on the integer format string" do
25
- expect(truncate(number, "0")).to eq(1.234)
26
- expect(truncate(number, "00")).to eq(12.34)
27
- expect(truncate(number, "000")).to eq(123.4)
28
- expect(truncate(number, "0000")).to eq(1234)
29
- expect(truncate(number, "00000")).to eq(1234)
30
- expect(truncate(number, "000000")).to eq(1234)
31
- end
32
-
33
- it "raises an exception if the format string is invalid" do
34
- expect { truncate(number, "00.00") }.to raise_error(ArgumentError)
22
+ it "truncates the number based on number of decimal digits requested" do
23
+ expect(truncate(number, 1)).to eq(1.234)
24
+ expect(truncate(number, 2)).to eq(12.34)
25
+ expect(truncate(number, 3)).to eq(123.4)
26
+ expect(truncate(number, 4)).to eq(1234)
27
+ expect(truncate(number, 5)).to eq(1234)
28
+ expect(truncate(number, 6)).to eq(1234)
35
29
  end
36
30
 
37
31
  it "returns the original number if less than 10^3" do
38
- expect(truncate(999, "000")).to eq(999)
32
+ expect(truncate(999, 3)).to eq(999)
39
33
  end
40
34
 
41
35
  it "returns the original number if greater than 10^15" do
42
- expect(truncate(10 ** 15, "000")).to eq(10 ** 15)
36
+ expect(truncate(10 ** 15, 3)).to eq(10 ** 15)
43
37
  end
44
38
  end
45
39
  end
@@ -9,48 +9,97 @@ include TwitterCldr::Formatters
9
9
 
10
10
  describe LongDecimalFormatter do
11
11
  let(:data_reader) do
12
- TwitterCldr::DataReaders::NumberDataReader.new(:en, :type => :long_decimal)
12
+ TwitterCldr::DataReaders::NumberDataReader.new(locale, :type => :long_decimal)
13
13
  end
14
14
 
15
- let(:formatter) { data_reader.formatter }
16
- let(:tokenizer) { data_reader.tokenizer }
17
-
18
- it "formats valid numbers correctly (from 10^3 - 10^15)" do
19
- expected = {
20
- 10 ** 3 => "1 thousand",
21
- 10 ** 4 => "10 thousand",
22
- 10 ** 5 => "100 thousand",
23
- 10 ** 6 => "1 million",
24
- 10 ** 7 => "10 million",
25
- 10 ** 8 => "100 million",
26
- 10 ** 9 => "1 billion",
27
- 10 ** 10 => "10 billion",
28
- 10 ** 11 => "100 billion",
29
- 10 ** 12 => "1 trillion",
30
- 10 ** 13 => "10 trillion",
31
- 10 ** 14 => "100 trillion"
15
+ def format_number(number, options = {})
16
+ data_reader.format_number(number, options)
17
+ end
18
+
19
+ context "with English locale" do
20
+ let (:locale) { :en }
21
+
22
+ let(:expected) {
23
+ {
24
+ 10 ** 3 => "1 thousand",
25
+ 10 ** 4 => "10 thousand",
26
+ 10 ** 5 => "100 thousand",
27
+ 10 ** 6 => "1 million",
28
+ 10 ** 7 => "10 million",
29
+ 10 ** 8 => "100 million",
30
+ 10 ** 9 => "1 billion",
31
+ 10 ** 10 => "10 billion",
32
+ 10 ** 11 => "100 billion",
33
+ 10 ** 12 => "1 trillion",
34
+ 10 ** 13 => "10 trillion",
35
+ 10 ** 14 => "100 trillion"
36
+ }
32
37
  }
33
38
 
34
- expected.each do |num, text|
35
- pattern = data_reader.pattern(num)
36
- expect(formatter.format(tokenizer.tokenize(pattern), num)).to eq(text)
39
+ it "formats valid numbers correctly (from 10^3 - 10^15)" do
40
+ expected.each do |num, text|
41
+ expect(format_number(num)).to eq(text)
42
+ end
37
43
  end
38
- end
39
44
 
40
- def format_number(number, options = {})
41
- pattern = data_reader.pattern(number)
42
- formatter.format(tokenizer.tokenize(pattern), number, options)
45
+ it "formats valid negative numbers correctly (from -10^15 - -10^3)" do
46
+ expected.each do |num, text|
47
+ expect(format_number(-num)).to eq("-#{text}")
48
+ end
49
+ end
50
+
51
+ it "formats the number as if it were a straight decimal if it's >= 10^15" do
52
+ expect(format_number(10**15)).to eq("1,000,000,000,000,000")
53
+ end
54
+
55
+ it "formats the number as if it were a straight decimal if it <= -10^15" do
56
+ expect(format_number(- 10**15)).to eq("-1,000,000,000,000,000")
57
+ end
58
+
59
+ it "formats the number as if it were a straight decimal if it's < 1000" do
60
+ expect(format_number(500)).to eq("500")
61
+ end
62
+
63
+ it "formats the number as if it were a straight decimal if it's > -1000" do
64
+ expect(format_number(-500)).to eq("-500")
65
+ end
66
+
67
+ it "respects the :precision option" do
68
+ expect(format_number(12345, :precision => 3)).to match_normalized("12.345 thousand")
69
+ end
70
+
71
+ it "respects the :precision option for negative numbers" do
72
+ expect(format_number(-12345, :precision => 3)).to match_normalized("-12.345 thousand")
73
+ end
43
74
  end
44
75
 
45
- it "formats the number as if it were a straight decimal if it exceeds 10^15" do
46
- expect(format_number(10**15)).to eq("1,000,000,000,000,000")
76
+ context "with Russian locale" do
77
+ let(:locale) { :ru }
78
+
79
+ it "respects pluralization rules" do
80
+ expect(format_number(1123)).to match_normalized("1 тысяча")
81
+ expect(format_number(1123, :precision => 3)).to match_normalized("1,123 тысячи")
82
+ end
83
+
84
+ it 'works with :few in Russian' do
85
+ expect(format_number(7123, :precision => 3)).to match_normalized("7,123 тысячи")
86
+ expect(format_number(7123)).to match_normalized("7 тысяч") # different pluralization when precision is 0
87
+ end
47
88
  end
48
89
 
49
- it "formats the number as if it were a straight decimal if it's less than 1000" do
50
- expect(format_number(500)).to eq("500")
90
+ context 'with Korean locale' do
91
+ let(:locale) { :ko }
92
+
93
+ xit 'works for Korean' do
94
+ expect(format_number(1_000_000)).to match_normalized("100만") # not "1 million"
95
+ end
51
96
  end
52
97
 
53
- it "respects the :precision option" do
54
- expect(format_number(12345, :precision => 3)).to match_normalized("12.345 thousand")
98
+ context 'with BE locale' do
99
+ let(:locale) { :be }
100
+
101
+ it 'handles redirects' do
102
+ expect(format_number(1_000_000)).to match_normalized("1M")
103
+ end
55
104
  end
56
105
  end
@@ -12,18 +12,14 @@ describe ShortDecimalFormatter do
12
12
  TwitterCldr::DataReaders::NumberDataReader.new(locale, :type => :short_decimal)
13
13
  end
14
14
 
15
- let(:formatter) { data_reader.formatter }
16
- let(:tokenizer) { data_reader.tokenizer }
17
-
18
15
  def format_number(number, options = {})
19
- formatter.format(tokenizer.tokenize(data_reader.pattern(number)), number, options.merge(:type => @type))
16
+ data_reader.format_number(number, options)
20
17
  end
21
18
 
22
19
  context "with English locale" do
23
20
  let(:locale) { :en }
24
-
25
- it "formats valid numbers correctly (from 10^3 - 10^15)" do
26
- expected = {
21
+ let(:expected) {
22
+ {
27
23
  10 ** 3 => "1K",
28
24
  10 ** 4 => "10K",
29
25
  10 ** 5 => "100K",
@@ -37,26 +33,50 @@ describe ShortDecimalFormatter do
37
33
  10 ** 13 => "10T",
38
34
  10 ** 14 => "100T"
39
35
  }
36
+ }
40
37
 
38
+ it "formats valid numbers correctly (from 10^3 - 10^15)" do
41
39
  expected.each do |num, text|
42
40
  expect(format_number(num)).to eq(text)
41
+ expect(format_number(-num)).to eq("-#{text}")
42
+ end
43
+ end
44
+
45
+ it "formats valid negative numbers correctly (from -10^15 - -10^3)" do
46
+ expected.each do |num, text|
47
+ expect(format_number(-num)).to eq("-#{text}")
43
48
  end
44
49
  end
45
50
 
46
- it "formats the number as if it were a straight decimal if it exceeds 10^15" do
51
+ it "formats the number as if it were a straight decimal if it's >= 10^15" do
47
52
  number = 10 ** 15
48
53
  expect(format_number(number)).to eq("1,000,000,000,000,000")
49
54
  end
50
55
 
51
- it "formats the number as if it were a straight decimal if it's less than 1000" do
56
+ it "formats the number as if it were a straight decimal if it's <= -10^15" do
57
+ number = - 10 ** 15
58
+ expect(format_number(number)).to eq("-1,000,000,000,000,000")
59
+ end
60
+
61
+ it "formats the number as if it were a straight decimal if it's < 1000" do
52
62
  number = 500
53
63
  expect(format_number(number)).to eq("500")
54
64
  end
55
65
 
66
+ it "formats the number as if it were a straight decimal if it's > -1000" do
67
+ number = -500
68
+ expect(format_number(number)).to eq("-500")
69
+ end
70
+
56
71
  it "respects the :precision option" do
57
72
  number = 12345
58
73
  expect(format_number(number, :precision => 3)).to match_normalized("12.345K")
59
74
  end
75
+
76
+ it "respects the :precision option for negative numbers" do
77
+ number = -12345
78
+ expect(format_number(number, :precision => 3)).to match_normalized("-12.345K")
79
+ end
60
80
  end
61
81
 
62
82
  context "with Japanese locale" do
@@ -76,4 +96,15 @@ describe ShortDecimalFormatter do
76
96
  expect(format_number(number)).to match_normalized("1 тыс.")
77
97
  end
78
98
  end
99
+
100
+ context "with IT locale" do
101
+ let(:locale) { :it }
102
+
103
+ it "works when the pattern is 0" do
104
+ expect(format_number(100_000)).to match_normalized("100000")
105
+ expect(format_number(700_000)).to match_normalized("700000")
106
+ end
107
+ end
108
+
109
+ xit 'respects pluralization rules'
79
110
  end
@@ -24,7 +24,7 @@ describe CurrencyFormatter do
24
24
 
25
25
  it "handles negative numbers" do
26
26
  # yes, the parentheses really are part of the format, don't worry about it
27
- expect(format_currency(-12)).to eq("($12.00)")
27
+ expect(format_currency(-12)).to eq("-$12.00")
28
28
  end
29
29
 
30
30
  it "should use the specified currency symbol when specified" do
@@ -3,40 +3,40 @@
3
3
  :ar:
4
4
  OrdinalRules:
5
5
  digits-ordinal:
6
- - -1141
7
- - -1142
8
- - -1143
9
- - 1141
10
- - 1142
11
- - 1143
12
- - 10311
13
- - 138400
6
+ - -1141
7
+ - -1142
8
+ - -1143
9
+ - 1141
10
+ - 1142
11
+ - 1143
12
+ - 10311
13
+ - 138400
14
14
 
15
15
  # honest to goodness ICU bugs
16
16
  :ja:
17
17
  SpelloutRules:
18
18
  spellout-numbering-year:
19
- - -1141
20
- - -1142
21
- - -1143
19
+ - -1141
20
+ - -1142
21
+ - -1143
22
22
  :zh:
23
23
  SpelloutRules:
24
24
  spellout-numbering-year:
25
- - -1141
26
- - -1142
27
- - -1143
25
+ - -1141
26
+ - -1142
27
+ - -1143
28
28
  :zh-Hant:
29
29
  SpelloutRules:
30
30
  spellout-numbering-year:
31
- - -1141
32
- - -1142
33
- - -1143
31
+ - -1141
32
+ - -1142
33
+ - -1143
34
34
  :ko:
35
35
  SpelloutRules:
36
36
  spellout-ordinal-sinokorean:
37
- - -1141
38
- - -1142
39
- - -1143
37
+ - -1141
38
+ - -1142
39
+ - -1143
40
40
 
41
41
  # ICU's DecimalFormat reports 100 should be 100 but we say it should be 1,00.
42
42
  # Problem stems from issue with our NumberFormatter which doesn't correctly
@@ -50,25 +50,37 @@
50
50
  :ta:
51
51
  SpelloutRules:
52
52
  spellout-ordinal:
53
- - -100
54
- - 100
55
- - 321
56
- - 322
57
- - 323
53
+ - -100
54
+ - 100
55
+ - 321
56
+ - 322
57
+ - 323
58
58
  OrdinalRules:
59
59
  digits-ordinal:
60
- - -100
61
- - 100
62
- - 321
63
- - 322
64
- - 323
60
+ - -100
61
+ - 100
62
+ - 321
63
+ - 322
64
+ - 323
65
65
 
66
66
  # Same problem as Tamil above.
67
67
  :hi:
68
68
  OrdinalRules:
69
69
  digits-ordinal:
70
- - -100
71
- - 100
72
- - 321
73
- - 322
74
- - 323
70
+ - -100
71
+ - 100
72
+ - 321
73
+ - 322
74
+ - 323
75
+ digits-ordinal-masculine:
76
+ - -100
77
+ - 100
78
+ - 321
79
+ - 322
80
+ - 323
81
+ digits-ordinal-feminine:
82
+ - -100
83
+ - 100
84
+ - 321
85
+ - 322
86
+ - 323
@@ -1,1291 +1,1642 @@
1
1
  ---
2
2
  SpelloutRules:
3
- spellout-ordinal-verbose:
4
- -1141: minus one thousand one hundred and forty-first
5
- -1142: minus one thousand one hundred and forty-second
6
- -1143: minus one thousand one hundred and forty-third
7
- -100: minus one hundredth
8
- -75: minus seventy-fifth
9
- -50: minus fiftieth
10
- -24: minus twenty-fourth
11
- 0: zeroth
12
- 1: first
13
- 2: second
14
- 3: third
15
- 4: fourth
16
- 5: fifth
17
- 6: sixth
18
- 7: seventh
19
- 8: eighth
20
- 9: ninth
21
- 10: tenth
22
- 11: eleventh
23
- 12: twelfth
24
- 13: thirteenth
25
- 14: fourteenth
26
- 15: fifteenth
27
- 16: sixteenth
28
- 17: seventeenth
29
- 18: eighteenth
30
- 19: nineteenth
31
- 20: twentieth
32
- 21: twenty-first
33
- 22: twenty-second
34
- 23: twenty-third
35
- 24: twenty-fourth
36
- 25: twenty-fifth
37
- 26: twenty-sixth
38
- 27: twenty-seventh
39
- 28: twenty-eighth
40
- 29: twenty-ninth
41
- 30: thirtieth
42
- 31: thirty-first
43
- 32: thirty-second
44
- 33: thirty-third
45
- 34: thirty-fourth
46
- 35: thirty-fifth
47
- 36: thirty-sixth
48
- 37: thirty-seventh
49
- 38: thirty-eighth
50
- 39: thirty-ninth
51
- 40: fortieth
52
- 41: forty-first
53
- 42: forty-second
54
- 43: forty-third
55
- 44: forty-fourth
56
- 45: forty-fifth
57
- 46: forty-sixth
58
- 47: forty-seventh
59
- 48: forty-eighth
60
- 49: forty-ninth
61
- 50: fiftieth
62
- 51: fifty-first
63
- 52: fifty-second
64
- 53: fifty-third
65
- 54: fifty-fourth
66
- 55: fifty-fifth
67
- 56: fifty-sixth
68
- 57: fifty-seventh
69
- 58: fifty-eighth
70
- 59: fifty-ninth
71
- 60: sixtieth
72
- 61: sixty-first
73
- 62: sixty-second
74
- 63: sixty-third
75
- 64: sixty-fourth
76
- 65: sixty-fifth
77
- 66: sixty-sixth
78
- 67: sixty-seventh
79
- 68: sixty-eighth
80
- 69: sixty-ninth
81
- 70: seventieth
82
- 71: seventy-first
83
- 72: seventy-second
84
- 73: seventy-third
85
- 74: seventy-fourth
86
- 75: seventy-fifth
87
- 76: seventy-sixth
88
- 77: seventy-seventh
89
- 78: seventy-eighth
90
- 79: seventy-ninth
91
- 80: eightieth
92
- 81: eighty-first
93
- 82: eighty-second
94
- 83: eighty-third
95
- 84: eighty-fourth
96
- 85: eighty-fifth
97
- 86: eighty-sixth
98
- 87: eighty-seventh
99
- 88: eighty-eighth
100
- 89: eighty-ninth
101
- 90: ninetieth
102
- 91: ninety-first
103
- 92: ninety-second
104
- 93: ninety-third
105
- 94: ninety-fourth
106
- 95: ninety-fifth
107
- 96: ninety-sixth
108
- 97: ninety-seventh
109
- 98: ninety-eighth
110
- 99: ninety-ninth
111
- 100: one hundredth
112
- 321: three hundred and twenty-first
113
- 322: three hundred and twenty-second
114
- 323: three hundred and twenty-third
115
- 1141: one thousand one hundred and forty-first
116
- 1142: one thousand one hundred and forty-second
117
- 1143: one thousand one hundred and forty-third
118
- 10311: ten thousand three hundred and eleventh
119
- 138400: one hundred and thirty-eight thousand, four hundredth
120
- spellout-ordinal:
121
- -1141: minus one thousand one hundred forty-first
122
- -1142: minus one thousand one hundred forty-second
123
- -1143: minus one thousand one hundred forty-third
124
- -100: minus one hundredth
125
- -75: minus seventy-fifth
126
- -50: minus fiftieth
127
- -24: minus twenty-fourth
128
- 0: zeroth
129
- 1: first
130
- 2: second
131
- 3: third
132
- 4: fourth
133
- 5: fifth
134
- 6: sixth
135
- 7: seventh
136
- 8: eighth
137
- 9: ninth
138
- 10: tenth
139
- 11: eleventh
140
- 12: twelfth
141
- 13: thirteenth
142
- 14: fourteenth
143
- 15: fifteenth
144
- 16: sixteenth
145
- 17: seventeenth
146
- 18: eighteenth
147
- 19: nineteenth
148
- 20: twentieth
149
- 21: twenty-first
150
- 22: twenty-second
151
- 23: twenty-third
152
- 24: twenty-fourth
153
- 25: twenty-fifth
154
- 26: twenty-sixth
155
- 27: twenty-seventh
156
- 28: twenty-eighth
157
- 29: twenty-ninth
158
- 30: thirtieth
159
- 31: thirty-first
160
- 32: thirty-second
161
- 33: thirty-third
162
- 34: thirty-fourth
163
- 35: thirty-fifth
164
- 36: thirty-sixth
165
- 37: thirty-seventh
166
- 38: thirty-eighth
167
- 39: thirty-ninth
168
- 40: fortieth
169
- 41: forty-first
170
- 42: forty-second
171
- 43: forty-third
172
- 44: forty-fourth
173
- 45: forty-fifth
174
- 46: forty-sixth
175
- 47: forty-seventh
176
- 48: forty-eighth
177
- 49: forty-ninth
178
- 50: fiftieth
179
- 51: fifty-first
180
- 52: fifty-second
181
- 53: fifty-third
182
- 54: fifty-fourth
183
- 55: fifty-fifth
184
- 56: fifty-sixth
185
- 57: fifty-seventh
186
- 58: fifty-eighth
187
- 59: fifty-ninth
188
- 60: sixtieth
189
- 61: sixty-first
190
- 62: sixty-second
191
- 63: sixty-third
192
- 64: sixty-fourth
193
- 65: sixty-fifth
194
- 66: sixty-sixth
195
- 67: sixty-seventh
196
- 68: sixty-eighth
197
- 69: sixty-ninth
198
- 70: seventieth
199
- 71: seventy-first
200
- 72: seventy-second
201
- 73: seventy-third
202
- 74: seventy-fourth
203
- 75: seventy-fifth
204
- 76: seventy-sixth
205
- 77: seventy-seventh
206
- 78: seventy-eighth
207
- 79: seventy-ninth
208
- 80: eightieth
209
- 81: eighty-first
210
- 82: eighty-second
211
- 83: eighty-third
212
- 84: eighty-fourth
213
- 85: eighty-fifth
214
- 86: eighty-sixth
215
- 87: eighty-seventh
216
- 88: eighty-eighth
217
- 89: eighty-ninth
218
- 90: ninetieth
219
- 91: ninety-first
220
- 92: ninety-second
221
- 93: ninety-third
222
- 94: ninety-fourth
223
- 95: ninety-fifth
224
- 96: ninety-sixth
225
- 97: ninety-seventh
226
- 98: ninety-eighth
227
- 99: ninety-ninth
228
- 100: one hundredth
229
- 321: three hundred twenty-first
230
- 322: three hundred twenty-second
231
- 323: three hundred twenty-third
232
- 1141: one thousand one hundred forty-first
233
- 1142: one thousand one hundred forty-second
234
- 1143: one thousand one hundred forty-third
235
- 10311: ten thousand three hundred eleventh
236
- 138400: one hundred thirty-eight thousand four hundredth
237
- spellout-cardinal-verbose:
238
- -1141: minus one thousand one hundred and forty-one
239
- -1142: minus one thousand one hundred and forty-two
240
- -1143: minus one thousand one hundred and forty-three
241
- -100: minus one hundred
242
- -75: minus seventy-five
243
- -50: minus fifty
244
- -24: minus twenty-four
245
- 0: zero
246
- 1: one
247
- 2: two
248
- 3: three
249
- 4: four
250
- 5: five
251
- 6: six
252
- 7: seven
253
- 8: eight
254
- 9: nine
255
- 10: ten
256
- 11: eleven
257
- 12: twelve
258
- 13: thirteen
259
- 14: fourteen
260
- 15: fifteen
261
- 16: sixteen
262
- 17: seventeen
263
- 18: eighteen
264
- 19: nineteen
265
- 20: twenty
266
- 21: twenty-one
267
- 22: twenty-two
268
- 23: twenty-three
269
- 24: twenty-four
270
- 25: twenty-five
271
- 26: twenty-six
272
- 27: twenty-seven
273
- 28: twenty-eight
274
- 29: twenty-nine
275
- 30: thirty
276
- 31: thirty-one
277
- 32: thirty-two
278
- 33: thirty-three
279
- 34: thirty-four
280
- 35: thirty-five
281
- 36: thirty-six
282
- 37: thirty-seven
283
- 38: thirty-eight
284
- 39: thirty-nine
285
- 40: forty
286
- 41: forty-one
287
- 42: forty-two
288
- 43: forty-three
289
- 44: forty-four
290
- 45: forty-five
291
- 46: forty-six
292
- 47: forty-seven
293
- 48: forty-eight
294
- 49: forty-nine
295
- 50: fifty
296
- 51: fifty-one
297
- 52: fifty-two
298
- 53: fifty-three
299
- 54: fifty-four
300
- 55: fifty-five
301
- 56: fifty-six
302
- 57: fifty-seven
303
- 58: fifty-eight
304
- 59: fifty-nine
305
- 60: sixty
306
- 61: sixty-one
307
- 62: sixty-two
308
- 63: sixty-three
309
- 64: sixty-four
310
- 65: sixty-five
311
- 66: sixty-six
312
- 67: sixty-seven
313
- 68: sixty-eight
314
- 69: sixty-nine
315
- 70: seventy
316
- 71: seventy-one
317
- 72: seventy-two
318
- 73: seventy-three
319
- 74: seventy-four
320
- 75: seventy-five
321
- 76: seventy-six
322
- 77: seventy-seven
323
- 78: seventy-eight
324
- 79: seventy-nine
325
- 80: eighty
326
- 81: eighty-one
327
- 82: eighty-two
328
- 83: eighty-three
329
- 84: eighty-four
330
- 85: eighty-five
331
- 86: eighty-six
332
- 87: eighty-seven
333
- 88: eighty-eight
334
- 89: eighty-nine
335
- 90: ninety
336
- 91: ninety-one
337
- 92: ninety-two
338
- 93: ninety-three
339
- 94: ninety-four
340
- 95: ninety-five
341
- 96: ninety-six
342
- 97: ninety-seven
343
- 98: ninety-eight
344
- 99: ninety-nine
345
- 100: one hundred
346
- 321: three hundred and twenty-one
347
- 322: three hundred and twenty-two
348
- 323: three hundred and twenty-three
349
- 1141: one thousand one hundred and forty-one
350
- 1142: one thousand one hundred and forty-two
351
- 1143: one thousand one hundred and forty-three
352
- 10311: ten thousand three hundred and eleven
353
- 138400: one hundred and thirty-eight thousand, four hundred
354
- spellout-cardinal:
355
- -1141: minus one thousand one hundred forty-one
356
- -1142: minus one thousand one hundred forty-two
357
- -1143: minus one thousand one hundred forty-three
358
- -100: minus one hundred
359
- -75: minus seventy-five
360
- -50: minus fifty
361
- -24: minus twenty-four
362
- 0: zero
363
- 1: one
364
- 2: two
365
- 3: three
366
- 4: four
367
- 5: five
368
- 6: six
369
- 7: seven
370
- 8: eight
371
- 9: nine
372
- 10: ten
373
- 11: eleven
374
- 12: twelve
375
- 13: thirteen
376
- 14: fourteen
377
- 15: fifteen
378
- 16: sixteen
379
- 17: seventeen
380
- 18: eighteen
381
- 19: nineteen
382
- 20: twenty
383
- 21: twenty-one
384
- 22: twenty-two
385
- 23: twenty-three
386
- 24: twenty-four
387
- 25: twenty-five
388
- 26: twenty-six
389
- 27: twenty-seven
390
- 28: twenty-eight
391
- 29: twenty-nine
392
- 30: thirty
393
- 31: thirty-one
394
- 32: thirty-two
395
- 33: thirty-three
396
- 34: thirty-four
397
- 35: thirty-five
398
- 36: thirty-six
399
- 37: thirty-seven
400
- 38: thirty-eight
401
- 39: thirty-nine
402
- 40: forty
403
- 41: forty-one
404
- 42: forty-two
405
- 43: forty-three
406
- 44: forty-four
407
- 45: forty-five
408
- 46: forty-six
409
- 47: forty-seven
410
- 48: forty-eight
411
- 49: forty-nine
412
- 50: fifty
413
- 51: fifty-one
414
- 52: fifty-two
415
- 53: fifty-three
416
- 54: fifty-four
417
- 55: fifty-five
418
- 56: fifty-six
419
- 57: fifty-seven
420
- 58: fifty-eight
421
- 59: fifty-nine
422
- 60: sixty
423
- 61: sixty-one
424
- 62: sixty-two
425
- 63: sixty-three
426
- 64: sixty-four
427
- 65: sixty-five
428
- 66: sixty-six
429
- 67: sixty-seven
430
- 68: sixty-eight
431
- 69: sixty-nine
432
- 70: seventy
433
- 71: seventy-one
434
- 72: seventy-two
435
- 73: seventy-three
436
- 74: seventy-four
437
- 75: seventy-five
438
- 76: seventy-six
439
- 77: seventy-seven
440
- 78: seventy-eight
441
- 79: seventy-nine
442
- 80: eighty
443
- 81: eighty-one
444
- 82: eighty-two
445
- 83: eighty-three
446
- 84: eighty-four
447
- 85: eighty-five
448
- 86: eighty-six
449
- 87: eighty-seven
450
- 88: eighty-eight
451
- 89: eighty-nine
452
- 90: ninety
453
- 91: ninety-one
454
- 92: ninety-two
455
- 93: ninety-three
456
- 94: ninety-four
457
- 95: ninety-five
458
- 96: ninety-six
459
- 97: ninety-seven
460
- 98: ninety-eight
461
- 99: ninety-nine
462
- 100: one hundred
463
- 321: three hundred twenty-one
464
- 322: three hundred twenty-two
465
- 323: three hundred twenty-three
466
- 1141: one thousand one hundred forty-one
467
- 1142: one thousand one hundred forty-two
468
- 1143: one thousand one hundred forty-three
469
- 10311: ten thousand three hundred eleven
470
- 138400: one hundred thirty-eight thousand four hundred
471
- spellout-numbering-verbose:
472
- -1141: minus one thousand one hundred and forty-one
473
- -1142: minus one thousand one hundred and forty-two
474
- -1143: minus one thousand one hundred and forty-three
475
- -100: minus one hundred
476
- -75: minus seventy-five
477
- -50: minus fifty
478
- -24: minus twenty-four
479
- 0: zero
480
- 1: one
481
- 2: two
482
- 3: three
483
- 4: four
484
- 5: five
485
- 6: six
486
- 7: seven
487
- 8: eight
488
- 9: nine
489
- 10: ten
490
- 11: eleven
491
- 12: twelve
492
- 13: thirteen
493
- 14: fourteen
494
- 15: fifteen
495
- 16: sixteen
496
- 17: seventeen
497
- 18: eighteen
498
- 19: nineteen
499
- 20: twenty
500
- 21: twenty-one
501
- 22: twenty-two
502
- 23: twenty-three
503
- 24: twenty-four
504
- 25: twenty-five
505
- 26: twenty-six
506
- 27: twenty-seven
507
- 28: twenty-eight
508
- 29: twenty-nine
509
- 30: thirty
510
- 31: thirty-one
511
- 32: thirty-two
512
- 33: thirty-three
513
- 34: thirty-four
514
- 35: thirty-five
515
- 36: thirty-six
516
- 37: thirty-seven
517
- 38: thirty-eight
518
- 39: thirty-nine
519
- 40: forty
520
- 41: forty-one
521
- 42: forty-two
522
- 43: forty-three
523
- 44: forty-four
524
- 45: forty-five
525
- 46: forty-six
526
- 47: forty-seven
527
- 48: forty-eight
528
- 49: forty-nine
529
- 50: fifty
530
- 51: fifty-one
531
- 52: fifty-two
532
- 53: fifty-three
533
- 54: fifty-four
534
- 55: fifty-five
535
- 56: fifty-six
536
- 57: fifty-seven
537
- 58: fifty-eight
538
- 59: fifty-nine
539
- 60: sixty
540
- 61: sixty-one
541
- 62: sixty-two
542
- 63: sixty-three
543
- 64: sixty-four
544
- 65: sixty-five
545
- 66: sixty-six
546
- 67: sixty-seven
547
- 68: sixty-eight
548
- 69: sixty-nine
549
- 70: seventy
550
- 71: seventy-one
551
- 72: seventy-two
552
- 73: seventy-three
553
- 74: seventy-four
554
- 75: seventy-five
555
- 76: seventy-six
556
- 77: seventy-seven
557
- 78: seventy-eight
558
- 79: seventy-nine
559
- 80: eighty
560
- 81: eighty-one
561
- 82: eighty-two
562
- 83: eighty-three
563
- 84: eighty-four
564
- 85: eighty-five
565
- 86: eighty-six
566
- 87: eighty-seven
567
- 88: eighty-eight
568
- 89: eighty-nine
569
- 90: ninety
570
- 91: ninety-one
571
- 92: ninety-two
572
- 93: ninety-three
573
- 94: ninety-four
574
- 95: ninety-five
575
- 96: ninety-six
576
- 97: ninety-seven
577
- 98: ninety-eight
578
- 99: ninety-nine
579
- 100: one hundred
580
- 321: three hundred and twenty-one
581
- 322: three hundred and twenty-two
582
- 323: three hundred and twenty-three
583
- 1141: one thousand one hundred and forty-one
584
- 1142: one thousand one hundred and forty-two
585
- 1143: one thousand one hundred and forty-three
586
- 10311: ten thousand three hundred and eleven
587
- 138400: one hundred and thirty-eight thousand, four hundred
3
+ spellout-ordinal-feminine:
4
+ -1141: menos milésima centésima cuadragésima primera
5
+ -1142: menos milésima centésima cuadragésima segunda
6
+ -1143: menos milésima centésima cuadragésima tercera
7
+ -100: menos centésima
8
+ -75: menos septuagésima quinta
9
+ -50: menos quincuagésima
10
+ -24: menos vigésima cuarta
11
+ 0: cero
12
+ 1: primera
13
+ 2: segunda
14
+ 3: tercera
15
+ 4: cuarta
16
+ 5: quinta
17
+ 6: sexta
18
+ 7: séptima
19
+ 8: octava
20
+ 9: novena
21
+ 10: décima
22
+ 11: undécima
23
+ 12: duodécima
24
+ 13: decimotercera
25
+ 14: decimocuarta
26
+ 15: decimoquinta
27
+ 16: decimosexta
28
+ 17: decimoséptima
29
+ 18: decimooctava
30
+ 19: decimonovena
31
+ 20: vigésima
32
+ 21: vigésima primera
33
+ 22: vigésima segunda
34
+ 23: vigésima tercera
35
+ 24: vigésima cuarta
36
+ 25: vigésima quinta
37
+ 26: vigésima sexta
38
+ 27: vigésima séptima
39
+ 28: vigésima octava
40
+ 29: vigésima novena
41
+ 30: trigésima
42
+ 31: trigésima primera
43
+ 32: trigésima segunda
44
+ 33: trigésima tercera
45
+ 34: trigésima cuarta
46
+ 35: trigésima quinta
47
+ 36: trigésima sexta
48
+ 37: trigésima séptima
49
+ 38: trigésima octava
50
+ 39: trigésima novena
51
+ 40: cuadragésima
52
+ 41: cuadragésima primera
53
+ 42: cuadragésima segunda
54
+ 43: cuadragésima tercera
55
+ 44: cuadragésima cuarta
56
+ 45: cuadragésima quinta
57
+ 46: cuadragésima sexta
58
+ 47: cuadragésima séptima
59
+ 48: cuadragésima octava
60
+ 49: cuadragésima novena
61
+ 50: quincuagésima
62
+ 51: quincuagésima primera
63
+ 52: quincuagésima segunda
64
+ 53: quincuagésima tercera
65
+ 54: quincuagésima cuarta
66
+ 55: quincuagésima quinta
67
+ 56: quincuagésima sexta
68
+ 57: quincuagésima séptima
69
+ 58: quincuagésima octava
70
+ 59: quincuagésima novena
71
+ 60: sexagésima
72
+ 61: sexagésima primera
73
+ 62: sexagésima segunda
74
+ 63: sexagésima tercera
75
+ 64: sexagésima cuarta
76
+ 65: sexagésima quinta
77
+ 66: sexagésima sexta
78
+ 67: sexagésima séptima
79
+ 68: sexagésima octava
80
+ 69: sexagésima novena
81
+ 70: septuagésima
82
+ 71: septuagésima primera
83
+ 72: septuagésima segunda
84
+ 73: septuagésima tercera
85
+ 74: septuagésima cuarta
86
+ 75: septuagésima quinta
87
+ 76: septuagésima sexta
88
+ 77: septuagésima séptima
89
+ 78: septuagésima octava
90
+ 79: septuagésima novena
91
+ 80: octogésima
92
+ 81: octogésima primera
93
+ 82: octogésima segunda
94
+ 83: octogésima tercera
95
+ 84: octogésima cuarta
96
+ 85: octogésima quinta
97
+ 86: octogésima sexta
98
+ 87: octogésima séptima
99
+ 88: octogésima octava
100
+ 89: octogésima novena
101
+ 90: nonagésima
102
+ 91: nonagésima primera
103
+ 92: nonagésima segunda
104
+ 93: nonagésima tercera
105
+ 94: nonagésima cuarta
106
+ 95: nonagésima quinta
107
+ 96: nonagésima sexta
108
+ 97: nonagésima séptima
109
+ 98: nonagésima octava
110
+ 99: nonagésima novena
111
+ 100: centésima
112
+ 321: tricentésima vigésima primera
113
+ 322: tricentésima vigésima segunda
114
+ 323: tricentésima vigésima tercera
115
+ 1141: milésima centésima cuadragésima primera
116
+ 1142: milésima centésima cuadragésima segunda
117
+ 1143: milésima centésima cuadragésima tercera
118
+ 10311: diez milésima tricentésima undécima
119
+ 138400: ciento treinta y ocho milésima cuadringentésima
120
+ spellout-ordinal-feminine-plural:
121
+ -1141: menos milésima centésima cuadragésima primeras
122
+ -1142: menos milésima centésima cuadragésima segundas
123
+ -1143: menos milésima centésima cuadragésima terceras
124
+ -100: menos centésimas
125
+ -75: menos septuagésima quintas
126
+ -50: menos quincuagésimas
127
+ -24: menos vigésima cuartas
128
+ 0: cero
129
+ 1: primeras
130
+ 2: segundas
131
+ 3: terceras
132
+ 4: cuartas
133
+ 5: quintas
134
+ 6: sextas
135
+ 7: séptimas
136
+ 8: octavas
137
+ 9: novenas
138
+ 10: décimas
139
+ 11: undécimas
140
+ 12: duodécimas
141
+ 13: decimoterceras
142
+ 14: decimocuartas
143
+ 15: decimoquintas
144
+ 16: decimosextas
145
+ 17: decimoséptimas
146
+ 18: decimooctavas
147
+ 19: decimonovenas
148
+ 20: vigésimas
149
+ 21: vigésima primeras
150
+ 22: vigésima segundas
151
+ 23: vigésima terceras
152
+ 24: vigésima cuartas
153
+ 25: vigésima quintas
154
+ 26: vigésima sextas
155
+ 27: vigésima séptimas
156
+ 28: vigésima octavas
157
+ 29: vigésima novenas
158
+ 30: trigésimas
159
+ 31: trigésima primeras
160
+ 32: trigésima segundas
161
+ 33: trigésima terceras
162
+ 34: trigésima cuartas
163
+ 35: trigésima quintas
164
+ 36: trigésima sextas
165
+ 37: trigésima séptimas
166
+ 38: trigésima octavas
167
+ 39: trigésima novenas
168
+ 40: cuadragésimas
169
+ 41: cuadragésima primeras
170
+ 42: cuadragésima segundas
171
+ 43: cuadragésima terceras
172
+ 44: cuadragésima cuartas
173
+ 45: cuadragésima quintas
174
+ 46: cuadragésima sextas
175
+ 47: cuadragésima séptimas
176
+ 48: cuadragésima octavas
177
+ 49: cuadragésima novenas
178
+ 50: quincuagésimas
179
+ 51: quincuagésima primeras
180
+ 52: quincuagésima segundas
181
+ 53: quincuagésima terceras
182
+ 54: quincuagésima cuartas
183
+ 55: quincuagésima quintas
184
+ 56: quincuagésima sextas
185
+ 57: quincuagésima séptimas
186
+ 58: quincuagésima octavas
187
+ 59: quincuagésima novenas
188
+ 60: sexagésimas
189
+ 61: sexagésima primeras
190
+ 62: sexagésima segundas
191
+ 63: sexagésima terceras
192
+ 64: sexagésima cuartas
193
+ 65: sexagésima quintas
194
+ 66: sexagésima sextas
195
+ 67: sexagésima séptimas
196
+ 68: sexagésima octavas
197
+ 69: sexagésima novenas
198
+ 70: septuagésimas
199
+ 71: septuagésima primeras
200
+ 72: septuagésima segundas
201
+ 73: septuagésima terceras
202
+ 74: septuagésima cuartas
203
+ 75: septuagésima quintas
204
+ 76: septuagésima sextas
205
+ 77: septuagésima séptimas
206
+ 78: septuagésima octavas
207
+ 79: septuagésima novenas
208
+ 80: octogésimas
209
+ 81: octogésima primeras
210
+ 82: octogésima segundas
211
+ 83: octogésima terceras
212
+ 84: octogésima cuartas
213
+ 85: octogésima quintas
214
+ 86: octogésima sextas
215
+ 87: octogésima séptimas
216
+ 88: octogésima octavas
217
+ 89: octogésima novenas
218
+ 90: nonagésimas
219
+ 91: nonagésima primeras
220
+ 92: nonagésima segundas
221
+ 93: nonagésima terceras
222
+ 94: nonagésima cuartas
223
+ 95: nonagésima quintas
224
+ 96: nonagésima sextas
225
+ 97: nonagésima séptimas
226
+ 98: nonagésima octavas
227
+ 99: nonagésima novenas
228
+ 100: centésimas
229
+ 321: tricentésima vigésima primeras
230
+ 322: tricentésima vigésima segundas
231
+ 323: tricentésima vigésima terceras
232
+ 1141: milésima centésima cuadragésima primeras
233
+ 1142: milésima centésima cuadragésima segundas
234
+ 1143: milésima centésima cuadragésima terceras
235
+ 10311: diez milésima tricentésima undécimas
236
+ 138400: ciento treinta y ocho milésima cuadringentésimas
237
+ spellout-ordinal-masculine:
238
+ -1141: menos milésimo centésimo cuadragésimo primero
239
+ -1142: menos milésimo centésimo cuadragésimo segundo
240
+ -1143: menos milésimo centésimo cuadragésimo tercero
241
+ -100: menos centésimo
242
+ -75: menos septuagésimo quinto
243
+ -50: menos quincuagésimo
244
+ -24: menos vigésimo cuarto
245
+ 0: cero
246
+ 1: primero
247
+ 2: segundo
248
+ 3: tercero
249
+ 4: cuarto
250
+ 5: quinto
251
+ 6: sexto
252
+ 7: séptimo
253
+ 8: octavo
254
+ 9: noveno
255
+ 10: décimo
256
+ 11: undécimo
257
+ 12: duodécimo
258
+ 13: decimotercero
259
+ 14: decimocuarto
260
+ 15: decimoquinto
261
+ 16: decimosexto
262
+ 17: decimoséptimo
263
+ 18: decimooctavo
264
+ 19: decimonoveno
265
+ 20: vigésimo
266
+ 21: vigésimo primero
267
+ 22: vigésimo segundo
268
+ 23: vigésimo tercero
269
+ 24: vigésimo cuarto
270
+ 25: vigésimo quinto
271
+ 26: vigésimo sexto
272
+ 27: vigésimo séptimo
273
+ 28: vigésimo octavo
274
+ 29: vigésimo noveno
275
+ 30: trigésimo
276
+ 31: trigésimo primero
277
+ 32: trigésimo segundo
278
+ 33: trigésimo tercero
279
+ 34: trigésimo cuarto
280
+ 35: trigésimo quinto
281
+ 36: trigésimo sexto
282
+ 37: trigésimo séptimo
283
+ 38: trigésimo octavo
284
+ 39: trigésimo noveno
285
+ 40: cuadragésimo
286
+ 41: cuadragésimo primero
287
+ 42: cuadragésimo segundo
288
+ 43: cuadragésimo tercero
289
+ 44: cuadragésimo cuarto
290
+ 45: cuadragésimo quinto
291
+ 46: cuadragésimo sexto
292
+ 47: cuadragésimo séptimo
293
+ 48: cuadragésimo octavo
294
+ 49: cuadragésimo noveno
295
+ 50: quincuagésimo
296
+ 51: quincuagésimo primero
297
+ 52: quincuagésimo segundo
298
+ 53: quincuagésimo tercero
299
+ 54: quincuagésimo cuarto
300
+ 55: quincuagésimo quinto
301
+ 56: quincuagésimo sexto
302
+ 57: quincuagésimo séptimo
303
+ 58: quincuagésimo octavo
304
+ 59: quincuagésimo noveno
305
+ 60: sexagésimo
306
+ 61: sexagésimo primero
307
+ 62: sexagésimo segundo
308
+ 63: sexagésimo tercero
309
+ 64: sexagésimo cuarto
310
+ 65: sexagésimo quinto
311
+ 66: sexagésimo sexto
312
+ 67: sexagésimo séptimo
313
+ 68: sexagésimo octavo
314
+ 69: sexagésimo noveno
315
+ 70: septuagésimo
316
+ 71: septuagésimo primero
317
+ 72: septuagésimo segundo
318
+ 73: septuagésimo tercero
319
+ 74: septuagésimo cuarto
320
+ 75: septuagésimo quinto
321
+ 76: septuagésimo sexto
322
+ 77: septuagésimo séptimo
323
+ 78: septuagésimo octavo
324
+ 79: septuagésimo noveno
325
+ 80: octogésimo
326
+ 81: octogésimo primero
327
+ 82: octogésimo segundo
328
+ 83: octogésimo tercero
329
+ 84: octogésimo cuarto
330
+ 85: octogésimo quinto
331
+ 86: octogésimo sexto
332
+ 87: octogésimo séptimo
333
+ 88: octogésimo octavo
334
+ 89: octogésimo noveno
335
+ 90: nonagésimo
336
+ 91: nonagésimo primero
337
+ 92: nonagésimo segundo
338
+ 93: nonagésimo tercero
339
+ 94: nonagésimo cuarto
340
+ 95: nonagésimo quinto
341
+ 96: nonagésimo sexto
342
+ 97: nonagésimo séptimo
343
+ 98: nonagésimo octavo
344
+ 99: nonagésimo noveno
345
+ 100: centésimo
346
+ 321: tricentésimo vigésimo primero
347
+ 322: tricentésimo vigésimo segundo
348
+ 323: tricentésimo vigésimo tercero
349
+ 1141: milésimo centésimo cuadragésimo primero
350
+ 1142: milésimo centésimo cuadragésimo segundo
351
+ 1143: milésimo centésimo cuadragésimo tercero
352
+ 10311: diez milésimo tricentésimo undécimo
353
+ 138400: ciento treinta y ocho milésimo cuadringentésimo
354
+ spellout-ordinal-masculine-plural:
355
+ -1141: menos milésimo centésimo cuadragésimo primeros
356
+ -1142: menos milésimo centésimo cuadragésimo segundos
357
+ -1143: menos milésimo centésimo cuadragésimo terceros
358
+ -100: menos centésimos
359
+ -75: menos septuagésimo quintos
360
+ -50: menos quincuagésimos
361
+ -24: menos vigésimo cuartos
362
+ 0: cero
363
+ 1: primeros
364
+ 2: segundos
365
+ 3: terceros
366
+ 4: cuartos
367
+ 5: quintos
368
+ 6: sextos
369
+ 7: séptimos
370
+ 8: octavos
371
+ 9: novenos
372
+ 10: décimos
373
+ 11: undécimos
374
+ 12: duodécimos
375
+ 13: decimoterceros
376
+ 14: decimocuartos
377
+ 15: decimoquintos
378
+ 16: decimosextos
379
+ 17: decimoséptimos
380
+ 18: decimooctavos
381
+ 19: decimonovenos
382
+ 20: vigésimos
383
+ 21: vigésimo primeros
384
+ 22: vigésimo segundos
385
+ 23: vigésimo terceros
386
+ 24: vigésimo cuartos
387
+ 25: vigésimo quintos
388
+ 26: vigésimo sextos
389
+ 27: vigésimo séptimos
390
+ 28: vigésimo octavos
391
+ 29: vigésimo novenos
392
+ 30: trigésimos
393
+ 31: trigésimo primeros
394
+ 32: trigésimo segundos
395
+ 33: trigésimo terceros
396
+ 34: trigésimo cuartos
397
+ 35: trigésimo quintos
398
+ 36: trigésimo sextos
399
+ 37: trigésimo séptimos
400
+ 38: trigésimo octavos
401
+ 39: trigésimo novenos
402
+ 40: cuadragésimos
403
+ 41: cuadragésimo primeros
404
+ 42: cuadragésimo segundos
405
+ 43: cuadragésimo terceros
406
+ 44: cuadragésimo cuartos
407
+ 45: cuadragésimo quintos
408
+ 46: cuadragésimo sextos
409
+ 47: cuadragésimo séptimos
410
+ 48: cuadragésimo octavos
411
+ 49: cuadragésimo novenos
412
+ 50: quincuagésimos
413
+ 51: quincuagésimo primeros
414
+ 52: quincuagésimo segundos
415
+ 53: quincuagésimo terceros
416
+ 54: quincuagésimo cuartos
417
+ 55: quincuagésimo quintos
418
+ 56: quincuagésimo sextos
419
+ 57: quincuagésimo séptimos
420
+ 58: quincuagésimo octavos
421
+ 59: quincuagésimo novenos
422
+ 60: sexagésimos
423
+ 61: sexagésimo primeros
424
+ 62: sexagésimo segundos
425
+ 63: sexagésimo terceros
426
+ 64: sexagésimo cuartos
427
+ 65: sexagésimo quintos
428
+ 66: sexagésimo sextos
429
+ 67: sexagésimo séptimos
430
+ 68: sexagésimo octavos
431
+ 69: sexagésimo novenos
432
+ 70: septuagésimos
433
+ 71: septuagésimo primeros
434
+ 72: septuagésimo segundos
435
+ 73: septuagésimo terceros
436
+ 74: septuagésimo cuartos
437
+ 75: septuagésimo quintos
438
+ 76: septuagésimo sextos
439
+ 77: septuagésimo séptimos
440
+ 78: septuagésimo octavos
441
+ 79: septuagésimo novenos
442
+ 80: octogésimos
443
+ 81: octogésimo primeros
444
+ 82: octogésimo segundos
445
+ 83: octogésimo terceros
446
+ 84: octogésimo cuartos
447
+ 85: octogésimo quintos
448
+ 86: octogésimo sextos
449
+ 87: octogésimo séptimos
450
+ 88: octogésimo octavos
451
+ 89: octogésimo novenos
452
+ 90: nonagésimos
453
+ 91: nonagésimo primeros
454
+ 92: nonagésimo segundos
455
+ 93: nonagésimo terceros
456
+ 94: nonagésimo cuartos
457
+ 95: nonagésimo quintos
458
+ 96: nonagésimo sextos
459
+ 97: nonagésimo séptimos
460
+ 98: nonagésimo octavos
461
+ 99: nonagésimo novenos
462
+ 100: centésimos
463
+ 321: tricentésimo vigésimo primeros
464
+ 322: tricentésimo vigésimo segundos
465
+ 323: tricentésimo vigésimo terceros
466
+ 1141: milésimo centésimo cuadragésimo primeros
467
+ 1142: milésimo centésimo cuadragésimo segundos
468
+ 1143: milésimo centésimo cuadragésimo terceros
469
+ 10311: diez milésimo tricentésimo undécimos
470
+ 138400: ciento treinta y ocho milésimo cuadringentésimos
471
+ spellout-ordinal-masculine-adjective:
472
+ -1141: menos milésimo centésimo cuadragésimo primer
473
+ -1142: menos milésimo centésimo cuadragésimo segundo
474
+ -1143: menos milésimo centésimo cuadragésimo tercer
475
+ -100: menos centésimo
476
+ -75: menos septuagésimo quinto
477
+ -50: menos quincuagésimo
478
+ -24: menos vigésimo cuarto
479
+ 0: cero
480
+ 1: primer
481
+ 2: segundo
482
+ 3: tercer
483
+ 4: cuarto
484
+ 5: quinto
485
+ 6: sexto
486
+ 7: séptimo
487
+ 8: octavo
488
+ 9: noveno
489
+ 10: décimo
490
+ 11: undécimo
491
+ 12: duodécimo
492
+ 13: decimotercer
493
+ 14: decimocuarto
494
+ 15: decimoquinto
495
+ 16: decimosexto
496
+ 17: decimoséptimo
497
+ 18: decimooctavo
498
+ 19: decimonoveno
499
+ 20: vigésimo
500
+ 21: vigésimo primer
501
+ 22: vigésimo segundo
502
+ 23: vigésimo tercer
503
+ 24: vigésimo cuarto
504
+ 25: vigésimo quinto
505
+ 26: vigésimo sexto
506
+ 27: vigésimo séptimo
507
+ 28: vigésimo octavo
508
+ 29: vigésimo noveno
509
+ 30: trigésimo
510
+ 31: trigésimo primer
511
+ 32: trigésimo segundo
512
+ 33: trigésimo tercer
513
+ 34: trigésimo cuarto
514
+ 35: trigésimo quinto
515
+ 36: trigésimo sexto
516
+ 37: trigésimo séptimo
517
+ 38: trigésimo octavo
518
+ 39: trigésimo noveno
519
+ 40: cuadragésimo
520
+ 41: cuadragésimo primer
521
+ 42: cuadragésimo segundo
522
+ 43: cuadragésimo tercer
523
+ 44: cuadragésimo cuarto
524
+ 45: cuadragésimo quinto
525
+ 46: cuadragésimo sexto
526
+ 47: cuadragésimo séptimo
527
+ 48: cuadragésimo octavo
528
+ 49: cuadragésimo noveno
529
+ 50: quincuagésimo
530
+ 51: quincuagésimo primer
531
+ 52: quincuagésimo segundo
532
+ 53: quincuagésimo tercer
533
+ 54: quincuagésimo cuarto
534
+ 55: quincuagésimo quinto
535
+ 56: quincuagésimo sexto
536
+ 57: quincuagésimo séptimo
537
+ 58: quincuagésimo octavo
538
+ 59: quincuagésimo noveno
539
+ 60: sexagésimo
540
+ 61: sexagésimo primer
541
+ 62: sexagésimo segundo
542
+ 63: sexagésimo tercer
543
+ 64: sexagésimo cuarto
544
+ 65: sexagésimo quinto
545
+ 66: sexagésimo sexto
546
+ 67: sexagésimo séptimo
547
+ 68: sexagésimo octavo
548
+ 69: sexagésimo noveno
549
+ 70: septuagésimo
550
+ 71: septuagésimo primer
551
+ 72: septuagésimo segundo
552
+ 73: septuagésimo tercer
553
+ 74: septuagésimo cuarto
554
+ 75: septuagésimo quinto
555
+ 76: septuagésimo sexto
556
+ 77: septuagésimo séptimo
557
+ 78: septuagésimo octavo
558
+ 79: septuagésimo noveno
559
+ 80: octogésimo
560
+ 81: octogésimo primer
561
+ 82: octogésimo segundo
562
+ 83: octogésimo tercer
563
+ 84: octogésimo cuarto
564
+ 85: octogésimo quinto
565
+ 86: octogésimo sexto
566
+ 87: octogésimo séptimo
567
+ 88: octogésimo octavo
568
+ 89: octogésimo noveno
569
+ 90: nonagésimo
570
+ 91: nonagésimo primer
571
+ 92: nonagésimo segundo
572
+ 93: nonagésimo tercer
573
+ 94: nonagésimo cuarto
574
+ 95: nonagésimo quinto
575
+ 96: nonagésimo sexto
576
+ 97: nonagésimo séptimo
577
+ 98: nonagésimo octavo
578
+ 99: nonagésimo noveno
579
+ 100: centésimo
580
+ 321: tricentésimo vigésimo primer
581
+ 322: tricentésimo vigésimo segundo
582
+ 323: tricentésimo vigésimo tercer
583
+ 1141: milésimo centésimo cuadragésimo primer
584
+ 1142: milésimo centésimo cuadragésimo segundo
585
+ 1143: milésimo centésimo cuadragésimo tercer
586
+ 10311: diez milésimo tricentésimo undécimo
587
+ 138400: ciento treinta y ocho milésimo cuadringentésimo
588
+ spellout-cardinal-feminine:
589
+ -1141: menos mil ciento cuarenta y una
590
+ -1142: menos mil ciento cuarenta y dos
591
+ -1143: menos mil ciento cuarenta y tres
592
+ -100: menos cien
593
+ -75: menos setenta y cinco
594
+ -50: menos cincuenta
595
+ -24: menos veinticuatro
596
+ 0: cero
597
+ 1: una
598
+ 2: dos
599
+ 3: tres
600
+ 4: cuatro
601
+ 5: cinco
602
+ 6: seis
603
+ 7: siete
604
+ 8: ocho
605
+ 9: nueve
606
+ 10: diez
607
+ 11: once
608
+ 12: doce
609
+ 13: trece
610
+ 14: catorce
611
+ 15: quince
612
+ 16: dieciséis
613
+ 17: diecisiete
614
+ 18: dieciocho
615
+ 19: diecinueve
616
+ 20: veinte
617
+ 21: veintiuna
618
+ 22: veintidós
619
+ 23: veintitrés
620
+ 24: veinticuatro
621
+ 25: veinticinco
622
+ 26: veintiséis
623
+ 27: veintisiete
624
+ 28: veintiocho
625
+ 29: veintinueve
626
+ 30: treinta
627
+ 31: treinta y una
628
+ 32: treinta y dos
629
+ 33: treinta y tres
630
+ 34: treinta y cuatro
631
+ 35: treinta y cinco
632
+ 36: treinta y seis
633
+ 37: treinta y siete
634
+ 38: treinta y ocho
635
+ 39: treinta y nueve
636
+ 40: cuarenta
637
+ 41: cuarenta y una
638
+ 42: cuarenta y dos
639
+ 43: cuarenta y tres
640
+ 44: cuarenta y cuatro
641
+ 45: cuarenta y cinco
642
+ 46: cuarenta y seis
643
+ 47: cuarenta y siete
644
+ 48: cuarenta y ocho
645
+ 49: cuarenta y nueve
646
+ 50: cincuenta
647
+ 51: cincuenta y una
648
+ 52: cincuenta y dos
649
+ 53: cincuenta y tres
650
+ 54: cincuenta y cuatro
651
+ 55: cincuenta y cinco
652
+ 56: cincuenta y seis
653
+ 57: cincuenta y siete
654
+ 58: cincuenta y ocho
655
+ 59: cincuenta y nueve
656
+ 60: sesenta
657
+ 61: sesenta y una
658
+ 62: sesenta y dos
659
+ 63: sesenta y tres
660
+ 64: sesenta y cuatro
661
+ 65: sesenta y cinco
662
+ 66: sesenta y seis
663
+ 67: sesenta y siete
664
+ 68: sesenta y ocho
665
+ 69: sesenta y nueve
666
+ 70: setenta
667
+ 71: setenta y una
668
+ 72: setenta y dos
669
+ 73: setenta y tres
670
+ 74: setenta y cuatro
671
+ 75: setenta y cinco
672
+ 76: setenta y seis
673
+ 77: setenta y siete
674
+ 78: setenta y ocho
675
+ 79: setenta y nueve
676
+ 80: ochenta
677
+ 81: ochenta y una
678
+ 82: ochenta y dos
679
+ 83: ochenta y tres
680
+ 84: ochenta y cuatro
681
+ 85: ochenta y cinco
682
+ 86: ochenta y seis
683
+ 87: ochenta y siete
684
+ 88: ochenta y ocho
685
+ 89: ochenta y nueve
686
+ 90: noventa
687
+ 91: noventa y una
688
+ 92: noventa y dos
689
+ 93: noventa y tres
690
+ 94: noventa y cuatro
691
+ 95: noventa y cinco
692
+ 96: noventa y seis
693
+ 97: noventa y siete
694
+ 98: noventa y ocho
695
+ 99: noventa y nueve
696
+ 100: cien
697
+ 321: tres­cientas veintiuna
698
+ 322: tres­cientas veintidós
699
+ 323: tres­cientas veintitrés
700
+ 1141: mil ciento cuarenta y una
701
+ 1142: mil ciento cuarenta y dos
702
+ 1143: mil ciento cuarenta y tres
703
+ 10311: diez mil tres­cientas once
704
+ 138400: ciento treinta y ocho mil cuatro­cientas
705
+ spellout-cardinal-masculine:
706
+ -1141: menos mil ciento cuarenta y un
707
+ -1142: menos mil ciento cuarenta y dos
708
+ -1143: menos mil ciento cuarenta y tres
709
+ -100: menos cien
710
+ -75: menos setenta y cinco
711
+ -50: menos cincuenta
712
+ -24: menos veinticuatro
713
+ 0: cero
714
+ 1: un
715
+ 2: dos
716
+ 3: tres
717
+ 4: cuatro
718
+ 5: cinco
719
+ 6: seis
720
+ 7: siete
721
+ 8: ocho
722
+ 9: nueve
723
+ 10: diez
724
+ 11: once
725
+ 12: doce
726
+ 13: trece
727
+ 14: catorce
728
+ 15: quince
729
+ 16: dieciséis
730
+ 17: diecisiete
731
+ 18: dieciocho
732
+ 19: diecinueve
733
+ 20: veinte
734
+ 21: veintiún
735
+ 22: veintidós
736
+ 23: veintitrés
737
+ 24: veinticuatro
738
+ 25: veinticinco
739
+ 26: veintiséis
740
+ 27: veintisiete
741
+ 28: veintiocho
742
+ 29: veintinueve
743
+ 30: treinta
744
+ 31: treinta y un
745
+ 32: treinta y dos
746
+ 33: treinta y tres
747
+ 34: treinta y cuatro
748
+ 35: treinta y cinco
749
+ 36: treinta y seis
750
+ 37: treinta y siete
751
+ 38: treinta y ocho
752
+ 39: treinta y nueve
753
+ 40: cuarenta
754
+ 41: cuarenta y un
755
+ 42: cuarenta y dos
756
+ 43: cuarenta y tres
757
+ 44: cuarenta y cuatro
758
+ 45: cuarenta y cinco
759
+ 46: cuarenta y seis
760
+ 47: cuarenta y siete
761
+ 48: cuarenta y ocho
762
+ 49: cuarenta y nueve
763
+ 50: cincuenta
764
+ 51: cincuenta y un
765
+ 52: cincuenta y dos
766
+ 53: cincuenta y tres
767
+ 54: cincuenta y cuatro
768
+ 55: cincuenta y cinco
769
+ 56: cincuenta y seis
770
+ 57: cincuenta y siete
771
+ 58: cincuenta y ocho
772
+ 59: cincuenta y nueve
773
+ 60: sesenta
774
+ 61: sesenta y un
775
+ 62: sesenta y dos
776
+ 63: sesenta y tres
777
+ 64: sesenta y cuatro
778
+ 65: sesenta y cinco
779
+ 66: sesenta y seis
780
+ 67: sesenta y siete
781
+ 68: sesenta y ocho
782
+ 69: sesenta y nueve
783
+ 70: setenta
784
+ 71: setenta y un
785
+ 72: setenta y dos
786
+ 73: setenta y tres
787
+ 74: setenta y cuatro
788
+ 75: setenta y cinco
789
+ 76: setenta y seis
790
+ 77: setenta y siete
791
+ 78: setenta y ocho
792
+ 79: setenta y nueve
793
+ 80: ochenta
794
+ 81: ochenta y un
795
+ 82: ochenta y dos
796
+ 83: ochenta y tres
797
+ 84: ochenta y cuatro
798
+ 85: ochenta y cinco
799
+ 86: ochenta y seis
800
+ 87: ochenta y siete
801
+ 88: ochenta y ocho
802
+ 89: ochenta y nueve
803
+ 90: noventa
804
+ 91: noventa y un
805
+ 92: noventa y dos
806
+ 93: noventa y tres
807
+ 94: noventa y cuatro
808
+ 95: noventa y cinco
809
+ 96: noventa y seis
810
+ 97: noventa y siete
811
+ 98: noventa y ocho
812
+ 99: noventa y nueve
813
+ 100: cien
814
+ 321: trescientos veintiún
815
+ 322: trescientos veintidós
816
+ 323: trescientos veintitrés
817
+ 1141: mil ciento cuarenta y un
818
+ 1142: mil ciento cuarenta y dos
819
+ 1143: mil ciento cuarenta y tres
820
+ 10311: diez mil trescientos once
821
+ 138400: ciento treinta y ocho mil cuatrocientos
588
822
  spellout-numbering:
589
- -1141: minus one thousand one hundred forty-one
590
- -1142: minus one thousand one hundred forty-two
591
- -1143: minus one thousand one hundred forty-three
592
- -100: minus one hundred
593
- -75: minus seventy-five
594
- -50: minus fifty
595
- -24: minus twenty-four
596
- 0: zero
597
- 1: one
598
- 2: two
599
- 3: three
600
- 4: four
601
- 5: five
602
- 6: six
603
- 7: seven
604
- 8: eight
605
- 9: nine
606
- 10: ten
607
- 11: eleven
608
- 12: twelve
609
- 13: thirteen
610
- 14: fourteen
611
- 15: fifteen
612
- 16: sixteen
613
- 17: seventeen
614
- 18: eighteen
615
- 19: nineteen
616
- 20: twenty
617
- 21: twenty-one
618
- 22: twenty-two
619
- 23: twenty-three
620
- 24: twenty-four
621
- 25: twenty-five
622
- 26: twenty-six
623
- 27: twenty-seven
624
- 28: twenty-eight
625
- 29: twenty-nine
626
- 30: thirty
627
- 31: thirty-one
628
- 32: thirty-two
629
- 33: thirty-three
630
- 34: thirty-four
631
- 35: thirty-five
632
- 36: thirty-six
633
- 37: thirty-seven
634
- 38: thirty-eight
635
- 39: thirty-nine
636
- 40: forty
637
- 41: forty-one
638
- 42: forty-two
639
- 43: forty-three
640
- 44: forty-four
641
- 45: forty-five
642
- 46: forty-six
643
- 47: forty-seven
644
- 48: forty-eight
645
- 49: forty-nine
646
- 50: fifty
647
- 51: fifty-one
648
- 52: fifty-two
649
- 53: fifty-three
650
- 54: fifty-four
651
- 55: fifty-five
652
- 56: fifty-six
653
- 57: fifty-seven
654
- 58: fifty-eight
655
- 59: fifty-nine
656
- 60: sixty
657
- 61: sixty-one
658
- 62: sixty-two
659
- 63: sixty-three
660
- 64: sixty-four
661
- 65: sixty-five
662
- 66: sixty-six
663
- 67: sixty-seven
664
- 68: sixty-eight
665
- 69: sixty-nine
666
- 70: seventy
667
- 71: seventy-one
668
- 72: seventy-two
669
- 73: seventy-three
670
- 74: seventy-four
671
- 75: seventy-five
672
- 76: seventy-six
673
- 77: seventy-seven
674
- 78: seventy-eight
675
- 79: seventy-nine
676
- 80: eighty
677
- 81: eighty-one
678
- 82: eighty-two
679
- 83: eighty-three
680
- 84: eighty-four
681
- 85: eighty-five
682
- 86: eighty-six
683
- 87: eighty-seven
684
- 88: eighty-eight
685
- 89: eighty-nine
686
- 90: ninety
687
- 91: ninety-one
688
- 92: ninety-two
689
- 93: ninety-three
690
- 94: ninety-four
691
- 95: ninety-five
692
- 96: ninety-six
693
- 97: ninety-seven
694
- 98: ninety-eight
695
- 99: ninety-nine
696
- 100: one hundred
697
- 321: three hundred twenty-one
698
- 322: three hundred twenty-two
699
- 323: three hundred twenty-three
700
- 1141: one thousand one hundred forty-one
701
- 1142: one thousand one hundred forty-two
702
- 1143: one thousand one hundred forty-three
703
- 10311: ten thousand three hundred eleven
704
- 138400: one hundred thirty-eight thousand four hundred
823
+ -1141: menos mil ciento cuarenta y uno
824
+ -1142: menos mil ciento cuarenta y dos
825
+ -1143: menos mil ciento cuarenta y tres
826
+ -100: menos cien
827
+ -75: menos setenta y cinco
828
+ -50: menos cincuenta
829
+ -24: menos veinticuatro
830
+ 0: cero
831
+ 1: uno
832
+ 2: dos
833
+ 3: tres
834
+ 4: cuatro
835
+ 5: cinco
836
+ 6: seis
837
+ 7: siete
838
+ 8: ocho
839
+ 9: nueve
840
+ 10: diez
841
+ 11: once
842
+ 12: doce
843
+ 13: trece
844
+ 14: catorce
845
+ 15: quince
846
+ 16: dieciséis
847
+ 17: diecisiete
848
+ 18: dieciocho
849
+ 19: diecinueve
850
+ 20: veinte
851
+ 21: veintiuno
852
+ 22: veintidós
853
+ 23: veintitrés
854
+ 24: veinticuatro
855
+ 25: veinticinco
856
+ 26: veintiséis
857
+ 27: veintisiete
858
+ 28: veintiocho
859
+ 29: veintinueve
860
+ 30: treinta
861
+ 31: treinta y uno
862
+ 32: treinta y dos
863
+ 33: treinta y tres
864
+ 34: treinta y cuatro
865
+ 35: treinta y cinco
866
+ 36: treinta y seis
867
+ 37: treinta y siete
868
+ 38: treinta y ocho
869
+ 39: treinta y nueve
870
+ 40: cuarenta
871
+ 41: cuarenta y uno
872
+ 42: cuarenta y dos
873
+ 43: cuarenta y tres
874
+ 44: cuarenta y cuatro
875
+ 45: cuarenta y cinco
876
+ 46: cuarenta y seis
877
+ 47: cuarenta y siete
878
+ 48: cuarenta y ocho
879
+ 49: cuarenta y nueve
880
+ 50: cincuenta
881
+ 51: cincuenta y uno
882
+ 52: cincuenta y dos
883
+ 53: cincuenta y tres
884
+ 54: cincuenta y cuatro
885
+ 55: cincuenta y cinco
886
+ 56: cincuenta y seis
887
+ 57: cincuenta y siete
888
+ 58: cincuenta y ocho
889
+ 59: cincuenta y nueve
890
+ 60: sesenta
891
+ 61: sesenta y uno
892
+ 62: sesenta y dos
893
+ 63: sesenta y tres
894
+ 64: sesenta y cuatro
895
+ 65: sesenta y cinco
896
+ 66: sesenta y seis
897
+ 67: sesenta y siete
898
+ 68: sesenta y ocho
899
+ 69: sesenta y nueve
900
+ 70: setenta
901
+ 71: setenta y uno
902
+ 72: setenta y dos
903
+ 73: setenta y tres
904
+ 74: setenta y cuatro
905
+ 75: setenta y cinco
906
+ 76: setenta y seis
907
+ 77: setenta y siete
908
+ 78: setenta y ocho
909
+ 79: setenta y nueve
910
+ 80: ochenta
911
+ 81: ochenta y uno
912
+ 82: ochenta y dos
913
+ 83: ochenta y tres
914
+ 84: ochenta y cuatro
915
+ 85: ochenta y cinco
916
+ 86: ochenta y seis
917
+ 87: ochenta y siete
918
+ 88: ochenta y ocho
919
+ 89: ochenta y nueve
920
+ 90: noventa
921
+ 91: noventa y uno
922
+ 92: noventa y dos
923
+ 93: noventa y tres
924
+ 94: noventa y cuatro
925
+ 95: noventa y cinco
926
+ 96: noventa y seis
927
+ 97: noventa y siete
928
+ 98: noventa y ocho
929
+ 99: noventa y nueve
930
+ 100: cien
931
+ 321: trescientos veintiuno
932
+ 322: trescientos veintidós
933
+ 323: trescientos veintitrés
934
+ 1141: mil ciento cuarenta y uno
935
+ 1142: mil ciento cuarenta y dos
936
+ 1143: mil ciento cuarenta y tres
937
+ 10311: diez mil trescientos once
938
+ 138400: ciento treinta y ocho mil cuatrocientos
705
939
  spellout-numbering-year:
706
- -1141: minus eleven forty-one
707
- -1142: minus eleven forty-two
708
- -1143: minus eleven forty-three
709
- -100: minus one hundred
710
- -75: minus seventy-five
711
- -50: minus fifty
712
- -24: minus twenty-four
713
- 0: zero
714
- 1: one
715
- 2: two
716
- 3: three
717
- 4: four
718
- 5: five
719
- 6: six
720
- 7: seven
721
- 8: eight
722
- 9: nine
723
- 10: ten
724
- 11: eleven
725
- 12: twelve
726
- 13: thirteen
727
- 14: fourteen
728
- 15: fifteen
729
- 16: sixteen
730
- 17: seventeen
731
- 18: eighteen
732
- 19: nineteen
733
- 20: twenty
734
- 21: twenty-one
735
- 22: twenty-two
736
- 23: twenty-three
737
- 24: twenty-four
738
- 25: twenty-five
739
- 26: twenty-six
740
- 27: twenty-seven
741
- 28: twenty-eight
742
- 29: twenty-nine
743
- 30: thirty
744
- 31: thirty-one
745
- 32: thirty-two
746
- 33: thirty-three
747
- 34: thirty-four
748
- 35: thirty-five
749
- 36: thirty-six
750
- 37: thirty-seven
751
- 38: thirty-eight
752
- 39: thirty-nine
753
- 40: forty
754
- 41: forty-one
755
- 42: forty-two
756
- 43: forty-three
757
- 44: forty-four
758
- 45: forty-five
759
- 46: forty-six
760
- 47: forty-seven
761
- 48: forty-eight
762
- 49: forty-nine
763
- 50: fifty
764
- 51: fifty-one
765
- 52: fifty-two
766
- 53: fifty-three
767
- 54: fifty-four
768
- 55: fifty-five
769
- 56: fifty-six
770
- 57: fifty-seven
771
- 58: fifty-eight
772
- 59: fifty-nine
773
- 60: sixty
774
- 61: sixty-one
775
- 62: sixty-two
776
- 63: sixty-three
777
- 64: sixty-four
778
- 65: sixty-five
779
- 66: sixty-six
780
- 67: sixty-seven
781
- 68: sixty-eight
782
- 69: sixty-nine
783
- 70: seventy
784
- 71: seventy-one
785
- 72: seventy-two
786
- 73: seventy-three
787
- 74: seventy-four
788
- 75: seventy-five
789
- 76: seventy-six
790
- 77: seventy-seven
791
- 78: seventy-eight
792
- 79: seventy-nine
793
- 80: eighty
794
- 81: eighty-one
795
- 82: eighty-two
796
- 83: eighty-three
797
- 84: eighty-four
798
- 85: eighty-five
799
- 86: eighty-six
800
- 87: eighty-seven
801
- 88: eighty-eight
802
- 89: eighty-nine
803
- 90: ninety
804
- 91: ninety-one
805
- 92: ninety-two
806
- 93: ninety-three
807
- 94: ninety-four
808
- 95: ninety-five
809
- 96: ninety-six
810
- 97: ninety-seven
811
- 98: ninety-eight
812
- 99: ninety-nine
813
- 100: one hundred
814
- 321: three hundred twenty-one
815
- 322: three hundred twenty-two
816
- 323: three hundred twenty-three
817
- 1141: eleven forty-one
818
- 1142: eleven forty-two
819
- 1143: eleven forty-three
820
- 10311: ten thousand three hundred eleven
821
- 138400: one hundred thirty-eight thousand four hundred
940
+ -1141: menos mil ciento cuarenta y uno
941
+ -1142: menos mil ciento cuarenta y dos
942
+ -1143: menos mil ciento cuarenta y tres
943
+ -100: menos cien
944
+ -75: menos setenta y cinco
945
+ -50: menos cincuenta
946
+ -24: menos veinticuatro
947
+ 0: cero
948
+ 1: uno
949
+ 2: dos
950
+ 3: tres
951
+ 4: cuatro
952
+ 5: cinco
953
+ 6: seis
954
+ 7: siete
955
+ 8: ocho
956
+ 9: nueve
957
+ 10: diez
958
+ 11: once
959
+ 12: doce
960
+ 13: trece
961
+ 14: catorce
962
+ 15: quince
963
+ 16: dieciséis
964
+ 17: diecisiete
965
+ 18: dieciocho
966
+ 19: diecinueve
967
+ 20: veinte
968
+ 21: veintiuno
969
+ 22: veintidós
970
+ 23: veintitrés
971
+ 24: veinticuatro
972
+ 25: veinticinco
973
+ 26: veintiséis
974
+ 27: veintisiete
975
+ 28: veintiocho
976
+ 29: veintinueve
977
+ 30: treinta
978
+ 31: treinta y uno
979
+ 32: treinta y dos
980
+ 33: treinta y tres
981
+ 34: treinta y cuatro
982
+ 35: treinta y cinco
983
+ 36: treinta y seis
984
+ 37: treinta y siete
985
+ 38: treinta y ocho
986
+ 39: treinta y nueve
987
+ 40: cuarenta
988
+ 41: cuarenta y uno
989
+ 42: cuarenta y dos
990
+ 43: cuarenta y tres
991
+ 44: cuarenta y cuatro
992
+ 45: cuarenta y cinco
993
+ 46: cuarenta y seis
994
+ 47: cuarenta y siete
995
+ 48: cuarenta y ocho
996
+ 49: cuarenta y nueve
997
+ 50: cincuenta
998
+ 51: cincuenta y uno
999
+ 52: cincuenta y dos
1000
+ 53: cincuenta y tres
1001
+ 54: cincuenta y cuatro
1002
+ 55: cincuenta y cinco
1003
+ 56: cincuenta y seis
1004
+ 57: cincuenta y siete
1005
+ 58: cincuenta y ocho
1006
+ 59: cincuenta y nueve
1007
+ 60: sesenta
1008
+ 61: sesenta y uno
1009
+ 62: sesenta y dos
1010
+ 63: sesenta y tres
1011
+ 64: sesenta y cuatro
1012
+ 65: sesenta y cinco
1013
+ 66: sesenta y seis
1014
+ 67: sesenta y siete
1015
+ 68: sesenta y ocho
1016
+ 69: sesenta y nueve
1017
+ 70: setenta
1018
+ 71: setenta y uno
1019
+ 72: setenta y dos
1020
+ 73: setenta y tres
1021
+ 74: setenta y cuatro
1022
+ 75: setenta y cinco
1023
+ 76: setenta y seis
1024
+ 77: setenta y siete
1025
+ 78: setenta y ocho
1026
+ 79: setenta y nueve
1027
+ 80: ochenta
1028
+ 81: ochenta y uno
1029
+ 82: ochenta y dos
1030
+ 83: ochenta y tres
1031
+ 84: ochenta y cuatro
1032
+ 85: ochenta y cinco
1033
+ 86: ochenta y seis
1034
+ 87: ochenta y siete
1035
+ 88: ochenta y ocho
1036
+ 89: ochenta y nueve
1037
+ 90: noventa
1038
+ 91: noventa y uno
1039
+ 92: noventa y dos
1040
+ 93: noventa y tres
1041
+ 94: noventa y cuatro
1042
+ 95: noventa y cinco
1043
+ 96: noventa y seis
1044
+ 97: noventa y siete
1045
+ 98: noventa y ocho
1046
+ 99: noventa y nueve
1047
+ 100: cien
1048
+ 321: trescientos veintiuno
1049
+ 322: trescientos veintidós
1050
+ 323: trescientos veintitrés
1051
+ 1141: mil ciento cuarenta y uno
1052
+ 1142: mil ciento cuarenta y dos
1053
+ 1143: mil ciento cuarenta y tres
1054
+ 10311: diez mil trescientos once
1055
+ 138400: ciento treinta y ocho mil cuatrocientos
822
1056
  OrdinalRules:
823
1057
  digits-ordinal:
824
- -1141: −১,১৪১st
825
- -1142: −১,১৪২nd
826
- -1143: −১,১৪৩rd
827
- -100: −১০০th
828
- -75: −৭৫th
829
- -50: −৫০th
830
- -24: −২৪th
831
- 0: ০th
832
- 1: ১st
833
- 2: ২nd
834
- 3: ৩rd
835
- 4: ৪th
836
- 5: ৫th
837
- 6: ৬th
838
- 7: ৭th
839
- 8: ৮th
840
- 9: ৯th
841
- 10: ১০th
842
- 11: ১১th
843
- 12: ১২th
844
- 13: ১৩th
845
- 14: ১৪th
846
- 15: ১৫th
847
- 16: ১৬th
848
- 17: ১৭th
849
- 18: ১৮th
850
- 19: ১৯th
851
- 20: ২০th
852
- 21: ২১st
853
- 22: ২২nd
854
- 23: ২৩rd
855
- 24: ২৪th
856
- 25: ২৫th
857
- 26: ২৬th
858
- 27: ২৭th
859
- 28: ২৮th
860
- 29: ২৯th
861
- 30: ৩০th
862
- 31: ৩১st
863
- 32: ৩২nd
864
- 33: ৩৩rd
865
- 34: ৩৪th
866
- 35: ৩৫th
867
- 36: ৩৬th
868
- 37: ৩৭th
869
- 38: ৩৮th
870
- 39: ৩৯th
871
- 40: ৪০th
872
- 41: ৪১st
873
- 42: ৪২nd
874
- 43: ৪৩rd
875
- 44: ৪৪th
876
- 45: ৪৫th
877
- 46: ৪৬th
878
- 47: ৪৭th
879
- 48: ৪৮th
880
- 49: ৪৯th
881
- 50: ৫০th
882
- 51: ৫১st
883
- 52: ৫২nd
884
- 53: ৫৩rd
885
- 54: ৫৪th
886
- 55: ৫৫th
887
- 56: ৫৬th
888
- 57: ৫৭th
889
- 58: ৫৮th
890
- 59: ৫৯th
891
- 60: ৬০th
892
- 61: ৬১st
893
- 62: ৬২nd
894
- 63: ৬৩rd
895
- 64: ৬৪th
896
- 65: ৬৫th
897
- 66: ৬৬th
898
- 67: ৬৭th
899
- 68: ৬৮th
900
- 69: ৬৯th
901
- 70: ৭০th
902
- 71: ৭১st
903
- 72: ৭২nd
904
- 73: ৭৩rd
905
- 74: ৭৪th
906
- 75: ৭৫th
907
- 76: ৭৬th
908
- 77: ৭৭th
909
- 78: ৭৮th
910
- 79: ৭৯th
911
- 80: ৮০th
912
- 81: ৮১st
913
- 82: ৮২nd
914
- 83: ৮৩rd
915
- 84: ৮৪th
916
- 85: ৮৫th
917
- 86: ৮৬th
918
- 87: ৮৭th
919
- 88: ৮৮th
920
- 89: ৮৯th
921
- 90: ৯০th
922
- 91: ৯১st
923
- 92: ৯২nd
924
- 93: ৯৩rd
925
- 94: ৯৪th
926
- 95: ৯৫th
927
- 96: ৯৬th
928
- 97: ৯৭th
929
- 98: ৯৮th
930
- 99: ৯৯th
931
- 100: ১০০th
932
- 321: ৩২১st
933
- 322: ৩২২nd
934
- 323: ৩২৩rd
935
- 1141: ১,১৪১st
936
- 1142: ১,১৪২nd
937
- 1143: ১,১৪৩rd
938
- 10311: ১০,৩১১th
939
- 138400: ১৩৮,৪০০th
1058
+ -1141: −১,১৪১º
1059
+ -1142: −১,১৪২º
1060
+ -1143: −১,১৪৩º
1061
+ -100: −১০০º
1062
+ -75: −৭৫º
1063
+ -50: −৫০º
1064
+ -24: −২৪º
1065
+ 0: ০º
1066
+ 1: ১º
1067
+ 2: ২º
1068
+ 3: ৩º
1069
+ 4: ৪º
1070
+ 5: ৫º
1071
+ 6: ৬º
1072
+ 7: ৭º
1073
+ 8: ৮º
1074
+ 9: ৯º
1075
+ 10: ১০º
1076
+ 11: ১১º
1077
+ 12: ১২º
1078
+ 13: ১৩º
1079
+ 14: ১৪º
1080
+ 15: ১৫º
1081
+ 16: ১৬º
1082
+ 17: ১৭º
1083
+ 18: ১৮º
1084
+ 19: ১৯º
1085
+ 20: ২০º
1086
+ 21: ২১º
1087
+ 22: ২২º
1088
+ 23: ২৩º
1089
+ 24: ২৪º
1090
+ 25: ২৫º
1091
+ 26: ২৬º
1092
+ 27: ২৭º
1093
+ 28: ২৮º
1094
+ 29: ২৯º
1095
+ 30: ৩০º
1096
+ 31: ৩১º
1097
+ 32: ৩২º
1098
+ 33: ৩৩º
1099
+ 34: ৩৪º
1100
+ 35: ৩৫º
1101
+ 36: ৩৬º
1102
+ 37: ৩৭º
1103
+ 38: ৩৮º
1104
+ 39: ৩৯º
1105
+ 40: ৪০º
1106
+ 41: ৪১º
1107
+ 42: ৪২º
1108
+ 43: ৪৩º
1109
+ 44: ৪৪º
1110
+ 45: ৪৫º
1111
+ 46: ৪৬º
1112
+ 47: ৪৭º
1113
+ 48: ৪৮º
1114
+ 49: ৪৯º
1115
+ 50: ৫০º
1116
+ 51: ৫১º
1117
+ 52: ৫২º
1118
+ 53: ৫৩º
1119
+ 54: ৫৪º
1120
+ 55: ৫৫º
1121
+ 56: ৫৬º
1122
+ 57: ৫৭º
1123
+ 58: ৫৮º
1124
+ 59: ৫৯º
1125
+ 60: ৬০º
1126
+ 61: ৬১º
1127
+ 62: ৬২º
1128
+ 63: ৬৩º
1129
+ 64: ৬৪º
1130
+ 65: ৬৫º
1131
+ 66: ৬৬º
1132
+ 67: ৬৭º
1133
+ 68: ৬৮º
1134
+ 69: ৬৯º
1135
+ 70: ৭০º
1136
+ 71: ৭১º
1137
+ 72: ৭২º
1138
+ 73: ৭৩º
1139
+ 74: ৭৪º
1140
+ 75: ৭৫º
1141
+ 76: ৭৬º
1142
+ 77: ৭৭º
1143
+ 78: ৭৮º
1144
+ 79: ৭৯º
1145
+ 80: ৮০º
1146
+ 81: ৮১º
1147
+ 82: ৮২º
1148
+ 83: ৮৩º
1149
+ 84: ৮৪º
1150
+ 85: ৮৫º
1151
+ 86: ৮৬º
1152
+ 87: ৮৭º
1153
+ 88: ৮৮º
1154
+ 89: ৮৯º
1155
+ 90: ৯০º
1156
+ 91: ৯১º
1157
+ 92: ৯২º
1158
+ 93: ৯৩º
1159
+ 94: ৯৪º
1160
+ 95: ৯৫º
1161
+ 96: ৯৬º
1162
+ 97: ৯৭º
1163
+ 98: ৯৮º
1164
+ 99: ৯৯º
1165
+ 100: ১০০º
1166
+ 321: ৩২১º
1167
+ 322: ৩২২º
1168
+ 323: ৩২৩º
1169
+ 1141: ১,১৪১º
1170
+ 1142: ১,১৪২º
1171
+ 1143: ১,১৪৩º
1172
+ 10311: ১০,৩১১º
1173
+ 138400: ১৩৮,৪০০º
1174
+ digits-ordinal-feminine:
1175
+ -1141: −১,১৪১ª
1176
+ -1142: −১,১৪২ª
1177
+ -1143: −১,১৪৩ª
1178
+ -100: −১০০ª
1179
+ -75: −৭৫ª
1180
+ -50: −৫০ª
1181
+ -24: −২৪ª
1182
+ 0: ০ª
1183
+ 1: ১ª
1184
+ 2: ২ª
1185
+ 3: ৩ª
1186
+ 4: ৪ª
1187
+ 5: ৫ª
1188
+ 6: ৬ª
1189
+ 7: ৭ª
1190
+ 8: ৮ª
1191
+ 9: ৯ª
1192
+ 10: ১০ª
1193
+ 11: ১১ª
1194
+ 12: ১২ª
1195
+ 13: ১৩ª
1196
+ 14: ১৪ª
1197
+ 15: ১৫ª
1198
+ 16: ১৬ª
1199
+ 17: ১৭ª
1200
+ 18: ১৮ª
1201
+ 19: ১৯ª
1202
+ 20: ২০ª
1203
+ 21: ২১ª
1204
+ 22: ২২ª
1205
+ 23: ২৩ª
1206
+ 24: ২৪ª
1207
+ 25: ২৫ª
1208
+ 26: ২৬ª
1209
+ 27: ২৭ª
1210
+ 28: ২৮ª
1211
+ 29: ২৯ª
1212
+ 30: ৩০ª
1213
+ 31: ৩১ª
1214
+ 32: ৩২ª
1215
+ 33: ৩৩ª
1216
+ 34: ৩৪ª
1217
+ 35: ৩৫ª
1218
+ 36: ৩৬ª
1219
+ 37: ৩৭ª
1220
+ 38: ৩৮ª
1221
+ 39: ৩৯ª
1222
+ 40: ৪০ª
1223
+ 41: ৪১ª
1224
+ 42: ৪২ª
1225
+ 43: ৪৩ª
1226
+ 44: ৪৪ª
1227
+ 45: ৪৫ª
1228
+ 46: ৪৬ª
1229
+ 47: ৪৭ª
1230
+ 48: ৪৮ª
1231
+ 49: ৪৯ª
1232
+ 50: ৫০ª
1233
+ 51: ৫১ª
1234
+ 52: ৫২ª
1235
+ 53: ৫৩ª
1236
+ 54: ৫৪ª
1237
+ 55: ৫৫ª
1238
+ 56: ৫৬ª
1239
+ 57: ৫৭ª
1240
+ 58: ৫৮ª
1241
+ 59: ৫৯ª
1242
+ 60: ৬০ª
1243
+ 61: ৬১ª
1244
+ 62: ৬২ª
1245
+ 63: ৬৩ª
1246
+ 64: ৬৪ª
1247
+ 65: ৬৫ª
1248
+ 66: ৬৬ª
1249
+ 67: ৬৭ª
1250
+ 68: ৬৮ª
1251
+ 69: ৬৯ª
1252
+ 70: ৭০ª
1253
+ 71: ৭১ª
1254
+ 72: ৭২ª
1255
+ 73: ৭৩ª
1256
+ 74: ৭৪ª
1257
+ 75: ৭৫ª
1258
+ 76: ৭৬ª
1259
+ 77: ৭৭ª
1260
+ 78: ৭৮ª
1261
+ 79: ৭৯ª
1262
+ 80: ৮০ª
1263
+ 81: ৮১ª
1264
+ 82: ৮২ª
1265
+ 83: ৮৩ª
1266
+ 84: ৮৪ª
1267
+ 85: ৮৫ª
1268
+ 86: ৮৬ª
1269
+ 87: ৮৭ª
1270
+ 88: ৮৮ª
1271
+ 89: ৮৯ª
1272
+ 90: ৯০ª
1273
+ 91: ৯১ª
1274
+ 92: ৯২ª
1275
+ 93: ৯৩ª
1276
+ 94: ৯৪ª
1277
+ 95: ৯৫ª
1278
+ 96: ৯৬ª
1279
+ 97: ৯৭ª
1280
+ 98: ৯৮ª
1281
+ 99: ৯৯ª
1282
+ 100: ১০০ª
1283
+ 321: ৩২১ª
1284
+ 322: ৩২২ª
1285
+ 323: ৩২৩ª
1286
+ 1141: ১,১৪১ª
1287
+ 1142: ১,১৪২ª
1288
+ 1143: ১,১৪৩ª
1289
+ 10311: ১০,৩১১ª
1290
+ 138400: ১৩৮,৪০০ª
1291
+ digits-ordinal-masculine:
1292
+ -1141: −১,১৪১º
1293
+ -1142: −১,১৪২º
1294
+ -1143: −১,১৪৩º
1295
+ -100: −১০০º
1296
+ -75: −৭৫º
1297
+ -50: −৫০º
1298
+ -24: −২৪º
1299
+ 0: ০º
1300
+ 1: ১º
1301
+ 2: ২º
1302
+ 3: ৩º
1303
+ 4: ৪º
1304
+ 5: ৫º
1305
+ 6: ৬º
1306
+ 7: ৭º
1307
+ 8: ৮º
1308
+ 9: ৯º
1309
+ 10: ১০º
1310
+ 11: ১১º
1311
+ 12: ১২º
1312
+ 13: ১৩º
1313
+ 14: ১৪º
1314
+ 15: ১৫º
1315
+ 16: ১৬º
1316
+ 17: ১৭º
1317
+ 18: ১৮º
1318
+ 19: ১৯º
1319
+ 20: ২০º
1320
+ 21: ২১º
1321
+ 22: ২২º
1322
+ 23: ২৩º
1323
+ 24: ২৪º
1324
+ 25: ২৫º
1325
+ 26: ২৬º
1326
+ 27: ২৭º
1327
+ 28: ২৮º
1328
+ 29: ২৯º
1329
+ 30: ৩০º
1330
+ 31: ৩১º
1331
+ 32: ৩২º
1332
+ 33: ৩৩º
1333
+ 34: ৩৪º
1334
+ 35: ৩৫º
1335
+ 36: ৩৬º
1336
+ 37: ৩৭º
1337
+ 38: ৩৮º
1338
+ 39: ৩৯º
1339
+ 40: ৪০º
1340
+ 41: ৪১º
1341
+ 42: ৪২º
1342
+ 43: ৪৩º
1343
+ 44: ৪৪º
1344
+ 45: ৪৫º
1345
+ 46: ৪৬º
1346
+ 47: ৪৭º
1347
+ 48: ৪৮º
1348
+ 49: ৪৯º
1349
+ 50: ৫০º
1350
+ 51: ৫১º
1351
+ 52: ৫২º
1352
+ 53: ৫৩º
1353
+ 54: ৫৪º
1354
+ 55: ৫৫º
1355
+ 56: ৫৬º
1356
+ 57: ৫৭º
1357
+ 58: ৫৮º
1358
+ 59: ৫৯º
1359
+ 60: ৬০º
1360
+ 61: ৬১º
1361
+ 62: ৬২º
1362
+ 63: ৬৩º
1363
+ 64: ৬৪º
1364
+ 65: ৬৫º
1365
+ 66: ৬৬º
1366
+ 67: ৬৭º
1367
+ 68: ৬৮º
1368
+ 69: ৬৯º
1369
+ 70: ৭০º
1370
+ 71: ৭১º
1371
+ 72: ৭২º
1372
+ 73: ৭৩º
1373
+ 74: ৭৪º
1374
+ 75: ৭৫º
1375
+ 76: ৭৬º
1376
+ 77: ৭৭º
1377
+ 78: ৭৮º
1378
+ 79: ৭৯º
1379
+ 80: ৮০º
1380
+ 81: ৮১º
1381
+ 82: ৮২º
1382
+ 83: ৮৩º
1383
+ 84: ৮৪º
1384
+ 85: ৮৫º
1385
+ 86: ৮৬º
1386
+ 87: ৮৭º
1387
+ 88: ৮৮º
1388
+ 89: ৮৯º
1389
+ 90: ৯০º
1390
+ 91: ৯১º
1391
+ 92: ৯২º
1392
+ 93: ৯৩º
1393
+ 94: ৯৪º
1394
+ 95: ৯৫º
1395
+ 96: ৯৬º
1396
+ 97: ৯৭º
1397
+ 98: ৯৮º
1398
+ 99: ৯৯º
1399
+ 100: ১০০º
1400
+ 321: ৩২১º
1401
+ 322: ৩২২º
1402
+ 323: ৩২৩º
1403
+ 1141: ১,১৪১º
1404
+ 1142: ১,১৪২º
1405
+ 1143: ১,১৪৩º
1406
+ 10311: ১০,৩১১º
1407
+ 138400: ১৩৮,৪০০º
1408
+ digits-ordinal-masculine-adjective:
1409
+ -1141: −১,১৪১ᵉʳ
1410
+ -1142: −১,১৪২º
1411
+ -1143: −১,১৪৩ᵉʳ
1412
+ -100: −১০০º
1413
+ -75: −৭৫º
1414
+ -50: −৫০º
1415
+ -24: −২৪º
1416
+ 0: ০º
1417
+ 1: ১ᵉʳ
1418
+ 2: ২º
1419
+ 3: ৩ᵉʳ
1420
+ 4: ৪º
1421
+ 5: ৫º
1422
+ 6: ৬º
1423
+ 7: ৭º
1424
+ 8: ৮º
1425
+ 9: ৯º
1426
+ 10: ১০º
1427
+ 11: ১১º
1428
+ 12: ১২º
1429
+ 13: ১৩º
1430
+ 14: ১৪º
1431
+ 15: ১৫º
1432
+ 16: ১৬º
1433
+ 17: ১৭º
1434
+ 18: ১৮º
1435
+ 19: ১৯º
1436
+ 20: ২০º
1437
+ 21: ২১ᵉʳ
1438
+ 22: ২২º
1439
+ 23: ২৩ᵉʳ
1440
+ 24: ২৪º
1441
+ 25: ২৫º
1442
+ 26: ২৬º
1443
+ 27: ২৭º
1444
+ 28: ২৮º
1445
+ 29: ২৯º
1446
+ 30: ৩০º
1447
+ 31: ৩১ᵉʳ
1448
+ 32: ৩২º
1449
+ 33: ৩৩ᵉʳ
1450
+ 34: ৩৪º
1451
+ 35: ৩৫º
1452
+ 36: ৩৬º
1453
+ 37: ৩৭º
1454
+ 38: ৩৮º
1455
+ 39: ৩৯º
1456
+ 40: ৪০º
1457
+ 41: ৪১ᵉʳ
1458
+ 42: ৪২º
1459
+ 43: ৪৩ᵉʳ
1460
+ 44: ৪৪º
1461
+ 45: ৪৫º
1462
+ 46: ৪৬º
1463
+ 47: ৪৭º
1464
+ 48: ৪৮º
1465
+ 49: ৪৯º
1466
+ 50: ৫০º
1467
+ 51: ৫১ᵉʳ
1468
+ 52: ৫২º
1469
+ 53: ৫৩ᵉʳ
1470
+ 54: ৫৪º
1471
+ 55: ৫৫º
1472
+ 56: ৫৬º
1473
+ 57: ৫৭º
1474
+ 58: ৫৮º
1475
+ 59: ৫৯º
1476
+ 60: ৬০º
1477
+ 61: ৬১ᵉʳ
1478
+ 62: ৬২º
1479
+ 63: ৬৩ᵉʳ
1480
+ 64: ৬৪º
1481
+ 65: ৬৫º
1482
+ 66: ৬৬º
1483
+ 67: ৬৭º
1484
+ 68: ৬৮º
1485
+ 69: ৬৯º
1486
+ 70: ৭০º
1487
+ 71: ৭১ᵉʳ
1488
+ 72: ৭২º
1489
+ 73: ৭৩ᵉʳ
1490
+ 74: ৭৪º
1491
+ 75: ৭৫º
1492
+ 76: ৭৬º
1493
+ 77: ৭৭º
1494
+ 78: ৭৮º
1495
+ 79: ৭৯º
1496
+ 80: ৮০º
1497
+ 81: ৮১ᵉʳ
1498
+ 82: ৮২º
1499
+ 83: ৮৩ᵉʳ
1500
+ 84: ৮৪º
1501
+ 85: ৮৫º
1502
+ 86: ৮৬º
1503
+ 87: ৮৭º
1504
+ 88: ৮৮º
1505
+ 89: ৮৯º
1506
+ 90: ৯০º
1507
+ 91: ৯১ᵉʳ
1508
+ 92: ৯২º
1509
+ 93: ৯৩ᵉʳ
1510
+ 94: ৯৪º
1511
+ 95: ৯৫º
1512
+ 96: ৯৬º
1513
+ 97: ৯৭º
1514
+ 98: ৯৮º
1515
+ 99: ৯৯º
1516
+ 100: ১০০º
1517
+ 321: ৩২১ᵉʳ
1518
+ 322: ৩২২º
1519
+ 323: ৩২৩ᵉʳ
1520
+ 1141: ১,১৪১ᵉʳ
1521
+ 1142: ১,১৪২º
1522
+ 1143: ১,১৪৩ᵉʳ
1523
+ 10311: ১০,৩১১º
1524
+ 138400: ১৩৮,৪০০º
940
1525
  DurationRules:
941
1526
  duration:
942
- -1141: -২০:-০১
943
- -1142: -২০:-০২
944
- -1143: -২০:-০৩
945
- -100: -২:-৪০
946
- -75: -২:-১৫
947
- -50: -৫০ sec.
948
- -24: -২৪ sec.
949
- 0: ০ sec.
950
- 1: ১ sec.
951
- 2: ২ sec.
952
- 3: ৩ sec.
953
- 4: ৪ sec.
954
- 5: ৫ sec.
955
- 6: ৬ sec.
956
- 7: ৭ sec.
957
- 8: ৮ sec.
958
- 9: ৯ sec.
959
- 10: ১০ sec.
960
- 11: ১১ sec.
961
- 12: ১২ sec.
962
- 13: ১৩ sec.
963
- 14: ১৪ sec.
964
- 15: ১৫ sec.
965
- 16: ১৬ sec.
966
- 17: ১৭ sec.
967
- 18: ১৮ sec.
968
- 19: ১৯ sec.
969
- 20: ২০ sec.
970
- 21: ২১ sec.
971
- 22: ২২ sec.
972
- 23: ২৩ sec.
973
- 24: ২৪ sec.
974
- 25: ২৫ sec.
975
- 26: ২৬ sec.
976
- 27: ২৭ sec.
977
- 28: ২৮ sec.
978
- 29: ২৯ sec.
979
- 30: ৩০ sec.
980
- 31: ৩১ sec.
981
- 32: ৩২ sec.
982
- 33: ৩৩ sec.
983
- 34: ৩৪ sec.
984
- 35: ৩৫ sec.
985
- 36: ৩৬ sec.
986
- 37: ৩৭ sec.
987
- 38: ৩৮ sec.
988
- 39: ৩৯ sec.
989
- 40: ৪০ sec.
990
- 41: ৪১ sec.
991
- 42: ৪২ sec.
992
- 43: ৪৩ sec.
993
- 44: ৪৪ sec.
994
- 45: ৪৫ sec.
995
- 46: ৪৬ sec.
996
- 47: ৪৭ sec.
997
- 48: ৪৮ sec.
998
- 49: ৪৯ sec.
999
- 50: ৫০ sec.
1000
- 51: ৫১ sec.
1001
- 52: ৫২ sec.
1002
- 53: ৫৩ sec.
1003
- 54: ৫৪ sec.
1004
- 55: ৫৫ sec.
1005
- 56: ৫৬ sec.
1006
- 57: ৫৭ sec.
1007
- 58: ৫৮ sec.
1008
- 59: ৫৯ sec.
1009
- 60: ১:০০
1010
- 61: ১:০১
1011
- 62: ১:০২
1012
- 63: ১:০৩
1013
- 64: ১:০৪
1014
- 65: ১:০৫
1015
- 66: ১:০৬
1016
- 67: ১:০৭
1017
- 68: ১:০৮
1018
- 69: ১:০৯
1019
- 70: ১:১০
1020
- 71: ১:১১
1021
- 72: ১:১২
1022
- 73: ১:১৩
1023
- 74: ১:১৪
1024
- 75: ১:১৫
1025
- 76: ১:১৬
1026
- 77: ১:১৭
1027
- 78: ১:১৮
1028
- 79: ১:১৯
1029
- 80: ১:২০
1030
- 81: ১:২১
1031
- 82: ১:২২
1032
- 83: ১:২৩
1033
- 84: ১:২৪
1034
- 85: ১:২৫
1035
- 86: ১:২৬
1036
- 87: ১:২৭
1037
- 88: ১:২৮
1038
- 89: ১:২৯
1039
- 90: ১:৩০
1040
- 91: ১:৩১
1041
- 92: ১:৩২
1042
- 93: ১:৩৩
1043
- 94: ১:৩৪
1044
- 95: ১:৩৫
1045
- 96: ১:৩৬
1046
- 97: ১:৩৭
1047
- 98: ১:৩৮
1048
- 99: ১:৩৯
1049
- 100: ১:৪০
1050
- 321: ৫:২১
1051
- 322: ৫:২২
1052
- 323: ৫:২৩
1053
- 1141: ১৯:০১
1054
- 1142: ১৯:০২
1055
- 1143: ১৯:০৩
1056
- 10311: ২:৫১:৫১
1057
- 138400: ৩৮:২৬:৪০
1058
- in-numerals:
1059
- -1141: -২০:-০১
1060
- -1142: -২০:-০২
1061
- -1143: -২০:-০৩
1062
- -100: -২:-৪০
1063
- -75: -২:-১৫
1064
- -50: -৫০ sec.
1065
- -24: -২৪ sec.
1066
- 0: ০ sec.
1067
- 1: ১ sec.
1068
- 2: ২ sec.
1069
- 3: ৩ sec.
1070
- 4: ৪ sec.
1071
- 5: ৫ sec.
1072
- 6: ৬ sec.
1073
- 7: ৭ sec.
1074
- 8: ৮ sec.
1075
- 9: ৯ sec.
1076
- 10: ১০ sec.
1077
- 11: ১১ sec.
1078
- 12: ১২ sec.
1079
- 13: ১৩ sec.
1080
- 14: ১৪ sec.
1081
- 15: ১৫ sec.
1082
- 16: ১৬ sec.
1083
- 17: ১৭ sec.
1084
- 18: ১৮ sec.
1085
- 19: ১৯ sec.
1086
- 20: ২০ sec.
1087
- 21: ২১ sec.
1088
- 22: ২২ sec.
1089
- 23: ২৩ sec.
1090
- 24: ২৪ sec.
1091
- 25: ২৫ sec.
1092
- 26: ২৬ sec.
1093
- 27: ২৭ sec.
1094
- 28: ২৮ sec.
1095
- 29: ২৯ sec.
1096
- 30: ৩০ sec.
1097
- 31: ৩১ sec.
1098
- 32: ৩২ sec.
1099
- 33: ৩৩ sec.
1100
- 34: ৩৪ sec.
1101
- 35: ৩৫ sec.
1102
- 36: ৩৬ sec.
1103
- 37: ৩৭ sec.
1104
- 38: ৩৮ sec.
1105
- 39: ৩৯ sec.
1106
- 40: ৪০ sec.
1107
- 41: ৪১ sec.
1108
- 42: ৪২ sec.
1109
- 43: ৪৩ sec.
1110
- 44: ৪৪ sec.
1111
- 45: ৪৫ sec.
1112
- 46: ৪৬ sec.
1113
- 47: ৪৭ sec.
1114
- 48: ৪৮ sec.
1115
- 49: ৪৯ sec.
1116
- 50: ৫০ sec.
1117
- 51: ৫১ sec.
1118
- 52: ৫২ sec.
1119
- 53: ৫৩ sec.
1120
- 54: ৫৪ sec.
1121
- 55: ৫৫ sec.
1122
- 56: ৫৬ sec.
1123
- 57: ৫৭ sec.
1124
- 58: ৫৮ sec.
1125
- 59: ৫৯ sec.
1126
- 60: ১:০০
1127
- 61: ১:০১
1128
- 62: ১:০২
1129
- 63: ১:০৩
1130
- 64: ১:০৪
1131
- 65: ১:০৫
1132
- 66: ১:০৬
1133
- 67: ১:০৭
1134
- 68: ১:০৮
1135
- 69: ১:০৯
1136
- 70: ১:১০
1137
- 71: ১:১১
1138
- 72: ১:১২
1139
- 73: ১:১৩
1140
- 74: ১:১৪
1141
- 75: ১:১৫
1142
- 76: ১:১৬
1143
- 77: ১:১৭
1144
- 78: ১:১৮
1145
- 79: ১:১৯
1146
- 80: ১:২০
1147
- 81: ১:২১
1148
- 82: ১:২২
1149
- 83: ১:২৩
1150
- 84: ১:২৪
1151
- 85: ১:২৫
1152
- 86: ১:২৬
1153
- 87: ১:২৭
1154
- 88: ১:২৮
1155
- 89: ১:২৯
1156
- 90: ১:৩০
1157
- 91: ১:৩১
1158
- 92: ১:৩২
1159
- 93: ১:৩৩
1160
- 94: ১:৩৪
1161
- 95: ১:৩৫
1162
- 96: ১:৩৬
1163
- 97: ১:৩৭
1164
- 98: ১:৩৮
1165
- 99: ১:৩৯
1166
- 100: ১:৪০
1167
- 321: ৫:২১
1168
- 322: ৫:২২
1169
- 323: ৫:২৩
1170
- 1141: ১৯:০১
1171
- 1142: ১৯:০২
1172
- 1143: ১৯:০৩
1173
- 10311: ২:৫১:৫১
1174
- 138400: ৩৮:২৬:৪০
1175
- with-words:
1176
- -1141: -২০ minutes, 1 second
1177
- -1142: -২০ minutes, -২ seconds
1178
- -1143: -২০ minutes, -৩ seconds
1179
- -100: -২ minutes, -৪০ seconds
1180
- -75: -২ minutes, -১৫ seconds
1181
- -50: -৫০ seconds
1182
- -24: -২৪ seconds
1183
- 0: 0 seconds
1184
- 1: 1 second
1185
- 2: ২ seconds
1186
- 3: ৩ seconds
1187
- 4: ৪ seconds
1188
- 5: ৫ seconds
1189
- 6: ৬ seconds
1190
- 7: ৭ seconds
1191
- 8: ৮ seconds
1192
- 9: ৯ seconds
1193
- 10: ১০ seconds
1194
- 11: ১১ seconds
1195
- 12: ১২ seconds
1196
- 13: ১৩ seconds
1197
- 14: ১৪ seconds
1198
- 15: ১৫ seconds
1199
- 16: ১৬ seconds
1200
- 17: ১৭ seconds
1201
- 18: ১৮ seconds
1202
- 19: ১৯ seconds
1203
- 20: ২০ seconds
1204
- 21: ২১ seconds
1205
- 22: ২২ seconds
1206
- 23: ২৩ seconds
1207
- 24: ২৪ seconds
1208
- 25: ২৫ seconds
1209
- 26: ২৬ seconds
1210
- 27: ২৭ seconds
1211
- 28: ২৮ seconds
1212
- 29: ২৯ seconds
1213
- 30: ৩০ seconds
1214
- 31: ৩১ seconds
1215
- 32: ৩২ seconds
1216
- 33: ৩৩ seconds
1217
- 34: ৩৪ seconds
1218
- 35: ৩৫ seconds
1219
- 36: ৩৬ seconds
1220
- 37: ৩৭ seconds
1221
- 38: ৩৮ seconds
1222
- 39: ৩৯ seconds
1223
- 40: ৪০ seconds
1224
- 41: ৪১ seconds
1225
- 42: ৪২ seconds
1226
- 43: ৪৩ seconds
1227
- 44: ৪৪ seconds
1228
- 45: ৪৫ seconds
1229
- 46: ৪৬ seconds
1230
- 47: ৪৭ seconds
1231
- 48: ৪৮ seconds
1232
- 49: ৪৯ seconds
1233
- 50: ৫০ seconds
1234
- 51: ৫১ seconds
1235
- 52: ৫২ seconds
1236
- 53: ৫৩ seconds
1237
- 54: ৫৪ seconds
1238
- 55: ৫৫ seconds
1239
- 56: ৫৬ seconds
1240
- 57: ৫৭ seconds
1241
- 58: ৫৮ seconds
1242
- 59: ৫৯ seconds
1243
- 60: 1 minute
1244
- 61: 1 minute, 1 second
1245
- 62: 1 minute, ২ seconds
1246
- 63: 1 minute, ৩ seconds
1247
- 64: 1 minute, ৪ seconds
1248
- 65: 1 minute, ৫ seconds
1249
- 66: 1 minute, ৬ seconds
1250
- 67: 1 minute, ৭ seconds
1251
- 68: 1 minute, ৮ seconds
1252
- 69: 1 minute, ৯ seconds
1253
- 70: 1 minute, ১০ seconds
1254
- 71: 1 minute, ১১ seconds
1255
- 72: 1 minute, ১২ seconds
1256
- 73: 1 minute, ১৩ seconds
1257
- 74: 1 minute, ১৪ seconds
1258
- 75: 1 minute, ১৫ seconds
1259
- 76: 1 minute, ১৬ seconds
1260
- 77: 1 minute, ১৭ seconds
1261
- 78: 1 minute, ১৮ seconds
1262
- 79: 1 minute, ১৯ seconds
1263
- 80: 1 minute, ২০ seconds
1264
- 81: 1 minute, ২১ seconds
1265
- 82: 1 minute, ২২ seconds
1266
- 83: 1 minute, ২৩ seconds
1267
- 84: 1 minute, ২৪ seconds
1268
- 85: 1 minute, ২৫ seconds
1269
- 86: 1 minute, ২৬ seconds
1270
- 87: 1 minute, ২৭ seconds
1271
- 88: 1 minute, ২৮ seconds
1272
- 89: 1 minute, ২৯ seconds
1273
- 90: 1 minute, ৩০ seconds
1274
- 91: 1 minute, ৩১ seconds
1275
- 92: 1 minute, ৩২ seconds
1276
- 93: 1 minute, ৩৩ seconds
1277
- 94: 1 minute, ৩৪ seconds
1278
- 95: 1 minute, ৩৫ seconds
1279
- 96: 1 minute, ৩৬ seconds
1280
- 97: 1 minute, ৩৭ seconds
1281
- 98: 1 minute, ৩৮ seconds
1282
- 99: 1 minute, ৩৯ seconds
1283
- 100: 1 minute, ৪০ seconds
1284
- 321: ৫ minutes, ২১ seconds
1285
- 322: ৫ minutes, ২২ seconds
1286
- 323: ৫ minutes, ২৩ seconds
1287
- 1141: ১৯ minutes, 1 second
1288
- 1142: ১৯ minutes, ২ seconds
1289
- 1143: ১৯ minutes, ৩ seconds
1290
- 10311: ২ hours, ৫১ minutes, ৫১ seconds
1291
- 138400: ৩৮ hours, ২৬ minutes, ৪০ seconds
1527
+ -1141: -১,১৪১
1528
+ -1142: -১,১৪২
1529
+ -1143: -১,১৪৩
1530
+ -100: -১০০
1531
+ -75: -৭৫
1532
+ -50: -৫০
1533
+ -24: -২৪
1534
+ 0: ০
1535
+ 1: ১
1536
+ 2: ২
1537
+ 3: ৩
1538
+ 4: ৪
1539
+ 5: ৫
1540
+ 6: ৬
1541
+ 7: ৭
1542
+ 8: ৮
1543
+ 9: ৯
1544
+ 10: ১০
1545
+ 11: ১১
1546
+ 12: ১২
1547
+ 13: ১৩
1548
+ 14: ১৪
1549
+ 15: ১৫
1550
+ 16: ১৬
1551
+ 17: ১৭
1552
+ 18: ১৮
1553
+ 19: ১৯
1554
+ 20: ২০
1555
+ 21: ২১
1556
+ 22: ২২
1557
+ 23: ২৩
1558
+ 24: ২৪
1559
+ 25: ২৫
1560
+ 26: ২৬
1561
+ 27: ২৭
1562
+ 28: ২৮
1563
+ 29: ২৯
1564
+ 30: ৩০
1565
+ 31: ৩১
1566
+ 32: ৩২
1567
+ 33: ৩৩
1568
+ 34: ৩৪
1569
+ 35: ৩৫
1570
+ 36: ৩৬
1571
+ 37: ৩৭
1572
+ 38: ৩৮
1573
+ 39: ৩৯
1574
+ 40: ৪০
1575
+ 41: ৪১
1576
+ 42: ৪২
1577
+ 43: ৪৩
1578
+ 44: ৪৪
1579
+ 45: ৪৫
1580
+ 46: ৪৬
1581
+ 47: ৪৭
1582
+ 48: ৪৮
1583
+ 49: ৪৯
1584
+ 50: ৫০
1585
+ 51: ৫১
1586
+ 52: ৫২
1587
+ 53: ৫৩
1588
+ 54: ৫৪
1589
+ 55: ৫৫
1590
+ 56: ৫৬
1591
+ 57: ৫৭
1592
+ 58: ৫৮
1593
+ 59: ৫৯
1594
+ 60: ৬০
1595
+ 61: ৬১
1596
+ 62: ৬২
1597
+ 63: ৬৩
1598
+ 64: ৬৪
1599
+ 65: ৬৫
1600
+ 66: ৬৬
1601
+ 67: ৬৭
1602
+ 68: ৬৮
1603
+ 69: ৬৯
1604
+ 70: ৭০
1605
+ 71: ৭১
1606
+ 72: ৭২
1607
+ 73: ৭৩
1608
+ 74: ৭৪
1609
+ 75: ৭৫
1610
+ 76: ৭৬
1611
+ 77: ৭৭
1612
+ 78: ৭৮
1613
+ 79: ৭৯
1614
+ 80: ৮০
1615
+ 81: ৮১
1616
+ 82: ৮২
1617
+ 83: ৮৩
1618
+ 84: ৮৪
1619
+ 85: ৮৫
1620
+ 86: ৮৬
1621
+ 87: ৮৭
1622
+ 88: ৮৮
1623
+ 89: ৮৯
1624
+ 90: ৯০
1625
+ 91: ৯১
1626
+ 92: ৯২
1627
+ 93: ৯৩
1628
+ 94: ৯৪
1629
+ 95: ৯৫
1630
+ 96: ৯৬
1631
+ 97: ৯৭
1632
+ 98: ৯৮
1633
+ 99: ৯৯
1634
+ 100: ১০০
1635
+ 321: ৩২১
1636
+ 322: ৩২২
1637
+ 323: ৩২৩
1638
+ 1141: ১,১৪১
1639
+ 1142: ১,১৪২
1640
+ 1143: ১,১৪৩
1641
+ 10311: ১০,৩১১
1642
+ 138400: ১৩৮,৪০০