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
@@ -585,6 +585,123 @@ SpelloutRules:
585
585
  1143: 一千一百四十三
586
586
  10311: 一万〇三百一十一
587
587
  138400: 十三万八千四百
588
+ spellout-numbering-days:
589
+ -1141: 负一千一百四十一
590
+ -1142: 负一千一百四十二
591
+ -1143: 负一千一百四十三
592
+ -100: 负一百
593
+ -75: 负七十五
594
+ -50: 负五十
595
+ -24: 负廿四
596
+ 0: 〇
597
+ 1: 初一
598
+ 2: 初二
599
+ 3: 初三
600
+ 4: 初四
601
+ 5: 初五
602
+ 6: 初六
603
+ 7: 初七
604
+ 8: 初八
605
+ 9: 初九
606
+ 10: 初十
607
+ 11: 十一
608
+ 12: 十二
609
+ 13: 十三
610
+ 14: 十四
611
+ 15: 十五
612
+ 16: 十六
613
+ 17: 十七
614
+ 18: 十八
615
+ 19: 十九
616
+ 20: 二十
617
+ 21: 廿一
618
+ 22: 廿二
619
+ 23: 廿三
620
+ 24: 廿四
621
+ 25: 廿五
622
+ 26: 廿六
623
+ 27: 廿七
624
+ 28: 廿八
625
+ 29: 廿九
626
+ 30: 三十
627
+ 31: 丗一
628
+ 32: 丗二
629
+ 33: 丗三
630
+ 34: 丗四
631
+ 35: 丗五
632
+ 36: 丗六
633
+ 37: 丗七
634
+ 38: 丗八
635
+ 39: 丗九
636
+ 40: 四十
637
+ 41: 卌一
638
+ 42: 卌二
639
+ 43: 卌三
640
+ 44: 卌四
641
+ 45: 卌五
642
+ 46: 卌六
643
+ 47: 卌七
644
+ 48: 卌八
645
+ 49: 卌九
646
+ 50: 五十
647
+ 51: 五十一
648
+ 52: 五十二
649
+ 53: 五十三
650
+ 54: 五十四
651
+ 55: 五十五
652
+ 56: 五十六
653
+ 57: 五十七
654
+ 58: 五十八
655
+ 59: 五十九
656
+ 60: 六十
657
+ 61: 六十一
658
+ 62: 六十二
659
+ 63: 六十三
660
+ 64: 六十四
661
+ 65: 六十五
662
+ 66: 六十六
663
+ 67: 六十七
664
+ 68: 六十八
665
+ 69: 六十九
666
+ 70: 七十
667
+ 71: 七十一
668
+ 72: 七十二
669
+ 73: 七十三
670
+ 74: 七十四
671
+ 75: 七十五
672
+ 76: 七十六
673
+ 77: 七十七
674
+ 78: 七十八
675
+ 79: 七十九
676
+ 80: 八十
677
+ 81: 八十一
678
+ 82: 八十二
679
+ 83: 八十三
680
+ 84: 八十四
681
+ 85: 八十五
682
+ 86: 八十六
683
+ 87: 八十七
684
+ 88: 八十八
685
+ 89: 八十九
686
+ 90: 九十
687
+ 91: 九十一
688
+ 92: 九十二
689
+ 93: 九十三
690
+ 94: 九十四
691
+ 95: 九十五
692
+ 96: 九十六
693
+ 97: 九十七
694
+ 98: 九十八
695
+ 99: 九十九
696
+ 100: 一百
697
+ 321: 三百二十一
698
+ 322: 三百二十二
699
+ 323: 三百二十三
700
+ 1141: 一千一百四十一
701
+ 1142: 一千一百四十二
702
+ 1143: 一千一百四十三
703
+ 10311: 一万〇三百一十一
704
+ 138400: 十三万八千四百
588
705
  spellout-numbering-year:
589
706
  -1141: 负二负二负五负一
590
707
  -1142: 负二负二负五负二
@@ -12,9 +12,14 @@ describe Rules do
12
12
  it "calls eval on the hash that gets returned, lambdas and all" do
13
13
  result = Rules.send(:get_resource, :ru)
14
14
 
15
- expect(result).to include(:keys, :rule)
16
- expect(result[:keys].size).to eq(3)
17
- expect(result[:rule]).to be_a(Proc)
15
+ [:cardinal, :ordinal].each do |type|
16
+ expect(result).to include(type)
17
+ expect(result[type]).to include(:names, :rule)
18
+ expect(result[type][:rule]).to be_a(Proc)
19
+ end
20
+
21
+ expect(result[:cardinal][:names].size).to eq(4)
22
+ expect(result[:ordinal][:names].size).to eq(1)
18
23
  end
19
24
  end
20
25
 
@@ -29,8 +34,9 @@ describe Rules do
29
34
  it "returns the correct values for Russian rules" do
30
35
  rules = {
31
36
  :one => [1, 101],
37
+ :few => [2, 3, 4],
32
38
  :many => ((5..11).to_a + [111]),
33
- :other => [2, 3, 4, 102]
39
+ :other => [10.0, 100.0, 1000.0]
34
40
  }
35
41
 
36
42
  rules.each do |rule, examples|
@@ -43,29 +49,46 @@ describe Rules do
43
49
  expect(Rules.rule_for(1, :en)).to eq(:other)
44
50
  expect(Rules.rule_for(1, :ru)).to eq(:other)
45
51
  end
52
+
53
+ it "supports ordinal plurals" do
54
+ expect(Rules.rule_for(1, :en, :ordinal)).to eq(:one)
55
+ expect(Rules.rule_for(2, :en, :ordinal)).to eq(:two)
56
+ expect(Rules.rule_for(3, :en, :ordinal)).to eq(:few)
57
+ expect(Rules.rule_for(4, :en, :ordinal)).to eq(:other)
58
+ expect(Rules.rule_for(11, :en, :ordinal)).to eq(:other)
59
+ expect(Rules.rule_for(13, :en, :ordinal)).to eq(:other)
60
+ expect(Rules.rule_for(22, :en, :ordinal)).to eq(:two)
61
+ end
46
62
  end
47
63
 
48
64
  describe "#all_for" do
49
65
  it "returns a list of all applicable rules for the given locale" do
50
66
  expect(Rules.all_for(:en)).to match_array([:one, :other])
51
- expect(Rules.all_for(:ru)).to match_array([:one, :many, :other])
52
- end
53
-
54
- it "returns nil on error" do
55
- stub(Rules).get_resource { lambda { raise "Jelly beans" } }
56
- expect(Rules.all_for(:en)).to be_nil
57
- expect(Rules.all_for(:ru)).to be_nil
67
+ expect(Rules.all_for(:ru)).to match_array([:one, :few, :many, :other])
58
68
  end
59
69
 
60
70
  it "returns data for zh-Hant" do
61
71
  expect(Rules.all_for(:'zh-Hant')).to match_array([:other])
62
72
  end
73
+
74
+ it "returns ordinal plurals if asked" do
75
+ expect(Rules.all_for(:en, :ordinal)).to match_array([
76
+ :one, :two, :few, :other
77
+ ])
78
+ end
63
79
  end
64
80
 
65
81
  describe "#all" do
66
- it "gets rules for the default locale (usually supplied by FastGettext)" do
82
+ before(:each) do
67
83
  mock(TwitterCldr).locale { :ru }
68
- expect(Rules.all).to match_array([:one, :many, :other])
84
+ end
85
+
86
+ it "gets rules for the default locale (usually supplied by FastGettext)" do
87
+ expect(Rules.all).to match_array([:one, :few, :many, :other])
88
+ end
89
+
90
+ it "returns ordinal rules for the default locale if asked" do
91
+ expect(Rules.all(:ordinal)).to match_array([:other])
69
92
  end
70
93
  end
71
- end
94
+ end
@@ -154,8 +154,9 @@ describe LocalizedNumber do
154
154
  describe '#plural_rule' do
155
155
  it 'returns the appropriate plural rule for the number' do
156
156
  expect(1.localize(:ru).plural_rule).to eq(:one)
157
- expect(2.localize(:ru).plural_rule).to eq(:other)
157
+ expect(2.localize(:ru).plural_rule).to eq(:few)
158
158
  expect(5.localize(:ru).plural_rule).to eq(:many)
159
+ expect(10.0.localize(:ru).plural_rule).to eq(:other)
159
160
  end
160
161
 
161
162
  it 'takes FastGettext.locale into account' do
@@ -16,7 +16,7 @@ describe NumberParser do
16
16
 
17
17
  describe "#group_separator" do
18
18
  it "returns the correct group separator" do
19
- expect(@parser.send(:group_separator)).to match_normalized(" ")
19
+ expect(@parser.send(:group_separator)).to match_normalized("\\.")
20
20
  end
21
21
  end
22
22
 
@@ -69,7 +69,7 @@ describe NumberParser do
69
69
 
70
70
  it "returns only locale-specific separators when strict mode is on" do
71
71
  group, decimal = @parser.send(:separators, true)
72
- expect(group).to match_normalized(" ")
72
+ expect(group).to match_normalized("\\.")
73
73
  expect(decimal).to eq(',')
74
74
  end
75
75
  end
@@ -120,7 +120,7 @@ describe NumberParser do
120
120
  end
121
121
 
122
122
  it "correctly identifies a series of invalid cases" do
123
- ["12,0,0", "5,", "5#{[160].pack("U*")}"].each do |num|
123
+ ["12,0,0", "5,", "5."].each do |num|
124
124
  expect(@parser.valid?(num)).to be_false
125
125
  end
126
126
  end
@@ -144,7 +144,7 @@ describe NumberParser do
144
144
  end
145
145
 
146
146
  it "correctly raises an error when asked to parse invalid numbers" do
147
- cases = ["12,0,0", "5,", "5#{[160].pack("U*")}"]
147
+ cases = ["12,0,0", "5,", "5."]
148
148
  cases.each do |text|
149
149
  expect { @parser.parse(text) }.to raise_error(InvalidNumberError)
150
150
  end
@@ -184,4 +184,4 @@ describe NumberParser do
184
184
  expect { @parser.try_parse(Object.new) }.to raise_error(NoMethodError)
185
185
  end
186
186
  end
187
- end
187
+ end
@@ -193,8 +193,8 @@ describe Calendar do
193
193
  describe '#eras' do
194
194
  it 'returns default eras' do
195
195
  expect(calendar.eras).to eq({
196
- 0 => "vor der gewöhnlichen Zeitrechnung",
197
- 1 => "der gewöhnlichen Zeitrechnung"
196
+ 0 => "vor unserer Zeitrechnung",
197
+ 1 => "unserer Zeitrechnung"
198
198
  })
199
199
  end
200
200
 
@@ -256,4 +256,4 @@ describe Calendar do
256
256
  end
257
257
  end
258
258
 
259
- end
259
+ end
@@ -47,11 +47,27 @@ describe PostalCodes do
47
47
  end
48
48
  end
49
49
 
50
+ describe '#find_all' do
51
+ it 'matches valid postal codes' do
52
+ expect(postal_code.find_all("12345 23456")).to eql(['12345', '23456'])
53
+ end
54
+
55
+ it 'does not match invalid postal codes' do
56
+ expect(postal_code.find_all("123456 23456")).to eql(['23456'])
57
+ expect(postal_code.find_all("12345 234567")).to eql(['12345'])
58
+ expect(postal_code.find_all("12345 234567 34567")).to eql(['12345', '34567'])
59
+ end
60
+ end
61
+
50
62
  describe '#valid?' do
51
63
  it 'returns true if a given postal code satisfies the regexp' do
52
64
  postal_code.valid?('12345-6789').should be_true
53
65
  end
54
66
 
67
+ it 'returns false if a given postal code adds extra characters to an otherwise valid code' do
68
+ postal_code.valid?('123456').should be_false
69
+ end
70
+
55
71
  it "returns false if a given postal code doesn't satisfy the regexp" do
56
72
  postal_code.valid?('postal-code').should be_false
57
73
  end
@@ -56,12 +56,12 @@ describe Territories do
56
56
  describe "#from_territory_code_for_locale" do
57
57
  it "should return the territory in the correct locale for the given locale code (i.e. RU in English should be Russia)" do
58
58
  expect(Territories.from_territory_code_for_locale(:ES, :en)).to match_normalized("Spain")
59
- expect(Territories.from_territory_code_for_locale(:GB, :es)).to match_normalized("UK")
59
+ expect(Territories.from_territory_code_for_locale(:GB, :es)).to match_normalized("RU") # reino unido
60
60
  end
61
61
 
62
62
  it "should work with lower-case country codes as well" do
63
63
  expect(Territories.from_territory_code_for_locale(:es, :en)).to match_normalized("Spain")
64
- expect(Territories.from_territory_code_for_locale(:gb, :es)).to match_normalized("UK")
64
+ expect(Territories.from_territory_code_for_locale(:gb, :es)).to match_normalized("RU") # reino unido
65
65
  end
66
66
 
67
67
  it "should work with Traditional Chinese" do
data/spec/spec_helper.rb CHANGED
@@ -93,4 +93,4 @@ def check_token_list(got, expected)
93
93
  expect(got[index].send(exp_key)).to eq(exp_val)
94
94
  end
95
95
  end
96
- end
96
+ end
data/twitter_cldr.gemspec CHANGED
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.add_dependency 'json'
18
18
  s.add_dependency 'camertron-eprun'
19
19
  s.add_dependency 'tzinfo'
20
+ s.add_dependency 'cldr-plurals-runtime-rb', '~> 1.0.0'
20
21
 
21
22
  s.require_path = 'lib'
22
23
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter_cldr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.10
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Dutro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-22 00:00:00.000000000 Z
11
+ date: 2014-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -52,6 +52,20 @@ dependencies:
52
52
  - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: cldr-plurals-runtime-rb
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ~>
60
+ - !ruby/object:Gem::Version
61
+ version: 1.0.0
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ~>
67
+ - !ruby/object:Gem::Version
68
+ version: 1.0.0
55
69
  description: Ruby implementation of the ICU (International Components for Unicode)
56
70
  that uses the Common Locale Data Repository to format dates, plurals, and more.
57
71
  email:
@@ -60,6 +74,14 @@ executables: []
60
74
  extensions: []
61
75
  extra_rdoc_files: []
62
76
  files:
77
+ - Gemfile
78
+ - History.txt
79
+ - LICENSE
80
+ - NOTICE
81
+ - README.md
82
+ - Rakefile
83
+ - lib/twitter_cldr.rb
84
+ - lib/twitter_cldr/collation.rb
63
85
  - lib/twitter_cldr/collation/collator.rb
64
86
  - lib/twitter_cldr/collation/implicit_collation_elements.rb
65
87
  - lib/twitter_cldr/collation/sort_key_builder.rb
@@ -67,8 +89,8 @@ files:
67
89
  - lib/twitter_cldr/collation/trie_builder.rb
68
90
  - lib/twitter_cldr/collation/trie_loader.rb
69
91
  - lib/twitter_cldr/collation/trie_with_fallback.rb
70
- - lib/twitter_cldr/collation.rb
71
92
  - lib/twitter_cldr/core_ext.rb
93
+ - lib/twitter_cldr/data_readers.rb
72
94
  - lib/twitter_cldr/data_readers/additional_date_format_selector.rb
73
95
  - lib/twitter_cldr/data_readers/calendar_data_reader.rb
74
96
  - lib/twitter_cldr/data_readers/data_reader.rb
@@ -77,11 +99,12 @@ files:
77
99
  - lib/twitter_cldr/data_readers/number_data_reader.rb
78
100
  - lib/twitter_cldr/data_readers/time_data_reader.rb
79
101
  - lib/twitter_cldr/data_readers/timespan_data_reader.rb
80
- - lib/twitter_cldr/data_readers.rb
102
+ - lib/twitter_cldr/formatters.rb
81
103
  - lib/twitter_cldr/formatters/calendars/date_time_formatter.rb
82
104
  - lib/twitter_cldr/formatters/calendars/timespan_formatter.rb
83
105
  - lib/twitter_cldr/formatters/formatter.rb
84
106
  - lib/twitter_cldr/formatters/list_formatter.rb
107
+ - lib/twitter_cldr/formatters/numbers.rb
85
108
  - lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb
86
109
  - lib/twitter_cldr/formatters/numbers/abbreviated/long_decimal_formatter.rb
87
110
  - lib/twitter_cldr/formatters/numbers/abbreviated/short_decimal_formatter.rb
@@ -92,19 +115,19 @@ files:
92
115
  - lib/twitter_cldr/formatters/numbers/helpers/integer.rb
93
116
  - lib/twitter_cldr/formatters/numbers/number_formatter.rb
94
117
  - lib/twitter_cldr/formatters/numbers/percent_formatter.rb
118
+ - lib/twitter_cldr/formatters/numbers/rbnf.rb
95
119
  - lib/twitter_cldr/formatters/numbers/rbnf/formatters.rb
120
+ - lib/twitter_cldr/formatters/numbers/rbnf/plural.rb
96
121
  - lib/twitter_cldr/formatters/numbers/rbnf/post_processors/chinese.rb
97
122
  - lib/twitter_cldr/formatters/numbers/rbnf/rule.rb
98
123
  - lib/twitter_cldr/formatters/numbers/rbnf/rule_group.rb
99
124
  - lib/twitter_cldr/formatters/numbers/rbnf/rule_parser.rb
100
125
  - lib/twitter_cldr/formatters/numbers/rbnf/rule_set.rb
101
126
  - lib/twitter_cldr/formatters/numbers/rbnf/substitution.rb
102
- - lib/twitter_cldr/formatters/numbers/rbnf.rb
103
- - lib/twitter_cldr/formatters/numbers.rb
127
+ - lib/twitter_cldr/formatters/plurals.rb
104
128
  - lib/twitter_cldr/formatters/plurals/plural_formatter.rb
105
129
  - lib/twitter_cldr/formatters/plurals/rules.rb
106
- - lib/twitter_cldr/formatters/plurals.rb
107
- - lib/twitter_cldr/formatters.rb
130
+ - lib/twitter_cldr/localized.rb
108
131
  - lib/twitter_cldr/localized/localized_array.rb
109
132
  - lib/twitter_cldr/localized/localized_date.rb
110
133
  - lib/twitter_cldr/localized/localized_datetime.rb
@@ -115,8 +138,8 @@ files:
115
138
  - lib/twitter_cldr/localized/localized_symbol.rb
116
139
  - lib/twitter_cldr/localized/localized_time.rb
117
140
  - lib/twitter_cldr/localized/localized_timespan.rb
118
- - lib/twitter_cldr/localized.rb
119
141
  - lib/twitter_cldr/normalization.rb
142
+ - lib/twitter_cldr/parsers.rb
120
143
  - lib/twitter_cldr/parsers/number_parser.rb
121
144
  - lib/twitter_cldr/parsers/parser.rb
122
145
  - lib/twitter_cldr/parsers/segmentation_parser.rb
@@ -128,7 +151,7 @@ files:
128
151
  - lib/twitter_cldr/parsers/unicode_regex/literal.rb
129
152
  - lib/twitter_cldr/parsers/unicode_regex/unicode_string.rb
130
153
  - lib/twitter_cldr/parsers/unicode_regex_parser.rb
131
- - lib/twitter_cldr/parsers.rb
154
+ - lib/twitter_cldr/resources.rb
132
155
  - lib/twitter_cldr/resources/bidi_test_importer.rb
133
156
  - lib/twitter_cldr/resources/canonical_compositions_updater.rb
134
157
  - lib/twitter_cldr/resources/casefolder.rb.erb
@@ -148,12 +171,12 @@ files:
148
171
  - lib/twitter_cldr/resources/readme_renderer.rb
149
172
  - lib/twitter_cldr/resources/regexp_ast_generator.rb
150
173
  - lib/twitter_cldr/resources/tailoring_importer.rb
151
- - lib/twitter_cldr/resources/uli/segment_exceptions_importer.rb
152
174
  - lib/twitter_cldr/resources/uli.rb
175
+ - lib/twitter_cldr/resources/uli/segment_exceptions_importer.rb
153
176
  - lib/twitter_cldr/resources/unicode_data_importer.rb
154
177
  - lib/twitter_cldr/resources/unicode_importer.rb
155
178
  - lib/twitter_cldr/resources/unicode_properties_importer.rb
156
- - lib/twitter_cldr/resources.rb
179
+ - lib/twitter_cldr/shared.rb
157
180
  - lib/twitter_cldr/shared/bidi.rb
158
181
  - lib/twitter_cldr/shared/break_iterator.rb
159
182
  - lib/twitter_cldr/shared/calendar.rb
@@ -172,7 +195,7 @@ files:
172
195
  - lib/twitter_cldr/shared/territory.rb
173
196
  - lib/twitter_cldr/shared/timezones.rb
174
197
  - lib/twitter_cldr/shared/unicode_regex.rb
175
- - lib/twitter_cldr/shared.rb
198
+ - lib/twitter_cldr/tokenizers.rb
176
199
  - lib/twitter_cldr/tokenizers/calendars/date_time_tokenizer.rb
177
200
  - lib/twitter_cldr/tokenizers/calendars/date_tokenizer.rb
178
201
  - lib/twitter_cldr/tokenizers/calendars/time_tokenizer.rb
@@ -185,209 +208,14 @@ files:
185
208
  - lib/twitter_cldr/tokenizers/token.rb
186
209
  - lib/twitter_cldr/tokenizers/tokenizer.rb
187
210
  - lib/twitter_cldr/tokenizers/unicode_regex/unicode_regex_tokenizer.rb
188
- - lib/twitter_cldr/tokenizers.rb
211
+ - lib/twitter_cldr/utils.rb
189
212
  - lib/twitter_cldr/utils/code_points.rb
190
213
  - lib/twitter_cldr/utils/interpolation.rb
191
214
  - lib/twitter_cldr/utils/range_set.rb
192
215
  - lib/twitter_cldr/utils/regexp_ast.rb
193
216
  - lib/twitter_cldr/utils/regexp_sampler.rb
194
217
  - lib/twitter_cldr/utils/yaml.rb
195
- - lib/twitter_cldr/utils.rb
196
218
  - lib/twitter_cldr/version.rb
197
- - lib/twitter_cldr.rb
198
- - spec/bidi/bidi_spec.rb
199
- - spec/bidi/classpath_bidi_test.txt
200
- - spec/collation/collation_spec.rb
201
- - spec/collation/CollationTest_CLDR_NON_IGNORABLE_Short.txt
202
- - spec/collation/collator_spec.rb
203
- - spec/collation/implicit_collation_elements_spec.rb
204
- - spec/collation/sort_key_builder_spec.rb
205
- - spec/collation/tailoring_spec.rb
206
- - spec/collation/tailoring_tests/af.txt
207
- - spec/collation/tailoring_tests/ar.txt
208
- - spec/collation/tailoring_tests/ca.txt
209
- - spec/collation/tailoring_tests/cs.txt
210
- - spec/collation/tailoring_tests/da.txt
211
- - spec/collation/tailoring_tests/de.txt
212
- - spec/collation/tailoring_tests/el.txt
213
- - spec/collation/tailoring_tests/en.txt
214
- - spec/collation/tailoring_tests/es.txt
215
- - spec/collation/tailoring_tests/eu.txt
216
- - spec/collation/tailoring_tests/fa.txt
217
- - spec/collation/tailoring_tests/fi.txt
218
- - spec/collation/tailoring_tests/fil.txt
219
- - spec/collation/tailoring_tests/fr.txt
220
- - spec/collation/tailoring_tests/he.txt
221
- - spec/collation/tailoring_tests/hi.txt
222
- - spec/collation/tailoring_tests/hu.txt
223
- - spec/collation/tailoring_tests/id.txt
224
- - spec/collation/tailoring_tests/it.txt
225
- - spec/collation/tailoring_tests/ja.txt
226
- - spec/collation/tailoring_tests/ko.txt
227
- - spec/collation/tailoring_tests/ms.txt
228
- - spec/collation/tailoring_tests/nb.txt
229
- - spec/collation/tailoring_tests/nl.txt
230
- - spec/collation/tailoring_tests/pl.txt
231
- - spec/collation/tailoring_tests/pt.txt
232
- - spec/collation/tailoring_tests/ru.txt
233
- - spec/collation/tailoring_tests/sv.txt
234
- - spec/collation/tailoring_tests/th.txt
235
- - spec/collation/tailoring_tests/tr.txt
236
- - spec/collation/tailoring_tests/uk.txt
237
- - spec/collation/tailoring_tests/ur.txt
238
- - spec/collation/tailoring_tests/zh-Hant.txt
239
- - spec/collation/tailoring_tests/zh.txt
240
- - spec/collation/trie_builder_spec.rb
241
- - spec/collation/trie_dumps_spec.rb
242
- - spec/collation/trie_loader_spec.rb
243
- - spec/collation/trie_spec.rb
244
- - spec/collation/trie_with_fallback_spec.rb
245
- - spec/core_ext_spec.rb
246
- - spec/data_readers/additional_date_format_selector_spec.rb
247
- - spec/data_readers/date_time_data_reader_spec.rb
248
- - spec/data_readers/number_data_reader_spec.rb
249
- - spec/data_readers/timespan_data_reader_spec.rb
250
- - spec/formatters/calendars/datetime_formatter_spec.rb
251
- - spec/formatters/list_formatter_spec.rb
252
- - spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb
253
- - spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb
254
- - spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb
255
- - spec/formatters/numbers/currency_formatter_spec.rb
256
- - spec/formatters/numbers/decimal_formatter_spec.rb
257
- - spec/formatters/numbers/helpers/fraction_spec.rb
258
- - spec/formatters/numbers/helpers/integer_spec.rb
259
- - spec/formatters/numbers/number_formatter_spec.rb
260
- - spec/formatters/numbers/percent_formatter_spec.rb
261
- - spec/formatters/numbers/rbnf/allowed_failures.yml
262
- - spec/formatters/numbers/rbnf/locales/af/rbnf_test.yml
263
- - spec/formatters/numbers/rbnf/locales/ar/rbnf_test.yml
264
- - spec/formatters/numbers/rbnf/locales/be/rbnf_test.yml
265
- - spec/formatters/numbers/rbnf/locales/bg/rbnf_test.yml
266
- - spec/formatters/numbers/rbnf/locales/bn/rbnf_test.yml
267
- - spec/formatters/numbers/rbnf/locales/ca/rbnf_test.yml
268
- - spec/formatters/numbers/rbnf/locales/cs/rbnf_test.yml
269
- - spec/formatters/numbers/rbnf/locales/cy/rbnf_test.yml
270
- - spec/formatters/numbers/rbnf/locales/da/rbnf_test.yml
271
- - spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml
272
- - spec/formatters/numbers/rbnf/locales/de-CH/rbnf_test.yml
273
- - spec/formatters/numbers/rbnf/locales/el/rbnf_test.yml
274
- - spec/formatters/numbers/rbnf/locales/en/rbnf_test.yml
275
- - spec/formatters/numbers/rbnf/locales/en-150/rbnf_test.yml
276
- - spec/formatters/numbers/rbnf/locales/en-AU/rbnf_test.yml
277
- - spec/formatters/numbers/rbnf/locales/en-CA/rbnf_test.yml
278
- - spec/formatters/numbers/rbnf/locales/en-GB/rbnf_test.yml
279
- - spec/formatters/numbers/rbnf/locales/en-IE/rbnf_test.yml
280
- - spec/formatters/numbers/rbnf/locales/en-SG/rbnf_test.yml
281
- - spec/formatters/numbers/rbnf/locales/en-ZA/rbnf_test.yml
282
- - spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml
283
- - spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml
284
- - spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml
285
- - spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml
286
- - spec/formatters/numbers/rbnf/locales/es-US/rbnf_test.yml
287
- - spec/formatters/numbers/rbnf/locales/eu/rbnf_test.yml
288
- - spec/formatters/numbers/rbnf/locales/fa/rbnf_test.yml
289
- - spec/formatters/numbers/rbnf/locales/fi/rbnf_test.yml
290
- - spec/formatters/numbers/rbnf/locales/fil/rbnf_test.yml
291
- - spec/formatters/numbers/rbnf/locales/fr/rbnf_test.yml
292
- - spec/formatters/numbers/rbnf/locales/fr-BE/rbnf_test.yml
293
- - spec/formatters/numbers/rbnf/locales/fr-CA/rbnf_test.yml
294
- - spec/formatters/numbers/rbnf/locales/fr-CH/rbnf_test.yml
295
- - spec/formatters/numbers/rbnf/locales/ga/rbnf_test.yml
296
- - spec/formatters/numbers/rbnf/locales/gl/rbnf_test.yml
297
- - spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml
298
- - spec/formatters/numbers/rbnf/locales/hi/rbnf_test.yml
299
- - spec/formatters/numbers/rbnf/locales/hr/rbnf_test.yml
300
- - spec/formatters/numbers/rbnf/locales/hu/rbnf_test.yml
301
- - spec/formatters/numbers/rbnf/locales/id/rbnf_test.yml
302
- - spec/formatters/numbers/rbnf/locales/is/rbnf_test.yml
303
- - spec/formatters/numbers/rbnf/locales/it/rbnf_test.yml
304
- - spec/formatters/numbers/rbnf/locales/it-CH/rbnf_test.yml
305
- - spec/formatters/numbers/rbnf/locales/ja/rbnf_test.yml
306
- - spec/formatters/numbers/rbnf/locales/ko/rbnf_test.yml
307
- - spec/formatters/numbers/rbnf/locales/lv/rbnf_test.yml
308
- - spec/formatters/numbers/rbnf/locales/ms/rbnf_test.yml
309
- - spec/formatters/numbers/rbnf/locales/nb/rbnf_test.yml
310
- - spec/formatters/numbers/rbnf/locales/nl/rbnf_test.yml
311
- - spec/formatters/numbers/rbnf/locales/pl/rbnf_test.yml
312
- - spec/formatters/numbers/rbnf/locales/pt/rbnf_test.yml
313
- - spec/formatters/numbers/rbnf/locales/ro/rbnf_test.yml
314
- - spec/formatters/numbers/rbnf/locales/ru/rbnf_test.yml
315
- - spec/formatters/numbers/rbnf/locales/sk/rbnf_test.yml
316
- - spec/formatters/numbers/rbnf/locales/sq/rbnf_test.yml
317
- - spec/formatters/numbers/rbnf/locales/sr/rbnf_test.yml
318
- - spec/formatters/numbers/rbnf/locales/sv/rbnf_test.yml
319
- - spec/formatters/numbers/rbnf/locales/ta/rbnf_test.yml
320
- - spec/formatters/numbers/rbnf/locales/th/rbnf_test.yml
321
- - spec/formatters/numbers/rbnf/locales/tr/rbnf_test.yml
322
- - spec/formatters/numbers/rbnf/locales/uk/rbnf_test.yml
323
- - spec/formatters/numbers/rbnf/locales/ur/rbnf_test.yml
324
- - spec/formatters/numbers/rbnf/locales/vi/rbnf_test.yml
325
- - spec/formatters/numbers/rbnf/locales/zh/rbnf_test.yml
326
- - spec/formatters/numbers/rbnf/locales/zh-Hant/rbnf_test.yml
327
- - spec/formatters/numbers/rbnf/rbnf_spec.rb
328
- - spec/formatters/plurals/plural_formatter_spec.rb
329
- - spec/formatters/plurals/rules_spec.rb
330
- - spec/localized/localized_array_spec.rb
331
- - spec/localized/localized_date_spec.rb
332
- - spec/localized/localized_datetime_spec.rb
333
- - spec/localized/localized_hash_spec.rb
334
- - spec/localized/localized_number_spec.rb
335
- - spec/localized/localized_object_spec.rb
336
- - spec/localized/localized_string_spec.rb
337
- - spec/localized/localized_symbol_spec.rb
338
- - spec/localized/localized_time_spec.rb
339
- - spec/localized/localized_timespan_spec.rb
340
- - spec/normalization_spec.rb
341
- - spec/parsers/number_parser_spec.rb
342
- - spec/parsers/parser_spec.rb
343
- - spec/parsers/segmentation_parser_spec.rb
344
- - spec/parsers/symbol_table_spec.rb
345
- - spec/parsers/unicode_regex/character_class_spec.rb
346
- - spec/parsers/unicode_regex/character_range_spec.rb
347
- - spec/parsers/unicode_regex/character_set_spec.rb
348
- - spec/parsers/unicode_regex/literal_spec.rb
349
- - spec/parsers/unicode_regex/unicode_string_spec.rb
350
- - spec/parsers/unicode_regex_parser_spec.rb
351
- - spec/readme_spec.rb
352
- - spec/resources/loader_spec.rb
353
- - spec/shared/break_iterator_spec.rb
354
- - spec/shared/calendar_spec.rb
355
- - spec/shared/casefolder_spec.rb
356
- - spec/shared/casefolding.txt
357
- - spec/shared/casefolding_expected.txt
358
- - spec/shared/code_point_spec.rb
359
- - spec/shared/currencies_spec.rb
360
- - spec/shared/language_codes_spec.rb
361
- - spec/shared/languages_spec.rb
362
- - spec/shared/numbering_system_spec.rb
363
- - spec/shared/numbers_spec.rb
364
- - spec/shared/phone_codes_spec.rb
365
- - spec/shared/postal_code_generator_spec.rb
366
- - spec/shared/postal_codes_spec.rb
367
- - spec/shared/territories_containment_spec.rb
368
- - spec/shared/territories_spec.rb
369
- - spec/shared/territory_spec.rb
370
- - spec/shared/unicode_regex_spec.rb
371
- - spec/spec_helper.rb
372
- - spec/tokenizers/calendars/date_tokenizer_spec.rb
373
- - spec/tokenizers/calendars/datetime_tokenizer_spec.rb
374
- - spec/tokenizers/calendars/time_tokenizer_spec.rb
375
- - spec/tokenizers/calendars/timespan_tokenizer_spec.rb
376
- - spec/tokenizers/composite_token_spec.rb
377
- - spec/tokenizers/numbers/number_tokenizer_spec.rb
378
- - spec/tokenizers/segmentation/segmentation_tokenizer_spec.rb
379
- - spec/tokenizers/token_spec.rb
380
- - spec/tokenizers/unicode_regex/unicode_regex_tokenizer_spec.rb
381
- - spec/twitter_cldr_spec.rb
382
- - spec/utils/code_points_spec.rb
383
- - spec/utils/interpolation_spec.rb
384
- - spec/utils/range_set_spec.rb
385
- - spec/utils/regexp_ast_spec.rb
386
- - spec/utils/regexp_sampler_spec.rb
387
- - spec/utils/yaml/t.gif
388
- - spec/utils/yaml/t.yaml
389
- - spec/utils/yaml/yaml_spec.rb
390
- - spec/utils_spec.rb
391
219
  - resources/collation/FractionalUCA_SHORT.txt
392
220
  - resources/collation/tailoring/af.yml
393
221
  - resources/collation/tailoring/ar.yml
@@ -531,8 +359,8 @@ files:
531
359
  - resources/custom/locales/da/units.yml
532
360
  - resources/custom/locales/de/units.yml
533
361
  - resources/custom/locales/el/units.yml
534
- - resources/custom/locales/en/units.yml
535
362
  - resources/custom/locales/en-GB/units.yml
363
+ - resources/custom/locales/en/units.yml
536
364
  - resources/custom/locales/es/units.yml
537
365
  - resources/custom/locales/eu/units.yml
538
366
  - resources/custom/locales/fa/units.yml
@@ -544,7 +372,6 @@ files:
544
372
  - resources/custom/locales/he/units.yml
545
373
  - resources/custom/locales/hi/units.yml
546
374
  - resources/custom/locales/hr/units.yml
547
- - resources/custom/locales/hu/plurals.yml
548
375
  - resources/custom/locales/hu/units.yml
549
376
  - resources/custom/locales/id/units.yml
550
377
  - resources/custom/locales/it/units.yml
@@ -568,14 +395,15 @@ files:
568
395
  - resources/custom/locales/uk/units.yml
569
396
  - resources/custom/locales/ur/units.yml
570
397
  - resources/custom/locales/vi/units.yml
571
- - resources/custom/locales/zh/units.yml
572
398
  - resources/custom/locales/zh-Hant/units.yml
399
+ - resources/custom/locales/zh/units.yml
573
400
  - resources/locales/af/calendars.yml
574
401
  - resources/locales/af/currencies.yml
575
402
  - resources/locales/af/languages.yml
576
403
  - resources/locales/af/layout.yml
577
404
  - resources/locales/af/lists.yml
578
405
  - resources/locales/af/numbers.yml
406
+ - resources/locales/af/plural_rules.yml
579
407
  - resources/locales/af/plurals.yml
580
408
  - resources/locales/af/rbnf.yml
581
409
  - resources/locales/af/territories.yml
@@ -586,6 +414,7 @@ files:
586
414
  - resources/locales/ar/layout.yml
587
415
  - resources/locales/ar/lists.yml
588
416
  - resources/locales/ar/numbers.yml
417
+ - resources/locales/ar/plural_rules.yml
589
418
  - resources/locales/ar/plurals.yml
590
419
  - resources/locales/ar/rbnf.yml
591
420
  - resources/locales/ar/territories.yml
@@ -596,6 +425,7 @@ files:
596
425
  - resources/locales/be/layout.yml
597
426
  - resources/locales/be/lists.yml
598
427
  - resources/locales/be/numbers.yml
428
+ - resources/locales/be/plural_rules.yml
599
429
  - resources/locales/be/plurals.yml
600
430
  - resources/locales/be/rbnf.yml
601
431
  - resources/locales/be/territories.yml
@@ -606,6 +436,7 @@ files:
606
436
  - resources/locales/bg/layout.yml
607
437
  - resources/locales/bg/lists.yml
608
438
  - resources/locales/bg/numbers.yml
439
+ - resources/locales/bg/plural_rules.yml
609
440
  - resources/locales/bg/plurals.yml
610
441
  - resources/locales/bg/rbnf.yml
611
442
  - resources/locales/bg/territories.yml
@@ -616,6 +447,7 @@ files:
616
447
  - resources/locales/bn/layout.yml
617
448
  - resources/locales/bn/lists.yml
618
449
  - resources/locales/bn/numbers.yml
450
+ - resources/locales/bn/plural_rules.yml
619
451
  - resources/locales/bn/plurals.yml
620
452
  - resources/locales/bn/rbnf.yml
621
453
  - resources/locales/bn/territories.yml
@@ -626,6 +458,7 @@ files:
626
458
  - resources/locales/ca/layout.yml
627
459
  - resources/locales/ca/lists.yml
628
460
  - resources/locales/ca/numbers.yml
461
+ - resources/locales/ca/plural_rules.yml
629
462
  - resources/locales/ca/plurals.yml
630
463
  - resources/locales/ca/rbnf.yml
631
464
  - resources/locales/ca/territories.yml
@@ -636,6 +469,7 @@ files:
636
469
  - resources/locales/cs/layout.yml
637
470
  - resources/locales/cs/lists.yml
638
471
  - resources/locales/cs/numbers.yml
472
+ - resources/locales/cs/plural_rules.yml
639
473
  - resources/locales/cs/plurals.yml
640
474
  - resources/locales/cs/rbnf.yml
641
475
  - resources/locales/cs/territories.yml
@@ -646,6 +480,7 @@ files:
646
480
  - resources/locales/cy/layout.yml
647
481
  - resources/locales/cy/lists.yml
648
482
  - resources/locales/cy/numbers.yml
483
+ - resources/locales/cy/plural_rules.yml
649
484
  - resources/locales/cy/plurals.yml
650
485
  - resources/locales/cy/rbnf.yml
651
486
  - resources/locales/cy/territories.yml
@@ -656,56 +491,51 @@ files:
656
491
  - resources/locales/da/layout.yml
657
492
  - resources/locales/da/lists.yml
658
493
  - resources/locales/da/numbers.yml
494
+ - resources/locales/da/plural_rules.yml
659
495
  - resources/locales/da/plurals.yml
660
496
  - resources/locales/da/rbnf.yml
661
497
  - resources/locales/da/territories.yml
662
498
  - resources/locales/da/units.yml
663
- - resources/locales/de/calendars.yml
664
- - resources/locales/de/currencies.yml
665
- - resources/locales/de/languages.yml
666
- - resources/locales/de/layout.yml
667
- - resources/locales/de/lists.yml
668
- - resources/locales/de/numbers.yml
669
- - resources/locales/de/plurals.yml
670
- - resources/locales/de/rbnf.yml
671
- - resources/locales/de/territories.yml
672
- - resources/locales/de/units.yml
673
499
  - resources/locales/de-CH/calendars.yml
674
500
  - resources/locales/de-CH/currencies.yml
675
501
  - resources/locales/de-CH/languages.yml
676
502
  - resources/locales/de-CH/layout.yml
677
503
  - resources/locales/de-CH/lists.yml
678
504
  - resources/locales/de-CH/numbers.yml
505
+ - resources/locales/de-CH/plural_rules.yml
679
506
  - resources/locales/de-CH/plurals.yml
680
507
  - resources/locales/de-CH/rbnf.yml
681
508
  - resources/locales/de-CH/territories.yml
682
509
  - resources/locales/de-CH/units.yml
510
+ - resources/locales/de/calendars.yml
511
+ - resources/locales/de/currencies.yml
512
+ - resources/locales/de/languages.yml
513
+ - resources/locales/de/layout.yml
514
+ - resources/locales/de/lists.yml
515
+ - resources/locales/de/numbers.yml
516
+ - resources/locales/de/plural_rules.yml
517
+ - resources/locales/de/plurals.yml
518
+ - resources/locales/de/rbnf.yml
519
+ - resources/locales/de/territories.yml
520
+ - resources/locales/de/units.yml
683
521
  - resources/locales/el/calendars.yml
684
522
  - resources/locales/el/currencies.yml
685
523
  - resources/locales/el/languages.yml
686
524
  - resources/locales/el/layout.yml
687
525
  - resources/locales/el/lists.yml
688
526
  - resources/locales/el/numbers.yml
527
+ - resources/locales/el/plural_rules.yml
689
528
  - resources/locales/el/plurals.yml
690
529
  - resources/locales/el/rbnf.yml
691
530
  - resources/locales/el/territories.yml
692
531
  - resources/locales/el/units.yml
693
- - resources/locales/en/calendars.yml
694
- - resources/locales/en/currencies.yml
695
- - resources/locales/en/languages.yml
696
- - resources/locales/en/layout.yml
697
- - resources/locales/en/lists.yml
698
- - resources/locales/en/numbers.yml
699
- - resources/locales/en/plurals.yml
700
- - resources/locales/en/rbnf.yml
701
- - resources/locales/en/territories.yml
702
- - resources/locales/en/units.yml
703
532
  - resources/locales/en-150/calendars.yml
704
533
  - resources/locales/en-150/currencies.yml
705
534
  - resources/locales/en-150/languages.yml
706
535
  - resources/locales/en-150/layout.yml
707
536
  - resources/locales/en-150/lists.yml
708
537
  - resources/locales/en-150/numbers.yml
538
+ - resources/locales/en-150/plural_rules.yml
709
539
  - resources/locales/en-150/plurals.yml
710
540
  - resources/locales/en-150/rbnf.yml
711
541
  - resources/locales/en-150/territories.yml
@@ -716,6 +546,7 @@ files:
716
546
  - resources/locales/en-AU/layout.yml
717
547
  - resources/locales/en-AU/lists.yml
718
548
  - resources/locales/en-AU/numbers.yml
549
+ - resources/locales/en-AU/plural_rules.yml
719
550
  - resources/locales/en-AU/plurals.yml
720
551
  - resources/locales/en-AU/rbnf.yml
721
552
  - resources/locales/en-AU/territories.yml
@@ -726,6 +557,7 @@ files:
726
557
  - resources/locales/en-CA/layout.yml
727
558
  - resources/locales/en-CA/lists.yml
728
559
  - resources/locales/en-CA/numbers.yml
560
+ - resources/locales/en-CA/plural_rules.yml
729
561
  - resources/locales/en-CA/plurals.yml
730
562
  - resources/locales/en-CA/rbnf.yml
731
563
  - resources/locales/en-CA/territories.yml
@@ -736,6 +568,7 @@ files:
736
568
  - resources/locales/en-GB/layout.yml
737
569
  - resources/locales/en-GB/lists.yml
738
570
  - resources/locales/en-GB/numbers.yml
571
+ - resources/locales/en-GB/plural_rules.yml
739
572
  - resources/locales/en-GB/plurals.yml
740
573
  - resources/locales/en-GB/rbnf.yml
741
574
  - resources/locales/en-GB/territories.yml
@@ -746,6 +579,7 @@ files:
746
579
  - resources/locales/en-IE/layout.yml
747
580
  - resources/locales/en-IE/lists.yml
748
581
  - resources/locales/en-IE/numbers.yml
582
+ - resources/locales/en-IE/plural_rules.yml
749
583
  - resources/locales/en-IE/plurals.yml
750
584
  - resources/locales/en-IE/rbnf.yml
751
585
  - resources/locales/en-IE/territories.yml
@@ -756,6 +590,7 @@ files:
756
590
  - resources/locales/en-SG/layout.yml
757
591
  - resources/locales/en-SG/lists.yml
758
592
  - resources/locales/en-SG/numbers.yml
593
+ - resources/locales/en-SG/plural_rules.yml
759
594
  - resources/locales/en-SG/plurals.yml
760
595
  - resources/locales/en-SG/rbnf.yml
761
596
  - resources/locales/en-SG/territories.yml
@@ -766,26 +601,29 @@ files:
766
601
  - resources/locales/en-ZA/layout.yml
767
602
  - resources/locales/en-ZA/lists.yml
768
603
  - resources/locales/en-ZA/numbers.yml
604
+ - resources/locales/en-ZA/plural_rules.yml
769
605
  - resources/locales/en-ZA/plurals.yml
770
606
  - resources/locales/en-ZA/rbnf.yml
771
607
  - resources/locales/en-ZA/territories.yml
772
608
  - resources/locales/en-ZA/units.yml
773
- - resources/locales/es/calendars.yml
774
- - resources/locales/es/currencies.yml
775
- - resources/locales/es/languages.yml
776
- - resources/locales/es/layout.yml
777
- - resources/locales/es/lists.yml
778
- - resources/locales/es/numbers.yml
779
- - resources/locales/es/plurals.yml
780
- - resources/locales/es/rbnf.yml
781
- - resources/locales/es/territories.yml
782
- - resources/locales/es/units.yml
609
+ - resources/locales/en/calendars.yml
610
+ - resources/locales/en/currencies.yml
611
+ - resources/locales/en/languages.yml
612
+ - resources/locales/en/layout.yml
613
+ - resources/locales/en/lists.yml
614
+ - resources/locales/en/numbers.yml
615
+ - resources/locales/en/plural_rules.yml
616
+ - resources/locales/en/plurals.yml
617
+ - resources/locales/en/rbnf.yml
618
+ - resources/locales/en/territories.yml
619
+ - resources/locales/en/units.yml
783
620
  - resources/locales/es-419/calendars.yml
784
621
  - resources/locales/es-419/currencies.yml
785
622
  - resources/locales/es-419/languages.yml
786
623
  - resources/locales/es-419/layout.yml
787
624
  - resources/locales/es-419/lists.yml
788
625
  - resources/locales/es-419/numbers.yml
626
+ - resources/locales/es-419/plural_rules.yml
789
627
  - resources/locales/es-419/plurals.yml
790
628
  - resources/locales/es-419/rbnf.yml
791
629
  - resources/locales/es-419/territories.yml
@@ -796,6 +634,7 @@ files:
796
634
  - resources/locales/es-CO/layout.yml
797
635
  - resources/locales/es-CO/lists.yml
798
636
  - resources/locales/es-CO/numbers.yml
637
+ - resources/locales/es-CO/plural_rules.yml
799
638
  - resources/locales/es-CO/plurals.yml
800
639
  - resources/locales/es-CO/rbnf.yml
801
640
  - resources/locales/es-CO/territories.yml
@@ -806,6 +645,7 @@ files:
806
645
  - resources/locales/es-MX/layout.yml
807
646
  - resources/locales/es-MX/lists.yml
808
647
  - resources/locales/es-MX/numbers.yml
648
+ - resources/locales/es-MX/plural_rules.yml
809
649
  - resources/locales/es-MX/plurals.yml
810
650
  - resources/locales/es-MX/rbnf.yml
811
651
  - resources/locales/es-MX/territories.yml
@@ -816,16 +656,29 @@ files:
816
656
  - resources/locales/es-US/layout.yml
817
657
  - resources/locales/es-US/lists.yml
818
658
  - resources/locales/es-US/numbers.yml
659
+ - resources/locales/es-US/plural_rules.yml
819
660
  - resources/locales/es-US/plurals.yml
820
661
  - resources/locales/es-US/rbnf.yml
821
662
  - resources/locales/es-US/territories.yml
822
663
  - resources/locales/es-US/units.yml
664
+ - resources/locales/es/calendars.yml
665
+ - resources/locales/es/currencies.yml
666
+ - resources/locales/es/languages.yml
667
+ - resources/locales/es/layout.yml
668
+ - resources/locales/es/lists.yml
669
+ - resources/locales/es/numbers.yml
670
+ - resources/locales/es/plural_rules.yml
671
+ - resources/locales/es/plurals.yml
672
+ - resources/locales/es/rbnf.yml
673
+ - resources/locales/es/territories.yml
674
+ - resources/locales/es/units.yml
823
675
  - resources/locales/eu/calendars.yml
824
676
  - resources/locales/eu/currencies.yml
825
677
  - resources/locales/eu/languages.yml
826
678
  - resources/locales/eu/layout.yml
827
679
  - resources/locales/eu/lists.yml
828
680
  - resources/locales/eu/numbers.yml
681
+ - resources/locales/eu/plural_rules.yml
829
682
  - resources/locales/eu/plurals.yml
830
683
  - resources/locales/eu/rbnf.yml
831
684
  - resources/locales/eu/territories.yml
@@ -836,6 +689,7 @@ files:
836
689
  - resources/locales/fa/layout.yml
837
690
  - resources/locales/fa/lists.yml
838
691
  - resources/locales/fa/numbers.yml
692
+ - resources/locales/fa/plural_rules.yml
839
693
  - resources/locales/fa/plurals.yml
840
694
  - resources/locales/fa/rbnf.yml
841
695
  - resources/locales/fa/territories.yml
@@ -846,6 +700,7 @@ files:
846
700
  - resources/locales/fi/layout.yml
847
701
  - resources/locales/fi/lists.yml
848
702
  - resources/locales/fi/numbers.yml
703
+ - resources/locales/fi/plural_rules.yml
849
704
  - resources/locales/fi/plurals.yml
850
705
  - resources/locales/fi/rbnf.yml
851
706
  - resources/locales/fi/territories.yml
@@ -855,27 +710,19 @@ files:
855
710
  - resources/locales/fil/languages.yml
856
711
  - resources/locales/fil/layout.yml
857
712
  - resources/locales/fil/lists.yml
858
- - resources/locales/fil/numbers.yml
859
- - resources/locales/fil/plurals.yml
860
- - resources/locales/fil/rbnf.yml
861
- - resources/locales/fil/territories.yml
862
- - resources/locales/fil/units.yml
863
- - resources/locales/fr/calendars.yml
864
- - resources/locales/fr/currencies.yml
865
- - resources/locales/fr/languages.yml
866
- - resources/locales/fr/layout.yml
867
- - resources/locales/fr/lists.yml
868
- - resources/locales/fr/numbers.yml
869
- - resources/locales/fr/plurals.yml
870
- - resources/locales/fr/rbnf.yml
871
- - resources/locales/fr/territories.yml
872
- - resources/locales/fr/units.yml
713
+ - resources/locales/fil/numbers.yml
714
+ - resources/locales/fil/plural_rules.yml
715
+ - resources/locales/fil/plurals.yml
716
+ - resources/locales/fil/rbnf.yml
717
+ - resources/locales/fil/territories.yml
718
+ - resources/locales/fil/units.yml
873
719
  - resources/locales/fr-BE/calendars.yml
874
720
  - resources/locales/fr-BE/currencies.yml
875
721
  - resources/locales/fr-BE/languages.yml
876
722
  - resources/locales/fr-BE/layout.yml
877
723
  - resources/locales/fr-BE/lists.yml
878
724
  - resources/locales/fr-BE/numbers.yml
725
+ - resources/locales/fr-BE/plural_rules.yml
879
726
  - resources/locales/fr-BE/plurals.yml
880
727
  - resources/locales/fr-BE/rbnf.yml
881
728
  - resources/locales/fr-BE/territories.yml
@@ -886,6 +733,7 @@ files:
886
733
  - resources/locales/fr-CA/layout.yml
887
734
  - resources/locales/fr-CA/lists.yml
888
735
  - resources/locales/fr-CA/numbers.yml
736
+ - resources/locales/fr-CA/plural_rules.yml
889
737
  - resources/locales/fr-CA/plurals.yml
890
738
  - resources/locales/fr-CA/rbnf.yml
891
739
  - resources/locales/fr-CA/territories.yml
@@ -896,16 +744,29 @@ files:
896
744
  - resources/locales/fr-CH/layout.yml
897
745
  - resources/locales/fr-CH/lists.yml
898
746
  - resources/locales/fr-CH/numbers.yml
747
+ - resources/locales/fr-CH/plural_rules.yml
899
748
  - resources/locales/fr-CH/plurals.yml
900
749
  - resources/locales/fr-CH/rbnf.yml
901
750
  - resources/locales/fr-CH/territories.yml
902
751
  - resources/locales/fr-CH/units.yml
752
+ - resources/locales/fr/calendars.yml
753
+ - resources/locales/fr/currencies.yml
754
+ - resources/locales/fr/languages.yml
755
+ - resources/locales/fr/layout.yml
756
+ - resources/locales/fr/lists.yml
757
+ - resources/locales/fr/numbers.yml
758
+ - resources/locales/fr/plural_rules.yml
759
+ - resources/locales/fr/plurals.yml
760
+ - resources/locales/fr/rbnf.yml
761
+ - resources/locales/fr/territories.yml
762
+ - resources/locales/fr/units.yml
903
763
  - resources/locales/ga/calendars.yml
904
764
  - resources/locales/ga/currencies.yml
905
765
  - resources/locales/ga/languages.yml
906
766
  - resources/locales/ga/layout.yml
907
767
  - resources/locales/ga/lists.yml
908
768
  - resources/locales/ga/numbers.yml
769
+ - resources/locales/ga/plural_rules.yml
909
770
  - resources/locales/ga/plurals.yml
910
771
  - resources/locales/ga/rbnf.yml
911
772
  - resources/locales/ga/territories.yml
@@ -916,6 +777,7 @@ files:
916
777
  - resources/locales/gl/layout.yml
917
778
  - resources/locales/gl/lists.yml
918
779
  - resources/locales/gl/numbers.yml
780
+ - resources/locales/gl/plural_rules.yml
919
781
  - resources/locales/gl/plurals.yml
920
782
  - resources/locales/gl/rbnf.yml
921
783
  - resources/locales/gl/territories.yml
@@ -926,6 +788,7 @@ files:
926
788
  - resources/locales/he/layout.yml
927
789
  - resources/locales/he/lists.yml
928
790
  - resources/locales/he/numbers.yml
791
+ - resources/locales/he/plural_rules.yml
929
792
  - resources/locales/he/plurals.yml
930
793
  - resources/locales/he/rbnf.yml
931
794
  - resources/locales/he/territories.yml
@@ -936,6 +799,7 @@ files:
936
799
  - resources/locales/hi/layout.yml
937
800
  - resources/locales/hi/lists.yml
938
801
  - resources/locales/hi/numbers.yml
802
+ - resources/locales/hi/plural_rules.yml
939
803
  - resources/locales/hi/plurals.yml
940
804
  - resources/locales/hi/rbnf.yml
941
805
  - resources/locales/hi/territories.yml
@@ -946,6 +810,7 @@ files:
946
810
  - resources/locales/hr/layout.yml
947
811
  - resources/locales/hr/lists.yml
948
812
  - resources/locales/hr/numbers.yml
813
+ - resources/locales/hr/plural_rules.yml
949
814
  - resources/locales/hr/plurals.yml
950
815
  - resources/locales/hr/rbnf.yml
951
816
  - resources/locales/hr/territories.yml
@@ -956,6 +821,7 @@ files:
956
821
  - resources/locales/hu/layout.yml
957
822
  - resources/locales/hu/lists.yml
958
823
  - resources/locales/hu/numbers.yml
824
+ - resources/locales/hu/plural_rules.yml
959
825
  - resources/locales/hu/plurals.yml
960
826
  - resources/locales/hu/rbnf.yml
961
827
  - resources/locales/hu/territories.yml
@@ -966,6 +832,7 @@ files:
966
832
  - resources/locales/id/layout.yml
967
833
  - resources/locales/id/lists.yml
968
834
  - resources/locales/id/numbers.yml
835
+ - resources/locales/id/plural_rules.yml
969
836
  - resources/locales/id/plurals.yml
970
837
  - resources/locales/id/rbnf.yml
971
838
  - resources/locales/id/territories.yml
@@ -976,36 +843,40 @@ files:
976
843
  - resources/locales/is/layout.yml
977
844
  - resources/locales/is/lists.yml
978
845
  - resources/locales/is/numbers.yml
846
+ - resources/locales/is/plural_rules.yml
979
847
  - resources/locales/is/plurals.yml
980
848
  - resources/locales/is/rbnf.yml
981
849
  - resources/locales/is/territories.yml
982
850
  - resources/locales/is/units.yml
983
- - resources/locales/it/calendars.yml
984
- - resources/locales/it/currencies.yml
985
- - resources/locales/it/languages.yml
986
- - resources/locales/it/layout.yml
987
- - resources/locales/it/lists.yml
988
- - resources/locales/it/numbers.yml
989
- - resources/locales/it/plurals.yml
990
- - resources/locales/it/rbnf.yml
991
- - resources/locales/it/territories.yml
992
- - resources/locales/it/units.yml
993
851
  - resources/locales/it-CH/calendars.yml
994
852
  - resources/locales/it-CH/currencies.yml
995
853
  - resources/locales/it-CH/languages.yml
996
854
  - resources/locales/it-CH/layout.yml
997
855
  - resources/locales/it-CH/lists.yml
998
856
  - resources/locales/it-CH/numbers.yml
857
+ - resources/locales/it-CH/plural_rules.yml
999
858
  - resources/locales/it-CH/plurals.yml
1000
859
  - resources/locales/it-CH/rbnf.yml
1001
860
  - resources/locales/it-CH/territories.yml
1002
861
  - resources/locales/it-CH/units.yml
862
+ - resources/locales/it/calendars.yml
863
+ - resources/locales/it/currencies.yml
864
+ - resources/locales/it/languages.yml
865
+ - resources/locales/it/layout.yml
866
+ - resources/locales/it/lists.yml
867
+ - resources/locales/it/numbers.yml
868
+ - resources/locales/it/plural_rules.yml
869
+ - resources/locales/it/plurals.yml
870
+ - resources/locales/it/rbnf.yml
871
+ - resources/locales/it/territories.yml
872
+ - resources/locales/it/units.yml
1003
873
  - resources/locales/ja/calendars.yml
1004
874
  - resources/locales/ja/currencies.yml
1005
875
  - resources/locales/ja/languages.yml
1006
876
  - resources/locales/ja/layout.yml
1007
877
  - resources/locales/ja/lists.yml
1008
878
  - resources/locales/ja/numbers.yml
879
+ - resources/locales/ja/plural_rules.yml
1009
880
  - resources/locales/ja/plurals.yml
1010
881
  - resources/locales/ja/rbnf.yml
1011
882
  - resources/locales/ja/territories.yml
@@ -1016,6 +887,7 @@ files:
1016
887
  - resources/locales/ko/layout.yml
1017
888
  - resources/locales/ko/lists.yml
1018
889
  - resources/locales/ko/numbers.yml
890
+ - resources/locales/ko/plural_rules.yml
1019
891
  - resources/locales/ko/plurals.yml
1020
892
  - resources/locales/ko/rbnf.yml
1021
893
  - resources/locales/ko/territories.yml
@@ -1026,6 +898,7 @@ files:
1026
898
  - resources/locales/lv/layout.yml
1027
899
  - resources/locales/lv/lists.yml
1028
900
  - resources/locales/lv/numbers.yml
901
+ - resources/locales/lv/plural_rules.yml
1029
902
  - resources/locales/lv/plurals.yml
1030
903
  - resources/locales/lv/rbnf.yml
1031
904
  - resources/locales/lv/territories.yml
@@ -1036,6 +909,7 @@ files:
1036
909
  - resources/locales/ms/layout.yml
1037
910
  - resources/locales/ms/lists.yml
1038
911
  - resources/locales/ms/numbers.yml
912
+ - resources/locales/ms/plural_rules.yml
1039
913
  - resources/locales/ms/plurals.yml
1040
914
  - resources/locales/ms/rbnf.yml
1041
915
  - resources/locales/ms/territories.yml
@@ -1046,6 +920,7 @@ files:
1046
920
  - resources/locales/nb/layout.yml
1047
921
  - resources/locales/nb/lists.yml
1048
922
  - resources/locales/nb/numbers.yml
923
+ - resources/locales/nb/plural_rules.yml
1049
924
  - resources/locales/nb/plurals.yml
1050
925
  - resources/locales/nb/rbnf.yml
1051
926
  - resources/locales/nb/territories.yml
@@ -1056,6 +931,7 @@ files:
1056
931
  - resources/locales/nl/layout.yml
1057
932
  - resources/locales/nl/lists.yml
1058
933
  - resources/locales/nl/numbers.yml
934
+ - resources/locales/nl/plural_rules.yml
1059
935
  - resources/locales/nl/plurals.yml
1060
936
  - resources/locales/nl/rbnf.yml
1061
937
  - resources/locales/nl/territories.yml
@@ -1066,6 +942,7 @@ files:
1066
942
  - resources/locales/pl/layout.yml
1067
943
  - resources/locales/pl/lists.yml
1068
944
  - resources/locales/pl/numbers.yml
945
+ - resources/locales/pl/plural_rules.yml
1069
946
  - resources/locales/pl/plurals.yml
1070
947
  - resources/locales/pl/rbnf.yml
1071
948
  - resources/locales/pl/territories.yml
@@ -1076,6 +953,7 @@ files:
1076
953
  - resources/locales/pt/layout.yml
1077
954
  - resources/locales/pt/lists.yml
1078
955
  - resources/locales/pt/numbers.yml
956
+ - resources/locales/pt/plural_rules.yml
1079
957
  - resources/locales/pt/plurals.yml
1080
958
  - resources/locales/pt/rbnf.yml
1081
959
  - resources/locales/pt/territories.yml
@@ -1086,6 +964,7 @@ files:
1086
964
  - resources/locales/ro/layout.yml
1087
965
  - resources/locales/ro/lists.yml
1088
966
  - resources/locales/ro/numbers.yml
967
+ - resources/locales/ro/plural_rules.yml
1089
968
  - resources/locales/ro/plurals.yml
1090
969
  - resources/locales/ro/rbnf.yml
1091
970
  - resources/locales/ro/territories.yml
@@ -1096,6 +975,7 @@ files:
1096
975
  - resources/locales/ru/layout.yml
1097
976
  - resources/locales/ru/lists.yml
1098
977
  - resources/locales/ru/numbers.yml
978
+ - resources/locales/ru/plural_rules.yml
1099
979
  - resources/locales/ru/plurals.yml
1100
980
  - resources/locales/ru/rbnf.yml
1101
981
  - resources/locales/ru/territories.yml
@@ -1106,6 +986,7 @@ files:
1106
986
  - resources/locales/sk/layout.yml
1107
987
  - resources/locales/sk/lists.yml
1108
988
  - resources/locales/sk/numbers.yml
989
+ - resources/locales/sk/plural_rules.yml
1109
990
  - resources/locales/sk/plurals.yml
1110
991
  - resources/locales/sk/rbnf.yml
1111
992
  - resources/locales/sk/territories.yml
@@ -1116,6 +997,7 @@ files:
1116
997
  - resources/locales/sq/layout.yml
1117
998
  - resources/locales/sq/lists.yml
1118
999
  - resources/locales/sq/numbers.yml
1000
+ - resources/locales/sq/plural_rules.yml
1119
1001
  - resources/locales/sq/plurals.yml
1120
1002
  - resources/locales/sq/rbnf.yml
1121
1003
  - resources/locales/sq/territories.yml
@@ -1126,6 +1008,7 @@ files:
1126
1008
  - resources/locales/sr/layout.yml
1127
1009
  - resources/locales/sr/lists.yml
1128
1010
  - resources/locales/sr/numbers.yml
1011
+ - resources/locales/sr/plural_rules.yml
1129
1012
  - resources/locales/sr/plurals.yml
1130
1013
  - resources/locales/sr/rbnf.yml
1131
1014
  - resources/locales/sr/territories.yml
@@ -1136,6 +1019,7 @@ files:
1136
1019
  - resources/locales/sv/layout.yml
1137
1020
  - resources/locales/sv/lists.yml
1138
1021
  - resources/locales/sv/numbers.yml
1022
+ - resources/locales/sv/plural_rules.yml
1139
1023
  - resources/locales/sv/plurals.yml
1140
1024
  - resources/locales/sv/rbnf.yml
1141
1025
  - resources/locales/sv/territories.yml
@@ -1146,6 +1030,7 @@ files:
1146
1030
  - resources/locales/ta/layout.yml
1147
1031
  - resources/locales/ta/lists.yml
1148
1032
  - resources/locales/ta/numbers.yml
1033
+ - resources/locales/ta/plural_rules.yml
1149
1034
  - resources/locales/ta/plurals.yml
1150
1035
  - resources/locales/ta/rbnf.yml
1151
1036
  - resources/locales/ta/territories.yml
@@ -1156,6 +1041,7 @@ files:
1156
1041
  - resources/locales/th/layout.yml
1157
1042
  - resources/locales/th/lists.yml
1158
1043
  - resources/locales/th/numbers.yml
1044
+ - resources/locales/th/plural_rules.yml
1159
1045
  - resources/locales/th/plurals.yml
1160
1046
  - resources/locales/th/rbnf.yml
1161
1047
  - resources/locales/th/territories.yml
@@ -1166,6 +1052,7 @@ files:
1166
1052
  - resources/locales/tr/layout.yml
1167
1053
  - resources/locales/tr/lists.yml
1168
1054
  - resources/locales/tr/numbers.yml
1055
+ - resources/locales/tr/plural_rules.yml
1169
1056
  - resources/locales/tr/plurals.yml
1170
1057
  - resources/locales/tr/rbnf.yml
1171
1058
  - resources/locales/tr/territories.yml
@@ -1176,6 +1063,7 @@ files:
1176
1063
  - resources/locales/uk/layout.yml
1177
1064
  - resources/locales/uk/lists.yml
1178
1065
  - resources/locales/uk/numbers.yml
1066
+ - resources/locales/uk/plural_rules.yml
1179
1067
  - resources/locales/uk/plurals.yml
1180
1068
  - resources/locales/uk/rbnf.yml
1181
1069
  - resources/locales/uk/territories.yml
@@ -1186,6 +1074,7 @@ files:
1186
1074
  - resources/locales/ur/layout.yml
1187
1075
  - resources/locales/ur/lists.yml
1188
1076
  - resources/locales/ur/numbers.yml
1077
+ - resources/locales/ur/plural_rules.yml
1189
1078
  - resources/locales/ur/plurals.yml
1190
1079
  - resources/locales/ur/rbnf.yml
1191
1080
  - resources/locales/ur/territories.yml
@@ -1196,30 +1085,33 @@ files:
1196
1085
  - resources/locales/vi/layout.yml
1197
1086
  - resources/locales/vi/lists.yml
1198
1087
  - resources/locales/vi/numbers.yml
1088
+ - resources/locales/vi/plural_rules.yml
1199
1089
  - resources/locales/vi/plurals.yml
1200
1090
  - resources/locales/vi/rbnf.yml
1201
1091
  - resources/locales/vi/territories.yml
1202
1092
  - resources/locales/vi/units.yml
1203
- - resources/locales/zh/calendars.yml
1204
- - resources/locales/zh/currencies.yml
1205
- - resources/locales/zh/languages.yml
1206
- - resources/locales/zh/layout.yml
1207
- - resources/locales/zh/lists.yml
1208
- - resources/locales/zh/numbers.yml
1209
- - resources/locales/zh/plurals.yml
1210
- - resources/locales/zh/rbnf.yml
1211
- - resources/locales/zh/territories.yml
1212
- - resources/locales/zh/units.yml
1213
1093
  - resources/locales/zh-Hant/calendars.yml
1214
1094
  - resources/locales/zh-Hant/currencies.yml
1215
1095
  - resources/locales/zh-Hant/languages.yml
1216
1096
  - resources/locales/zh-Hant/layout.yml
1217
1097
  - resources/locales/zh-Hant/lists.yml
1218
1098
  - resources/locales/zh-Hant/numbers.yml
1099
+ - resources/locales/zh-Hant/plural_rules.yml
1219
1100
  - resources/locales/zh-Hant/plurals.yml
1220
1101
  - resources/locales/zh-Hant/rbnf.yml
1221
1102
  - resources/locales/zh-Hant/territories.yml
1222
1103
  - resources/locales/zh-Hant/units.yml
1104
+ - resources/locales/zh/calendars.yml
1105
+ - resources/locales/zh/currencies.yml
1106
+ - resources/locales/zh/languages.yml
1107
+ - resources/locales/zh/layout.yml
1108
+ - resources/locales/zh/lists.yml
1109
+ - resources/locales/zh/numbers.yml
1110
+ - resources/locales/zh/plural_rules.yml
1111
+ - resources/locales/zh/plurals.yml
1112
+ - resources/locales/zh/rbnf.yml
1113
+ - resources/locales/zh/territories.yml
1114
+ - resources/locales/zh/units.yml
1223
1115
  - resources/shared/currency_digits_and_rounding.yml
1224
1116
  - resources/shared/iso_currency_symbols.yml
1225
1117
  - resources/shared/language_codes_table.dump
@@ -1237,6 +1129,7 @@ files:
1237
1129
  - resources/uli/segments/it.yml
1238
1130
  - resources/uli/segments/pt.yml
1239
1131
  - resources/uli/segments/ru.yml
1132
+ - resources/unicode_data/blocks.yml
1240
1133
  - resources/unicode_data/blocks/aegean_numbers.yml
1241
1134
  - resources/unicode_data/blocks/alchemical_symbols.yml
1242
1135
  - resources/unicode_data/blocks/alphabetic_presentation_forms.yml
@@ -1457,7 +1350,6 @@ files:
1457
1350
  - resources/unicode_data/blocks/yi_radicals.yml
1458
1351
  - resources/unicode_data/blocks/yi_syllables.yml
1459
1352
  - resources/unicode_data/blocks/yijing_hexagram_symbols.yml
1460
- - resources/unicode_data/blocks.yml
1461
1353
  - resources/unicode_data/canonical_compositions.yml
1462
1354
  - resources/unicode_data/casefolding.yml
1463
1355
  - resources/unicode_data/composition_exclusions.yml
@@ -1473,12 +1365,199 @@ files:
1473
1365
  - resources/unicode_data/properties/line_break.yml
1474
1366
  - resources/unicode_data/properties/sentence_break.yml
1475
1367
  - resources/unicode_data/properties/word_break.yml
1476
- - Gemfile
1477
- - History.txt
1478
- - LICENSE
1479
- - NOTICE
1480
- - README.md
1481
- - Rakefile
1368
+ - spec/bidi/bidi_spec.rb
1369
+ - spec/bidi/classpath_bidi_test.txt
1370
+ - spec/collation/CollationTest_CLDR_NON_IGNORABLE_Short.txt
1371
+ - spec/collation/collation_spec.rb
1372
+ - spec/collation/collator_spec.rb
1373
+ - spec/collation/implicit_collation_elements_spec.rb
1374
+ - spec/collation/sort_key_builder_spec.rb
1375
+ - spec/collation/tailoring_spec.rb
1376
+ - spec/collation/tailoring_tests/af.txt
1377
+ - spec/collation/tailoring_tests/ar.txt
1378
+ - spec/collation/tailoring_tests/ca.txt
1379
+ - spec/collation/tailoring_tests/cs.txt
1380
+ - spec/collation/tailoring_tests/da.txt
1381
+ - spec/collation/tailoring_tests/de.txt
1382
+ - spec/collation/tailoring_tests/el.txt
1383
+ - spec/collation/tailoring_tests/en.txt
1384
+ - spec/collation/tailoring_tests/es.txt
1385
+ - spec/collation/tailoring_tests/eu.txt
1386
+ - spec/collation/tailoring_tests/fa.txt
1387
+ - spec/collation/tailoring_tests/fi.txt
1388
+ - spec/collation/tailoring_tests/fil.txt
1389
+ - spec/collation/tailoring_tests/fr.txt
1390
+ - spec/collation/tailoring_tests/he.txt
1391
+ - spec/collation/tailoring_tests/hi.txt
1392
+ - spec/collation/tailoring_tests/hu.txt
1393
+ - spec/collation/tailoring_tests/id.txt
1394
+ - spec/collation/tailoring_tests/it.txt
1395
+ - spec/collation/tailoring_tests/ja.txt
1396
+ - spec/collation/tailoring_tests/ko.txt
1397
+ - spec/collation/tailoring_tests/ms.txt
1398
+ - spec/collation/tailoring_tests/nb.txt
1399
+ - spec/collation/tailoring_tests/nl.txt
1400
+ - spec/collation/tailoring_tests/pl.txt
1401
+ - spec/collation/tailoring_tests/pt.txt
1402
+ - spec/collation/tailoring_tests/ru.txt
1403
+ - spec/collation/tailoring_tests/sv.txt
1404
+ - spec/collation/tailoring_tests/th.txt
1405
+ - spec/collation/tailoring_tests/tr.txt
1406
+ - spec/collation/tailoring_tests/uk.txt
1407
+ - spec/collation/tailoring_tests/ur.txt
1408
+ - spec/collation/tailoring_tests/zh-Hant.txt
1409
+ - spec/collation/tailoring_tests/zh.txt
1410
+ - spec/collation/trie_builder_spec.rb
1411
+ - spec/collation/trie_dumps_spec.rb
1412
+ - spec/collation/trie_loader_spec.rb
1413
+ - spec/collation/trie_spec.rb
1414
+ - spec/collation/trie_with_fallback_spec.rb
1415
+ - spec/core_ext_spec.rb
1416
+ - spec/data_readers/additional_date_format_selector_spec.rb
1417
+ - spec/data_readers/date_time_data_reader_spec.rb
1418
+ - spec/data_readers/number_data_reader_spec.rb
1419
+ - spec/data_readers/timespan_data_reader_spec.rb
1420
+ - spec/formatters/calendars/datetime_formatter_spec.rb
1421
+ - spec/formatters/list_formatter_spec.rb
1422
+ - spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb
1423
+ - spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb
1424
+ - spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb
1425
+ - spec/formatters/numbers/currency_formatter_spec.rb
1426
+ - spec/formatters/numbers/decimal_formatter_spec.rb
1427
+ - spec/formatters/numbers/helpers/fraction_spec.rb
1428
+ - spec/formatters/numbers/helpers/integer_spec.rb
1429
+ - spec/formatters/numbers/number_formatter_spec.rb
1430
+ - spec/formatters/numbers/percent_formatter_spec.rb
1431
+ - spec/formatters/numbers/rbnf/allowed_failures.yml
1432
+ - spec/formatters/numbers/rbnf/locales/af/rbnf_test.yml
1433
+ - spec/formatters/numbers/rbnf/locales/ar/rbnf_test.yml
1434
+ - spec/formatters/numbers/rbnf/locales/be/rbnf_test.yml
1435
+ - spec/formatters/numbers/rbnf/locales/bg/rbnf_test.yml
1436
+ - spec/formatters/numbers/rbnf/locales/bn/rbnf_test.yml
1437
+ - spec/formatters/numbers/rbnf/locales/ca/rbnf_test.yml
1438
+ - spec/formatters/numbers/rbnf/locales/cs/rbnf_test.yml
1439
+ - spec/formatters/numbers/rbnf/locales/cy/rbnf_test.yml
1440
+ - spec/formatters/numbers/rbnf/locales/da/rbnf_test.yml
1441
+ - spec/formatters/numbers/rbnf/locales/de-CH/rbnf_test.yml
1442
+ - spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml
1443
+ - spec/formatters/numbers/rbnf/locales/el/rbnf_test.yml
1444
+ - spec/formatters/numbers/rbnf/locales/en-150/rbnf_test.yml
1445
+ - spec/formatters/numbers/rbnf/locales/en-AU/rbnf_test.yml
1446
+ - spec/formatters/numbers/rbnf/locales/en-CA/rbnf_test.yml
1447
+ - spec/formatters/numbers/rbnf/locales/en-GB/rbnf_test.yml
1448
+ - spec/formatters/numbers/rbnf/locales/en-IE/rbnf_test.yml
1449
+ - spec/formatters/numbers/rbnf/locales/en-SG/rbnf_test.yml
1450
+ - spec/formatters/numbers/rbnf/locales/en-ZA/rbnf_test.yml
1451
+ - spec/formatters/numbers/rbnf/locales/en/rbnf_test.yml
1452
+ - spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml
1453
+ - spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml
1454
+ - spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml
1455
+ - spec/formatters/numbers/rbnf/locales/es-US/rbnf_test.yml
1456
+ - spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml
1457
+ - spec/formatters/numbers/rbnf/locales/eu/rbnf_test.yml
1458
+ - spec/formatters/numbers/rbnf/locales/fa/rbnf_test.yml
1459
+ - spec/formatters/numbers/rbnf/locales/fi/rbnf_test.yml
1460
+ - spec/formatters/numbers/rbnf/locales/fil/rbnf_test.yml
1461
+ - spec/formatters/numbers/rbnf/locales/fr-BE/rbnf_test.yml
1462
+ - spec/formatters/numbers/rbnf/locales/fr-CA/rbnf_test.yml
1463
+ - spec/formatters/numbers/rbnf/locales/fr-CH/rbnf_test.yml
1464
+ - spec/formatters/numbers/rbnf/locales/fr/rbnf_test.yml
1465
+ - spec/formatters/numbers/rbnf/locales/ga/rbnf_test.yml
1466
+ - spec/formatters/numbers/rbnf/locales/gl/rbnf_test.yml
1467
+ - spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml
1468
+ - spec/formatters/numbers/rbnf/locales/hi/rbnf_test.yml
1469
+ - spec/formatters/numbers/rbnf/locales/hr/rbnf_test.yml
1470
+ - spec/formatters/numbers/rbnf/locales/hu/rbnf_test.yml
1471
+ - spec/formatters/numbers/rbnf/locales/id/rbnf_test.yml
1472
+ - spec/formatters/numbers/rbnf/locales/is/rbnf_test.yml
1473
+ - spec/formatters/numbers/rbnf/locales/it-CH/rbnf_test.yml
1474
+ - spec/formatters/numbers/rbnf/locales/it/rbnf_test.yml
1475
+ - spec/formatters/numbers/rbnf/locales/ja/rbnf_test.yml
1476
+ - spec/formatters/numbers/rbnf/locales/ko/rbnf_test.yml
1477
+ - spec/formatters/numbers/rbnf/locales/lv/rbnf_test.yml
1478
+ - spec/formatters/numbers/rbnf/locales/ms/rbnf_test.yml
1479
+ - spec/formatters/numbers/rbnf/locales/nb/rbnf_test.yml
1480
+ - spec/formatters/numbers/rbnf/locales/nl/rbnf_test.yml
1481
+ - spec/formatters/numbers/rbnf/locales/pl/rbnf_test.yml
1482
+ - spec/formatters/numbers/rbnf/locales/pt/rbnf_test.yml
1483
+ - spec/formatters/numbers/rbnf/locales/ro/rbnf_test.yml
1484
+ - spec/formatters/numbers/rbnf/locales/ru/rbnf_test.yml
1485
+ - spec/formatters/numbers/rbnf/locales/sk/rbnf_test.yml
1486
+ - spec/formatters/numbers/rbnf/locales/sq/rbnf_test.yml
1487
+ - spec/formatters/numbers/rbnf/locales/sr/rbnf_test.yml
1488
+ - spec/formatters/numbers/rbnf/locales/sv/rbnf_test.yml
1489
+ - spec/formatters/numbers/rbnf/locales/ta/rbnf_test.yml
1490
+ - spec/formatters/numbers/rbnf/locales/th/rbnf_test.yml
1491
+ - spec/formatters/numbers/rbnf/locales/tr/rbnf_test.yml
1492
+ - spec/formatters/numbers/rbnf/locales/uk/rbnf_test.yml
1493
+ - spec/formatters/numbers/rbnf/locales/ur/rbnf_test.yml
1494
+ - spec/formatters/numbers/rbnf/locales/vi/rbnf_test.yml
1495
+ - spec/formatters/numbers/rbnf/locales/zh-Hant/rbnf_test.yml
1496
+ - spec/formatters/numbers/rbnf/locales/zh/rbnf_test.yml
1497
+ - spec/formatters/numbers/rbnf/rbnf_spec.rb
1498
+ - spec/formatters/plurals/plural_formatter_spec.rb
1499
+ - spec/formatters/plurals/rules_spec.rb
1500
+ - spec/localized/localized_array_spec.rb
1501
+ - spec/localized/localized_date_spec.rb
1502
+ - spec/localized/localized_datetime_spec.rb
1503
+ - spec/localized/localized_hash_spec.rb
1504
+ - spec/localized/localized_number_spec.rb
1505
+ - spec/localized/localized_object_spec.rb
1506
+ - spec/localized/localized_string_spec.rb
1507
+ - spec/localized/localized_symbol_spec.rb
1508
+ - spec/localized/localized_time_spec.rb
1509
+ - spec/localized/localized_timespan_spec.rb
1510
+ - spec/normalization_spec.rb
1511
+ - spec/parsers/number_parser_spec.rb
1512
+ - spec/parsers/parser_spec.rb
1513
+ - spec/parsers/segmentation_parser_spec.rb
1514
+ - spec/parsers/symbol_table_spec.rb
1515
+ - spec/parsers/unicode_regex/character_class_spec.rb
1516
+ - spec/parsers/unicode_regex/character_range_spec.rb
1517
+ - spec/parsers/unicode_regex/character_set_spec.rb
1518
+ - spec/parsers/unicode_regex/literal_spec.rb
1519
+ - spec/parsers/unicode_regex/unicode_string_spec.rb
1520
+ - spec/parsers/unicode_regex_parser_spec.rb
1521
+ - spec/readme_spec.rb
1522
+ - spec/resources/loader_spec.rb
1523
+ - spec/shared/break_iterator_spec.rb
1524
+ - spec/shared/calendar_spec.rb
1525
+ - spec/shared/casefolder_spec.rb
1526
+ - spec/shared/casefolding.txt
1527
+ - spec/shared/casefolding_expected.txt
1528
+ - spec/shared/code_point_spec.rb
1529
+ - spec/shared/currencies_spec.rb
1530
+ - spec/shared/language_codes_spec.rb
1531
+ - spec/shared/languages_spec.rb
1532
+ - spec/shared/numbering_system_spec.rb
1533
+ - spec/shared/numbers_spec.rb
1534
+ - spec/shared/phone_codes_spec.rb
1535
+ - spec/shared/postal_code_generator_spec.rb
1536
+ - spec/shared/postal_codes_spec.rb
1537
+ - spec/shared/territories_containment_spec.rb
1538
+ - spec/shared/territories_spec.rb
1539
+ - spec/shared/territory_spec.rb
1540
+ - spec/shared/unicode_regex_spec.rb
1541
+ - spec/spec_helper.rb
1542
+ - spec/tokenizers/calendars/date_tokenizer_spec.rb
1543
+ - spec/tokenizers/calendars/datetime_tokenizer_spec.rb
1544
+ - spec/tokenizers/calendars/time_tokenizer_spec.rb
1545
+ - spec/tokenizers/calendars/timespan_tokenizer_spec.rb
1546
+ - spec/tokenizers/composite_token_spec.rb
1547
+ - spec/tokenizers/numbers/number_tokenizer_spec.rb
1548
+ - spec/tokenizers/segmentation/segmentation_tokenizer_spec.rb
1549
+ - spec/tokenizers/token_spec.rb
1550
+ - spec/tokenizers/unicode_regex/unicode_regex_tokenizer_spec.rb
1551
+ - spec/twitter_cldr_spec.rb
1552
+ - spec/utils/code_points_spec.rb
1553
+ - spec/utils/interpolation_spec.rb
1554
+ - spec/utils/range_set_spec.rb
1555
+ - spec/utils/regexp_ast_spec.rb
1556
+ - spec/utils/regexp_sampler_spec.rb
1557
+ - spec/utils/yaml/t.gif
1558
+ - spec/utils/yaml/t.yaml
1559
+ - spec/utils/yaml/yaml_spec.rb
1560
+ - spec/utils_spec.rb
1482
1561
  - twitter_cldr.gemspec
1483
1562
  homepage: http://twitter.com
1484
1563
  licenses: []
@@ -1499,7 +1578,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1499
1578
  version: '0'
1500
1579
  requirements: []
1501
1580
  rubyforge_project:
1502
- rubygems_version: 2.0.14
1581
+ rubygems_version: 2.2.1
1503
1582
  signing_key:
1504
1583
  specification_version: 4
1505
1584
  summary: Ruby implementation of the ICU (International Components for Unicode) that