twitter_cldr 1.9.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (403) hide show
  1. data/Gemfile +7 -0
  2. data/History.txt +11 -0
  3. data/README.md +93 -13
  4. data/Rakefile +27 -6
  5. data/lib/twitter_cldr/formatters.rb +15 -12
  6. data/lib/twitter_cldr/formatters/base.rb +1 -1
  7. data/lib/twitter_cldr/formatters/calendars/datetime_formatter.rb +18 -3
  8. data/lib/twitter_cldr/formatters/calendars/timespan_formatter.rb +24 -26
  9. data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +47 -0
  10. data/lib/twitter_cldr/formatters/numbers/abbreviated/long_decimal_formatter.rb +18 -0
  11. data/lib/twitter_cldr/formatters/numbers/abbreviated/short_decimal_formatter.rb +18 -0
  12. data/lib/twitter_cldr/formatters/numbers/currency_formatter.rb +22 -17
  13. data/lib/twitter_cldr/formatters/numbers/decimal_formatter.rb +0 -9
  14. data/lib/twitter_cldr/formatters/numbers/helpers/base.rb +1 -1
  15. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +25 -10
  16. data/lib/twitter_cldr/formatters/numbers/percent_formatter.rb +9 -6
  17. data/lib/twitter_cldr/localized/localized_datetime.rb +6 -2
  18. data/lib/twitter_cldr/localized/localized_number.rb +9 -3
  19. data/lib/twitter_cldr/localized/localized_timespan.rb +1 -1
  20. data/lib/twitter_cldr/resources.rb +13 -12
  21. data/lib/twitter_cldr/resources/custom_locales_resources_importer.rb +1 -1
  22. data/lib/twitter_cldr/resources/download.rb +1 -1
  23. data/lib/twitter_cldr/resources/locales_resources_importer.rb +10 -6
  24. data/lib/twitter_cldr/shared/bidi.rb +27 -27
  25. data/lib/twitter_cldr/shared/currencies.rb +20 -13
  26. data/lib/twitter_cldr/tokenizers.rb +10 -9
  27. data/lib/twitter_cldr/tokenizers/base.rb +33 -21
  28. data/lib/twitter_cldr/tokenizers/calendars/additional_date_format_selector.rb +86 -0
  29. data/lib/twitter_cldr/tokenizers/calendars/date_tokenizer.rb +20 -11
  30. data/lib/twitter_cldr/tokenizers/calendars/datetime_tokenizer.rb +50 -13
  31. data/lib/twitter_cldr/tokenizers/calendars/time_tokenizer.rb +19 -10
  32. data/lib/twitter_cldr/tokenizers/calendars/timespan_tokenizer.rb +32 -32
  33. data/lib/twitter_cldr/tokenizers/numbers/number_tokenizer.rb +45 -22
  34. data/lib/twitter_cldr/utils.rb +16 -1
  35. data/lib/twitter_cldr/version.rb +1 -1
  36. data/resources/collation/tailoring/af.yml +1 -0
  37. data/resources/collation/tailoring/ar.yml +3 -2
  38. data/resources/collation/tailoring/be.yml +7 -0
  39. data/resources/collation/tailoring/bg.yml +5 -0
  40. data/resources/collation/tailoring/bn.yml +9 -0
  41. data/resources/collation/tailoring/ca.yml +3 -2
  42. data/resources/collation/tailoring/cs.yml +3 -2
  43. data/resources/collation/tailoring/cy.yml +51 -0
  44. data/resources/collation/tailoring/da.yml +3 -2
  45. data/resources/collation/tailoring/de.yml +1 -0
  46. data/resources/collation/tailoring/el.yml +1 -0
  47. data/resources/collation/tailoring/en.yml +1 -0
  48. data/resources/collation/tailoring/es.yml +3 -2
  49. data/resources/collation/tailoring/eu.yml +1 -0
  50. data/resources/collation/tailoring/fa.yml +3 -2
  51. data/resources/collation/tailoring/fi.yml +3 -2
  52. data/resources/collation/tailoring/fil.yml +3 -2
  53. data/resources/collation/tailoring/fr.yml +1 -0
  54. data/resources/collation/tailoring/ga.yml +5 -0
  55. data/resources/collation/tailoring/gl.yml +5 -0
  56. data/resources/collation/tailoring/he.yml +1 -0
  57. data/resources/collation/tailoring/hi.yml +3 -2
  58. data/resources/collation/tailoring/hu.yml +3 -2
  59. data/resources/collation/tailoring/id.yml +1 -0
  60. data/resources/collation/tailoring/it.yml +1 -0
  61. data/resources/collation/tailoring/ja.yml +107 -54
  62. data/resources/collation/tailoring/ko.yml +3 -2
  63. data/resources/collation/tailoring/lv.yml +35 -0
  64. data/resources/collation/tailoring/ms.yml +1 -0
  65. data/resources/collation/tailoring/nb.yml +3 -2
  66. data/resources/collation/tailoring/nl.yml +1 -0
  67. data/resources/collation/tailoring/pl.yml +3 -2
  68. data/resources/collation/tailoring/pt.yml +1 -0
  69. data/resources/collation/tailoring/ro.yml +31 -0
  70. data/resources/collation/tailoring/ru.yml +1 -0
  71. data/resources/collation/tailoring/sk.yml +35 -0
  72. data/resources/collation/tailoring/sq.yml +65 -0
  73. data/resources/collation/tailoring/sr.yml +5 -0
  74. data/resources/collation/tailoring/sv.yml +3 -2
  75. data/resources/collation/tailoring/ta.yml +57 -0
  76. data/resources/collation/tailoring/th.yml +3 -2
  77. data/resources/collation/tailoring/tr.yml +3 -2
  78. data/resources/collation/tailoring/uk.yml +3 -2
  79. data/resources/collation/tailoring/ur.yml +3 -2
  80. data/resources/collation/tailoring/zh-Hant.yml +3 -2
  81. data/resources/collation/tailoring/zh.yml +3 -2
  82. data/resources/collation/tries/be.dump +0 -0
  83. data/resources/collation/tries/bg.dump +0 -0
  84. data/resources/collation/tries/bn.dump +0 -0
  85. data/resources/collation/tries/cy.dump +0 -0
  86. data/resources/collation/tries/ga.dump +0 -0
  87. data/resources/collation/tries/gl.dump +0 -0
  88. data/resources/collation/tries/lv.dump +0 -0
  89. data/resources/collation/tries/ro.dump +0 -0
  90. data/resources/collation/tries/sk.dump +0 -0
  91. data/resources/collation/tries/sq.dump +0 -0
  92. data/resources/collation/tries/sr.dump +0 -0
  93. data/resources/collation/tries/ta.dump +0 -0
  94. data/resources/custom/locales/ar/units.yml +6 -6
  95. data/resources/custom/locales/be/units.yml +27 -0
  96. data/resources/custom/locales/bg/units.yml +19 -0
  97. data/resources/custom/locales/bn/units.yml +7 -0
  98. data/resources/custom/locales/cs/units.yml +3 -3
  99. data/resources/custom/locales/cy/units.yml +35 -0
  100. data/resources/custom/locales/fil/units.yml +2 -2
  101. data/resources/custom/locales/ga/units.yml +24 -0
  102. data/resources/custom/locales/gl/units.yml +19 -0
  103. data/resources/custom/locales/hu/plurals.yml +3 -0
  104. data/resources/custom/locales/hu/units.yml +4 -0
  105. data/resources/custom/locales/lv/units.yml +23 -0
  106. data/resources/custom/locales/ms/units.yml +1 -1
  107. data/resources/custom/locales/ro/units.yml +23 -0
  108. data/resources/custom/locales/sk/units.yml +23 -0
  109. data/resources/custom/locales/sr/units.yml +27 -0
  110. data/resources/custom/locales/ta/units.yml +11 -0
  111. data/resources/custom/locales/th/calendars.yml +14 -0
  112. data/resources/locales/af/calendars.yml +56 -0
  113. data/resources/locales/af/currencies.yml +358 -0
  114. data/resources/locales/af/languages.yml +23 -3
  115. data/resources/locales/af/numbers.yml +22 -8
  116. data/resources/locales/af/units.yml +26 -54
  117. data/resources/locales/ar/calendars.yml +99 -6
  118. data/resources/locales/ar/currencies.yml +1491 -0
  119. data/resources/locales/ar/languages.yml +33 -6
  120. data/resources/locales/ar/numbers.yml +27 -14
  121. data/resources/locales/ar/units.yml +31 -31
  122. data/resources/locales/be/calendars.yml +229 -0
  123. data/resources/locales/be/currencies.yml +66 -0
  124. data/resources/locales/be/languages.yml +149 -0
  125. data/resources/locales/be/layout.yml +4 -0
  126. data/resources/locales/be/lists.yml +7 -0
  127. data/resources/locales/be/numbers.yml +43 -0
  128. data/resources/locales/be/plurals.yml +5 -0
  129. data/resources/locales/be/units.yml +87 -0
  130. data/resources/locales/bg/calendars.yml +220 -0
  131. data/resources/locales/bg/currencies.yml +773 -0
  132. data/resources/locales/bg/languages.yml +513 -0
  133. data/resources/locales/bg/layout.yml +4 -0
  134. data/resources/locales/bg/lists.yml +7 -0
  135. data/resources/locales/bg/numbers.yml +57 -0
  136. data/resources/locales/bg/plurals.yml +3 -0
  137. data/resources/locales/bg/units.yml +108 -0
  138. data/resources/locales/bn/calendars.yml +205 -0
  139. data/resources/locales/bn/currencies.yml +564 -0
  140. data/resources/locales/bn/languages.yml +513 -0
  141. data/resources/locales/bn/layout.yml +4 -0
  142. data/resources/locales/bn/lists.yml +7 -0
  143. data/resources/locales/bn/numbers.yml +57 -0
  144. data/resources/locales/bn/plurals.yml +3 -0
  145. data/resources/locales/bn/units.yml +108 -0
  146. data/resources/locales/ca/calendars.yml +70 -21
  147. data/resources/locales/ca/currencies.yml +904 -0
  148. data/resources/locales/ca/languages.yml +70 -5
  149. data/resources/locales/ca/numbers.yml +19 -6
  150. data/resources/locales/ca/units.yml +0 -28
  151. data/resources/locales/cs/calendars.yml +73 -27
  152. data/resources/locales/cs/currencies.yml +1063 -0
  153. data/resources/locales/cs/languages.yml +113 -31
  154. data/resources/locales/cs/numbers.yml +17 -4
  155. data/resources/locales/cs/units.yml +0 -28
  156. data/resources/locales/cy/calendars.yml +266 -0
  157. data/resources/locales/cy/currencies.yml +54 -0
  158. data/resources/locales/cy/languages.yml +92 -0
  159. data/resources/locales/cy/layout.yml +4 -0
  160. data/resources/locales/cy/lists.yml +7 -0
  161. data/resources/locales/cy/numbers.yml +49 -0
  162. data/resources/locales/cy/plurals.yml +4 -0
  163. data/resources/locales/cy/units.yml +73 -0
  164. data/resources/locales/da/calendars.yml +117 -16
  165. data/resources/locales/da/currencies.yml +814 -0
  166. data/resources/locales/da/languages.yml +66 -5
  167. data/resources/locales/da/numbers.yml +16 -3
  168. data/resources/locales/da/units.yml +21 -35
  169. data/resources/locales/de/calendars.yml +115 -17
  170. data/resources/locales/de/currencies.yml +843 -0
  171. data/resources/locales/de/languages.yml +5 -3
  172. data/resources/locales/de/numbers.yml +18 -5
  173. data/resources/locales/de/units.yml +0 -28
  174. data/resources/locales/el/calendars.yml +61 -8
  175. data/resources/locales/el/currencies.yml +866 -0
  176. data/resources/locales/el/languages.yml +61 -5
  177. data/resources/locales/el/numbers.yml +18 -5
  178. data/resources/locales/el/units.yml +7 -42
  179. data/resources/locales/en/calendars.yml +43 -4
  180. data/resources/locales/en/currencies.yml +912 -0
  181. data/resources/locales/en/languages.yml +26 -6
  182. data/resources/locales/en/numbers.yml +17 -4
  183. data/resources/locales/es/calendars.yml +60 -0
  184. data/resources/locales/es/currencies.yml +820 -0
  185. data/resources/locales/es/languages.yml +66 -1
  186. data/resources/locales/es/numbers.yml +20 -7
  187. data/resources/locales/es/units.yml +0 -28
  188. data/resources/locales/eu/calendars.yml +43 -2
  189. data/resources/locales/eu/currencies.yml +378 -0
  190. data/resources/locales/eu/languages.yml +29 -13
  191. data/resources/locales/eu/numbers.yml +17 -4
  192. data/resources/locales/eu/units.yml +22 -43
  193. data/resources/locales/fa/calendars.yml +57 -0
  194. data/resources/locales/fa/currencies.yml +449 -0
  195. data/resources/locales/fa/languages.yml +8 -3
  196. data/resources/locales/fa/numbers.yml +20 -7
  197. data/resources/locales/fa/units.yml +0 -42
  198. data/resources/locales/fi/calendars.yml +49 -1
  199. data/resources/locales/fi/currencies.yml +903 -0
  200. data/resources/locales/fi/languages.yml +58 -2
  201. data/resources/locales/fi/numbers.yml +25 -12
  202. data/resources/locales/fi/units.yml +0 -28
  203. data/resources/locales/fil/calendars.yml +51 -0
  204. data/resources/locales/fil/currencies.yml +357 -0
  205. data/resources/locales/fil/languages.yml +25 -8
  206. data/resources/locales/fil/numbers.yml +18 -5
  207. data/resources/locales/fil/units.yml +14 -28
  208. data/resources/locales/fr/calendars.yml +114 -12
  209. data/resources/locales/fr/currencies.yml +884 -0
  210. data/resources/locales/fr/languages.yml +43 -9
  211. data/resources/locales/fr/numbers.yml +22 -9
  212. data/resources/locales/fr/units.yml +2 -30
  213. data/resources/locales/ga/calendars.yml +187 -0
  214. data/resources/locales/ga/currencies.yml +513 -0
  215. data/resources/locales/ga/languages.yml +147 -0
  216. data/resources/locales/ga/layout.yml +4 -0
  217. data/resources/locales/ga/lists.yml +7 -0
  218. data/resources/locales/ga/numbers.yml +43 -0
  219. data/resources/locales/ga/plurals.yml +4 -0
  220. data/resources/locales/ga/units.yml +66 -0
  221. data/resources/locales/gl/calendars.yml +216 -0
  222. data/resources/locales/gl/currencies.yml +476 -0
  223. data/resources/locales/gl/languages.yml +213 -0
  224. data/resources/locales/gl/layout.yml +4 -0
  225. data/resources/locales/gl/lists.yml +7 -0
  226. data/resources/locales/gl/numbers.yml +57 -0
  227. data/resources/locales/gl/plurals.yml +3 -0
  228. data/resources/locales/gl/units.yml +108 -0
  229. data/resources/locales/he/calendars.yml +70 -18
  230. data/resources/locales/he/currencies.yml +497 -0
  231. data/resources/locales/he/languages.yml +301 -7
  232. data/resources/locales/he/lists.yml +2 -2
  233. data/resources/locales/he/numbers.yml +23 -8
  234. data/resources/locales/he/plurals.yml +3 -2
  235. data/resources/locales/he/units.yml +72 -30
  236. data/resources/locales/hi/calendars.yml +54 -1
  237. data/resources/locales/hi/currencies.yml +388 -0
  238. data/resources/locales/hi/languages.yml +2 -0
  239. data/resources/locales/hi/numbers.yml +21 -8
  240. data/resources/locales/hi/units.yml +15 -29
  241. data/resources/locales/hu/calendars.yml +52 -5
  242. data/resources/locales/hu/currencies.yml +640 -0
  243. data/resources/locales/hu/languages.yml +60 -4
  244. data/resources/locales/hu/numbers.yml +25 -12
  245. data/resources/locales/hu/units.yml +1 -29
  246. data/resources/locales/id/calendars.yml +125 -21
  247. data/resources/locales/id/currencies.yml +603 -0
  248. data/resources/locales/id/languages.yml +113 -51
  249. data/resources/locales/id/numbers.yml +16 -3
  250. data/resources/locales/id/units.yml +0 -28
  251. data/resources/locales/it/calendars.yml +59 -6
  252. data/resources/locales/it/currencies.yml +722 -0
  253. data/resources/locales/it/languages.yml +77 -5
  254. data/resources/locales/it/numbers.yml +22 -9
  255. data/resources/locales/it/units.yml +0 -14
  256. data/resources/locales/ja/calendars.yml +55 -5
  257. data/resources/locales/ja/currencies.yml +602 -0
  258. data/resources/locales/ja/languages.yml +103 -43
  259. data/resources/locales/ja/numbers.yml +18 -5
  260. data/resources/locales/ja/units.yml +6 -34
  261. data/resources/locales/ko/calendars.yml +50 -0
  262. data/resources/locales/ko/currencies.yml +596 -0
  263. data/resources/locales/ko/languages.yml +75 -8
  264. data/resources/locales/ko/numbers.yml +17 -4
  265. data/resources/locales/ko/units.yml +0 -28
  266. data/resources/locales/lv/calendars.yml +275 -0
  267. data/resources/locales/lv/currencies.yml +765 -0
  268. data/resources/locales/lv/languages.yml +576 -0
  269. data/resources/locales/lv/layout.yml +4 -0
  270. data/resources/locales/lv/lists.yml +7 -0
  271. data/resources/locales/lv/numbers.yml +58 -0
  272. data/resources/locales/lv/plurals.yml +4 -0
  273. data/resources/locales/lv/units.yml +136 -0
  274. data/resources/locales/ms/calendars.yml +86 -4
  275. data/resources/locales/ms/currencies.yml +341 -0
  276. data/resources/locales/ms/languages.yml +25 -3
  277. data/resources/locales/ms/numbers.yml +19 -6
  278. data/resources/locales/ms/units.yml +0 -56
  279. data/resources/locales/nb/calendars.yml +48 -1
  280. data/resources/locales/nb/currencies.yml +846 -0
  281. data/resources/locales/nb/languages.yml +44 -2
  282. data/resources/locales/nb/numbers.yml +16 -3
  283. data/resources/locales/nb/units.yml +6 -28
  284. data/resources/locales/nl/calendars.yml +110 -9
  285. data/resources/locales/nl/currencies.yml +640 -0
  286. data/resources/locales/nl/languages.yml +68 -8
  287. data/resources/locales/nl/numbers.yml +25 -12
  288. data/resources/locales/nl/units.yml +14 -28
  289. data/resources/locales/pl/calendars.yml +53 -6
  290. data/resources/locales/pl/currencies.yml +1100 -0
  291. data/resources/locales/pl/languages.yml +13 -6
  292. data/resources/locales/pl/lists.yml +2 -2
  293. data/resources/locales/pl/numbers.yml +18 -5
  294. data/resources/locales/pl/units.yml +51 -92
  295. data/resources/locales/pt/calendars.yml +121 -9
  296. data/resources/locales/pt/currencies.yml +904 -0
  297. data/resources/locales/pt/languages.yml +5 -3
  298. data/resources/locales/pt/numbers.yml +17 -4
  299. data/resources/locales/pt/units.yml +0 -28
  300. data/resources/locales/ro/calendars.yml +278 -0
  301. data/resources/locales/ro/currencies.yml +946 -0
  302. data/resources/locales/ro/languages.yml +576 -0
  303. data/resources/locales/ro/layout.yml +4 -0
  304. data/resources/locales/ro/lists.yml +7 -0
  305. data/resources/locales/ro/numbers.yml +58 -0
  306. data/resources/locales/ro/plurals.yml +3 -0
  307. data/resources/locales/ro/units.yml +136 -0
  308. data/resources/locales/ru/calendars.yml +72 -12
  309. data/resources/locales/ru/currencies.yml +1061 -0
  310. data/resources/locales/ru/languages.yml +51 -6
  311. data/resources/locales/ru/numbers.yml +21 -5
  312. data/resources/locales/ru/units.yml +0 -28
  313. data/resources/locales/sk/calendars.yml +275 -0
  314. data/resources/locales/sk/currencies.yml +713 -0
  315. data/resources/locales/sk/languages.yml +576 -0
  316. data/resources/locales/sk/layout.yml +4 -0
  317. data/resources/locales/sk/lists.yml +7 -0
  318. data/resources/locales/sk/numbers.yml +58 -0
  319. data/resources/locales/sk/plurals.yml +3 -0
  320. data/resources/locales/sk/units.yml +136 -0
  321. data/resources/locales/sq/calendars.yml +188 -0
  322. data/resources/locales/sq/currencies.yml +56 -0
  323. data/resources/locales/sq/languages.yml +17 -0
  324. data/resources/locales/sq/layout.yml +4 -0
  325. data/resources/locales/sq/lists.yml +7 -0
  326. data/resources/locales/sq/numbers.yml +43 -0
  327. data/resources/locales/sq/plurals.yml +3 -0
  328. data/resources/locales/sq/units.yml +73 -0
  329. data/resources/locales/sr/calendars.yml +285 -0
  330. data/resources/locales/sr/currencies.yml +1494 -0
  331. data/resources/locales/sr/languages.yml +513 -0
  332. data/resources/locales/sr/layout.yml +4 -0
  333. data/resources/locales/sr/lists.yml +7 -0
  334. data/resources/locales/sr/numbers.yml +59 -0
  335. data/resources/locales/sr/plurals.yml +5 -0
  336. data/resources/locales/sr/units.yml +164 -0
  337. data/resources/locales/sv/calendars.yml +59 -1
  338. data/resources/locales/sv/currencies.yml +919 -0
  339. data/resources/locales/sv/languages.yml +47 -2
  340. data/resources/locales/sv/numbers.yml +27 -12
  341. data/resources/locales/sv/units.yml +4 -32
  342. data/resources/locales/ta/calendars.yml +264 -0
  343. data/resources/locales/ta/currencies.yml +346 -0
  344. data/resources/locales/ta/languages.yml +512 -0
  345. data/resources/locales/ta/layout.yml +4 -0
  346. data/resources/locales/ta/lists.yml +7 -0
  347. data/resources/locales/ta/numbers.yml +57 -0
  348. data/resources/locales/ta/plurals.yml +3 -0
  349. data/resources/locales/ta/units.yml +108 -0
  350. data/resources/locales/th/calendars.yml +125 -27
  351. data/resources/locales/th/currencies.yml +602 -0
  352. data/resources/locales/th/languages.yml +70 -5
  353. data/resources/locales/th/numbers.yml +24 -11
  354. data/resources/locales/th/units.yml +0 -28
  355. data/resources/locales/tr/calendars.yml +62 -12
  356. data/resources/locales/tr/currencies.yml +571 -0
  357. data/resources/locales/tr/languages.yml +94 -29
  358. data/resources/locales/tr/numbers.yml +19 -6
  359. data/resources/locales/tr/units.yml +1 -29
  360. data/resources/locales/uk/calendars.yml +52 -0
  361. data/resources/locales/uk/currencies.yml +799 -0
  362. data/resources/locales/uk/languages.yml +57 -2
  363. data/resources/locales/uk/numbers.yml +18 -5
  364. data/resources/locales/uk/units.yml +0 -28
  365. data/resources/locales/ur/calendars.yml +96 -32
  366. data/resources/locales/ur/currencies.yml +360 -0
  367. data/resources/locales/ur/languages.yml +49 -32
  368. data/resources/locales/ur/numbers.yml +13 -13
  369. data/resources/locales/ur/units.yml +28 -56
  370. data/resources/locales/zh-Hant/calendars.yml +59 -1
  371. data/resources/locales/zh-Hant/currencies.yml +602 -0
  372. data/resources/locales/zh-Hant/languages.yml +74 -8
  373. data/resources/locales/zh-Hant/numbers.yml +17 -4
  374. data/resources/locales/zh-Hant/units.yml +0 -28
  375. data/resources/locales/zh/calendars.yml +95 -35
  376. data/resources/locales/zh/currencies.yml +602 -0
  377. data/resources/locales/zh/languages.yml +116 -46
  378. data/resources/locales/zh/numbers.yml +20 -7
  379. data/resources/locales/zh/units.yml +6 -34
  380. data/resources/shared/currency_digits_and_rounding.yml +187 -0
  381. data/spec/bidi/bidi_spec.rb +1 -1
  382. data/spec/collation/tailoring_spec.rb +29 -25
  383. data/spec/formatters/calendars/datetime_formatter_spec.rb +50 -2
  384. data/spec/formatters/calendars/timespan_formatter_spec.rb +52 -8
  385. data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +81 -0
  386. data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +37 -0
  387. data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +37 -0
  388. data/spec/formatters/numbers/currency_formatter_spec.rb +10 -1
  389. data/spec/localized/localized_date_spec.rb +11 -11
  390. data/spec/localized/localized_datetime_spec.rb +27 -3
  391. data/spec/localized/localized_number_spec.rb +34 -6
  392. data/spec/localized/localized_time_spec.rb +1 -1
  393. data/spec/readme_spec.rb +24 -3
  394. data/spec/shared/currencies_spec.rb +7 -9
  395. data/spec/spec_helper.rb +7 -0
  396. data/spec/tokenizers/base_spec.rb +71 -21
  397. data/spec/tokenizers/calendars/additional_date_format_selector_spec.rb +131 -0
  398. data/spec/tokenizers/calendars/datetime_tokenizer_spec.rb +54 -27
  399. data/spec/tokenizers/calendars/time_tokenizer_spec.rb +16 -16
  400. data/spec/tokenizers/numbers/number_tokenizer_spec.rb +9 -21
  401. data/spec/utils/yaml/yaml_spec.rb +21 -16
  402. data/spec/utils_spec.rb +6 -2
  403. metadata +218 -37
@@ -11,6 +11,7 @@
11
11
  :af: 南非荷兰文
12
12
  :afa: 其他亚非语系
13
13
  :afh: 阿弗里希利文
14
+ :agq: 亚罕文
14
15
  :ain: 阿伊努文
15
16
  :ak: 阿肯文
16
17
  :akk: 阿卡德文
@@ -20,7 +21,7 @@
20
21
  :am: 阿姆哈拉文
21
22
  :an: 阿拉贡文
22
23
  :ang: 古英文
23
- :anp: 昂加语
24
+ :anp: 昂加文
24
25
  :apa: 阿帕切文
25
26
  :ar: 阿拉伯文
26
27
  :arc: 阿拉米文
@@ -29,6 +30,7 @@
29
30
  :art: 其他人工语系
30
31
  :arw: 阿拉瓦克文
31
32
  :as: 阿萨姆文
33
+ :asa: 阿苏文
32
34
  :ast: 阿斯图里亚思特文
33
35
  :ath: 阿萨帕斯坎语系
34
36
  :aus: 澳大利亚语系
@@ -43,16 +45,21 @@
43
45
  :ban: 巴里文
44
46
  :bas: 巴萨文
45
47
  :bat: 其他波罗的语系
48
+ :bax: 巴姆穆文
49
+ :bbj: 戈马拉文
46
50
  :be: 白俄罗斯文
47
51
  :bej: 别札文
48
52
  :bem: 别姆巴文
49
53
  :ber: 柏柏尔文
54
+ :bez: 贝纳文
55
+ :bfd: 巴非特文
50
56
  :bg: 保加利亚文
51
57
  :bh: 比哈尔文
52
58
  :bho: 博杰普尔文
53
59
  :bi: 比斯拉马文
54
60
  :bik: 毕库尔文
55
61
  :bin: 比尼文
62
+ :bkm: 科姆文
56
63
  :bla: 司克司卡文
57
64
  :bm: 班巴拉文
58
65
  :bn: 孟加拉文
@@ -60,19 +67,26 @@
60
67
  :bo: 藏文
61
68
  :br: 布里多尼文
62
69
  :bra: 布拉杰文
70
+ :brx: 博多文
63
71
  :bs: 波斯尼亚文
72
+ :bss: 阿库色文
64
73
  :btk: 巴塔克文
65
74
  :bua: 布里亚特文
66
75
  :bug: 布吉文
76
+ :bum: 布鲁文
67
77
  :byn: 布林文
78
+ :byv: 梅敦巴文
68
79
  :ca: 加泰罗尼亚文
69
80
  :cad: 卡多文
70
81
  :cai: 其他中美印第安语系
71
82
  :car: 巴勒比文
72
83
  :cau: 其他高加索语系
84
+ :cay: 卡尤加文
85
+ :cch: 阿灿文
73
86
  :ce: 车臣文
74
87
  :ceb: 宿务文
75
88
  :cel: 其他凯尔特语系
89
+ :cgg: 奇加文
76
90
  :ch: 查莫罗文
77
91
  :chb: 契布卡文
78
92
  :chg: 查加文
@@ -83,6 +97,7 @@
83
97
  :chp: 佩瓦扬文
84
98
  :chr: 彻罗基文
85
99
  :chy: 夏延文
100
+ :ckb: 索拉尼库尔德文
86
101
  :cmc: 查米克文
87
102
  :co: 科西嘉文
88
103
  :cop: 科普特文
@@ -90,7 +105,7 @@
90
105
  :cpf: 其他以法文为基础的克里奥尔混合语系
91
106
  :cpp: 其他以葡萄牙文为基础的克里奥尔混合语系
92
107
  :cr: 克里族文
93
- :crh: 克里米亚土耳其文;克里米亚塔塔文
108
+ :crh: 克里米亚土耳其文
94
109
  :crp: 其他克里奥尔混合语系
95
110
  :cs: 捷克文
96
111
  :csb: 卡舒文
@@ -101,22 +116,27 @@
101
116
  :da: 丹麦文
102
117
  :dak: 达科他文
103
118
  :dar: 达尔格瓦文
119
+ :dav: 台塔文
104
120
  :day: 达雅克文
105
121
  :de: 德文
106
- :de-AT: 奥地利德语
122
+ :de-AT: 奥地利德文
107
123
  :de-CH: 瑞士高地德文
108
124
  :del: 特拉华文
109
125
  :den: 司雷夫文
110
126
  :dgr: 多格里布文
111
127
  :din: 丁卡文
128
+ :dje: 哲尔马文
112
129
  :doi: 多格拉文
113
130
  :dra: 其他德拉维语系
114
131
  :dsb: 下索布文
115
132
  :dua: 都阿拉文
116
133
  :dum: 中古荷兰文
117
134
  :dv: 迪维希文
135
+ :dyo: 朱拉文
118
136
  :dyu: 迪尤拉文
119
137
  :dz: 不丹文
138
+ :dzg: 达扎葛文
139
+ :ebu: 恩布文
120
140
  :ee: 埃维文
121
141
  :efi: 埃菲克文
122
142
  :egy: 古埃及文
@@ -124,14 +144,14 @@
124
144
  :el: 希腊文
125
145
  :elx: 艾拉米特文
126
146
  :en: 英文
127
- :en-AU: 英语(澳大利亚)
128
- :en-CA: 加拿大英语
129
- :en-GB: 英语(英国)
130
- :en-US: 英语(美国)
147
+ :en-AU: 澳大利亚英文
148
+ :en-CA: 加拿大英文
149
+ :en-GB: 英国英文
150
+ :en-US: 美国英文
131
151
  :enm: 中古英文
132
152
  :eo: 世界文
133
153
  :es: 西班牙文
134
- :es-419: 拉丁美洲西班牙语
154
+ :es-419: 拉丁美洲西班牙文
135
155
  :es-ES: 西班牙语(伊比利亚)
136
156
  :et: 爱沙尼亚文
137
157
  :eu: 巴斯克文
@@ -147,11 +167,11 @@
147
167
  :fo: 法罗文
148
168
  :fon: 丰文
149
169
  :fr: 法文
150
- :fr-CA: 加拿大法语
151
- :fr-CH: 瑞士法语
170
+ :fr-CA: 加拿大法文
171
+ :fr-CH: 瑞士法文
152
172
  :frm: 中古法文
153
173
  :fro: 古法文
154
- :frr: 北弗里西亚语
174
+ :frr: 北弗里西亚文
155
175
  :frs: 东弗里西亚文
156
176
  :fur: 弗留利文
157
177
  :fy: 西弗里西亚文
@@ -173,10 +193,11 @@
173
193
  :grb: 格列博文
174
194
  :grc: 古希腊文
175
195
  :gsw: 瑞士德文
176
- :gu: 古加拉提文
196
+ :gu: 古吉拉特文
197
+ :guz: 古西文
177
198
  :gv: 马恩岛文
178
199
  :gwi: 吉维克琴文
179
- :ha: 豪撒文
200
+ :ha: 豪萨文
180
201
  :hai: 海达文
181
202
  :haw: 夏威夷文
182
203
  :he: 希伯来文
@@ -193,11 +214,12 @@
193
214
  :hup: 胡帕文
194
215
  :hy: 亚美尼亚文
195
216
  :hz: 赫雷罗文
196
- :ia: 国际语
217
+ :ia: 国际文字
197
218
  :iba: 伊班文
219
+ :ibb: 伊比比奥文
198
220
  :id: 印度尼西亚文
199
- :ie: 国际语(E)
200
- :ig: 伊格博文
221
+ :ie: 国际文字(E)
222
+ :ig: 伊布文
201
223
  :ii: 四川彝文
202
224
  :ijo: 伊乔文
203
225
  :ik: 依奴皮维克文
@@ -213,6 +235,7 @@
213
235
  :iu: 伊努伊特文
214
236
  :ja: 日文
215
237
  :jbo: 逻辑文
238
+ :jmc: 马切姆文
216
239
  :jpr: 犹太波斯文
217
240
  :jrb: 犹太阿拉伯文
218
241
  :jv: 爪哇文
@@ -220,22 +243,30 @@
220
243
  :kaa: 卡拉卡尔帕克文
221
244
  :kab: 卡比尔文
222
245
  :kac: 卡琴文
246
+ :kaj: 卡捷文
223
247
  :kam: 卡姆巴文
224
248
  :kar: 喀伦文
225
249
  :kaw: 卡威文
226
250
  :kbd: 卡巴尔达文
227
- :kfo: 科罗语
251
+ :kbl: 加涅姆布文
252
+ :kcg: 卡塔布文
253
+ :kde: 马孔德文
254
+ :kea: 卡布佛得鲁文
255
+ :kfo: 科罗文
228
256
  :kg: 刚果文
229
257
  :kha: 卡西文
230
258
  :khi: 其他科伊桑语系
231
259
  :kho: 和田文
260
+ :khq: 西桑海文
232
261
  :ki: 吉库尤文
233
262
  :kj: 宽亚玛文
234
263
  :kk: 哈萨克文
264
+ :kkj: 卡库文
235
265
  :kl: 格陵兰文
236
- :km: 柬埔寨文
266
+ :kln: 卡伦金文
267
+ :km: 高棉文
237
268
  :kmb: 金邦杜文
238
- :kn: 坎纳达文
269
+ :kn: 卡纳达文
239
270
  :ko: 韩文
240
271
  :kok: 刚卡尼文
241
272
  :kos: 科斯拉伊文
@@ -246,6 +277,9 @@
246
277
  :kro: 克鲁文
247
278
  :kru: 库鲁克文
248
279
  :ks: 克什米尔文
280
+ :ksb: 香巴拉文
281
+ :ksf: 巴菲亚文
282
+ :ksh: 科隆文
249
283
  :ku: 库尔德文
250
284
  :kum: 库梅克文
251
285
  :kut: 库特内文
@@ -254,6 +288,7 @@
254
288
  :ky: 吉尔吉斯文
255
289
  :la: 拉丁文
256
290
  :lad: 拉迪诺文
291
+ :lag: 朗吉文
257
292
  :lah: 拉亨达文
258
293
  :lam: 兰巴文
259
294
  :lb: 卢森堡文
@@ -271,19 +306,25 @@
271
306
  :lun: 隆达文
272
307
  :luo: 卢奥文
273
308
  :lus: 卢晒文
309
+ :luy: 卢雅文
274
310
  :lv: 拉脱维亚文
275
311
  :mad: 马都拉文
312
+ :maf: 马法文
276
313
  :mag: 马加伊文
277
314
  :mai: 迈蒂利文
278
315
  :mak: 望加锡文
279
316
  :man: 曼丁哥文
280
317
  :map: 澳斯特罗尼西亚语系
281
- :mas: 萨伊语
318
+ :mas: 萨伊文
319
+ :mde: 马坝文
282
320
  :mdf: 莫克沙文
283
- :mdr: 曼达尔
321
+ :mdr: 曼达尔文
284
322
  :men: 门迪文
323
+ :mer: 梅鲁文
324
+ :mfe: 毛里求斯克里奥尔文
285
325
  :mg: 马尔加什文
286
326
  :mga: 中古爱尔兰文
327
+ :mgh: 马夸文
287
328
  :mh: 马绍尔文
288
329
  :mi: 毛利文
289
330
  :mic: 米克马克文
@@ -291,7 +332,7 @@
291
332
  :mis: 各种不同语系
292
333
  :mk: 马其顿文
293
334
  :mkh: 其他孟高棉语系
294
- :ml: 马来亚拉姆文
335
+ :ml: 马拉雅拉姆文
295
336
  :mn: 蒙古文
296
337
  :mnc: 满文
297
338
  :mni: 曼尼普里文
@@ -302,21 +343,24 @@
302
343
  :mr: 马拉地文
303
344
  :ms: 马来文
304
345
  :mt: 马耳他文
346
+ :mua: 蒙当文
305
347
  :mul: 多种语系
306
348
  :mun: 蒙达语系
307
349
  :mus: 克里克文
308
350
  :mwl: 米兰德斯文
309
351
  :mwr: 马尔瓦利文
310
352
  :my: 缅甸文
353
+ :mye: 姆耶内文
311
354
  :myn: 玛雅语系
312
355
  :myv: 俄日亚文
313
356
  :na: 瑙鲁文
314
357
  :nah: 纳瓦特尔文
315
358
  :nai: 其他北美印第安语系
316
359
  :nap: 拿波里文
360
+ :naq: 纳马文
317
361
  :nb: 挪威博克马尔文
318
362
  :nd: 北恩德贝勒文
319
- :nds: 低地德文;低地撒克逊文
363
+ :nds: 低地德文
320
364
  :ne: 尼泊尔文
321
365
  :new: 尼瓦尔文
322
366
  :ng: 恩东加文
@@ -324,23 +368,26 @@
324
368
  :nic: 其他尼日尔科尔多凡语系
325
369
  :niu: 纽埃文
326
370
  :nl: 荷兰文
327
- :nl-BE: 弗拉芒语
371
+ :nl-BE: 佛兰芒文
372
+ :nmg: 夸西奥文
328
373
  :nn: 挪威尼诺斯克文
374
+ :nnh: 恩甘澎文
329
375
  :no: 挪威文
330
376
  :nog: 诺盖文
331
377
  :non: 古诺尔斯文
332
- :nqo: 西非书面语言
378
+ :nqo: 西非书面文字
333
379
  :nr: 南恩德贝勒文
334
380
  :nso: 北索托文
335
381
  :nub: 努比亚语系
382
+ :nus: 努埃尔文
336
383
  :nv: 纳瓦霍文
337
- :nwc: 尼瓦尔文(Classical Newari)
384
+ :nwc: 经典尼瓦尔文
338
385
  :ny: 尼扬扎文
339
386
  :nym: 尼亚姆韦齐文
340
387
  :nyn: 尼昂科勒文
341
388
  :nyo: 尼约罗文
342
389
  :nzi: 恩济马文
343
- :oc: 奥克西唐语
390
+ :oc: 奥克西唐文
344
391
  :oj: 奥吉布瓦文
345
392
  :om: 奥洛莫文
346
393
  :or: 欧里亚文
@@ -350,12 +397,12 @@
350
397
  :oto: 奥托米语系
351
398
  :pa: 旁遮普文
352
399
  :paa: 其他巴布亚文
353
- :pag: 邦阿西楠语
400
+ :pag: 邦阿西楠文
354
401
  :pal: 帕拉维文
355
402
  :pam: 邦板牙文
356
403
  :pap: 帕皮亚门托文
357
404
  :pau: 帕劳文
358
- :peo: 古老波斯语
405
+ :peo: 古老波斯文
359
406
  :phi: 其他菲律宾语系
360
407
  :phn: 腓尼基文
361
408
  :pi: 巴利文
@@ -365,8 +412,8 @@
365
412
  :pro: 普罗文斯文
366
413
  :ps: 普什图文
367
414
  :pt: 葡萄牙文
368
- :pt-BR: 葡萄牙语(巴西)
369
- :pt-PT: 依伯利亚葡萄牙文
415
+ :pt-BR: 巴西葡萄牙文
416
+ :pt-PT: 欧洲葡萄牙文
370
417
  :qu: 盖丘亚文
371
418
  :raj: 拉贾斯坦文
372
419
  :rap: 拉帕努伊文
@@ -375,31 +422,41 @@
375
422
  :rn: 基隆迪文
376
423
  :ro: 罗马尼亚文
377
424
  :roa: 其他拉丁语系
425
+ :rof: 兰博文
378
426
  :rom: 吉普赛文
379
427
  :root: 根语言
380
428
  :ru: 俄文
381
- :rup: 亚美尼亚语
429
+ :rup: 阿罗马尼亚文
382
430
  :rw: 卢旺达文
431
+ :rwk: 罗瓦文
383
432
  :sa: 梵文
384
433
  :sad: 散达维文
385
434
  :sah: 雅库特文
386
435
  :sai: 其他南美印第安文
387
436
  :sal: 萨利什文
388
437
  :sam: 萨玛利亚文
438
+ :saq: 桑布鲁文
389
439
  :sas: 萨萨克文
390
440
  :sat: 桑塔利文
441
+ :sba: 甘拜文
442
+ :sbp: 桑古文
391
443
  :sc: 萨丁文
392
444
  :scn: 西西里文
393
445
  :sco: 苏格兰文
394
446
  :sd: 信德文
395
447
  :se: 北萨米文
448
+ :see: 塞内卡文
449
+ :seh: 塞纳文
396
450
  :sel: 塞尔库普文
397
451
  :sem: 其他闪族语系
452
+ :ses: 东桑海文
398
453
  :sg: 桑戈文
399
454
  :sga: 古爱尔兰文
400
455
  :sgn: 手语
401
456
  :sh: 塞尔维亚-克罗地亚文
457
+ :shi: 希尔哈文
402
458
  :shn: 掸文
459
+ :shu: 乍得阿拉伯文
403
460
  :si: 僧伽罗文
404
461
  :sid: 悉达摩文
405
462
  :sio: 苏语诸语言
@@ -410,33 +467,37 @@
410
467
  :sm: 萨摩亚文
411
468
  :sma: 南萨米文
412
469
  :smi: 其他萨米文
413
- :smj: 律勒欧萨莫斯语
414
- :smn: 伊纳里萨米语
470
+ :smj: 律勒欧萨莫斯文
471
+ :smn: 伊纳里萨米文
415
472
  :sms: 斯科特萨米文
416
473
  :sn: 绍纳文
417
474
  :snk: 索尼基文
418
475
  :so: 索马里文
419
- :sog: 古粟特语
476
+ :sog: 古粟特文
420
477
  :son: 桑海文
421
478
  :sq: 阿尔巴尼亚文
422
479
  :sr: 塞尔维亚文
423
- :srn: 苏里南汤加语
480
+ :srn: 苏里南汤加文
424
481
  :srr: 谢列尔文
425
482
  :ss: 斯瓦特文
426
483
  :ssa: 非洲撒哈拉沙漠边缘地带语言
484
+ :ssy: 萨霍文
427
485
  :st: 南索托文
428
- :su: 巽他语
486
+ :su: 巽他文
429
487
  :suk: 苏库马文
430
488
  :sus: 苏苏文
431
489
  :sux: 苏马文
432
490
  :sv: 瑞典文
433
491
  :sw: 斯瓦希里文
434
- :swb: 科摩罗语
492
+ :swb: 科摩罗文
493
+ :swc: 刚果斯瓦希里文
494
+ :syc: 经典叙利亚文
435
495
  :syr: 叙利亚文
436
496
  :ta: 泰米尔文
437
- :tai: 傣语诸语言(其他)
497
+ :tai: 傣语诸语言
438
498
  :te: 泰卢固文
439
- :tem: 滕内语
499
+ :tem: 滕内文
500
+ :teo: 特索文
440
501
  :ter: 特列纳文
441
502
  :tet: 特塔姆文
442
503
  :tg: 塔吉克文
@@ -446,7 +507,7 @@
446
507
  :tiv: 蒂夫文
447
508
  :tk: 土库曼文
448
509
  :tkl: 托克劳文
449
- :tl: 塔加洛语
510
+ :tl: 塔加洛文
450
511
  :tlh: 克林贡文
451
512
  :tli: 特林吉特文
452
513
  :tmh: 塔马奇克文
@@ -455,16 +516,19 @@
455
516
  :tog: 汤加文(尼亚萨地区)
456
517
  :tpi: 托克皮辛文
457
518
  :tr: 土耳其文
519
+ :trv: 太鲁阁文
458
520
  :ts: 宗加文
459
521
  :tsi: 蒂姆西亚文
460
522
  :tt: 塔塔尔文
461
523
  :tum: 通布卡文
462
524
  :tup: 图皮语系
463
- :tut: 阿尔泰诸语言(其他)
525
+ :tut: 阿尔泰诸语言
464
526
  :tvl: 图瓦卢文
465
527
  :tw: 特威文
528
+ :twq: 北桑海文
466
529
  :ty: 塔西提文
467
530
  :tyv: 图瓦文
531
+ :tzm: 塔马齐格特文
468
532
  :udm: 乌德穆尔特文
469
533
  :ug: 维吾尔文
470
534
  :uga: 乌加里特文
@@ -478,7 +542,9 @@
478
542
  :vi: 越南文
479
543
  :vo: 沃拉普克文
480
544
  :vot: 沃提克文
545
+ :vun: 温旧文
481
546
  :wa: 瓦隆文
547
+ :wae: 瓦尔瑟文
482
548
  :wak: 瓦卡什诸语言
483
549
  :wal: 瓦拉莫文
484
550
  :war: 瓦赖文
@@ -487,20 +553,24 @@
487
553
  :wo: 沃洛夫文
488
554
  :xal: 卡尔梅克文
489
555
  :xh: 科萨文
556
+ :xog: 索加文
490
557
  :yao: 瑶族文
491
558
  :yap: 雅浦文
559
+ :yav: 洋卞文
560
+ :ybb: 耶姆巴文
492
561
  :yi: 依地文
493
562
  :yo: 约鲁巴文
494
563
  :ypk: 尤皮克诸语言
495
564
  :yue: 粤语
496
- :za: 壮语
565
+ :za: 壮文
497
566
  :zap: 萨波蒂克文
567
+ :zbl: 布利斯符号
498
568
  :zen: 泽纳加文
499
569
  :zh: 中文
500
- :zh-Hans: 中文(简体)
501
- :zh-Hant: 中文(繁体)
570
+ :zh-Hans: 简体中文
571
+ :zh-Hant: 繁体中文
502
572
  :znd: 赞德文
503
573
  :zu: 祖鲁文
504
- :zun: 祖尼语
574
+ :zun: 祖尼文
505
575
  :zxx: 无语言内容
506
576
  :zza: 扎扎文