twitter_cldr 6.6.2 → 6.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1033) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -2
  3. data/README.md +31 -28
  4. data/Rakefile +11 -1
  5. data/lib/twitter_cldr/formatters/formatter.rb +0 -4
  6. data/lib/twitter_cldr/resources/calendars_importer.rb +222 -0
  7. data/lib/twitter_cldr/resources/cldr_data_builder.rb +36 -0
  8. data/lib/twitter_cldr/resources/cldr_document_set.rb +149 -0
  9. data/lib/twitter_cldr/resources/cldr_dtd.rb +110 -0
  10. data/lib/twitter_cldr/resources/cldr_locale.rb +78 -0
  11. data/lib/twitter_cldr/resources/language_codes_importer.rb +1 -1
  12. data/lib/twitter_cldr/resources/list_formats_importer.rb +1 -1
  13. data/lib/twitter_cldr/resources/locales_resources_importer.rb +0 -27
  14. data/lib/twitter_cldr/resources/number_formats_importer.rb +1 -1
  15. data/lib/twitter_cldr/resources/readme_renderer.rb +6 -2
  16. data/lib/twitter_cldr/resources/requirements/cldr_requirement.rb +32 -71
  17. data/lib/twitter_cldr/resources/requirements/unicode_requirement.rb +7 -3
  18. data/lib/twitter_cldr/resources/segment_dictionaries_importer.rb +6 -3
  19. data/lib/twitter_cldr/resources/territories_importer.rb +1 -1
  20. data/lib/twitter_cldr/resources/timezone_tests_importer.rb +8 -0
  21. data/lib/twitter_cldr/resources/timezones_importer.rb +1 -1
  22. data/lib/twitter_cldr/resources/unicode_property_aliases_importer.rb +2 -0
  23. data/lib/twitter_cldr/resources/units_importer.rb +134 -0
  24. data/lib/twitter_cldr/resources.rb +11 -2
  25. data/lib/twitter_cldr/shared/calendar.rb +2 -18
  26. data/lib/twitter_cldr/shared/casefolder.rb +53 -48
  27. data/lib/twitter_cldr/shared/unit.rb +2 -4
  28. data/lib/twitter_cldr/timezones/generic_location.rb +15 -15
  29. data/lib/twitter_cldr/timezones/gmt_location.rb +2 -2
  30. data/lib/twitter_cldr/timezones/iso8601_location.rb +2 -2
  31. data/lib/twitter_cldr/timezones/timezone.rb +11 -7
  32. data/lib/twitter_cldr/tokenizers/calendars/date_tokenizer.rb +0 -1
  33. data/lib/twitter_cldr/tokenizers/tokenizer.rb +7 -12
  34. data/lib/twitter_cldr/tokenizers.rb +0 -1
  35. data/lib/twitter_cldr/version.rb +1 -1
  36. data/lib/twitter_cldr/versions.rb +3 -3
  37. data/resources/locales/af/calendars.yml +1 -0
  38. data/resources/locales/af/currencies.yml +3 -6
  39. data/resources/locales/af/languages.yml +2 -1
  40. data/resources/locales/af/numbers.yml +1 -0
  41. data/resources/locales/af/timezones.yml +3 -0
  42. data/resources/locales/af/units.yml +513 -125
  43. data/resources/locales/ar/calendars.yml +3 -1
  44. data/resources/locales/ar/currencies.yml +2 -4
  45. data/resources/locales/ar/languages.yml +1 -1
  46. data/resources/locales/ar/numbers.yml +1 -0
  47. data/resources/locales/ar/timezones.yml +3 -0
  48. data/resources/locales/ar/units.yml +263 -122
  49. data/resources/locales/az/calendars.yml +3 -1
  50. data/resources/locales/az/currencies.yml +1 -3
  51. data/resources/locales/az/languages.yml +2 -2
  52. data/resources/locales/az/numbers.yml +1 -0
  53. data/resources/locales/az/timezones.yml +3 -0
  54. data/resources/locales/az/units.yml +116 -44
  55. data/resources/locales/be/calendars.yml +4 -2
  56. data/resources/locales/be/currencies.yml +7 -5
  57. data/resources/locales/be/languages.yml +2 -1
  58. data/resources/locales/be/numbers.yml +5 -4
  59. data/resources/locales/be/timezones.yml +3 -0
  60. data/resources/locales/be/units.yml +37 -7
  61. data/resources/locales/bg/calendars.yml +3 -1
  62. data/resources/locales/bg/currencies.yml +1 -4
  63. data/resources/locales/bg/languages.yml +1 -1
  64. data/resources/locales/bg/numbers.yml +1 -0
  65. data/resources/locales/bg/timezones.yml +3 -0
  66. data/resources/locales/bg/units.yml +24 -15
  67. data/resources/locales/bn/calendars.yml +3 -1
  68. data/resources/locales/bn/currencies.yml +1 -3
  69. data/resources/locales/bn/languages.yml +1 -1
  70. data/resources/locales/bn/numbers.yml +1 -0
  71. data/resources/locales/bn/timezones.yml +3 -0
  72. data/resources/locales/bn/units.yml +126 -24
  73. data/resources/locales/bo/calendars.yml +98 -15
  74. data/resources/locales/bo/currencies.yml +1 -7
  75. data/resources/locales/bo/numbers.yml +1 -0
  76. data/resources/locales/bo/units.yml +8 -16
  77. data/resources/locales/bs/calendars.yml +3 -2
  78. data/resources/locales/bs/currencies.yml +1 -3
  79. data/resources/locales/bs/fields.yml +2 -2
  80. data/resources/locales/bs/languages.yml +5 -1
  81. data/resources/locales/bs/numbers.yml +1 -0
  82. data/resources/locales/bs/timezones.yml +3 -0
  83. data/resources/locales/bs/units.yml +36 -20
  84. data/resources/locales/ca/calendars.yml +1 -0
  85. data/resources/locales/ca/currencies.yml +79 -81
  86. data/resources/locales/ca/languages.yml +1 -1
  87. data/resources/locales/ca/numbers.yml +1 -0
  88. data/resources/locales/ca/territories.yml +7 -7
  89. data/resources/locales/ca/timezones.yml +3 -0
  90. data/resources/locales/ca/units.yml +52 -68
  91. data/resources/locales/cs/calendars.yml +1 -0
  92. data/resources/locales/cs/currencies.yml +1 -1
  93. data/resources/locales/cs/languages.yml +1 -1
  94. data/resources/locales/cs/numbers.yml +1 -0
  95. data/resources/locales/cs/timezones.yml +3 -0
  96. data/resources/locales/cs/units.yml +417 -190
  97. data/resources/locales/cy/calendars.yml +4 -0
  98. data/resources/locales/cy/currencies.yml +1 -4
  99. data/resources/locales/cy/fields.yml +3 -3
  100. data/resources/locales/cy/languages.yml +2 -2
  101. data/resources/locales/cy/numbers.yml +1 -0
  102. data/resources/locales/cy/timezones.yml +3 -0
  103. data/resources/locales/cy/units.yml +339 -111
  104. data/resources/locales/da/calendars.yml +2 -1
  105. data/resources/locales/da/currencies.yml +6 -8
  106. data/resources/locales/da/languages.yml +1 -1
  107. data/resources/locales/da/numbers.yml +1 -0
  108. data/resources/locales/da/timezones.yml +3 -0
  109. data/resources/locales/da/units.yml +101 -49
  110. data/resources/locales/de/calendars.yml +5 -0
  111. data/resources/locales/de/currencies.yml +1 -1
  112. data/resources/locales/de/languages.yml +2 -2
  113. data/resources/locales/de/numbers.yml +1 -0
  114. data/resources/locales/de/rbnf.yml +65 -2
  115. data/resources/locales/de/timezones.yml +3 -0
  116. data/resources/locales/de/units.yml +181 -108
  117. data/resources/locales/de-AT/calendars.yml +3 -0
  118. data/resources/locales/de-AT/currencies.yml +1 -1
  119. data/resources/locales/de-AT/languages.yml +2 -2
  120. data/resources/locales/de-AT/numbers.yml +1 -0
  121. data/resources/locales/de-AT/timezones.yml +3 -0
  122. data/resources/locales/de-AT/units.yml +181 -108
  123. data/resources/locales/de-CH/calendars.yml +5 -0
  124. data/resources/locales/de-CH/currencies.yml +1 -1
  125. data/resources/locales/de-CH/languages.yml +2 -2
  126. data/resources/locales/de-CH/numbers.yml +1 -0
  127. data/resources/locales/de-CH/timezones.yml +3 -0
  128. data/resources/locales/de-CH/units.yml +183 -110
  129. data/resources/locales/el/calendars.yml +12 -10
  130. data/resources/locales/el/currencies.yml +3 -5
  131. data/resources/locales/el/fields.yml +4 -0
  132. data/resources/locales/el/languages.yml +4 -4
  133. data/resources/locales/el/numbers.yml +1 -0
  134. data/resources/locales/el/timezones.yml +3 -0
  135. data/resources/locales/el/units.yml +143 -118
  136. data/resources/locales/en/calendars.yml +105 -11
  137. data/resources/locales/en/currencies.yml +1 -5
  138. data/resources/locales/en/languages.yml +2 -2
  139. data/resources/locales/en/numbers.yml +1 -0
  140. data/resources/locales/en/timezones.yml +3 -0
  141. data/resources/locales/en/units.yml +42 -30
  142. data/resources/locales/en-001/calendars.yml +95 -11
  143. data/resources/locales/en-001/currencies.yml +1 -5
  144. data/resources/locales/en-001/languages.yml +2 -2
  145. data/resources/locales/en-001/numbers.yml +1 -0
  146. data/resources/locales/en-001/timezones.yml +3 -0
  147. data/resources/locales/en-001/units.yml +41 -27
  148. data/resources/locales/en-150/calendars.yml +95 -11
  149. data/resources/locales/en-150/currencies.yml +1 -5
  150. data/resources/locales/en-150/languages.yml +2 -2
  151. data/resources/locales/en-150/numbers.yml +1 -0
  152. data/resources/locales/en-150/timezones.yml +3 -0
  153. data/resources/locales/en-150/units.yml +41 -27
  154. data/resources/locales/en-AU/calendars.yml +5 -0
  155. data/resources/locales/en-AU/currencies.yml +0 -4
  156. data/resources/locales/en-AU/languages.yml +4 -4
  157. data/resources/locales/en-AU/numbers.yml +1 -0
  158. data/resources/locales/en-AU/timezones.yml +3 -0
  159. data/resources/locales/en-AU/units.yml +49 -35
  160. data/resources/locales/en-CA/calendars.yml +128 -49
  161. data/resources/locales/en-CA/currencies.yml +12 -17
  162. data/resources/locales/en-CA/fields.yml +110 -113
  163. data/resources/locales/en-CA/languages.yml +2 -2
  164. data/resources/locales/en-CA/numbers.yml +2 -1
  165. data/resources/locales/en-CA/territories.yml +19 -19
  166. data/resources/locales/en-CA/timezones.yml +129 -40
  167. data/resources/locales/en-CA/units.yml +190 -178
  168. data/resources/locales/en-GB/calendars.yml +5 -0
  169. data/resources/locales/en-GB/currencies.yml +1 -5
  170. data/resources/locales/en-GB/languages.yml +2 -2
  171. data/resources/locales/en-GB/numbers.yml +1 -0
  172. data/resources/locales/en-GB/timezones.yml +3 -0
  173. data/resources/locales/en-GB/units.yml +41 -27
  174. data/resources/locales/en-IE/calendars.yml +95 -11
  175. data/resources/locales/en-IE/currencies.yml +1 -5
  176. data/resources/locales/en-IE/languages.yml +2 -2
  177. data/resources/locales/en-IE/numbers.yml +1 -0
  178. data/resources/locales/en-IE/timezones.yml +3 -0
  179. data/resources/locales/en-IE/units.yml +41 -27
  180. data/resources/locales/en-IN/calendars.yml +95 -11
  181. data/resources/locales/en-IN/currencies.yml +1 -5
  182. data/resources/locales/en-IN/languages.yml +2 -2
  183. data/resources/locales/en-IN/numbers.yml +25 -24
  184. data/resources/locales/en-IN/timezones.yml +3 -0
  185. data/resources/locales/en-IN/units.yml +41 -27
  186. data/resources/locales/en-NZ/calendars.yml +95 -11
  187. data/resources/locales/en-NZ/currencies.yml +1 -5
  188. data/resources/locales/en-NZ/languages.yml +1 -1
  189. data/resources/locales/en-NZ/numbers.yml +1 -0
  190. data/resources/locales/en-NZ/timezones.yml +3 -0
  191. data/resources/locales/en-NZ/units.yml +41 -27
  192. data/resources/locales/en-SG/calendars.yml +95 -11
  193. data/resources/locales/en-SG/currencies.yml +1 -5
  194. data/resources/locales/en-SG/languages.yml +2 -2
  195. data/resources/locales/en-SG/numbers.yml +1 -0
  196. data/resources/locales/en-SG/timezones.yml +3 -0
  197. data/resources/locales/en-SG/units.yml +41 -27
  198. data/resources/locales/en-US/calendars.yml +105 -11
  199. data/resources/locales/en-US/currencies.yml +1 -5
  200. data/resources/locales/en-US/languages.yml +2 -2
  201. data/resources/locales/en-US/numbers.yml +1 -0
  202. data/resources/locales/en-US/timezones.yml +3 -0
  203. data/resources/locales/en-US/units.yml +42 -30
  204. data/resources/locales/en-ZA/calendars.yml +95 -11
  205. data/resources/locales/en-ZA/currencies.yml +1 -5
  206. data/resources/locales/en-ZA/languages.yml +2 -2
  207. data/resources/locales/en-ZA/numbers.yml +1 -0
  208. data/resources/locales/en-ZA/timezones.yml +3 -0
  209. data/resources/locales/en-ZA/units.yml +41 -27
  210. data/resources/locales/eo/calendars.yml +105 -11
  211. data/resources/locales/eo/currencies.yml +1 -7
  212. data/resources/locales/eo/numbers.yml +1 -0
  213. data/resources/locales/eo/units.yml +274 -102
  214. data/resources/locales/es/calendars.yml +5 -3
  215. data/resources/locales/es/currencies.yml +21 -22
  216. data/resources/locales/es/fields.yml +8 -8
  217. data/resources/locales/es/languages.yml +3 -3
  218. data/resources/locales/es/numbers.yml +1 -0
  219. data/resources/locales/es/plural_rules.yml +2 -1
  220. data/resources/locales/es/plurals.yml +4 -1
  221. data/resources/locales/es/timezones.yml +6 -3
  222. data/resources/locales/es/units.yml +396 -34
  223. data/resources/locales/es-419/calendars.yml +41 -39
  224. data/resources/locales/es-419/currencies.yml +19 -20
  225. data/resources/locales/es-419/languages.yml +2 -2
  226. data/resources/locales/es-419/numbers.yml +1 -0
  227. data/resources/locales/es-419/plural_rules.yml +2 -1
  228. data/resources/locales/es-419/plurals.yml +4 -1
  229. data/resources/locales/es-419/timezones.yml +6 -3
  230. data/resources/locales/es-419/units.yml +370 -31
  231. data/resources/locales/es-AR/calendars.yml +35 -33
  232. data/resources/locales/es-AR/currencies.yml +19 -20
  233. data/resources/locales/es-AR/languages.yml +2 -2
  234. data/resources/locales/es-AR/numbers.yml +1 -0
  235. data/resources/locales/es-AR/plural_rules.yml +2 -1
  236. data/resources/locales/es-AR/plurals.yml +4 -1
  237. data/resources/locales/es-AR/timezones.yml +6 -3
  238. data/resources/locales/es-AR/units.yml +370 -31
  239. data/resources/locales/es-CO/calendars.yml +26 -24
  240. data/resources/locales/es-CO/currencies.yml +19 -20
  241. data/resources/locales/es-CO/languages.yml +2 -2
  242. data/resources/locales/es-CO/numbers.yml +1 -0
  243. data/resources/locales/es-CO/plural_rules.yml +2 -1
  244. data/resources/locales/es-CO/plurals.yml +4 -1
  245. data/resources/locales/es-CO/timezones.yml +6 -3
  246. data/resources/locales/es-CO/units.yml +368 -29
  247. data/resources/locales/es-MX/calendars.yml +37 -35
  248. data/resources/locales/es-MX/currencies.yml +17 -18
  249. data/resources/locales/es-MX/languages.yml +2 -2
  250. data/resources/locales/es-MX/numbers.yml +1 -0
  251. data/resources/locales/es-MX/plural_rules.yml +2 -1
  252. data/resources/locales/es-MX/plurals.yml +4 -1
  253. data/resources/locales/es-MX/timezones.yml +4 -1
  254. data/resources/locales/es-MX/units.yml +368 -29
  255. data/resources/locales/es-US/calendars.yml +43 -41
  256. data/resources/locales/es-US/currencies.yml +19 -20
  257. data/resources/locales/es-US/fields.yml +3 -3
  258. data/resources/locales/es-US/languages.yml +9 -9
  259. data/resources/locales/es-US/numbers.yml +25 -24
  260. data/resources/locales/es-US/plural_rules.yml +2 -1
  261. data/resources/locales/es-US/plurals.yml +4 -1
  262. data/resources/locales/es-US/territories.yml +2 -2
  263. data/resources/locales/es-US/timezones.yml +8 -5
  264. data/resources/locales/es-US/units.yml +381 -42
  265. data/resources/locales/et/calendars.yml +15 -14
  266. data/resources/locales/et/currencies.yml +3 -6
  267. data/resources/locales/et/languages.yml +1 -0
  268. data/resources/locales/et/numbers.yml +7 -6
  269. data/resources/locales/et/timezones.yml +3 -0
  270. data/resources/locales/et/units.yml +48 -27
  271. data/resources/locales/eu/calendars.yml +3 -1
  272. data/resources/locales/eu/currencies.yml +612 -23
  273. data/resources/locales/eu/fields.yml +8 -0
  274. data/resources/locales/eu/languages.yml +12 -7
  275. data/resources/locales/eu/numbers.yml +1 -0
  276. data/resources/locales/eu/timezones.yml +70 -1
  277. data/resources/locales/eu/units.yml +85 -13
  278. data/resources/locales/fa/calendars.yml +6 -5
  279. data/resources/locales/fa/currencies.yml +12 -12
  280. data/resources/locales/fa/languages.yml +2 -2
  281. data/resources/locales/fa/numbers.yml +14 -13
  282. data/resources/locales/fa/territories.yml +1 -1
  283. data/resources/locales/fa/timezones.yml +7 -4
  284. data/resources/locales/fa/units.yml +296 -147
  285. data/resources/locales/fi/calendars.yml +1 -0
  286. data/resources/locales/fi/currencies.yml +1 -2
  287. data/resources/locales/fi/languages.yml +1 -1
  288. data/resources/locales/fi/numbers.yml +1 -0
  289. data/resources/locales/fi/rbnf.yml +172 -0
  290. data/resources/locales/fi/timezones.yml +3 -0
  291. data/resources/locales/fi/units.yml +146 -84
  292. data/resources/locales/fil/calendars.yml +5 -3
  293. data/resources/locales/fil/currencies.yml +3 -5
  294. data/resources/locales/fil/fields.yml +24 -24
  295. data/resources/locales/fil/languages.yml +3 -2
  296. data/resources/locales/fil/numbers.yml +1 -0
  297. data/resources/locales/fil/timezones.yml +4 -1
  298. data/resources/locales/fil/units.yml +56 -16
  299. data/resources/locales/fr/calendars.yml +1 -0
  300. data/resources/locales/fr/currencies.yml +1 -2
  301. data/resources/locales/fr/languages.yml +1 -1
  302. data/resources/locales/fr/numbers.yml +1 -0
  303. data/resources/locales/fr/plural_rules.yml +2 -2
  304. data/resources/locales/fr/rbnf.yml +1 -1
  305. data/resources/locales/fr/timezones.yml +4 -1
  306. data/resources/locales/fr/units.yml +322 -103
  307. data/resources/locales/fr-BE/calendars.yml +1 -0
  308. data/resources/locales/fr-BE/currencies.yml +1 -2
  309. data/resources/locales/fr-BE/languages.yml +1 -1
  310. data/resources/locales/fr-BE/numbers.yml +1 -0
  311. data/resources/locales/fr-BE/plural_rules.yml +2 -2
  312. data/resources/locales/fr-BE/timezones.yml +4 -1
  313. data/resources/locales/fr-BE/units.yml +322 -103
  314. data/resources/locales/fr-CA/calendars.yml +1 -0
  315. data/resources/locales/fr-CA/currencies.yml +1 -2
  316. data/resources/locales/fr-CA/languages.yml +1 -1
  317. data/resources/locales/fr-CA/numbers.yml +1 -0
  318. data/resources/locales/fr-CA/plural_rules.yml +2 -2
  319. data/resources/locales/fr-CA/timezones.yml +3 -0
  320. data/resources/locales/fr-CA/units.yml +349 -124
  321. data/resources/locales/fr-CH/calendars.yml +1 -0
  322. data/resources/locales/fr-CH/currencies.yml +1 -2
  323. data/resources/locales/fr-CH/languages.yml +1 -1
  324. data/resources/locales/fr-CH/numbers.yml +1 -0
  325. data/resources/locales/fr-CH/plural_rules.yml +2 -2
  326. data/resources/locales/fr-CH/timezones.yml +4 -1
  327. data/resources/locales/fr-CH/units.yml +322 -103
  328. data/resources/locales/ga/calendars.yml +12 -7
  329. data/resources/locales/ga/currencies.yml +1 -3
  330. data/resources/locales/ga/fields.yml +5 -5
  331. data/resources/locales/ga/languages.yml +23 -22
  332. data/resources/locales/ga/numbers.yml +2 -1
  333. data/resources/locales/ga/territories.yml +10 -10
  334. data/resources/locales/ga/timezones.yml +41 -60
  335. data/resources/locales/ga/units.yml +33 -31
  336. data/resources/locales/gl/calendars.yml +3 -1
  337. data/resources/locales/gl/currencies.yml +7 -7
  338. data/resources/locales/gl/languages.yml +2 -1
  339. data/resources/locales/gl/numbers.yml +1 -0
  340. data/resources/locales/gl/timezones.yml +3 -0
  341. data/resources/locales/gl/units.yml +73 -14
  342. data/resources/locales/gu/calendars.yml +2 -1
  343. data/resources/locales/gu/currencies.yml +1 -4
  344. data/resources/locales/gu/languages.yml +1 -1
  345. data/resources/locales/gu/numbers.yml +1 -0
  346. data/resources/locales/gu/timezones.yml +3 -0
  347. data/resources/locales/gu/units.yml +59 -24
  348. data/resources/locales/he/calendars.yml +3 -1
  349. data/resources/locales/he/currencies.yml +39 -24
  350. data/resources/locales/he/fields.yml +4 -0
  351. data/resources/locales/he/languages.yml +4 -2
  352. data/resources/locales/he/numbers.yml +1 -0
  353. data/resources/locales/he/timezones.yml +3 -0
  354. data/resources/locales/he/units.yml +60 -38
  355. data/resources/locales/hi/calendars.yml +3 -1
  356. data/resources/locales/hi/currencies.yml +1 -4
  357. data/resources/locales/hi/languages.yml +2 -2
  358. data/resources/locales/hi/numbers.yml +1 -0
  359. data/resources/locales/hi/territories.yml +1 -1
  360. data/resources/locales/hi/timezones.yml +5 -1
  361. data/resources/locales/hi/units.yml +126 -23
  362. data/resources/locales/hr/calendars.yml +1 -0
  363. data/resources/locales/hr/currencies.yml +6 -6
  364. data/resources/locales/hr/languages.yml +1 -1
  365. data/resources/locales/hr/numbers.yml +4 -3
  366. data/resources/locales/hr/timezones.yml +3 -0
  367. data/resources/locales/hr/units.yml +141 -85
  368. data/resources/locales/hu/calendars.yml +1 -0
  369. data/resources/locales/hu/currencies.yml +4 -5
  370. data/resources/locales/hu/languages.yml +3 -2
  371. data/resources/locales/hu/numbers.yml +1 -0
  372. data/resources/locales/hu/timezones.yml +3 -0
  373. data/resources/locales/hu/units.yml +31 -27
  374. data/resources/locales/hy/calendars.yml +5 -3
  375. data/resources/locales/hy/currencies.yml +6 -4
  376. data/resources/locales/hy/languages.yml +2 -1
  377. data/resources/locales/hy/numbers.yml +1 -0
  378. data/resources/locales/hy/timezones.yml +3 -0
  379. data/resources/locales/hy/units.yml +141 -110
  380. data/resources/locales/id/calendars.yml +3 -2
  381. data/resources/locales/id/currencies.yml +1 -3
  382. data/resources/locales/id/fields.yml +12 -3
  383. data/resources/locales/id/languages.yml +2 -1
  384. data/resources/locales/id/numbers.yml +1 -0
  385. data/resources/locales/id/timezones.yml +47 -0
  386. data/resources/locales/id/units.yml +64 -67
  387. data/resources/locales/is/calendars.yml +1 -0
  388. data/resources/locales/is/currencies.yml +4 -6
  389. data/resources/locales/is/fields.yml +0 -14
  390. data/resources/locales/is/languages.yml +2 -2
  391. data/resources/locales/is/numbers.yml +1 -0
  392. data/resources/locales/is/units.yml +134 -112
  393. data/resources/locales/it/calendars.yml +1 -0
  394. data/resources/locales/it/currencies.yml +2 -3
  395. data/resources/locales/it/languages.yml +1 -0
  396. data/resources/locales/it/numbers.yml +1 -0
  397. data/resources/locales/it/plural_rules.yml +2 -1
  398. data/resources/locales/it/plurals.yml +4 -1
  399. data/resources/locales/it/rbnf.yml +1 -1
  400. data/resources/locales/it/timezones.yml +3 -0
  401. data/resources/locales/it/units.yml +412 -19
  402. data/resources/locales/it-CH/calendars.yml +1 -0
  403. data/resources/locales/it-CH/currencies.yml +2 -3
  404. data/resources/locales/it-CH/languages.yml +1 -0
  405. data/resources/locales/it-CH/numbers.yml +1 -0
  406. data/resources/locales/it-CH/plural_rules.yml +2 -1
  407. data/resources/locales/it-CH/plurals.yml +4 -1
  408. data/resources/locales/it-CH/timezones.yml +3 -0
  409. data/resources/locales/it-CH/units.yml +412 -19
  410. data/resources/locales/ja/calendars.yml +1 -0
  411. data/resources/locales/ja/currencies.yml +1 -2
  412. data/resources/locales/ja/languages.yml +1 -1
  413. data/resources/locales/ja/numbers.yml +2 -1
  414. data/resources/locales/ja/timezones.yml +3 -0
  415. data/resources/locales/ja/units.yml +126 -20
  416. data/resources/locales/ka/calendars.yml +3 -1
  417. data/resources/locales/ka/currencies.yml +5 -3
  418. data/resources/locales/ka/languages.yml +1 -1
  419. data/resources/locales/ka/numbers.yml +1 -0
  420. data/resources/locales/ka/timezones.yml +3 -0
  421. data/resources/locales/ka/units.yml +24 -10
  422. data/resources/locales/kk/calendars.yml +3 -1
  423. data/resources/locales/kk/currencies.yml +6 -4
  424. data/resources/locales/kk/languages.yml +3 -2
  425. data/resources/locales/kk/numbers.yml +1 -0
  426. data/resources/locales/kk/timezones.yml +3 -0
  427. data/resources/locales/kk/units.yml +20 -6
  428. data/resources/locales/km/calendars.yml +3 -1
  429. data/resources/locales/km/currencies.yml +6 -4
  430. data/resources/locales/km/languages.yml +2 -1
  431. data/resources/locales/km/numbers.yml +1 -0
  432. data/resources/locales/km/timezones.yml +3 -0
  433. data/resources/locales/km/units.yml +30 -19
  434. data/resources/locales/kn/calendars.yml +3 -1
  435. data/resources/locales/kn/currencies.yml +4 -7
  436. data/resources/locales/kn/languages.yml +1 -1
  437. data/resources/locales/kn/numbers.yml +1 -0
  438. data/resources/locales/kn/timezones.yml +4 -1
  439. data/resources/locales/kn/units.yml +344 -39
  440. data/resources/locales/ko/calendars.yml +3 -1
  441. data/resources/locales/ko/currencies.yml +2 -3
  442. data/resources/locales/ko/languages.yml +1 -1
  443. data/resources/locales/ko/numbers.yml +1 -0
  444. data/resources/locales/ko/territories.yml +1 -1
  445. data/resources/locales/ko/timezones.yml +3 -0
  446. data/resources/locales/ko/units.yml +20 -12
  447. data/resources/locales/lo/calendars.yml +7 -1
  448. data/resources/locales/lo/currencies.yml +1 -3
  449. data/resources/locales/lo/languages.yml +1 -1
  450. data/resources/locales/lo/numbers.yml +1 -0
  451. data/resources/locales/lo/timezones.yml +3 -0
  452. data/resources/locales/lo/units.yml +25 -26
  453. data/resources/locales/lt/calendars.yml +1 -0
  454. data/resources/locales/lt/currencies.yml +1 -3
  455. data/resources/locales/lt/languages.yml +1 -1
  456. data/resources/locales/lt/numbers.yml +1 -0
  457. data/resources/locales/lt/timezones.yml +3 -0
  458. data/resources/locales/lt/units.yml +153 -142
  459. data/resources/locales/lv/calendars.yml +2 -1
  460. data/resources/locales/lv/currencies.yml +1 -4
  461. data/resources/locales/lv/languages.yml +1 -1
  462. data/resources/locales/lv/numbers.yml +1 -0
  463. data/resources/locales/lv/timezones.yml +3 -0
  464. data/resources/locales/lv/units.yml +134 -132
  465. data/resources/locales/mk/calendars.yml +3 -2
  466. data/resources/locales/mk/currencies.yml +3 -4
  467. data/resources/locales/mk/languages.yml +2 -2
  468. data/resources/locales/mk/numbers.yml +7 -6
  469. data/resources/locales/mk/territories.yml +2 -2
  470. data/resources/locales/mk/timezones.yml +4 -1
  471. data/resources/locales/mk/units.yml +74 -241
  472. data/resources/locales/mr/calendars.yml +3 -1
  473. data/resources/locales/mr/currencies.yml +1 -5
  474. data/resources/locales/mr/languages.yml +1 -1
  475. data/resources/locales/mr/numbers.yml +1 -0
  476. data/resources/locales/mr/timezones.yml +3 -0
  477. data/resources/locales/mr/units.yml +55 -20
  478. data/resources/locales/ms/calendars.yml +1 -0
  479. data/resources/locales/ms/currencies.yml +1 -4
  480. data/resources/locales/ms/languages.yml +2 -2
  481. data/resources/locales/ms/numbers.yml +1 -0
  482. data/resources/locales/ms/timezones.yml +3 -0
  483. data/resources/locales/ms/units.yml +110 -13
  484. data/resources/locales/mt/calendars.yml +3 -1
  485. data/resources/locales/mt/currencies.yml +1 -4
  486. data/resources/locales/mt/languages.yml +1 -2
  487. data/resources/locales/mt/numbers.yml +1 -0
  488. data/resources/locales/mt/territories.yml +4 -4
  489. data/resources/locales/mt/units.yml +8 -16
  490. data/resources/locales/my/calendars.yml +15 -13
  491. data/resources/locales/my/currencies.yml +11 -9
  492. data/resources/locales/my/languages.yml +3 -2
  493. data/resources/locales/my/lists.yml +16 -16
  494. data/resources/locales/my/numbers.yml +1 -0
  495. data/resources/locales/my/timezones.yml +3 -0
  496. data/resources/locales/my/units.yml +20 -16
  497. data/resources/locales/nb/calendars.yml +2 -1
  498. data/resources/locales/nb/currencies.yml +1 -2
  499. data/resources/locales/nb/fields.yml +4 -4
  500. data/resources/locales/nb/languages.yml +2 -2
  501. data/resources/locales/nb/numbers.yml +2 -1
  502. data/resources/locales/nb/rbnf.yml +1 -928
  503. data/resources/locales/nb/timezones.yml +3 -0
  504. data/resources/locales/nb/units.yml +133 -67
  505. data/resources/locales/nl/calendars.yml +1 -0
  506. data/resources/locales/nl/currencies.yml +1 -1
  507. data/resources/locales/nl/languages.yml +3 -1
  508. data/resources/locales/nl/numbers.yml +1 -0
  509. data/resources/locales/nl/timezones.yml +3 -0
  510. data/resources/locales/nl/units.yml +55 -23
  511. data/resources/locales/nl-BE/calendars.yml +1 -0
  512. data/resources/locales/nl-BE/currencies.yml +1 -1
  513. data/resources/locales/nl-BE/languages.yml +3 -1
  514. data/resources/locales/nl-BE/numbers.yml +1 -0
  515. data/resources/locales/nl-BE/timezones.yml +3 -0
  516. data/resources/locales/nl-BE/units.yml +55 -23
  517. data/resources/locales/pl/calendars.yml +4 -2
  518. data/resources/locales/pl/currencies.yml +6 -6
  519. data/resources/locales/pl/languages.yml +1 -1
  520. data/resources/locales/pl/numbers.yml +1 -0
  521. data/resources/locales/pl/timezones.yml +4 -1
  522. data/resources/locales/pl/units.yml +219 -162
  523. data/resources/locales/pt/calendars.yml +40 -5
  524. data/resources/locales/pt/currencies.yml +4 -6
  525. data/resources/locales/pt/languages.yml +1 -1
  526. data/resources/locales/pt/numbers.yml +1 -0
  527. data/resources/locales/pt/plural_rules.yml +2 -1
  528. data/resources/locales/pt/plurals.yml +4 -1
  529. data/resources/locales/pt/rbnf.yml +52 -70
  530. data/resources/locales/pt/timezones.yml +3 -0
  531. data/resources/locales/pt/units.yml +28 -33
  532. data/resources/locales/pt-PT/calendars.yml +24 -3
  533. data/resources/locales/pt-PT/currencies.yml +4 -6
  534. data/resources/locales/pt-PT/languages.yml +1 -1
  535. data/resources/locales/pt-PT/numbers.yml +1 -0
  536. data/resources/locales/pt-PT/plural_rules.yml +2 -1
  537. data/resources/locales/pt-PT/plurals.yml +4 -1
  538. data/resources/locales/pt-PT/territories.yml +2 -2
  539. data/resources/locales/pt-PT/timezones.yml +3 -0
  540. data/resources/locales/pt-PT/units.yml +55 -41
  541. data/resources/locales/ro/calendars.yml +1 -0
  542. data/resources/locales/ro/currencies.yml +4 -5
  543. data/resources/locales/ro/languages.yml +3 -1
  544. data/resources/locales/ro/numbers.yml +1 -0
  545. data/resources/locales/ro/timezones.yml +3 -0
  546. data/resources/locales/ro/units.yml +104 -39
  547. data/resources/locales/ru/calendars.yml +9 -8
  548. data/resources/locales/ru/currencies.yml +6 -4
  549. data/resources/locales/ru/day_periods.yml +4 -4
  550. data/resources/locales/ru/languages.yml +2 -2
  551. data/resources/locales/ru/numbers.yml +1 -0
  552. data/resources/locales/ru/timezones.yml +3 -0
  553. data/resources/locales/ru/units.yml +297 -321
  554. data/resources/locales/sk/calendars.yml +5 -3
  555. data/resources/locales/sk/currencies.yml +1 -1
  556. data/resources/locales/sk/fields.yml +2 -2
  557. data/resources/locales/sk/languages.yml +1 -1
  558. data/resources/locales/sk/numbers.yml +1 -0
  559. data/resources/locales/sk/timezones.yml +3 -0
  560. data/resources/locales/sk/units.yml +198 -225
  561. data/resources/locales/sl/calendars.yml +7 -5
  562. data/resources/locales/sl/currencies.yml +6 -5
  563. data/resources/locales/sl/languages.yml +1 -1
  564. data/resources/locales/sl/numbers.yml +1 -0
  565. data/resources/locales/sl/timezones.yml +3 -0
  566. data/resources/locales/sl/units.yml +296 -234
  567. data/resources/locales/sq/calendars.yml +1 -0
  568. data/resources/locales/sq/currencies.yml +5 -5
  569. data/resources/locales/sq/languages.yml +6 -1
  570. data/resources/locales/sq/numbers.yml +1 -0
  571. data/resources/locales/sq/timezones.yml +3 -0
  572. data/resources/locales/sq/units.yml +53 -34
  573. data/resources/locales/sr/calendars.yml +26 -25
  574. data/resources/locales/sr/currencies.yml +185 -187
  575. data/resources/locales/sr/fields.yml +2 -8
  576. data/resources/locales/sr/languages.yml +1 -1
  577. data/resources/locales/sr/numbers.yml +1 -0
  578. data/resources/locales/sr/timezones.yml +3 -0
  579. data/resources/locales/sr/units.yml +123 -78
  580. data/resources/locales/sr-Cyrl-ME/calendars.yml +19 -18
  581. data/resources/locales/sr-Cyrl-ME/currencies.yml +185 -187
  582. data/resources/locales/sr-Cyrl-ME/fields.yml +2 -8
  583. data/resources/locales/sr-Cyrl-ME/languages.yml +1 -1
  584. data/resources/locales/sr-Cyrl-ME/numbers.yml +1 -0
  585. data/resources/locales/sr-Cyrl-ME/timezones.yml +3 -0
  586. data/resources/locales/sr-Cyrl-ME/units.yml +123 -78
  587. data/resources/locales/sr-Latn-ME/calendars.yml +201 -200
  588. data/resources/locales/sr-Latn-ME/currencies.yml +185 -187
  589. data/resources/locales/sr-Latn-ME/fields.yml +2 -8
  590. data/resources/locales/sr-Latn-ME/languages.yml +1 -1
  591. data/resources/locales/sr-Latn-ME/numbers.yml +1 -0
  592. data/resources/locales/sr-Latn-ME/timezones.yml +3 -0
  593. data/resources/locales/sr-Latn-ME/units.yml +660 -615
  594. data/resources/locales/sv/calendars.yml +1 -0
  595. data/resources/locales/sv/currencies.yml +4 -6
  596. data/resources/locales/sv/languages.yml +1 -1
  597. data/resources/locales/sv/numbers.yml +1 -0
  598. data/resources/locales/sv/timezones.yml +5 -2
  599. data/resources/locales/sv/units.yml +43 -297
  600. data/resources/locales/sw/calendars.yml +3 -1
  601. data/resources/locales/sw/currencies.yml +3 -5
  602. data/resources/locales/sw/languages.yml +2 -1
  603. data/resources/locales/sw/numbers.yml +1 -0
  604. data/resources/locales/sw/timezones.yml +3 -0
  605. data/resources/locales/sw/units.yml +20 -7
  606. data/resources/locales/ta/calendars.yml +5 -3
  607. data/resources/locales/ta/currencies.yml +2 -4
  608. data/resources/locales/ta/fields.yml +1 -1
  609. data/resources/locales/ta/languages.yml +1 -1
  610. data/resources/locales/ta/numbers.yml +1 -0
  611. data/resources/locales/ta/timezones.yml +3 -0
  612. data/resources/locales/ta/units.yml +505 -122
  613. data/resources/locales/th/calendars.yml +2 -12
  614. data/resources/locales/th/currencies.yml +1 -2
  615. data/resources/locales/th/languages.yml +1 -1
  616. data/resources/locales/th/numbers.yml +1 -0
  617. data/resources/locales/th/timezones.yml +3 -0
  618. data/resources/locales/th/units.yml +275 -16
  619. data/resources/locales/tr/calendars.yml +3 -1
  620. data/resources/locales/tr/currencies.yml +3 -2
  621. data/resources/locales/tr/languages.yml +1 -1
  622. data/resources/locales/tr/numbers.yml +1 -0
  623. data/resources/locales/tr/timezones.yml +3 -0
  624. data/resources/locales/tr/units.yml +56 -38
  625. data/resources/locales/uk/calendars.yml +8 -7
  626. data/resources/locales/uk/currencies.yml +5 -2
  627. data/resources/locales/uk/languages.yml +2 -6
  628. data/resources/locales/uk/numbers.yml +1 -0
  629. data/resources/locales/uk/timezones.yml +3 -0
  630. data/resources/locales/uk/units.yml +494 -299
  631. data/resources/locales/ur/calendars.yml +3 -1
  632. data/resources/locales/ur/currencies.yml +4 -6
  633. data/resources/locales/ur/languages.yml +2 -1
  634. data/resources/locales/ur/numbers.yml +1 -0
  635. data/resources/locales/ur/timezones.yml +3 -0
  636. data/resources/locales/ur/units.yml +53 -15
  637. data/resources/locales/vi/calendars.yml +1 -0
  638. data/resources/locales/vi/currencies.yml +2 -3
  639. data/resources/locales/vi/languages.yml +2 -2
  640. data/resources/locales/vi/numbers.yml +1 -0
  641. data/resources/locales/vi/timezones.yml +3 -0
  642. data/resources/locales/vi/units.yml +16 -17
  643. data/resources/locales/xh/calendars.yml +61 -7
  644. data/resources/locales/xh/currencies.yml +1 -7
  645. data/resources/locales/xh/numbers.yml +1 -0
  646. data/resources/locales/xh/units.yml +8 -16
  647. data/resources/locales/zh/calendars.yml +8 -6
  648. data/resources/locales/zh/currencies.yml +1 -1
  649. data/resources/locales/zh/languages.yml +1 -1
  650. data/resources/locales/zh/numbers.yml +1 -0
  651. data/resources/locales/zh/timezones.yml +4 -1
  652. data/resources/locales/zh/units.yml +31 -9
  653. data/resources/locales/zh-Hant/calendars.yml +18 -12
  654. data/resources/locales/zh-Hant/currencies.yml +1 -1
  655. data/resources/locales/zh-Hant/languages.yml +1 -1
  656. data/resources/locales/zh-Hant/numbers.yml +1 -0
  657. data/resources/locales/zh-Hant/timezones.yml +4 -1
  658. data/resources/locales/zh-Hant/units.yml +99 -14
  659. data/resources/locales/zu/calendars.yml +4 -2
  660. data/resources/locales/zu/currencies.yml +1 -4
  661. data/resources/locales/zu/fields.yml +0 -5
  662. data/resources/locales/zu/languages.yml +1 -1
  663. data/resources/locales/zu/numbers.yml +1 -0
  664. data/resources/locales/zu/timezones.yml +3 -0
  665. data/resources/locales/zu/units.yml +32 -20
  666. data/resources/shared/aliases.yml +4 -3
  667. data/resources/shared/bcp47_timezone_metadata.yml +3 -1
  668. data/resources/shared/hyphenation/ca.yml +1 -1
  669. data/resources/shared/hyphenation/de-AT.yml +1 -1
  670. data/resources/shared/hyphenation/de-CH.yml +1 -1
  671. data/resources/shared/hyphenation/de-DE.yml +1 -1
  672. data/resources/shared/hyphenation/eo.yml +3180 -0
  673. data/resources/shared/hyphenation/fr.yml +1 -1
  674. data/resources/shared/hyphenation/hr-HR.yml +1 -1
  675. data/resources/shared/hyphenation/hu-HU.yml +1439 -57
  676. data/resources/shared/hyphenation/mn-MN.yml +1000 -0
  677. data/resources/shared/hyphenation/sl-SI.yml +1 -1
  678. data/resources/shared/hyphenation/sq-AL.yml +14015 -0
  679. data/resources/shared/language_codes_table.dump +0 -0
  680. data/resources/shared/likely_subtags.yml +18 -9
  681. data/resources/shared/metazones.yml +9 -39
  682. data/resources/shared/numbering_systems.yml +3 -0
  683. data/resources/shared/parent_locales.yml +3 -2
  684. data/resources/shared/rbnf_root.yml +84 -2
  685. data/resources/shared/segments/dictionaries/laodict.dump +0 -0
  686. data/resources/shared/segments/rules/el/sentence.yml +574 -556
  687. data/resources/shared/segments/rules/en-US-POSIX/word.yml +416 -403
  688. data/resources/shared/segments/rules/ja/line.yml +804 -776
  689. data/resources/shared/segments/rules/ja/word.yml +416 -403
  690. data/resources/shared/segments/rules/root/grapheme.yml +407 -402
  691. data/resources/shared/segments/rules/root/line.yml +804 -776
  692. data/resources/shared/segments/rules/root/sentence.yml +574 -556
  693. data/resources/shared/segments/rules/root/word.yml +416 -403
  694. data/resources/shared/segments/rules/zh/line.yml +804 -776
  695. data/resources/shared/segments/rules/zh-Hant/line.yml +804 -776
  696. data/resources/shared/segments/tests/dictionary_tests/combined.yml +31 -42
  697. data/resources/shared/segments/tests/dictionary_tests/lo.yml +31 -42
  698. data/resources/shared/segments/tests/line_break_test.yml +2 -0
  699. data/resources/shared/transforms/Han-Latin.yml +57 -57
  700. data/resources/shared/transforms/Latin-ASCII.yml +51 -2
  701. data/resources/shared/transforms/Turkmen-Latin-BGN.yml +4 -4
  702. data/resources/shared/validity_data.yml +54 -10
  703. data/resources/unicode_data/blocks/ahom.yml +112 -0
  704. data/resources/unicode_data/blocks/arabic.yml +16 -0
  705. data/resources/unicode_data/blocks/arabic_extended_a.yml +192 -0
  706. data/resources/unicode_data/blocks/arabic_extended_b.yml +657 -0
  707. data/resources/unicode_data/blocks/arabic_presentation_forms_a.yml +320 -0
  708. data/resources/unicode_data/blocks/balinese.yml +48 -0
  709. data/resources/unicode_data/blocks/brahmi.yml +96 -0
  710. data/resources/unicode_data/blocks/cjk_unified_ideographs.yml +2 -2
  711. data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_b.yml +2 -2
  712. data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_c.yml +2 -2
  713. data/resources/unicode_data/blocks/combining_diacritical_marks_extended.yml +224 -0
  714. data/resources/unicode_data/blocks/combining_diacritical_marks_supplement.yml +16 -0
  715. data/resources/unicode_data/blocks/currency_symbols.yml +16 -0
  716. data/resources/unicode_data/blocks/cypro_minoan.yml +1585 -0
  717. data/resources/unicode_data/blocks/ethiopic_extended_b.yml +449 -0
  718. data/resources/unicode_data/blocks/geometric_shapes_extended.yml +16 -0
  719. data/resources/unicode_data/blocks/glagolitic.yml +32 -0
  720. data/resources/unicode_data/blocks/hanunoo.yml +2 -2
  721. data/resources/unicode_data/blocks/kaithi.yml +16 -0
  722. data/resources/unicode_data/blocks/kana_extended_a.yml +64 -0
  723. data/resources/unicode_data/blocks/kana_extended_b.yml +209 -0
  724. data/resources/unicode_data/blocks/kannada.yml +16 -0
  725. data/resources/unicode_data/blocks/latin_extended_d.yml +208 -0
  726. data/resources/unicode_data/blocks/latin_extended_f.yml +913 -0
  727. data/resources/unicode_data/blocks/latin_extended_g.yml +497 -0
  728. data/resources/unicode_data/blocks/mongolian.yml +16 -0
  729. data/resources/unicode_data/blocks/musical_symbols.yml +32 -0
  730. data/resources/unicode_data/blocks/old_uyghur.yml +417 -0
  731. data/resources/unicode_data/blocks/supplemental_punctuation.yml +176 -0
  732. data/resources/unicode_data/blocks/supplemental_symbols_and_pictographs.yml +32 -0
  733. data/resources/unicode_data/blocks/symbols_and_pictographs_extended_a.yml +496 -0
  734. data/resources/unicode_data/blocks/tagalog.yml +48 -0
  735. data/resources/unicode_data/blocks/takri.yml +16 -0
  736. data/resources/unicode_data/blocks/tangsa.yml +1425 -0
  737. data/resources/unicode_data/blocks/telugu.yml +32 -0
  738. data/resources/unicode_data/blocks/toto.yml +497 -0
  739. data/resources/unicode_data/blocks/transport_and_map_symbols.yml +48 -0
  740. data/resources/unicode_data/blocks/unified_canadian_aboriginal_syllabics_extended_a.yml +257 -0
  741. data/resources/unicode_data/blocks/vithkuqi.yml +1121 -0
  742. data/resources/unicode_data/blocks/znamenny_musical_notation.yml +2961 -0
  743. data/resources/unicode_data/blocks.yml +50 -2
  744. data/resources/unicode_data/casefolding.yml +160 -0
  745. data/resources/unicode_data/properties/Age/14.0/value.dump +0 -0
  746. data/resources/unicode_data/properties/Alphabetic/value.dump +0 -0
  747. data/resources/unicode_data/properties/Bidi_Class/AL/value.dump +0 -0
  748. data/resources/unicode_data/properties/Bidi_Class/AN/value.dump +0 -0
  749. data/resources/unicode_data/properties/Bidi_Class/ET/value.dump +1 -1
  750. data/resources/unicode_data/properties/Bidi_Class/L/value.dump +0 -0
  751. data/resources/unicode_data/properties/Bidi_Class/NSM/value.dump +0 -0
  752. data/resources/unicode_data/properties/Bidi_Class/ON/value.dump +0 -0
  753. data/resources/unicode_data/properties/Bidi_Class/R/value.dump +0 -0
  754. data/resources/unicode_data/properties/Bidi_Mirrored/N/value.dump +0 -0
  755. data/resources/unicode_data/properties/Bidi_Mirrored/Y/value.dump +3 -2
  756. data/resources/unicode_data/properties/Bidi_Paired_Bracket_Type/Close/value.dump +6 -2
  757. data/resources/unicode_data/properties/Bidi_Paired_Bracket_Type/Open/value.dump +6 -2
  758. data/resources/unicode_data/properties/Block/Ahom/value.dump +0 -0
  759. data/resources/unicode_data/properties/Block/Arabic Extended-B/value.dump +3 -0
  760. data/resources/unicode_data/properties/Block/Cypro-Minoan/value.dump +3 -0
  761. data/resources/unicode_data/properties/Block/Ethiopic Extended-B/value.dump +3 -0
  762. data/resources/unicode_data/properties/Block/Kana Extended-B/value.dump +3 -0
  763. data/resources/unicode_data/properties/Block/Latin Extended-F/value.dump +3 -0
  764. data/resources/unicode_data/properties/Block/Latin Extended-G/value.dump +0 -0
  765. data/resources/unicode_data/properties/Block/Old Uyghur/value.dump +3 -0
  766. data/resources/unicode_data/properties/Block/Tangsa/value.dump +3 -0
  767. data/resources/unicode_data/properties/Block/Tangut Supplement/value.dump +0 -0
  768. data/resources/unicode_data/properties/Block/Toto/value.dump +3 -0
  769. data/resources/unicode_data/properties/Block/Unified Canadian Aboriginal Syllabics Extended-A/value.dump +3 -0
  770. data/resources/unicode_data/properties/Block/Vithkuqi/value.dump +3 -0
  771. data/resources/unicode_data/properties/Block/Znamenny Musical Notation/value.dump +0 -0
  772. data/resources/unicode_data/properties/Canonical_Combining_Class/0/value.dump +0 -0
  773. data/resources/unicode_data/properties/Canonical_Combining_Class/218/value.dump +3 -2
  774. data/resources/unicode_data/properties/Canonical_Combining_Class/220/value.dump +9 -4
  775. data/resources/unicode_data/properties/Canonical_Combining_Class/230/value.dump +0 -0
  776. data/resources/unicode_data/properties/Canonical_Combining_Class/7/value.dump +3 -2
  777. data/resources/unicode_data/properties/Canonical_Combining_Class/9/value.dump +4 -3
  778. data/resources/unicode_data/properties/Case_Ignorable/value.dump +0 -0
  779. data/resources/unicode_data/properties/Cased/value.dump +0 -0
  780. data/resources/unicode_data/properties/Changes_When_Casefolded/value.dump +0 -0
  781. data/resources/unicode_data/properties/Changes_When_Casemapped/value.dump +0 -0
  782. data/resources/unicode_data/properties/Changes_When_Lowercased/value.dump +0 -0
  783. data/resources/unicode_data/properties/Changes_When_Titlecased/value.dump +13 -5
  784. data/resources/unicode_data/properties/Changes_When_Uppercased/value.dump +13 -5
  785. data/resources/unicode_data/properties/Dash/value.dump +0 -0
  786. data/resources/unicode_data/properties/Default_Ignorable_Code_Point/value.dump +0 -0
  787. data/resources/unicode_data/properties/Diacritic/value.dump +0 -0
  788. data/resources/unicode_data/properties/East_Asian_Width/N/value.dump +0 -0
  789. data/resources/unicode_data/properties/East_Asian_Width/W/value.dump +0 -0
  790. data/resources/unicode_data/properties/Emoji/value.dump +0 -0
  791. data/resources/unicode_data/properties/Emoji_Modifier_Base/value.dump +4 -2
  792. data/resources/unicode_data/properties/Emoji_Presentation/value.dump +0 -0
  793. data/resources/unicode_data/properties/Extender/value.dump +3 -2
  794. data/resources/unicode_data/properties/General_Category/C/f/value.dump +0 -0
  795. data/resources/unicode_data/properties/General_Category/L/l/value.dump +0 -0
  796. data/resources/unicode_data/properties/General_Category/L/m/value.dump +13 -5
  797. data/resources/unicode_data/properties/General_Category/L/o/value.dump +0 -0
  798. data/resources/unicode_data/properties/General_Category/L/u/value.dump +0 -0
  799. data/resources/unicode_data/properties/General_Category/M/c/value.dump +0 -0
  800. data/resources/unicode_data/properties/General_Category/M/n/value.dump +0 -0
  801. data/resources/unicode_data/properties/General_Category/N/d/value.dump +0 -0
  802. data/resources/unicode_data/properties/General_Category/P/d/value.dump +0 -0
  803. data/resources/unicode_data/properties/General_Category/P/e/value.dump +6 -2
  804. data/resources/unicode_data/properties/General_Category/P/o/value.dump +0 -0
  805. data/resources/unicode_data/properties/General_Category/P/s/value.dump +6 -2
  806. data/resources/unicode_data/properties/General_Category/S/c/value.dump +1 -1
  807. data/resources/unicode_data/properties/General_Category/S/k/value.dump +0 -0
  808. data/resources/unicode_data/properties/General_Category/S/o/value.dump +0 -0
  809. data/resources/unicode_data/properties/Grapheme_Base/value.dump +0 -0
  810. data/resources/unicode_data/properties/Grapheme_Cluster_Break/Extend/value.dump +0 -0
  811. data/resources/unicode_data/properties/Grapheme_Cluster_Break/Prepend/value.dump +0 -0
  812. data/resources/unicode_data/properties/Grapheme_Cluster_Break/SpacingMark/value.dump +0 -0
  813. data/resources/unicode_data/properties/Grapheme_Extend/value.dump +0 -0
  814. data/resources/unicode_data/properties/Grapheme_Link/value.dump +4 -3
  815. data/resources/unicode_data/properties/ID_Continue/value.dump +0 -0
  816. data/resources/unicode_data/properties/ID_Start/value.dump +0 -0
  817. data/resources/unicode_data/properties/Ideographic/value.dump +0 -0
  818. data/resources/unicode_data/properties/Indic_Positional_Category/Bottom/value.dump +6 -4
  819. data/resources/unicode_data/properties/Indic_Positional_Category/Right/value.dump +0 -0
  820. data/resources/unicode_data/properties/Indic_Positional_Category/Top/value.dump +0 -0
  821. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant/value.dump +0 -0
  822. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Dead/value.dump +4 -2
  823. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Final/value.dump +6 -3
  824. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Succeeding_Repha/value.dump +2 -5
  825. data/resources/unicode_data/properties/Indic_Syllabic_Category/Nukta/value.dump +3 -2
  826. data/resources/unicode_data/properties/Indic_Syllabic_Category/Pure_Killer/value.dump +4 -3
  827. data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Dependent/value.dump +5 -3
  828. data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Independent/value.dump +0 -0
  829. data/resources/unicode_data/properties/Joining_Group/ALEF/value.dump +3 -2
  830. data/resources/unicode_data/properties/Joining_Group/GAF/value.dump +5 -3
  831. data/resources/unicode_data/properties/Joining_Group/HAH/value.dump +3 -2
  832. data/resources/unicode_data/properties/Joining_Group/NOON/value.dump +3 -2
  833. data/resources/unicode_data/properties/Joining_Group/No_Joining_Group/value.dump +0 -0
  834. data/resources/unicode_data/properties/Joining_Group/QAF/value.dump +4 -2
  835. data/resources/unicode_data/properties/Joining_Group/TAH/value.dump +3 -2
  836. data/resources/unicode_data/properties/Joining_Group/THIN YEH/value.dump +3 -0
  837. data/resources/unicode_data/properties/Joining_Group/VERTICAL TAIL/value.dump +3 -0
  838. data/resources/unicode_data/properties/Joining_Type/Dual_Joining/value.dump +0 -0
  839. data/resources/unicode_data/properties/Joining_Type/Join_Causing/value.dump +4 -2
  840. data/resources/unicode_data/properties/Joining_Type/Non_Joining/value.dump +0 -0
  841. data/resources/unicode_data/properties/Joining_Type/Right_Joining/value.dump +6 -3
  842. data/resources/unicode_data/properties/Line_Break/AL/value.dump +0 -0
  843. data/resources/unicode_data/properties/Line_Break/BA/value.dump +0 -0
  844. data/resources/unicode_data/properties/Line_Break/CL/value.dump +6 -2
  845. data/resources/unicode_data/properties/Line_Break/CM/value.dump +0 -0
  846. data/resources/unicode_data/properties/Line_Break/EB/value.dump +4 -2
  847. data/resources/unicode_data/properties/Line_Break/EX/value.dump +4 -3
  848. data/resources/unicode_data/properties/Line_Break/ID/value.dump +0 -0
  849. data/resources/unicode_data/properties/Line_Break/NU/value.dump +0 -0
  850. data/resources/unicode_data/properties/Line_Break/OP/value.dump +6 -2
  851. data/resources/unicode_data/properties/Line_Break/PO/value.dump +3 -2
  852. data/resources/unicode_data/properties/Line_Break/PR/value.dump +2 -1
  853. data/resources/unicode_data/properties/Line_Break/SA/value.dump +0 -0
  854. data/resources/unicode_data/properties/Lowercase/value.dump +0 -0
  855. data/resources/unicode_data/properties/Numeric_Type/0/value.dump +0 -0
  856. data/resources/unicode_data/properties/Numeric_Type/1/value.dump +3 -2
  857. data/resources/unicode_data/properties/Numeric_Type/2/value.dump +3 -2
  858. data/resources/unicode_data/properties/Numeric_Type/3/value.dump +3 -2
  859. data/resources/unicode_data/properties/Numeric_Type/4/value.dump +3 -2
  860. data/resources/unicode_data/properties/Numeric_Type/5/value.dump +3 -2
  861. data/resources/unicode_data/properties/Numeric_Type/6/value.dump +3 -2
  862. data/resources/unicode_data/properties/Numeric_Type/7/value.dump +3 -2
  863. data/resources/unicode_data/properties/Numeric_Type/8/value.dump +3 -2
  864. data/resources/unicode_data/properties/Numeric_Type/9/value.dump +3 -2
  865. data/resources/unicode_data/properties/Numeric_Type/value.dump +0 -0
  866. data/resources/unicode_data/properties/Other_Alphabetic/value.dump +0 -0
  867. data/resources/unicode_data/properties/Other_Lowercase/value.dump +6 -2
  868. data/resources/unicode_data/properties/Prepended_Concatenation_Mark/value.dump +0 -0
  869. data/resources/unicode_data/properties/Script/Ahom/value.dump +0 -0
  870. data/resources/unicode_data/properties/Script/Arabic/value.dump +0 -0
  871. data/resources/unicode_data/properties/Script/Balinese/value.dump +0 -0
  872. data/resources/unicode_data/properties/Script/Brahmi/value.dump +0 -0
  873. data/resources/unicode_data/properties/Script/Canadian_Aboriginal/value.dump +0 -0
  874. data/resources/unicode_data/properties/Script/Common/value.dump +0 -0
  875. data/resources/unicode_data/properties/Script/Cypro_Minoan/value.dump +3 -0
  876. data/resources/unicode_data/properties/Script/Ethiopic/value.dump +0 -0
  877. data/resources/unicode_data/properties/Script/Glagolitic/value.dump +0 -0
  878. data/resources/unicode_data/properties/Script/Han/value.dump +0 -0
  879. data/resources/unicode_data/properties/Script/Hiragana/value.dump +0 -0
  880. data/resources/unicode_data/properties/Script/Inherited/value.dump +0 -0
  881. data/resources/unicode_data/properties/Script/Kaithi/value.dump +1 -1
  882. data/resources/unicode_data/properties/Script/Kannada/value.dump +1 -1
  883. data/resources/unicode_data/properties/Script/Katakana/value.dump +0 -0
  884. data/resources/unicode_data/properties/Script/Latin/value.dump +0 -0
  885. data/resources/unicode_data/properties/Script/Mongolian/value.dump +0 -0
  886. data/resources/unicode_data/properties/Script/Old_Uyghur/value.dump +3 -0
  887. data/resources/unicode_data/properties/Script/Tagalog/value.dump +0 -0
  888. data/resources/unicode_data/properties/Script/Takri/value.dump +1 -1
  889. data/resources/unicode_data/properties/Script/Tangsa/value.dump +4 -0
  890. data/resources/unicode_data/properties/Script/Telugu/value.dump +0 -0
  891. data/resources/unicode_data/properties/Script/Toto/value.dump +3 -0
  892. data/resources/unicode_data/properties/Script/Vithkuqi/value.dump +10 -0
  893. data/resources/unicode_data/properties/Script_Extensions/Adlm/value.dump +3 -2
  894. data/resources/unicode_data/properties/Script_Extensions/Arab/value.dump +3 -2
  895. data/resources/unicode_data/properties/Script_Extensions/Cpmn/value.dump +0 -0
  896. data/resources/unicode_data/properties/Script_Extensions/Mani/value.dump +5 -2
  897. data/resources/unicode_data/properties/Script_Extensions/Nkoo/value.dump +6 -0
  898. data/resources/unicode_data/properties/Script_Extensions/Ougr/value.dump +6 -0
  899. data/resources/unicode_data/properties/Script_Extensions/Syrc/value.dump +3 -2
  900. data/resources/unicode_data/properties/Sentence_Break/Close/value.dump +0 -0
  901. data/resources/unicode_data/properties/Sentence_Break/Extend/value.dump +0 -0
  902. data/resources/unicode_data/properties/Sentence_Break/Format/value.dump +0 -0
  903. data/resources/unicode_data/properties/Sentence_Break/Lower/value.dump +0 -0
  904. data/resources/unicode_data/properties/Sentence_Break/Numeric/value.dump +0 -0
  905. data/resources/unicode_data/properties/Sentence_Break/OLetter/value.dump +0 -0
  906. data/resources/unicode_data/properties/Sentence_Break/STerm/value.dump +0 -0
  907. data/resources/unicode_data/properties/Sentence_Break/Upper/value.dump +0 -0
  908. data/resources/unicode_data/properties/Sentence_Terminal/value.dump +0 -0
  909. data/resources/unicode_data/properties/Soft_Dotted/value.dump +3 -2
  910. data/resources/unicode_data/properties/Terminal_Punctuation/value.dump +0 -0
  911. data/resources/unicode_data/properties/Unified_Ideograph/value.dump +0 -0
  912. data/resources/unicode_data/properties/Uppercase/value.dump +0 -0
  913. data/resources/unicode_data/properties/Variation_Selector/value.dump +0 -0
  914. data/resources/unicode_data/properties/Word_Break/ALetter/value.dump +0 -0
  915. data/resources/unicode_data/properties/Word_Break/Extend/value.dump +0 -0
  916. data/resources/unicode_data/properties/Word_Break/Format/value.dump +0 -0
  917. data/resources/unicode_data/properties/Word_Break/Katakana/value.dump +0 -0
  918. data/resources/unicode_data/properties/Word_Break/Numeric/value.dump +0 -0
  919. data/resources/unicode_data/properties/XID_Continue/value.dump +0 -0
  920. data/resources/unicode_data/properties/XID_Start/value.dump +0 -0
  921. data/resources/unicode_data/property_value_aliases.yml +40 -0
  922. data/spec/formatters/calendars/datetime_formatter_spec.rb +2 -2
  923. data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +234 -0
  924. data/spec/formatters/numbers/rbnf/locales/fi/rbnf_test.yml +234 -0
  925. data/spec/formatters/numbers/rbnf/locales/pt/rbnf_test.yml +32 -32
  926. data/spec/localized/localized_date_spec.rb +0 -12
  927. data/spec/localized/localized_datetime_spec.rb +1 -15
  928. data/spec/localized/localized_time_spec.rb +0 -12
  929. data/spec/parsers/unicode_regex/character_set_spec.rb +2 -1
  930. data/spec/shared/calendar_spec.rb +8 -8
  931. data/spec/shared/unit_spec.rb +9 -9
  932. data/spec/timezones/tests/af.yml +3 -3
  933. data/spec/timezones/tests/ar.yml +3 -3
  934. data/spec/timezones/tests/az.yml +3 -3
  935. data/spec/timezones/tests/be.yml +3 -3
  936. data/spec/timezones/tests/bg.yml +3 -3
  937. data/spec/timezones/tests/bn.yml +3 -3
  938. data/spec/timezones/tests/bo.yml +3 -3
  939. data/spec/timezones/tests/bs.yml +3 -3
  940. data/spec/timezones/tests/ca.yml +17 -17
  941. data/spec/timezones/tests/cs.yml +3 -3
  942. data/spec/timezones/tests/cy.yml +3 -3
  943. data/spec/timezones/tests/da.yml +3 -3
  944. data/spec/timezones/tests/de-AT.yml +3 -3
  945. data/spec/timezones/tests/de-CH.yml +3 -3
  946. data/spec/timezones/tests/de.yml +3 -3
  947. data/spec/timezones/tests/el.yml +3 -3
  948. data/spec/timezones/tests/en-001.yml +3 -3
  949. data/spec/timezones/tests/en-150.yml +3 -3
  950. data/spec/timezones/tests/en-AU.yml +3 -3
  951. data/spec/timezones/tests/en-CA.yml +208 -208
  952. data/spec/timezones/tests/en-GB.yml +3 -3
  953. data/spec/timezones/tests/en-IE.yml +3 -3
  954. data/spec/timezones/tests/en-IN.yml +3 -3
  955. data/spec/timezones/tests/en-NZ.yml +3 -3
  956. data/spec/timezones/tests/en-SG.yml +3 -3
  957. data/spec/timezones/tests/en-US.yml +3 -3
  958. data/spec/timezones/tests/en-ZA.yml +3 -3
  959. data/spec/timezones/tests/en.yml +3 -3
  960. data/spec/timezones/tests/eo.yml +3 -3
  961. data/spec/timezones/tests/es-419.yml +6 -6
  962. data/spec/timezones/tests/es-AR.yml +6 -6
  963. data/spec/timezones/tests/es-CO.yml +6 -6
  964. data/spec/timezones/tests/es-MX.yml +4 -4
  965. data/spec/timezones/tests/es-US.yml +13 -13
  966. data/spec/timezones/tests/es.yml +6 -6
  967. data/spec/timezones/tests/et.yml +3 -3
  968. data/spec/timezones/tests/eu.yml +285 -285
  969. data/spec/timezones/tests/fa.yml +14 -14
  970. data/spec/timezones/tests/fi.yml +3 -3
  971. data/spec/timezones/tests/fil.yml +9 -9
  972. data/spec/timezones/tests/fr-BE.yml +11 -11
  973. data/spec/timezones/tests/fr-CA.yml +3 -3
  974. data/spec/timezones/tests/fr-CH.yml +11 -11
  975. data/spec/timezones/tests/fr.yml +11 -11
  976. data/spec/timezones/tests/ga.yml +190 -190
  977. data/spec/timezones/tests/gl.yml +3 -3
  978. data/spec/timezones/tests/gu.yml +3 -3
  979. data/spec/timezones/tests/he.yml +3 -3
  980. data/spec/timezones/tests/hi.yml +7 -7
  981. data/spec/timezones/tests/hr.yml +3 -3
  982. data/spec/timezones/tests/hu.yml +3 -3
  983. data/spec/timezones/tests/hy.yml +3 -3
  984. data/spec/timezones/tests/id.yml +287 -287
  985. data/spec/timezones/tests/is.yml +3 -3
  986. data/spec/timezones/tests/it-CH.yml +3 -3
  987. data/spec/timezones/tests/it.yml +3 -3
  988. data/spec/timezones/tests/ja.yml +3 -3
  989. data/spec/timezones/tests/ka.yml +3 -3
  990. data/spec/timezones/tests/kk.yml +3 -3
  991. data/spec/timezones/tests/km.yml +3 -3
  992. data/spec/timezones/tests/kn.yml +10 -10
  993. data/spec/timezones/tests/ko.yml +3 -3
  994. data/spec/timezones/tests/lo.yml +3 -3
  995. data/spec/timezones/tests/lt.yml +3 -3
  996. data/spec/timezones/tests/lv.yml +3 -3
  997. data/spec/timezones/tests/mk.yml +8 -8
  998. data/spec/timezones/tests/mr.yml +3 -3
  999. data/spec/timezones/tests/ms.yml +3 -3
  1000. data/spec/timezones/tests/mt.yml +13 -13
  1001. data/spec/timezones/tests/my.yml +3 -3
  1002. data/spec/timezones/tests/nb.yml +3 -3
  1003. data/spec/timezones/tests/nl-BE.yml +3 -3
  1004. data/spec/timezones/tests/nl.yml +3 -3
  1005. data/spec/timezones/tests/pl.yml +5 -5
  1006. data/spec/timezones/tests/pt-PT.yml +3 -3
  1007. data/spec/timezones/tests/pt.yml +3 -3
  1008. data/spec/timezones/tests/ro.yml +3 -3
  1009. data/spec/timezones/tests/ru.yml +3 -3
  1010. data/spec/timezones/tests/sk.yml +3 -3
  1011. data/spec/timezones/tests/sl.yml +3 -3
  1012. data/spec/timezones/tests/sq.yml +3 -3
  1013. data/spec/timezones/tests/sr-Cyrl-ME.yml +3 -3
  1014. data/spec/timezones/tests/sr-Latn-ME.yml +3 -3
  1015. data/spec/timezones/tests/sr.yml +3 -3
  1016. data/spec/timezones/tests/sv.yml +4 -4
  1017. data/spec/timezones/tests/sw.yml +3 -3
  1018. data/spec/timezones/tests/ta.yml +3 -3
  1019. data/spec/timezones/tests/th.yml +3 -3
  1020. data/spec/timezones/tests/tr.yml +3 -3
  1021. data/spec/timezones/tests/uk.yml +3 -3
  1022. data/spec/timezones/tests/ur.yml +3 -3
  1023. data/spec/timezones/tests/vi.yml +3 -3
  1024. data/spec/timezones/tests/xh.yml +3 -3
  1025. data/spec/timezones/tests/zh-Hant.yml +13 -13
  1026. data/spec/timezones/tests/zh.yml +13 -13
  1027. data/spec/timezones/tests/zu.yml +3 -3
  1028. data/spec/timezones/timezone_spec.rb +41 -0
  1029. data/spec/tokenizers/calendars/date_tokenizer_spec.rb +0 -18
  1030. metadata +47 -6
  1031. data/lib/twitter_cldr/tokenizers/composite_token.rb +0 -26
  1032. data/resources/custom/locales/en-AU/calendars.yml +0 -10
  1033. data/spec/tokenizers/composite_token_spec.rb +0 -30
@@ -58,10 +58,13 @@
58
58
  :area-square-yard:
59
59
  :one: "{0} yarda cuadrada"
60
60
  :other: "{0} yardas cuadradas"
61
+ :concentr-item:
62
+ :one: "{0} ítem"
63
+ :other: "{0} ítems"
61
64
  :concentr-karat:
62
65
  :one: "{0} quilate"
63
66
  :other: "{0} quilates"
64
- :concentr-milligram-per-deciliter:
67
+ :concentr-milligram-ofglucose-per-deciliter:
65
68
  :one: "{0} miligramo por decilitro"
66
69
  :other: "{0} miligramos por decilitro"
67
70
  :concentr-millimole-per-liter:
@@ -202,6 +205,9 @@
202
205
  :energy-therm-us:
203
206
  :one: "{0} termia estadounidense"
204
207
  :other: "{0} termias estadounidenses"
208
+ :force-kilowatt-hour-per-100-kilometer:
209
+ :one: "{0} kilovatio hora por 100 kilómetros"
210
+ :other: "{0} kilovatios hora por 100 kilómetros"
205
211
  :force-newton:
206
212
  :one: "{0} newton"
207
213
  :other: "{0} newtons"
@@ -230,14 +236,14 @@
230
236
  :one: "{0} punto por pulgada"
231
237
  :other: "{0} puntos por pulgada"
232
238
  :graphics-em:
233
- :one: "{0} espacio eme"
234
- :other: "{0} espacios eme"
239
+ :one: "{0} em"
240
+ :other: "{0} em"
235
241
  :graphics-megapixel:
236
242
  :one: "{0} megapixel"
237
243
  :other: "{0} megapixeles"
238
244
  :graphics-pixel:
239
- :one: "{0} pixel"
240
- :other: "{0} pixeles"
245
+ :one: "{0} píxel"
246
+ :other: "{0} píxeles"
241
247
  :graphics-pixel-per-centimeter:
242
248
  :one: "{0} pixel por centímetro"
243
249
  :other: "{0} pixeles por centímetro"
@@ -264,7 +270,7 @@
264
270
  :other: "{0} pies"
265
271
  :length-furlong:
266
272
  :one: "{0} furlong"
267
- :other: "{0} frulones"
273
+ :other: "{0} furlongs"
268
274
  :length-inch:
269
275
  :one: "{0} pulgada"
270
276
  :other: "{0} pulgadas"
@@ -549,29 +555,44 @@
549
555
  :other: "{0} cucharaditas"
550
556
  :narrow:
551
557
  :acceleration-g-force:
552
- :one: "{0}G"
553
- :other: "{0}G"
558
+ :one: "{0}Fg"
559
+ :other: "{0}Fg"
554
560
  :acceleration-meter-per-square-second:
555
561
  :one: "{0}m/s²"
556
562
  :other: "{0}m/s²"
557
563
  :angle-arc-minute:
558
- :one: "{0}'"
559
- :other: "{0}'"
564
+ :one: "{0}"
565
+ :other: "{0}"
560
566
  :angle-arc-second:
561
- :one: "{0}\""
562
- :other: "{0}\""
567
+ :one: "{0}"
568
+ :other: "{0}"
563
569
  :angle-degree:
564
570
  :one: "{0}°"
565
571
  :other: "{0}°"
572
+ :angle-radian:
573
+ :one: "{0}rad"
574
+ :other: "{0}rad"
575
+ :angle-revolution:
576
+ :one: "{0}rev"
577
+ :other: "{0}rev"
566
578
  :area-acre:
567
579
  :one: "{0}ac"
568
580
  :other: "{0}ac"
581
+ :area-dunam:
582
+ :one: "{0}dunam"
583
+ :other: "{0}dunam"
569
584
  :area-hectare:
570
585
  :one: "{0}ha"
571
586
  :other: "{0}ha"
587
+ :area-square-centimeter:
588
+ :one: "{0}cm²"
589
+ :other: "{0}cm²"
572
590
  :area-square-foot:
573
591
  :one: "{0}ft²"
574
592
  :other: "{0}ft²"
593
+ :area-square-inch:
594
+ :one: "{0}in²"
595
+ :other: "{0}in²"
575
596
  :area-square-kilometer:
576
597
  :one: "{0}km²"
577
598
  :other: "{0}km²"
@@ -581,18 +602,90 @@
581
602
  :area-square-mile:
582
603
  :one: "{0}mi²"
583
604
  :other: "{0}mi²"
605
+ :area-square-yard:
606
+ :one: "{0}yd²"
607
+ :other: "{0}yd²"
608
+ :concentr-item:
609
+ :one: "{0}ít"
610
+ :other: "{0}ít"
611
+ :concentr-karat:
612
+ :one: "{0}ct"
613
+ :other: "{0}ct"
614
+ :concentr-milligram-ofglucose-per-deciliter:
615
+ :one: "{0}mg/dL"
616
+ :other: "{0}mg/dL"
617
+ :concentr-millimole-per-liter:
618
+ :one: "{0}mmol/L"
619
+ :other: "{0}mmol/L"
620
+ :concentr-mole:
621
+ :one: "{0}mol"
622
+ :other: "{0}mol"
584
623
  :concentr-percent:
585
624
  :one: "{0}%"
586
625
  :other: "{0}%"
626
+ :concentr-permille:
627
+ :one: "{0}‰"
628
+ :other: "{0}‰"
629
+ :concentr-permillion:
630
+ :one: "{0}ppm"
631
+ :other: "{0}ppm"
632
+ :concentr-permyriad:
633
+ :one: "{0}‱"
634
+ :other: "{0}‱"
587
635
  :consumption-liter-per-100-kilometer:
588
636
  :one: "{0}l/100km"
589
637
  :other: "{0}l/100km"
638
+ :consumption-liter-per-kilometer:
639
+ :one: "{0}l/km"
640
+ :other: "{0}l/km"
641
+ :consumption-mile-per-gallon:
642
+ :one: "{0}mi/gal"
643
+ :other: "{0}mi/gal"
644
+ :consumption-mile-per-gallon-imperial:
645
+ :one: "{0}m/g imp"
646
+ :other: "{0}m/g imp"
647
+ :digital-bit:
648
+ :one: "{0}b"
649
+ :other: "{0}b"
650
+ :digital-byte:
651
+ :one: "{0}B"
652
+ :other: "{0}B"
653
+ :digital-gigabit:
654
+ :one: "{0}Gb"
655
+ :other: "{0}Gb"
656
+ :digital-gigabyte:
657
+ :one: "{0}GB"
658
+ :other: "{0}GB"
659
+ :digital-kilobit:
660
+ :one: "{0}kb"
661
+ :other: "{0}kb"
662
+ :digital-kilobyte:
663
+ :one: "{0}kB"
664
+ :other: "{0}kB"
665
+ :digital-megabit:
666
+ :one: "{0}Mb"
667
+ :other: "{0}Mb"
668
+ :digital-megabyte:
669
+ :one: "{0}MB"
670
+ :other: "{0}MB"
671
+ :digital-petabyte:
672
+ :one: "{0}PB"
673
+ :other: "{0}PB"
674
+ :digital-terabit:
675
+ :one: "{0}Tb"
676
+ :other: "{0}Tb"
677
+ :digital-terabyte:
678
+ :one: "{0}TB"
679
+ :other: "{0}TB"
590
680
  :duration-century:
591
- :one: "{0} sig."
592
- :other: "{0} sig."
681
+ :one: "{0}s"
682
+ :other: "{0}s"
593
683
  :duration-day:
594
684
  :one: "{0}d"
595
685
  :other: "{0}d"
686
+ :duration-decade:
687
+ :one: "{0}déc"
688
+ :other: "{0}déc"
596
689
  :duration-hour:
597
690
  :one: "{0}h"
598
691
  :other: "{0}h"
@@ -603,8 +696,8 @@
603
696
  :one: "{0}ms"
604
697
  :other: "{0}ms"
605
698
  :duration-minute:
606
- :one: "{0}min"
607
- :other: "{0}min"
699
+ :one: "{0}m"
700
+ :other: "{0}m"
608
701
  :duration-month:
609
702
  :one: "{0}m"
610
703
  :other: "{0}m"
@@ -620,6 +713,90 @@
620
713
  :duration-year:
621
714
  :one: "{0}a"
622
715
  :other: "{0}a"
716
+ :electric-ampere:
717
+ :one: "{0}A"
718
+ :other: "{0}A"
719
+ :electric-milliampere:
720
+ :one: "{0}mA"
721
+ :other: "{0}mA"
722
+ :electric-ohm:
723
+ :one: "{0}Ω"
724
+ :other: "{0}Ω"
725
+ :electric-volt:
726
+ :one: "{0}V"
727
+ :other: "{0}V"
728
+ :energy-british-thermal-unit:
729
+ :one: "{0}BTU"
730
+ :other: "{0}BTU"
731
+ :energy-calorie:
732
+ :one: "{0}cal"
733
+ :other: "{0}cal"
734
+ :energy-electronvolt:
735
+ :one: "{0}eV"
736
+ :other: "{0}eV"
737
+ :energy-foodcalorie:
738
+ :one: "{0}kcal"
739
+ :other: "{0}kcal"
740
+ :energy-joule:
741
+ :one: "{0}J"
742
+ :other: "{0}J"
743
+ :energy-kilocalorie:
744
+ :one: "{0}kcal"
745
+ :other: "{0}kcal"
746
+ :energy-kilojoule:
747
+ :one: "{0}kJ"
748
+ :other: "{0}kJ"
749
+ :energy-kilowatt-hour:
750
+ :one: "{0}kWh"
751
+ :other: "{0}kWh"
752
+ :energy-therm-us:
753
+ :one: "{0}thm EEUU"
754
+ :other: "{0}thm EEUU"
755
+ :force-kilowatt-hour-per-100-kilometer:
756
+ :one: "{0} kWh/100km"
757
+ :other: "{0} kWh/100km"
758
+ :force-newton:
759
+ :one: "{0}N"
760
+ :other: "{0}N"
761
+ :force-pound-force:
762
+ :one: "{0}lbf"
763
+ :other: "{0}lbf"
764
+ :frequency-gigahertz:
765
+ :one: "{0}GHz"
766
+ :other: "{0}GHz"
767
+ :frequency-hertz:
768
+ :one: "{0}Hz"
769
+ :other: "{0}Hz"
770
+ :frequency-kilohertz:
771
+ :one: "{0}kHz"
772
+ :other: "{0}kHz"
773
+ :frequency-megahertz:
774
+ :one: "{0}MHz"
775
+ :other: "{0}MHz"
776
+ :graphics-dot:
777
+ :one: "{0} p"
778
+ :other: "{0} p"
779
+ :graphics-dot-per-centimeter:
780
+ :one: "{0}ppcm"
781
+ :other: "{0}ppcm"
782
+ :graphics-dot-per-inch:
783
+ :one: "{0}ppp"
784
+ :other: "{0}ppp"
785
+ :graphics-em:
786
+ :one: "{0}em"
787
+ :other: "{0}em"
788
+ :graphics-megapixel:
789
+ :one: "{0}Mpx"
790
+ :other: "{0}Mpx"
791
+ :graphics-pixel:
792
+ :one: "{0}px"
793
+ :other: "{0}px"
794
+ :graphics-pixel-per-centimeter:
795
+ :one: "{0}px/cm"
796
+ :other: "{0}px/cm"
797
+ :graphics-pixel-per-inch:
798
+ :one: "{0}px/in"
799
+ :other: "{0}px/in"
623
800
  :length-astronomical-unit:
624
801
  :one: "{0}au"
625
802
  :other: "{0}au"
@@ -629,9 +806,18 @@
629
806
  :length-decimeter:
630
807
  :one: "{0}dm"
631
808
  :other: "{0}dm"
809
+ :length-earth-radius:
810
+ :one: "{0}R⊕"
811
+ :other: "{0}R⊕"
812
+ :length-fathom:
813
+ :one: "{0}ftm"
814
+ :other: "{0}ftm"
632
815
  :length-foot:
633
816
  :one: "{0}ft"
634
817
  :other: "{0}ft"
818
+ :length-furlong:
819
+ :one: "{0}fur"
820
+ :other: "{0}fur"
635
821
  :length-inch:
636
822
  :one: "{0}in"
637
823
  :other: "{0}in"
@@ -645,32 +831,62 @@
645
831
  :one: "{0}m"
646
832
  :other: "{0}m"
647
833
  :length-micrometer:
648
- :one: "{0}µm"
649
- :other: "{0}µm"
834
+ :one: "{0}μm"
835
+ :other: "{0}μm"
650
836
  :length-mile:
651
837
  :one: "{0}mi"
652
838
  :other: "{0}mi"
653
839
  :length-mile-scandinavian:
654
- :one: "{0}mi esc."
655
- :other: "{0}mi esc."
840
+ :one: "{0}mil"
841
+ :other: "{0}mil"
656
842
  :length-millimeter:
657
843
  :one: "{0}mm"
658
844
  :other: "{0}mm"
659
845
  :length-nanometer:
660
846
  :one: "{0}nm"
661
847
  :other: "{0}nm"
848
+ :length-nautical-mile:
849
+ :one: "{0}nmi"
850
+ :other: "{0}M"
662
851
  :length-parsec:
663
852
  :one: "{0}pc"
664
853
  :other: "{0}pc"
665
854
  :length-picometer:
666
855
  :one: "{0}pm"
667
856
  :other: "{0}pm"
857
+ :length-point:
858
+ :one: "{0}pto"
859
+ :other: "{0}pto"
860
+ :length-solar-radius:
861
+ :one: "{0}R☉"
862
+ :other: "{0}R☉"
668
863
  :length-yard:
669
864
  :one: "{0}yd"
670
865
  :other: "{0}yd"
866
+ :light-candela:
867
+ :one: "{0}cd"
868
+ :other: "{0}cd"
869
+ :light-lumen:
870
+ :one: "{0}lm"
871
+ :other: "{0}lm"
872
+ :light-lux:
873
+ :one: "{0}lx"
874
+ :other: "{0}lx"
875
+ :light-solar-luminosity:
876
+ :one: "{0}L☉"
877
+ :other: "{0}L☉"
671
878
  :mass-carat:
672
879
  :one: "{0}ct"
673
880
  :other: "{0}ct"
881
+ :mass-dalton:
882
+ :one: "{0}Da"
883
+ :other: "{0}Da"
884
+ :mass-earth-mass:
885
+ :one: "{0}M⊕"
886
+ :other: "{0}M⊕"
887
+ :mass-grain:
888
+ :one: "{0}gr"
889
+ :other: "{0}gr"
674
890
  :mass-gram:
675
891
  :one: "{0}g"
676
892
  :other: "{0}g"
@@ -681,8 +897,8 @@
681
897
  :one: "{0}t"
682
898
  :other: "{0}t"
683
899
  :mass-microgram:
684
- :one: "{0}µg"
685
- :other: "{0}µg"
900
+ :one: "{0}μg"
901
+ :other: "{0}μg"
686
902
  :mass-milligram:
687
903
  :one: "{0}mg"
688
904
  :other: "{0}mg"
@@ -695,33 +911,60 @@
695
911
  :mass-pound:
696
912
  :one: "{0}lb"
697
913
  :other: "{0}lb"
914
+ :mass-solar-mass:
915
+ :one: "{0}M☉"
916
+ :other: "{0}M☉"
698
917
  :mass-stone:
699
918
  :one: "{0}st"
700
919
  :other: "{0}st"
701
920
  :mass-ton:
702
921
  :one: "{0}ton"
703
922
  :other: "{0}ton"
923
+ :power-gigawatt:
924
+ :one: "{0}GW"
925
+ :other: "{0}GW"
704
926
  :power-horsepower:
705
- :one: "{0}hp"
706
- :other: "{0}hp"
927
+ :one: "{0}CV"
928
+ :other: "{0}CV"
707
929
  :power-kilowatt:
708
930
  :one: "{0}kW"
709
931
  :other: "{0}kW"
932
+ :power-megawatt:
933
+ :one: "{0}MW"
934
+ :other: "{0}MW"
935
+ :power-milliwatt:
936
+ :one: "{0}mW"
937
+ :other: "{0}mW"
710
938
  :power-watt:
711
939
  :one: "{0}W"
712
940
  :other: "{0}W"
941
+ :pressure-atmosphere:
942
+ :one: "{0}atm"
943
+ :other: "{0}atm"
944
+ :pressure-bar:
945
+ :one: "{0}bar"
946
+ :other: "{0}bar"
713
947
  :pressure-hectopascal:
714
948
  :one: "{0}hPa"
715
949
  :other: "{0}hPa"
716
950
  :pressure-inch-ofhg:
717
951
  :one: "{0}inHg"
718
952
  :other: "{0}inHg"
953
+ :pressure-kilopascal:
954
+ :one: "{0}kPa"
955
+ :other: "{0}kPa"
956
+ :pressure-megapascal:
957
+ :one: "{0}MPa"
958
+ :other: "{0}MPa"
719
959
  :pressure-millibar:
720
960
  :one: "{0}mbar"
721
961
  :other: "{0}mbar"
722
962
  :pressure-millimeter-ofhg:
723
963
  :one: "{0}mmHg"
724
964
  :other: "{0}mmHg"
965
+ :pressure-pascal:
966
+ :one: "{0}Pa"
967
+ :other: "{0}Pa"
725
968
  :pressure-pound-force-per-square-inch:
726
969
  :one: "{0}psi"
727
970
  :other: "{0}psi"
@@ -749,17 +992,111 @@
749
992
  :temperature-kelvin:
750
993
  :one: "{0}K"
751
994
  :other: "{0}K"
995
+ :torque-newton-meter:
996
+ :one: "{0}Nm"
997
+ :other: "{0}Nm"
998
+ :torque-pound-force-foot:
999
+ :one: "{0}lbf ft"
1000
+ :other: "{0}lbf ft"
1001
+ :volume-acre-foot:
1002
+ :one: "{0}ac ft"
1003
+ :other: "{0}ac ft"
1004
+ :volume-barrel:
1005
+ :one: "{0}bbl"
1006
+ :other: "{0}bbl"
1007
+ :volume-bushel:
1008
+ :one: "{0}bu"
1009
+ :other: "{0}bu"
1010
+ :volume-centiliter:
1011
+ :one: "{0}cl"
1012
+ :other: "{0}cl"
1013
+ :volume-cubic-centimeter:
1014
+ :one: "{0}cm³"
1015
+ :other: "{0}cm³"
1016
+ :volume-cubic-foot:
1017
+ :one: "{0}ft³"
1018
+ :other: "{0}ft³"
1019
+ :volume-cubic-inch:
1020
+ :one: "{0}in³"
1021
+ :other: "{0}in³"
752
1022
  :volume-cubic-kilometer:
753
1023
  :one: "{0}km³"
754
1024
  :other: "{0}km³"
1025
+ :volume-cubic-meter:
1026
+ :one: "{0}m³"
1027
+ :other: "{0}m³"
755
1028
  :volume-cubic-mile:
756
1029
  :one: "{0}mi³"
757
1030
  :other: "{0}mi³"
1031
+ :volume-cubic-yard:
1032
+ :one: "{0}yd³"
1033
+ :other: "{0}yd³"
758
1034
  :volume-cup:
759
- :one: "{0} tza."
1035
+ :one: "{0}tza"
1036
+ :other: "{0}tza"
1037
+ :volume-cup-metric:
1038
+ :one: "{0}tza m"
1039
+ :other: "{0}tza m"
1040
+ :volume-deciliter:
1041
+ :one: "{0}dl"
1042
+ :other: "{0}dl"
1043
+ :volume-dessert-spoon:
1044
+ :one: "{0}c/p"
1045
+ :other: "{0}c/p"
1046
+ :volume-dessert-spoon-imperial:
1047
+ :one: "{0}dsp imp"
1048
+ :other: "{0}dsp imp"
1049
+ :volume-dram:
1050
+ :one: "{0}fl dr"
1051
+ :other: "{0}fl dr"
1052
+ :volume-drop:
1053
+ :one: "{0}gt"
1054
+ :other: "{0}gt"
1055
+ :volume-fluid-ounce:
1056
+ :one: "{0}fl oz"
1057
+ :other: "{0}fl oz"
1058
+ :volume-fluid-ounce-imperial:
1059
+ :one: "{0}fl oz im"
1060
+ :other: "{0}fl oz im"
1061
+ :volume-gallon:
1062
+ :one: "{0}gal"
1063
+ :other: "{0}gal"
1064
+ :volume-gallon-imperial:
1065
+ :one: "{0}gal imp"
1066
+ :other: "{0}gal imp"
1067
+ :volume-hectoliter:
1068
+ :one: "{0}hl"
1069
+ :other: "{0}hl"
1070
+ :volume-jigger:
1071
+ :one: "{0}med"
1072
+ :other: "{0}med"
760
1073
  :volume-liter:
761
1074
  :one: "{0}l"
762
1075
  :other: "{0}l"
1076
+ :volume-megaliter:
1077
+ :one: "{0}Ml"
1078
+ :other: "{0}Ml"
1079
+ :volume-pinch:
1080
+ :one: "{0}pzc"
1081
+ :other: "{0}pzc"
1082
+ :volume-pint:
1083
+ :one: "{0}p"
1084
+ :other: "{0}p"
1085
+ :volume-pint-metric:
1086
+ :one: "{0}mpt"
1087
+ :other: "{0}mpt"
1088
+ :volume-quart:
1089
+ :one: "{0}qt"
1090
+ :other: "{0}qt"
1091
+ :volume-quart-imperial:
1092
+ :one: "{0}qt imp"
1093
+ :other: "{0}qt imp"
1094
+ :volume-tablespoon:
1095
+ :one: "{0}cda"
1096
+ :other: "{0}cda"
1097
+ :volume-teaspoon:
1098
+ :one: "{0}cdta"
1099
+ :other: "{0}cdta"
763
1100
  :short:
764
1101
  :acceleration-g-force:
765
1102
  :one: "{0} G"
@@ -812,10 +1149,13 @@
812
1149
  :area-square-yard:
813
1150
  :one: "{0} yd²"
814
1151
  :other: "{0} yd²"
1152
+ :concentr-item:
1153
+ :one: "{0} ítem"
1154
+ :other: "{0} ítems"
815
1155
  :concentr-karat:
816
1156
  :one: "{0} ct"
817
1157
  :other: "{0} ct"
818
- :concentr-milligram-per-deciliter:
1158
+ :concentr-milligram-ofglucose-per-deciliter:
819
1159
  :one: "{0} mg/dL"
820
1160
  :other: "{0} mg/dL"
821
1161
  :concentr-millimole-per-liter:
@@ -887,7 +1227,6 @@
887
1227
  :duration-day:
888
1228
  :one: "{0} día"
889
1229
  :other: "{0} días"
890
- :duration-day-person: {}
891
1230
  :duration-decade:
892
1231
  :one: "{0} déc."
893
1232
  :other: "{0} déc."
@@ -906,7 +1245,6 @@
906
1245
  :duration-month:
907
1246
  :one: "{0} m"
908
1247
  :other: "{0} mm."
909
- :duration-month-person: {}
910
1248
  :duration-nanosecond:
911
1249
  :one: "{0} ns"
912
1250
  :other: "{0} ns"
@@ -916,11 +1254,9 @@
916
1254
  :duration-week:
917
1255
  :one: "{0} sem."
918
1256
  :other: "{0} sems."
919
- :duration-week-person: {}
920
1257
  :duration-year:
921
1258
  :one: "{0} a"
922
1259
  :other: "{0} aa."
923
- :duration-year-person: {}
924
1260
  :electric-ampere:
925
1261
  :one: "{0} A"
926
1262
  :other: "{0} A"
@@ -959,6 +1295,9 @@
959
1295
  :energy-therm-us:
960
1296
  :one: "{0} th US"
961
1297
  :other: "{0} th US"
1298
+ :force-kilowatt-hour-per-100-kilometer:
1299
+ :one: "{0} kWh/100 km"
1300
+ :other: "{0} kWh/100 km"
962
1301
  :force-newton:
963
1302
  :other: "{0} N"
964
1303
  :force-pound-force:
@@ -976,8 +1315,8 @@
976
1315
  :one: "{0} MHz"
977
1316
  :other: "{0} MHz"
978
1317
  :graphics-dot:
979
- :one: "{0} pts"
980
- :other: "{0} p"
1318
+ :one: "{0} px"
1319
+ :other: "{0} px"
981
1320
  :graphics-dot-per-centimeter:
982
1321
  :one: "{0} ppcm"
983
1322
  :other: "{0} ppcm"
@@ -1011,14 +1350,14 @@
1011
1350
  :length-earth-radius:
1012
1351
  :other: "{0} R⊕"
1013
1352
  :length-fathom:
1014
- :one: "{0} brz."
1015
- :other: "{0} brz."
1353
+ :one: "{0} ftm"
1354
+ :other: "{0} ftm"
1016
1355
  :length-foot:
1017
1356
  :one: "{0} ft"
1018
1357
  :other: "{0} ft"
1019
1358
  :length-furlong:
1020
- :one: "{0} fur."
1021
- :other: "{0} fur."
1359
+ :one: "{0} fur"
1360
+ :other: "{0} fur"
1022
1361
  :length-inch:
1023
1362
  :one: "{0} in"
1024
1363
  :other: "{0} in"
@@ -1032,14 +1371,14 @@
1032
1371
  :one: "{0} m"
1033
1372
  :other: "{0} m"
1034
1373
  :length-micrometer:
1035
- :one: "{0} µm"
1036
- :other: "{0} µm"
1374
+ :one: "{0} μm"
1375
+ :other: "{0} μm"
1037
1376
  :length-mile:
1038
1377
  :one: "{0} mi"
1039
1378
  :other: "{0} mi"
1040
1379
  :length-mile-scandinavian:
1041
- :one: "{0} mi esc."
1042
- :other: "{0} mi esc."
1380
+ :one: "{0} mil"
1381
+ :other: "{0} mil"
1043
1382
  :length-millimeter:
1044
1383
  :one: "{0} mm"
1045
1384
  :other: "{0} mm"
@@ -1092,8 +1431,8 @@
1092
1431
  :one: "{0} t"
1093
1432
  :other: "{0} t"
1094
1433
  :mass-microgram:
1095
- :one: "{0} µg"
1096
- :other: "{0} µg"
1434
+ :one: "{0} μg"
1435
+ :other: "{0} μg"
1097
1436
  :mass-milligram:
1098
1437
  :one: "{0} mg"
1099
1438
  :other: "{0} mg"