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
@@ -21,13 +21,13 @@ SpelloutRules:
21
21
  10: décima
22
22
  11: undécima
23
23
  12: duodécima
24
- 13: decimatercera
25
- 14: decimacuarta
26
- 15: decimaquinta
27
- 16: decimasexta
28
- 17: decimaséptima
29
- 18: decimaoctava
30
- 19: decimanovena
24
+ 13: decimotercera
25
+ 14: decimocuarta
26
+ 15: decimoquinta
27
+ 16: decimosexta
28
+ 17: decimoséptima
29
+ 18: decimooctava
30
+ 19: decimonovena
31
31
  20: vigésima
32
32
  21: vigésima primera
33
33
  22: vigésima segunda
@@ -138,13 +138,13 @@ SpelloutRules:
138
138
  10: décimas
139
139
  11: undécimas
140
140
  12: duodécimas
141
- 13: decimaterceras
142
- 14: decimacuartas
143
- 15: decimaquintas
144
- 16: decimasextas
145
- 17: decimaséptimas
146
- 18: decimaoctavas
147
- 19: decimanovenas
141
+ 13: decimoterceras
142
+ 14: decimocuartas
143
+ 15: decimoquintas
144
+ 16: decimosextas
145
+ 17: decimoséptimas
146
+ 18: decimooctavas
147
+ 19: decimonovenas
148
148
  20: vigésimas
149
149
  21: vigésima primeras
150
150
  22: vigésima segundas
@@ -21,13 +21,13 @@ SpelloutRules:
21
21
  10: décima
22
22
  11: undécima
23
23
  12: duodécima
24
- 13: decimatercera
25
- 14: decimacuarta
26
- 15: decimaquinta
27
- 16: decimasexta
28
- 17: decimaséptima
29
- 18: decimaoctava
30
- 19: decimanovena
24
+ 13: decimotercera
25
+ 14: decimocuarta
26
+ 15: decimoquinta
27
+ 16: decimosexta
28
+ 17: decimoséptima
29
+ 18: decimooctava
30
+ 19: decimonovena
31
31
  20: vigésima
32
32
  21: vigésima primera
33
33
  22: vigésima segunda
@@ -138,13 +138,13 @@ SpelloutRules:
138
138
  10: décimas
139
139
  11: undécimas
140
140
  12: duodécimas
141
- 13: decimaterceras
142
- 14: decimacuartas
143
- 15: decimaquintas
144
- 16: decimasextas
145
- 17: decimaséptimas
146
- 18: decimaoctavas
147
- 19: decimanovenas
141
+ 13: decimoterceras
142
+ 14: decimocuartas
143
+ 15: decimoquintas
144
+ 16: decimosextas
145
+ 17: decimoséptimas
146
+ 18: decimooctavas
147
+ 19: decimonovenas
148
148
  20: vigésimas
149
149
  21: vigésima primeras
150
150
  22: vigésima segundas
@@ -21,13 +21,13 @@ SpelloutRules:
21
21
  10: décima
22
22
  11: undécima
23
23
  12: duodécima
24
- 13: decimatercera
25
- 14: decimacuarta
26
- 15: decimaquinta
27
- 16: decimasexta
28
- 17: decimaséptima
29
- 18: decimaoctava
30
- 19: decimanovena
24
+ 13: decimotercera
25
+ 14: decimocuarta
26
+ 15: decimoquinta
27
+ 16: decimosexta
28
+ 17: decimoséptima
29
+ 18: decimooctava
30
+ 19: decimonovena
31
31
  20: vigésima
32
32
  21: vigésima primera
33
33
  22: vigésima segunda
@@ -138,13 +138,13 @@ SpelloutRules:
138
138
  10: décimas
139
139
  11: undécimas
140
140
  12: duodécimas
141
- 13: decimaterceras
142
- 14: decimacuartas
143
- 15: decimaquintas
144
- 16: decimasextas
145
- 17: decimaséptimas
146
- 18: decimaoctavas
147
- 19: decimanovenas
141
+ 13: decimoterceras
142
+ 14: decimocuartas
143
+ 15: decimoquintas
144
+ 16: decimosextas
145
+ 17: decimoséptimas
146
+ 18: decimooctavas
147
+ 19: decimonovenas
148
148
  20: vigésimas
149
149
  21: vigésima primeras
150
150
  22: vigésima segundas
@@ -21,13 +21,13 @@ SpelloutRules:
21
21
  10: décima
22
22
  11: undécima
23
23
  12: duodécima
24
- 13: decimatercera
25
- 14: decimacuarta
26
- 15: decimaquinta
27
- 16: decimasexta
28
- 17: decimaséptima
29
- 18: decimaoctava
30
- 19: decimanovena
24
+ 13: decimotercera
25
+ 14: decimocuarta
26
+ 15: decimoquinta
27
+ 16: decimosexta
28
+ 17: decimoséptima
29
+ 18: decimooctava
30
+ 19: decimonovena
31
31
  20: vigésima
32
32
  21: vigésima primera
33
33
  22: vigésima segunda
@@ -138,13 +138,13 @@ SpelloutRules:
138
138
  10: décimas
139
139
  11: undécimas
140
140
  12: duodécimas
141
- 13: decimaterceras
142
- 14: decimacuartas
143
- 15: decimaquintas
144
- 16: decimasextas
145
- 17: decimaséptimas
146
- 18: decimaoctavas
147
- 19: decimanovenas
141
+ 13: decimoterceras
142
+ 14: decimocuartas
143
+ 15: decimoquintas
144
+ 16: decimosextas
145
+ 17: decimoséptimas
146
+ 18: decimooctavas
147
+ 19: decimonovenas
148
148
  20: vigésimas
149
149
  21: vigésima primeras
150
150
  22: vigésima segundas
@@ -21,13 +21,13 @@ SpelloutRules:
21
21
  10: décima
22
22
  11: undécima
23
23
  12: duodécima
24
- 13: decimatercera
25
- 14: decimacuarta
26
- 15: decimaquinta
27
- 16: decimasexta
28
- 17: decimaséptima
29
- 18: decimaoctava
30
- 19: decimanovena
24
+ 13: decimotercera
25
+ 14: decimocuarta
26
+ 15: decimoquinta
27
+ 16: decimosexta
28
+ 17: decimoséptima
29
+ 18: decimooctava
30
+ 19: decimonovena
31
31
  20: vigésima
32
32
  21: vigésima primera
33
33
  22: vigésima segunda
@@ -138,13 +138,13 @@ SpelloutRules:
138
138
  10: décimas
139
139
  11: undécimas
140
140
  12: duodécimas
141
- 13: decimaterceras
142
- 14: decimacuartas
143
- 15: decimaquintas
144
- 16: decimasextas
145
- 17: decimaséptimas
146
- 18: decimaoctavas
147
- 19: decimanovenas
141
+ 13: decimoterceras
142
+ 14: decimocuartas
143
+ 15: decimoquintas
144
+ 16: decimosextas
145
+ 17: decimoséptimas
146
+ 18: decimooctavas
147
+ 19: decimonovenas
148
148
  20: vigésimas
149
149
  21: vigésima primeras
150
150
  22: vigésima segundas
@@ -1055,9 +1055,9 @@ SpelloutRules:
1055
1055
  138400: ciento treinta y ocho mil cuatrocientos
1056
1056
  OrdinalRules:
1057
1057
  digits-ordinal:
1058
- -1141: −1 141º
1059
- -1142: −1 142º
1060
- -1143: −1 143º
1058
+ -1141: −1.141º
1059
+ -1142: −1.142º
1060
+ -1143: −1.143º
1061
1061
  -100: −100º
1062
1062
  -75: −75º
1063
1063
  -50: −50º
@@ -1166,15 +1166,15 @@ OrdinalRules:
1166
1166
  321: 321º
1167
1167
  322: 322º
1168
1168
  323: 323º
1169
- 1141: 1 141º
1170
- 1142: 1 142º
1171
- 1143: 1 143º
1172
- 10311: 10 311º
1173
- 138400: 138 400º
1169
+ 1141: 1.141º
1170
+ 1142: 1.142º
1171
+ 1143: 1.143º
1172
+ 10311: 10.311º
1173
+ 138400: 138.400º
1174
1174
  digits-ordinal-feminine:
1175
- -1141: −1 141ª
1176
- -1142: −1 142ª
1177
- -1143: −1 143ª
1175
+ -1141: −1.141ª
1176
+ -1142: −1.142ª
1177
+ -1143: −1.143ª
1178
1178
  -100: −100ª
1179
1179
  -75: −75ª
1180
1180
  -50: −50ª
@@ -1283,15 +1283,15 @@ OrdinalRules:
1283
1283
  321: 321ª
1284
1284
  322: 322ª
1285
1285
  323: 323ª
1286
- 1141: 1 141ª
1287
- 1142: 1 142ª
1288
- 1143: 1 143ª
1289
- 10311: 10 311ª
1290
- 138400: 138 400ª
1286
+ 1141: 1.141ª
1287
+ 1142: 1.142ª
1288
+ 1143: 1.143ª
1289
+ 10311: 10.311ª
1290
+ 138400: 138.400ª
1291
1291
  digits-ordinal-masculine:
1292
- -1141: −1 141º
1293
- -1142: −1 142º
1294
- -1143: −1 143º
1292
+ -1141: −1.141º
1293
+ -1142: −1.142º
1294
+ -1143: −1.143º
1295
1295
  -100: −100º
1296
1296
  -75: −75º
1297
1297
  -50: −50º
@@ -1400,15 +1400,15 @@ OrdinalRules:
1400
1400
  321: 321º
1401
1401
  322: 322º
1402
1402
  323: 323º
1403
- 1141: 1 141º
1404
- 1142: 1 142º
1405
- 1143: 1 143º
1406
- 10311: 10 311º
1407
- 138400: 138 400º
1403
+ 1141: 1.141º
1404
+ 1142: 1.142º
1405
+ 1143: 1.143º
1406
+ 10311: 10.311º
1407
+ 138400: 138.400º
1408
1408
  digits-ordinal-masculine-adjective:
1409
- -1141: −1 141ᵉʳ
1410
- -1142: −1 142º
1411
- -1143: −1 143ᵉʳ
1409
+ -1141: −1.141ᵉʳ
1410
+ -1142: −1.142º
1411
+ -1143: −1.143ᵉʳ
1412
1412
  -100: −100º
1413
1413
  -75: −75º
1414
1414
  -50: −50º
@@ -1517,16 +1517,16 @@ OrdinalRules:
1517
1517
  321: 321ᵉʳ
1518
1518
  322: 322º
1519
1519
  323: 323ᵉʳ
1520
- 1141: 1 141ᵉʳ
1521
- 1142: 1 142º
1522
- 1143: 1 143ᵉʳ
1523
- 10311: 10 311º
1524
- 138400: 138 400º
1520
+ 1141: 1.141ᵉʳ
1521
+ 1142: 1.142º
1522
+ 1143: 1.143ᵉʳ
1523
+ 10311: 10.311º
1524
+ 138400: 138.400º
1525
1525
  DurationRules:
1526
1526
  duration:
1527
- -1141: -1 141
1528
- -1142: -1 142
1529
- -1143: -1 143
1527
+ -1141: '-1.141'
1528
+ -1142: '-1.142'
1529
+ -1143: '-1.143'
1530
1530
  -100: '-100'
1531
1531
  -75: '-75'
1532
1532
  -50: '-50'
@@ -1635,8 +1635,8 @@ DurationRules:
1635
1635
  321: '321'
1636
1636
  322: '322'
1637
1637
  323: '323'
1638
- 1141: 1 141
1639
- 1142: 1 142
1640
- 1143: 1 143
1641
- 10311: 10 311
1642
- 138400: 138 400
1638
+ 1141: '1.141'
1639
+ 1142: '1.142'
1640
+ 1143: '1.143'
1641
+ 10311: '10.311'
1642
+ 138400: '138.400'
@@ -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: −1.141st
825
- -1142: −1.142nd
826
- -1143: −1.143rd
827
- -100: −100th
828
- -75: −75th
829
- -50: −50th
830
- -24: −24th
831
- 0: 0th
832
- 1: 1st
833
- 2: 2nd
834
- 3: 3rd
835
- 4: 4th
836
- 5: 5th
837
- 6: 6th
838
- 7: 7th
839
- 8: 8th
840
- 9: 9th
841
- 10: 10th
842
- 11: 11th
843
- 12: 12th
844
- 13: 13th
845
- 14: 14th
846
- 15: 15th
847
- 16: 16th
848
- 17: 17th
849
- 18: 18th
850
- 19: 19th
851
- 20: 20th
852
- 21: 21st
853
- 22: 22nd
854
- 23: 23rd
855
- 24: 24th
856
- 25: 25th
857
- 26: 26th
858
- 27: 27th
859
- 28: 28th
860
- 29: 29th
861
- 30: 30th
862
- 31: 31st
863
- 32: 32nd
864
- 33: 33rd
865
- 34: 34th
866
- 35: 35th
867
- 36: 36th
868
- 37: 37th
869
- 38: 38th
870
- 39: 39th
871
- 40: 40th
872
- 41: 41st
873
- 42: 42nd
874
- 43: 43rd
875
- 44: 44th
876
- 45: 45th
877
- 46: 46th
878
- 47: 47th
879
- 48: 48th
880
- 49: 49th
881
- 50: 50th
882
- 51: 51st
883
- 52: 52nd
884
- 53: 53rd
885
- 54: 54th
886
- 55: 55th
887
- 56: 56th
888
- 57: 57th
889
- 58: 58th
890
- 59: 59th
891
- 60: 60th
892
- 61: 61st
893
- 62: 62nd
894
- 63: 63rd
895
- 64: 64th
896
- 65: 65th
897
- 66: 66th
898
- 67: 67th
899
- 68: 68th
900
- 69: 69th
901
- 70: 70th
902
- 71: 71st
903
- 72: 72nd
904
- 73: 73rd
905
- 74: 74th
906
- 75: 75th
907
- 76: 76th
908
- 77: 77th
909
- 78: 78th
910
- 79: 79th
911
- 80: 80th
912
- 81: 81st
913
- 82: 82nd
914
- 83: 83rd
915
- 84: 84th
916
- 85: 85th
917
- 86: 86th
918
- 87: 87th
919
- 88: 88th
920
- 89: 89th
921
- 90: 90th
922
- 91: 91st
923
- 92: 92nd
924
- 93: 93rd
925
- 94: 94th
926
- 95: 95th
927
- 96: 96th
928
- 97: 97th
929
- 98: 98th
930
- 99: 99th
931
- 100: 100th
932
- 321: 321st
933
- 322: 322nd
934
- 323: 323rd
935
- 1141: 1.141st
936
- 1142: 1.142nd
937
- 1143: 1.143rd
938
- 10311: 10.311th
939
- 138400: 138.400th
1058
+ -1141: −1.141º
1059
+ -1142: −1.142º
1060
+ -1143: −1.143º
1061
+ -100: −100º
1062
+ -75: −75º
1063
+ -50: −50º
1064
+ -24: −24º
1065
+ 0:
1066
+ 1:
1067
+ 2:
1068
+ 3:
1069
+ 4:
1070
+ 5:
1071
+ 6:
1072
+ 7:
1073
+ 8:
1074
+ 9:
1075
+ 10: 10º
1076
+ 11: 11º
1077
+ 12: 12º
1078
+ 13: 13º
1079
+ 14: 14º
1080
+ 15: 15º
1081
+ 16: 16º
1082
+ 17: 17º
1083
+ 18: 18º
1084
+ 19: 19º
1085
+ 20: 20º
1086
+ 21: 21º
1087
+ 22: 22º
1088
+ 23: 23º
1089
+ 24: 24º
1090
+ 25: 25º
1091
+ 26: 26º
1092
+ 27: 27º
1093
+ 28: 28º
1094
+ 29: 29º
1095
+ 30: 30º
1096
+ 31: 31º
1097
+ 32: 32º
1098
+ 33: 33º
1099
+ 34: 34º
1100
+ 35: 35º
1101
+ 36: 36º
1102
+ 37: 37º
1103
+ 38: 38º
1104
+ 39: 39º
1105
+ 40: 40º
1106
+ 41: 41º
1107
+ 42: 42º
1108
+ 43: 43º
1109
+ 44: 44º
1110
+ 45: 45º
1111
+ 46: 46º
1112
+ 47: 47º
1113
+ 48: 48º
1114
+ 49: 49º
1115
+ 50: 50º
1116
+ 51: 51º
1117
+ 52: 52º
1118
+ 53: 53º
1119
+ 54: 54º
1120
+ 55: 55º
1121
+ 56: 56º
1122
+ 57: 57º
1123
+ 58: 58º
1124
+ 59: 59º
1125
+ 60: 60º
1126
+ 61: 61º
1127
+ 62: 62º
1128
+ 63: 63º
1129
+ 64: 64º
1130
+ 65: 65º
1131
+ 66: 66º
1132
+ 67: 67º
1133
+ 68: 68º
1134
+ 69: 69º
1135
+ 70: 70º
1136
+ 71: 71º
1137
+ 72: 72º
1138
+ 73: 73º
1139
+ 74: 74º
1140
+ 75: 75º
1141
+ 76: 76º
1142
+ 77: 77º
1143
+ 78: 78º
1144
+ 79: 79º
1145
+ 80: 80º
1146
+ 81: 81º
1147
+ 82: 82º
1148
+ 83: 83º
1149
+ 84: 84º
1150
+ 85: 85º
1151
+ 86: 86º
1152
+ 87: 87º
1153
+ 88: 88º
1154
+ 89: 89º
1155
+ 90: 90º
1156
+ 91: 91º
1157
+ 92: 92º
1158
+ 93: 93º
1159
+ 94: 94º
1160
+ 95: 95º
1161
+ 96: 96º
1162
+ 97: 97º
1163
+ 98: 98º
1164
+ 99: 99º
1165
+ 100: 100º
1166
+ 321: 321º
1167
+ 322: 322º
1168
+ 323: 323º
1169
+ 1141: 1.141º
1170
+ 1142: 1.142º
1171
+ 1143: 1.143º
1172
+ 10311: 10.311º
1173
+ 138400: 138.400º
1174
+ digits-ordinal-feminine:
1175
+ -1141: −1.141ª
1176
+ -1142: −1.142ª
1177
+ -1143: −1.143ª
1178
+ -100: −100ª
1179
+ -75: −75ª
1180
+ -50: −50ª
1181
+ -24: −24ª
1182
+ 0: 0ª
1183
+ 1: 1ª
1184
+ 2: 2ª
1185
+ 3: 3ª
1186
+ 4: 4ª
1187
+ 5: 5ª
1188
+ 6: 6ª
1189
+ 7: 7ª
1190
+ 8: 8ª
1191
+ 9: 9ª
1192
+ 10: 10ª
1193
+ 11: 11ª
1194
+ 12: 12ª
1195
+ 13: 13ª
1196
+ 14: 14ª
1197
+ 15: 15ª
1198
+ 16: 16ª
1199
+ 17: 17ª
1200
+ 18: 18ª
1201
+ 19: 19ª
1202
+ 20: 20ª
1203
+ 21: 21ª
1204
+ 22: 22ª
1205
+ 23: 23ª
1206
+ 24: 24ª
1207
+ 25: 25ª
1208
+ 26: 26ª
1209
+ 27: 27ª
1210
+ 28: 28ª
1211
+ 29: 29ª
1212
+ 30: 30ª
1213
+ 31: 31ª
1214
+ 32: 32ª
1215
+ 33: 33ª
1216
+ 34: 34ª
1217
+ 35: 35ª
1218
+ 36: 36ª
1219
+ 37: 37ª
1220
+ 38: 38ª
1221
+ 39: 39ª
1222
+ 40: 40ª
1223
+ 41: 41ª
1224
+ 42: 42ª
1225
+ 43: 43ª
1226
+ 44: 44ª
1227
+ 45: 45ª
1228
+ 46: 46ª
1229
+ 47: 47ª
1230
+ 48: 48ª
1231
+ 49: 49ª
1232
+ 50: 50ª
1233
+ 51: 51ª
1234
+ 52: 52ª
1235
+ 53: 53ª
1236
+ 54: 54ª
1237
+ 55: 55ª
1238
+ 56: 56ª
1239
+ 57: 57ª
1240
+ 58: 58ª
1241
+ 59: 59ª
1242
+ 60: 60ª
1243
+ 61: 61ª
1244
+ 62: 62ª
1245
+ 63: 63ª
1246
+ 64: 64ª
1247
+ 65: 65ª
1248
+ 66: 66ª
1249
+ 67: 67ª
1250
+ 68: 68ª
1251
+ 69: 69ª
1252
+ 70: 70ª
1253
+ 71: 71ª
1254
+ 72: 72ª
1255
+ 73: 73ª
1256
+ 74: 74ª
1257
+ 75: 75ª
1258
+ 76: 76ª
1259
+ 77: 77ª
1260
+ 78: 78ª
1261
+ 79: 79ª
1262
+ 80: 80ª
1263
+ 81: 81ª
1264
+ 82: 82ª
1265
+ 83: 83ª
1266
+ 84: 84ª
1267
+ 85: 85ª
1268
+ 86: 86ª
1269
+ 87: 87ª
1270
+ 88: 88ª
1271
+ 89: 89ª
1272
+ 90: 90ª
1273
+ 91: 91ª
1274
+ 92: 92ª
1275
+ 93: 93ª
1276
+ 94: 94ª
1277
+ 95: 95ª
1278
+ 96: 96ª
1279
+ 97: 97ª
1280
+ 98: 98ª
1281
+ 99: 99ª
1282
+ 100: 100ª
1283
+ 321: 321ª
1284
+ 322: 322ª
1285
+ 323: 323ª
1286
+ 1141: 1.141ª
1287
+ 1142: 1.142ª
1288
+ 1143: 1.143ª
1289
+ 10311: 10.311ª
1290
+ 138400: 138.400ª
1291
+ digits-ordinal-masculine:
1292
+ -1141: −1.141º
1293
+ -1142: −1.142º
1294
+ -1143: −1.143º
1295
+ -100: −100º
1296
+ -75: −75º
1297
+ -50: −50º
1298
+ -24: −24º
1299
+ 0: 0º
1300
+ 1: 1º
1301
+ 2: 2º
1302
+ 3: 3º
1303
+ 4: 4º
1304
+ 5: 5º
1305
+ 6: 6º
1306
+ 7: 7º
1307
+ 8: 8º
1308
+ 9: 9º
1309
+ 10: 10º
1310
+ 11: 11º
1311
+ 12: 12º
1312
+ 13: 13º
1313
+ 14: 14º
1314
+ 15: 15º
1315
+ 16: 16º
1316
+ 17: 17º
1317
+ 18: 18º
1318
+ 19: 19º
1319
+ 20: 20º
1320
+ 21: 21º
1321
+ 22: 22º
1322
+ 23: 23º
1323
+ 24: 24º
1324
+ 25: 25º
1325
+ 26: 26º
1326
+ 27: 27º
1327
+ 28: 28º
1328
+ 29: 29º
1329
+ 30: 30º
1330
+ 31: 31º
1331
+ 32: 32º
1332
+ 33: 33º
1333
+ 34: 34º
1334
+ 35: 35º
1335
+ 36: 36º
1336
+ 37: 37º
1337
+ 38: 38º
1338
+ 39: 39º
1339
+ 40: 40º
1340
+ 41: 41º
1341
+ 42: 42º
1342
+ 43: 43º
1343
+ 44: 44º
1344
+ 45: 45º
1345
+ 46: 46º
1346
+ 47: 47º
1347
+ 48: 48º
1348
+ 49: 49º
1349
+ 50: 50º
1350
+ 51: 51º
1351
+ 52: 52º
1352
+ 53: 53º
1353
+ 54: 54º
1354
+ 55: 55º
1355
+ 56: 56º
1356
+ 57: 57º
1357
+ 58: 58º
1358
+ 59: 59º
1359
+ 60: 60º
1360
+ 61: 61º
1361
+ 62: 62º
1362
+ 63: 63º
1363
+ 64: 64º
1364
+ 65: 65º
1365
+ 66: 66º
1366
+ 67: 67º
1367
+ 68: 68º
1368
+ 69: 69º
1369
+ 70: 70º
1370
+ 71: 71º
1371
+ 72: 72º
1372
+ 73: 73º
1373
+ 74: 74º
1374
+ 75: 75º
1375
+ 76: 76º
1376
+ 77: 77º
1377
+ 78: 78º
1378
+ 79: 79º
1379
+ 80: 80º
1380
+ 81: 81º
1381
+ 82: 82º
1382
+ 83: 83º
1383
+ 84: 84º
1384
+ 85: 85º
1385
+ 86: 86º
1386
+ 87: 87º
1387
+ 88: 88º
1388
+ 89: 89º
1389
+ 90: 90º
1390
+ 91: 91º
1391
+ 92: 92º
1392
+ 93: 93º
1393
+ 94: 94º
1394
+ 95: 95º
1395
+ 96: 96º
1396
+ 97: 97º
1397
+ 98: 98º
1398
+ 99: 99º
1399
+ 100: 100º
1400
+ 321: 321º
1401
+ 322: 322º
1402
+ 323: 323º
1403
+ 1141: 1.141º
1404
+ 1142: 1.142º
1405
+ 1143: 1.143º
1406
+ 10311: 10.311º
1407
+ 138400: 138.400º
1408
+ digits-ordinal-masculine-adjective:
1409
+ -1141: −1.141ᵉʳ
1410
+ -1142: −1.142º
1411
+ -1143: −1.143ᵉʳ
1412
+ -100: −100º
1413
+ -75: −75º
1414
+ -50: −50º
1415
+ -24: −24º
1416
+ 0: 0º
1417
+ 1: 1ᵉʳ
1418
+ 2: 2º
1419
+ 3: 3ᵉʳ
1420
+ 4: 4º
1421
+ 5: 5º
1422
+ 6: 6º
1423
+ 7: 7º
1424
+ 8: 8º
1425
+ 9: 9º
1426
+ 10: 10º
1427
+ 11: 11º
1428
+ 12: 12º
1429
+ 13: 13º
1430
+ 14: 14º
1431
+ 15: 15º
1432
+ 16: 16º
1433
+ 17: 17º
1434
+ 18: 18º
1435
+ 19: 19º
1436
+ 20: 20º
1437
+ 21: 21ᵉʳ
1438
+ 22: 22º
1439
+ 23: 23ᵉʳ
1440
+ 24: 24º
1441
+ 25: 25º
1442
+ 26: 26º
1443
+ 27: 27º
1444
+ 28: 28º
1445
+ 29: 29º
1446
+ 30: 30º
1447
+ 31: 31ᵉʳ
1448
+ 32: 32º
1449
+ 33: 33ᵉʳ
1450
+ 34: 34º
1451
+ 35: 35º
1452
+ 36: 36º
1453
+ 37: 37º
1454
+ 38: 38º
1455
+ 39: 39º
1456
+ 40: 40º
1457
+ 41: 41ᵉʳ
1458
+ 42: 42º
1459
+ 43: 43ᵉʳ
1460
+ 44: 44º
1461
+ 45: 45º
1462
+ 46: 46º
1463
+ 47: 47º
1464
+ 48: 48º
1465
+ 49: 49º
1466
+ 50: 50º
1467
+ 51: 51ᵉʳ
1468
+ 52: 52º
1469
+ 53: 53ᵉʳ
1470
+ 54: 54º
1471
+ 55: 55º
1472
+ 56: 56º
1473
+ 57: 57º
1474
+ 58: 58º
1475
+ 59: 59º
1476
+ 60: 60º
1477
+ 61: 61ᵉʳ
1478
+ 62: 62º
1479
+ 63: 63ᵉʳ
1480
+ 64: 64º
1481
+ 65: 65º
1482
+ 66: 66º
1483
+ 67: 67º
1484
+ 68: 68º
1485
+ 69: 69º
1486
+ 70: 70º
1487
+ 71: 71ᵉʳ
1488
+ 72: 72º
1489
+ 73: 73ᵉʳ
1490
+ 74: 74º
1491
+ 75: 75º
1492
+ 76: 76º
1493
+ 77: 77º
1494
+ 78: 78º
1495
+ 79: 79º
1496
+ 80: 80º
1497
+ 81: 81ᵉʳ
1498
+ 82: 82º
1499
+ 83: 83ᵉʳ
1500
+ 84: 84º
1501
+ 85: 85º
1502
+ 86: 86º
1503
+ 87: 87º
1504
+ 88: 88º
1505
+ 89: 89º
1506
+ 90: 90º
1507
+ 91: 91ᵉʳ
1508
+ 92: 92º
1509
+ 93: 93ᵉʳ
1510
+ 94: 94º
1511
+ 95: 95º
1512
+ 96: 96º
1513
+ 97: 97º
1514
+ 98: 98º
1515
+ 99: 99º
1516
+ 100: 100º
1517
+ 321: 321ᵉʳ
1518
+ 322: 322º
1519
+ 323: 323ᵉʳ
1520
+ 1141: 1.141ᵉʳ
1521
+ 1142: 1.142º
1522
+ 1143: 1.143ᵉʳ
1523
+ 10311: 10.311º
1524
+ 138400: 138.400º
940
1525
  DurationRules:
941
1526
  duration:
942
- -1141: -20:-01
943
- -1142: -20:-02
944
- -1143: -20:-03
945
- -100: -2:-40
946
- -75: -2:-15
947
- -50: -50 sec.
948
- -24: -24 sec.
949
- 0: 0 sec.
950
- 1: 1 sec.
951
- 2: 2 sec.
952
- 3: 3 sec.
953
- 4: 4 sec.
954
- 5: 5 sec.
955
- 6: 6 sec.
956
- 7: 7 sec.
957
- 8: 8 sec.
958
- 9: 9 sec.
959
- 10: 10 sec.
960
- 11: 11 sec.
961
- 12: 12 sec.
962
- 13: 13 sec.
963
- 14: 14 sec.
964
- 15: 15 sec.
965
- 16: 16 sec.
966
- 17: 17 sec.
967
- 18: 18 sec.
968
- 19: 19 sec.
969
- 20: 20 sec.
970
- 21: 21 sec.
971
- 22: 22 sec.
972
- 23: 23 sec.
973
- 24: 24 sec.
974
- 25: 25 sec.
975
- 26: 26 sec.
976
- 27: 27 sec.
977
- 28: 28 sec.
978
- 29: 29 sec.
979
- 30: 30 sec.
980
- 31: 31 sec.
981
- 32: 32 sec.
982
- 33: 33 sec.
983
- 34: 34 sec.
984
- 35: 35 sec.
985
- 36: 36 sec.
986
- 37: 37 sec.
987
- 38: 38 sec.
988
- 39: 39 sec.
989
- 40: 40 sec.
990
- 41: 41 sec.
991
- 42: 42 sec.
992
- 43: 43 sec.
993
- 44: 44 sec.
994
- 45: 45 sec.
995
- 46: 46 sec.
996
- 47: 47 sec.
997
- 48: 48 sec.
998
- 49: 49 sec.
999
- 50: 50 sec.
1000
- 51: 51 sec.
1001
- 52: 52 sec.
1002
- 53: 53 sec.
1003
- 54: 54 sec.
1004
- 55: 55 sec.
1005
- 56: 56 sec.
1006
- 57: 57 sec.
1007
- 58: 58 sec.
1008
- 59: 59 sec.
1009
- 60: '1:00'
1010
- 61: '1:01'
1011
- 62: '1:02'
1012
- 63: '1:03'
1013
- 64: '1:04'
1014
- 65: '1:05'
1015
- 66: '1:06'
1016
- 67: '1:07'
1017
- 68: '1:08'
1018
- 69: '1:09'
1019
- 70: '1:10'
1020
- 71: '1:11'
1021
- 72: '1:12'
1022
- 73: '1:13'
1023
- 74: '1:14'
1024
- 75: '1:15'
1025
- 76: '1:16'
1026
- 77: '1:17'
1027
- 78: '1:18'
1028
- 79: '1:19'
1029
- 80: '1:20'
1030
- 81: '1:21'
1031
- 82: '1:22'
1032
- 83: '1:23'
1033
- 84: '1:24'
1034
- 85: '1:25'
1035
- 86: '1:26'
1036
- 87: '1:27'
1037
- 88: '1:28'
1038
- 89: '1:29'
1039
- 90: '1:30'
1040
- 91: '1:31'
1041
- 92: '1:32'
1042
- 93: '1:33'
1043
- 94: '1:34'
1044
- 95: '1:35'
1045
- 96: '1:36'
1046
- 97: '1:37'
1047
- 98: '1:38'
1048
- 99: '1:39'
1049
- 100: '1:40'
1050
- 321: '5:21'
1051
- 322: '5:22'
1052
- 323: '5:23'
1053
- 1141: '19:01'
1054
- 1142: '19:02'
1055
- 1143: '19:03'
1056
- 10311: '2:51:51'
1057
- 138400: '38:26:40'
1058
- in-numerals:
1059
- -1141: -20:-01
1060
- -1142: -20:-02
1061
- -1143: -20:-03
1062
- -100: -2:-40
1063
- -75: -2:-15
1064
- -50: -50 sec.
1065
- -24: -24 sec.
1066
- 0: 0 sec.
1067
- 1: 1 sec.
1068
- 2: 2 sec.
1069
- 3: 3 sec.
1070
- 4: 4 sec.
1071
- 5: 5 sec.
1072
- 6: 6 sec.
1073
- 7: 7 sec.
1074
- 8: 8 sec.
1075
- 9: 9 sec.
1076
- 10: 10 sec.
1077
- 11: 11 sec.
1078
- 12: 12 sec.
1079
- 13: 13 sec.
1080
- 14: 14 sec.
1081
- 15: 15 sec.
1082
- 16: 16 sec.
1083
- 17: 17 sec.
1084
- 18: 18 sec.
1085
- 19: 19 sec.
1086
- 20: 20 sec.
1087
- 21: 21 sec.
1088
- 22: 22 sec.
1089
- 23: 23 sec.
1090
- 24: 24 sec.
1091
- 25: 25 sec.
1092
- 26: 26 sec.
1093
- 27: 27 sec.
1094
- 28: 28 sec.
1095
- 29: 29 sec.
1096
- 30: 30 sec.
1097
- 31: 31 sec.
1098
- 32: 32 sec.
1099
- 33: 33 sec.
1100
- 34: 34 sec.
1101
- 35: 35 sec.
1102
- 36: 36 sec.
1103
- 37: 37 sec.
1104
- 38: 38 sec.
1105
- 39: 39 sec.
1106
- 40: 40 sec.
1107
- 41: 41 sec.
1108
- 42: 42 sec.
1109
- 43: 43 sec.
1110
- 44: 44 sec.
1111
- 45: 45 sec.
1112
- 46: 46 sec.
1113
- 47: 47 sec.
1114
- 48: 48 sec.
1115
- 49: 49 sec.
1116
- 50: 50 sec.
1117
- 51: 51 sec.
1118
- 52: 52 sec.
1119
- 53: 53 sec.
1120
- 54: 54 sec.
1121
- 55: 55 sec.
1122
- 56: 56 sec.
1123
- 57: 57 sec.
1124
- 58: 58 sec.
1125
- 59: 59 sec.
1126
- 60: '1:00'
1127
- 61: '1:01'
1128
- 62: '1:02'
1129
- 63: '1:03'
1130
- 64: '1:04'
1131
- 65: '1:05'
1132
- 66: '1:06'
1133
- 67: '1:07'
1134
- 68: '1:08'
1135
- 69: '1:09'
1136
- 70: '1:10'
1137
- 71: '1:11'
1138
- 72: '1:12'
1139
- 73: '1:13'
1140
- 74: '1:14'
1141
- 75: '1:15'
1142
- 76: '1:16'
1143
- 77: '1:17'
1144
- 78: '1:18'
1145
- 79: '1:19'
1146
- 80: '1:20'
1147
- 81: '1:21'
1148
- 82: '1:22'
1149
- 83: '1:23'
1150
- 84: '1:24'
1151
- 85: '1:25'
1152
- 86: '1:26'
1153
- 87: '1:27'
1154
- 88: '1:28'
1155
- 89: '1:29'
1156
- 90: '1:30'
1157
- 91: '1:31'
1158
- 92: '1:32'
1159
- 93: '1:33'
1160
- 94: '1:34'
1161
- 95: '1:35'
1162
- 96: '1:36'
1163
- 97: '1:37'
1164
- 98: '1:38'
1165
- 99: '1:39'
1166
- 100: '1:40'
1167
- 321: '5:21'
1168
- 322: '5:22'
1169
- 323: '5:23'
1170
- 1141: '19:01'
1171
- 1142: '19:02'
1172
- 1143: '19:03'
1173
- 10311: '2:51:51'
1174
- 138400: '38:26:40'
1175
- with-words:
1176
- -1141: -20 minutes, 1 second
1177
- -1142: -20 minutes, -2 seconds
1178
- -1143: -20 minutes, -3 seconds
1179
- -100: -2 minutes, -40 seconds
1180
- -75: -2 minutes, -15 seconds
1181
- -50: -50 seconds
1182
- -24: -24 seconds
1183
- 0: 0 seconds
1184
- 1: 1 second
1185
- 2: 2 seconds
1186
- 3: 3 seconds
1187
- 4: 4 seconds
1188
- 5: 5 seconds
1189
- 6: 6 seconds
1190
- 7: 7 seconds
1191
- 8: 8 seconds
1192
- 9: 9 seconds
1193
- 10: 10 seconds
1194
- 11: 11 seconds
1195
- 12: 12 seconds
1196
- 13: 13 seconds
1197
- 14: 14 seconds
1198
- 15: 15 seconds
1199
- 16: 16 seconds
1200
- 17: 17 seconds
1201
- 18: 18 seconds
1202
- 19: 19 seconds
1203
- 20: 20 seconds
1204
- 21: 21 seconds
1205
- 22: 22 seconds
1206
- 23: 23 seconds
1207
- 24: 24 seconds
1208
- 25: 25 seconds
1209
- 26: 26 seconds
1210
- 27: 27 seconds
1211
- 28: 28 seconds
1212
- 29: 29 seconds
1213
- 30: 30 seconds
1214
- 31: 31 seconds
1215
- 32: 32 seconds
1216
- 33: 33 seconds
1217
- 34: 34 seconds
1218
- 35: 35 seconds
1219
- 36: 36 seconds
1220
- 37: 37 seconds
1221
- 38: 38 seconds
1222
- 39: 39 seconds
1223
- 40: 40 seconds
1224
- 41: 41 seconds
1225
- 42: 42 seconds
1226
- 43: 43 seconds
1227
- 44: 44 seconds
1228
- 45: 45 seconds
1229
- 46: 46 seconds
1230
- 47: 47 seconds
1231
- 48: 48 seconds
1232
- 49: 49 seconds
1233
- 50: 50 seconds
1234
- 51: 51 seconds
1235
- 52: 52 seconds
1236
- 53: 53 seconds
1237
- 54: 54 seconds
1238
- 55: 55 seconds
1239
- 56: 56 seconds
1240
- 57: 57 seconds
1241
- 58: 58 seconds
1242
- 59: 59 seconds
1243
- 60: 1 minute
1244
- 61: 1 minute, 1 second
1245
- 62: 1 minute, 2 seconds
1246
- 63: 1 minute, 3 seconds
1247
- 64: 1 minute, 4 seconds
1248
- 65: 1 minute, 5 seconds
1249
- 66: 1 minute, 6 seconds
1250
- 67: 1 minute, 7 seconds
1251
- 68: 1 minute, 8 seconds
1252
- 69: 1 minute, 9 seconds
1253
- 70: 1 minute, 10 seconds
1254
- 71: 1 minute, 11 seconds
1255
- 72: 1 minute, 12 seconds
1256
- 73: 1 minute, 13 seconds
1257
- 74: 1 minute, 14 seconds
1258
- 75: 1 minute, 15 seconds
1259
- 76: 1 minute, 16 seconds
1260
- 77: 1 minute, 17 seconds
1261
- 78: 1 minute, 18 seconds
1262
- 79: 1 minute, 19 seconds
1263
- 80: 1 minute, 20 seconds
1264
- 81: 1 minute, 21 seconds
1265
- 82: 1 minute, 22 seconds
1266
- 83: 1 minute, 23 seconds
1267
- 84: 1 minute, 24 seconds
1268
- 85: 1 minute, 25 seconds
1269
- 86: 1 minute, 26 seconds
1270
- 87: 1 minute, 27 seconds
1271
- 88: 1 minute, 28 seconds
1272
- 89: 1 minute, 29 seconds
1273
- 90: 1 minute, 30 seconds
1274
- 91: 1 minute, 31 seconds
1275
- 92: 1 minute, 32 seconds
1276
- 93: 1 minute, 33 seconds
1277
- 94: 1 minute, 34 seconds
1278
- 95: 1 minute, 35 seconds
1279
- 96: 1 minute, 36 seconds
1280
- 97: 1 minute, 37 seconds
1281
- 98: 1 minute, 38 seconds
1282
- 99: 1 minute, 39 seconds
1283
- 100: 1 minute, 40 seconds
1284
- 321: 5 minutes, 21 seconds
1285
- 322: 5 minutes, 22 seconds
1286
- 323: 5 minutes, 23 seconds
1287
- 1141: 19 minutes, 1 second
1288
- 1142: 19 minutes, 2 seconds
1289
- 1143: 19 minutes, 3 seconds
1290
- 10311: 2 hours, 51 minutes, 51 seconds
1291
- 138400: 38 hours, 26 minutes, 40 seconds
1527
+ -1141: '-1.141'
1528
+ -1142: '-1.142'
1529
+ -1143: '-1.143'
1530
+ -100: '-100'
1531
+ -75: '-75'
1532
+ -50: '-50'
1533
+ -24: '-24'
1534
+ 0: '0'
1535
+ 1: '1'
1536
+ 2: '2'
1537
+ 3: '3'
1538
+ 4: '4'
1539
+ 5: '5'
1540
+ 6: '6'
1541
+ 7: '7'
1542
+ 8: '8'
1543
+ 9: '9'
1544
+ 10: '10'
1545
+ 11: '11'
1546
+ 12: '12'
1547
+ 13: '13'
1548
+ 14: '14'
1549
+ 15: '15'
1550
+ 16: '16'
1551
+ 17: '17'
1552
+ 18: '18'
1553
+ 19: '19'
1554
+ 20: '20'
1555
+ 21: '21'
1556
+ 22: '22'
1557
+ 23: '23'
1558
+ 24: '24'
1559
+ 25: '25'
1560
+ 26: '26'
1561
+ 27: '27'
1562
+ 28: '28'
1563
+ 29: '29'
1564
+ 30: '30'
1565
+ 31: '31'
1566
+ 32: '32'
1567
+ 33: '33'
1568
+ 34: '34'
1569
+ 35: '35'
1570
+ 36: '36'
1571
+ 37: '37'
1572
+ 38: '38'
1573
+ 39: '39'
1574
+ 40: '40'
1575
+ 41: '41'
1576
+ 42: '42'
1577
+ 43: '43'
1578
+ 44: '44'
1579
+ 45: '45'
1580
+ 46: '46'
1581
+ 47: '47'
1582
+ 48: '48'
1583
+ 49: '49'
1584
+ 50: '50'
1585
+ 51: '51'
1586
+ 52: '52'
1587
+ 53: '53'
1588
+ 54: '54'
1589
+ 55: '55'
1590
+ 56: '56'
1591
+ 57: '57'
1592
+ 58: '58'
1593
+ 59: '59'
1594
+ 60: '60'
1595
+ 61: '61'
1596
+ 62: '62'
1597
+ 63: '63'
1598
+ 64: '64'
1599
+ 65: '65'
1600
+ 66: '66'
1601
+ 67: '67'
1602
+ 68: '68'
1603
+ 69: '69'
1604
+ 70: '70'
1605
+ 71: '71'
1606
+ 72: '72'
1607
+ 73: '73'
1608
+ 74: '74'
1609
+ 75: '75'
1610
+ 76: '76'
1611
+ 77: '77'
1612
+ 78: '78'
1613
+ 79: '79'
1614
+ 80: '80'
1615
+ 81: '81'
1616
+ 82: '82'
1617
+ 83: '83'
1618
+ 84: '84'
1619
+ 85: '85'
1620
+ 86: '86'
1621
+ 87: '87'
1622
+ 88: '88'
1623
+ 89: '89'
1624
+ 90: '90'
1625
+ 91: '91'
1626
+ 92: '92'
1627
+ 93: '93'
1628
+ 94: '94'
1629
+ 95: '95'
1630
+ 96: '96'
1631
+ 97: '97'
1632
+ 98: '98'
1633
+ 99: '99'
1634
+ 100: '100'
1635
+ 321: '321'
1636
+ 322: '322'
1637
+ 323: '323'
1638
+ 1141: '1.141'
1639
+ 1142: '1.142'
1640
+ 1143: '1.143'
1641
+ 10311: '10.311'
1642
+ 138400: '138.400'