twitter_cldr 6.11.5 → 6.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1103) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -1
  3. data/README.md +0 -1111
  4. data/lib/twitter_cldr/resources/calendars_importer.rb +1 -1
  5. data/lib/twitter_cldr/resources/cldr_locale.rb +4 -3
  6. data/lib/twitter_cldr/resources/currency_symbols_importer.rb +8 -4
  7. data/lib/twitter_cldr/resources/locales_resources_importer.rb +33 -1
  8. data/lib/twitter_cldr/resources/number_formats_importer.rb +4 -1
  9. data/lib/twitter_cldr/resources/postal_codes_importer.rb +1 -1
  10. data/lib/twitter_cldr/resources/segment_rules_importer.rb +6 -3
  11. data/lib/twitter_cldr/resources/segment_tests_importer.rb +118 -16
  12. data/lib/twitter_cldr/resources/tailoring_importer.rb +6 -6
  13. data/lib/twitter_cldr/resources/timezone_tests_importer.rb +0 -8
  14. data/lib/twitter_cldr/resources/transform_tests_importer.rb +0 -5
  15. data/lib/twitter_cldr/resources/transforms_importer.rb +33 -1
  16. data/lib/twitter_cldr/segmentation/break_iterator.rb +14 -16
  17. data/lib/twitter_cldr/segmentation/metadata.rb +4 -0
  18. data/lib/twitter_cldr/segmentation/state_machine.rb +13 -1
  19. data/lib/twitter_cldr/shared/properties_database.rb +12 -0
  20. data/lib/twitter_cldr/shared/property_set.rb +14 -0
  21. data/lib/twitter_cldr/transforms/conversions/side.rb +20 -12
  22. data/lib/twitter_cldr/transforms/transformer.rb +1 -1
  23. data/lib/twitter_cldr/transforms/transforms/transform_rule.rb +1 -1
  24. data/lib/twitter_cldr/utils/regexp_ast.rb +3 -0
  25. data/lib/twitter_cldr/version.rb +1 -1
  26. data/lib/twitter_cldr/versions.rb +3 -3
  27. data/lib/twitter_cldr.rb +4 -5
  28. data/resources/locales/af/calendars.yml +9 -9
  29. data/resources/locales/af/currencies.yml +1 -0
  30. data/resources/locales/af/fields.yml +25 -0
  31. data/resources/locales/af/languages.yml +41 -0
  32. data/resources/locales/af/lists.yml +5 -5
  33. data/resources/locales/af/numbers.yml +115 -1
  34. data/resources/locales/af/timezones.yml +4 -0
  35. data/resources/locales/af/units.yml +54 -9
  36. data/resources/locales/ar/calendars.yml +5 -5
  37. data/resources/locales/ar/fields.yml +24 -0
  38. data/resources/locales/ar/languages.yml +34 -0
  39. data/resources/locales/ar/lists.yml +8 -8
  40. data/resources/locales/ar/numbers.yml +116 -2
  41. data/resources/locales/ar/rbnf.yml +139 -139
  42. data/resources/locales/ar/timezones.yml +4 -0
  43. data/resources/locales/ar/units.yml +890 -31
  44. data/resources/locales/az/calendars.yml +11 -11
  45. data/resources/locales/az/fields.yml +32 -0
  46. data/resources/locales/az/languages.yml +39 -0
  47. data/resources/locales/az/lists.yml +2 -2
  48. data/resources/locales/az/numbers.yml +114 -0
  49. data/resources/locales/az/timezones.yml +2 -0
  50. data/resources/locales/az/units.yml +385 -6
  51. data/resources/locales/be/calendars.yml +16 -16
  52. data/resources/locales/be/fields.yml +32 -0
  53. data/resources/locales/be/languages.yml +43 -1
  54. data/resources/locales/be/lists.yml +6 -6
  55. data/resources/locales/be/numbers.yml +114 -0
  56. data/resources/locales/be/territories.yml +1 -1
  57. data/resources/locales/be/timezones.yml +4 -0
  58. data/resources/locales/be/units.yml +947 -124
  59. data/resources/locales/bg/calendars.yml +30 -30
  60. data/resources/locales/bg/fields.yml +4 -4
  61. data/resources/locales/bg/languages.yml +42 -3
  62. data/resources/locales/bg/lists.yml +6 -6
  63. data/resources/locales/bg/numbers.yml +115 -1
  64. data/resources/locales/bg/rbnf.yml +1213 -116
  65. data/resources/locales/bg/timezones.yml +5 -1
  66. data/resources/locales/bg/units.yml +433 -9
  67. data/resources/locales/bn/calendars.yml +19 -19
  68. data/resources/locales/bn/currencies.yml +23 -22
  69. data/resources/locales/bn/fields.yml +12 -12
  70. data/resources/locales/bn/languages.yml +74 -50
  71. data/resources/locales/bn/lists.yml +4 -4
  72. data/resources/locales/bn/numbers.yml +115 -0
  73. data/resources/locales/bn/territories.yml +16 -16
  74. data/resources/locales/bn/timezones.yml +12 -8
  75. data/resources/locales/bn/units.yml +338 -9
  76. data/resources/locales/bo/numbers.yml +114 -0
  77. data/resources/locales/bo/timezones.yml +10 -0
  78. data/resources/locales/bo/units.yml +4 -2
  79. data/resources/locales/bs/calendars.yml +10 -10
  80. data/resources/locales/bs/fields.yml +56 -0
  81. data/resources/locales/bs/languages.yml +36 -0
  82. data/resources/locales/bs/lists.yml +6 -6
  83. data/resources/locales/bs/numbers.yml +1276 -236
  84. data/resources/locales/bs/timezones.yml +2 -0
  85. data/resources/locales/bs/units.yml +534 -8
  86. data/resources/locales/ca/calendars.yml +17 -17
  87. data/resources/locales/ca/languages.yml +32 -0
  88. data/resources/locales/ca/lists.yml +6 -6
  89. data/resources/locales/ca/numbers.yml +153 -37
  90. data/resources/locales/ca/plural_rules.yml +2 -1
  91. data/resources/locales/ca/plurals.yml +4 -1
  92. data/resources/locales/ca/territories.yml +6 -6
  93. data/resources/locales/ca/timezones.yml +5 -1
  94. data/resources/locales/ca/units.yml +472 -20
  95. data/resources/locales/cs/calendars.yml +14 -10
  96. data/resources/locales/cs/languages.yml +42 -1
  97. data/resources/locales/cs/lists.yml +7 -7
  98. data/resources/locales/cs/numbers.yml +114 -0
  99. data/resources/locales/cs/timezones.yml +310 -306
  100. data/resources/locales/cs/units.yml +406 -356
  101. data/resources/locales/cy/calendars.yml +10 -10
  102. data/resources/locales/cy/fields.yml +25 -0
  103. data/resources/locales/cy/languages.yml +40 -1
  104. data/resources/locales/cy/lists.yml +4 -4
  105. data/resources/locales/cy/numbers.yml +114 -0
  106. data/resources/locales/cy/timezones.yml +2 -0
  107. data/resources/locales/cy/units.yml +650 -25
  108. data/resources/locales/da/calendars.yml +30 -30
  109. data/resources/locales/da/fields.yml +4 -0
  110. data/resources/locales/da/languages.yml +36 -3
  111. data/resources/locales/da/lists.yml +2 -2
  112. data/resources/locales/da/numbers.yml +114 -0
  113. data/resources/locales/da/territories.yml +2 -2
  114. data/resources/locales/da/timezones.yml +2 -0
  115. data/resources/locales/da/units.yml +593 -224
  116. data/resources/locales/de/calendars.yml +8 -8
  117. data/resources/locales/de/languages.yml +31 -0
  118. data/resources/locales/de/lists.yml +6 -6
  119. data/resources/locales/de/numbers.yml +114 -0
  120. data/resources/locales/de/timezones.yml +44 -42
  121. data/resources/locales/de/units.yml +247 -25
  122. data/resources/locales/de-AT/calendars.yml +8 -8
  123. data/resources/locales/de-AT/languages.yml +31 -0
  124. data/resources/locales/de-AT/lists.yml +6 -6
  125. data/resources/locales/de-AT/numbers.yml +114 -0
  126. data/resources/locales/de-AT/timezones.yml +44 -42
  127. data/resources/locales/de-AT/units.yml +247 -25
  128. data/resources/locales/de-CH/calendars.yml +7 -7
  129. data/resources/locales/de-CH/languages.yml +37 -6
  130. data/resources/locales/de-CH/lists.yml +6 -6
  131. data/resources/locales/de-CH/numbers.yml +114 -0
  132. data/resources/locales/de-CH/territories.yml +1 -1
  133. data/resources/locales/de-CH/timezones.yml +44 -42
  134. data/resources/locales/de-CH/units.yml +247 -25
  135. data/resources/locales/el/calendars.yml +13 -13
  136. data/resources/locales/el/languages.yml +34 -0
  137. data/resources/locales/el/lists.yml +4 -4
  138. data/resources/locales/el/numbers.yml +114 -0
  139. data/resources/locales/el/rbnf.yml +15 -3
  140. data/resources/locales/el/territories.yml +1 -1
  141. data/resources/locales/el/timezones.yml +4 -0
  142. data/resources/locales/el/units.yml +477 -72
  143. data/resources/locales/en/calendars.yml +15 -15
  144. data/resources/locales/en/currencies.yml +15 -7
  145. data/resources/locales/en/fields.yml +72 -0
  146. data/resources/locales/en/languages.yml +45 -5
  147. data/resources/locales/en/numbers.yml +114 -0
  148. data/resources/locales/en/rbnf.yml +2 -2
  149. data/resources/locales/en/territories.yml +2 -1
  150. data/resources/locales/en/timezones.yml +9 -1
  151. data/resources/locales/en/units.yml +29 -11
  152. data/resources/locales/en-001/calendars.yml +13 -13
  153. data/resources/locales/en-001/currencies.yml +12 -4
  154. data/resources/locales/en-001/fields.yml +12 -0
  155. data/resources/locales/en-001/languages.yml +43 -3
  156. data/resources/locales/en-001/numbers.yml +114 -0
  157. data/resources/locales/en-001/territories.yml +9 -8
  158. data/resources/locales/en-001/timezones.yml +13 -1
  159. data/resources/locales/en-001/units.yml +36 -17
  160. data/resources/locales/en-150/calendars.yml +13 -13
  161. data/resources/locales/en-150/currencies.yml +12 -4
  162. data/resources/locales/en-150/fields.yml +12 -0
  163. data/resources/locales/en-150/languages.yml +43 -3
  164. data/resources/locales/en-150/numbers.yml +114 -0
  165. data/resources/locales/en-150/territories.yml +9 -8
  166. data/resources/locales/en-150/timezones.yml +13 -1
  167. data/resources/locales/en-150/units.yml +36 -17
  168. data/resources/locales/en-AU/calendars.yml +25 -25
  169. data/resources/locales/en-AU/currencies.yml +21 -14
  170. data/resources/locales/en-AU/fields.yml +5 -3
  171. data/resources/locales/en-AU/languages.yml +43 -3
  172. data/resources/locales/en-AU/numbers.yml +114 -0
  173. data/resources/locales/en-AU/territories.yml +4 -3
  174. data/resources/locales/en-AU/timezones.yml +15 -1
  175. data/resources/locales/en-AU/units.yml +40 -21
  176. data/resources/locales/en-CA/calendars.yml +23 -23
  177. data/resources/locales/en-CA/currencies.yml +28 -20
  178. data/resources/locales/en-CA/fields.yml +12 -0
  179. data/resources/locales/en-CA/languages.yml +52 -12
  180. data/resources/locales/en-CA/numbers.yml +114 -0
  181. data/resources/locales/en-CA/territories.yml +8 -7
  182. data/resources/locales/en-CA/timezones.yml +12 -2
  183. data/resources/locales/en-CA/units.yml +41 -20
  184. data/resources/locales/en-GB/calendars.yml +10 -10
  185. data/resources/locales/en-GB/currencies.yml +12 -4
  186. data/resources/locales/en-GB/fields.yml +1 -0
  187. data/resources/locales/en-GB/languages.yml +42 -2
  188. data/resources/locales/en-GB/numbers.yml +114 -0
  189. data/resources/locales/en-GB/territories.yml +2 -1
  190. data/resources/locales/en-GB/timezones.yml +5 -1
  191. data/resources/locales/en-GB/units.yml +31 -13
  192. data/resources/locales/en-IE/calendars.yml +13 -13
  193. data/resources/locales/en-IE/currencies.yml +12 -4
  194. data/resources/locales/en-IE/fields.yml +12 -0
  195. data/resources/locales/en-IE/languages.yml +43 -3
  196. data/resources/locales/en-IE/numbers.yml +114 -0
  197. data/resources/locales/en-IE/territories.yml +9 -8
  198. data/resources/locales/en-IE/timezones.yml +13 -1
  199. data/resources/locales/en-IE/units.yml +36 -17
  200. data/resources/locales/en-IN/calendars.yml +17 -17
  201. data/resources/locales/en-IN/currencies.yml +12 -4
  202. data/resources/locales/en-IN/fields.yml +12 -0
  203. data/resources/locales/en-IN/languages.yml +43 -3
  204. data/resources/locales/en-IN/numbers.yml +114 -0
  205. data/resources/locales/en-IN/territories.yml +9 -8
  206. data/resources/locales/en-IN/timezones.yml +15 -1
  207. data/resources/locales/en-IN/units.yml +35 -16
  208. data/resources/locales/en-NZ/calendars.yml +13 -13
  209. data/resources/locales/en-NZ/currencies.yml +12 -4
  210. data/resources/locales/en-NZ/fields.yml +12 -0
  211. data/resources/locales/en-NZ/languages.yml +43 -3
  212. data/resources/locales/en-NZ/numbers.yml +114 -0
  213. data/resources/locales/en-NZ/territories.yml +9 -8
  214. data/resources/locales/en-NZ/timezones.yml +13 -1
  215. data/resources/locales/en-NZ/units.yml +36 -17
  216. data/resources/locales/en-SG/calendars.yml +13 -13
  217. data/resources/locales/en-SG/currencies.yml +12 -4
  218. data/resources/locales/en-SG/fields.yml +12 -0
  219. data/resources/locales/en-SG/languages.yml +43 -3
  220. data/resources/locales/en-SG/numbers.yml +114 -0
  221. data/resources/locales/en-SG/territories.yml +9 -8
  222. data/resources/locales/en-SG/timezones.yml +13 -1
  223. data/resources/locales/en-SG/units.yml +36 -17
  224. data/resources/locales/en-US/calendars.yml +15 -15
  225. data/resources/locales/en-US/currencies.yml +15 -7
  226. data/resources/locales/en-US/fields.yml +72 -0
  227. data/resources/locales/en-US/languages.yml +45 -5
  228. data/resources/locales/en-US/numbers.yml +114 -0
  229. data/resources/locales/en-US/territories.yml +2 -1
  230. data/resources/locales/en-US/timezones.yml +9 -1
  231. data/resources/locales/en-US/units.yml +29 -11
  232. data/resources/locales/en-ZA/calendars.yml +13 -13
  233. data/resources/locales/en-ZA/currencies.yml +12 -4
  234. data/resources/locales/en-ZA/fields.yml +12 -0
  235. data/resources/locales/en-ZA/languages.yml +43 -3
  236. data/resources/locales/en-ZA/numbers.yml +116 -2
  237. data/resources/locales/en-ZA/territories.yml +9 -8
  238. data/resources/locales/en-ZA/timezones.yml +13 -1
  239. data/resources/locales/en-ZA/units.yml +36 -17
  240. data/resources/locales/eo/calendars.yml +80 -80
  241. data/resources/locales/eo/fields.yml +439 -8
  242. data/resources/locales/eo/numbers.yml +114 -0
  243. data/resources/locales/eo/timezones.yml +10 -0
  244. data/resources/locales/eo/units.yml +4 -2
  245. data/resources/locales/es/calendars.yml +16 -16
  246. data/resources/locales/es/languages.yml +38 -4
  247. data/resources/locales/es/lists.yml +6 -6
  248. data/resources/locales/es/numbers.yml +114 -0
  249. data/resources/locales/es/rbnf.yml +18 -0
  250. data/resources/locales/es/timezones.yml +4 -2
  251. data/resources/locales/es/units.yml +40 -9
  252. data/resources/locales/es-419/calendars.yml +26 -26
  253. data/resources/locales/es-419/fields.yml +1 -1
  254. data/resources/locales/es-419/languages.yml +35 -1
  255. data/resources/locales/es-419/lists.yml +6 -6
  256. data/resources/locales/es-419/numbers.yml +114 -0
  257. data/resources/locales/es-419/timezones.yml +4 -0
  258. data/resources/locales/es-419/units.yml +45 -17
  259. data/resources/locales/es-AR/calendars.yml +17 -17
  260. data/resources/locales/es-AR/languages.yml +35 -1
  261. data/resources/locales/es-AR/lists.yml +6 -6
  262. data/resources/locales/es-AR/numbers.yml +114 -0
  263. data/resources/locales/es-AR/timezones.yml +4 -0
  264. data/resources/locales/es-AR/units.yml +45 -17
  265. data/resources/locales/es-CO/calendars.yml +22 -22
  266. data/resources/locales/es-CO/languages.yml +35 -1
  267. data/resources/locales/es-CO/lists.yml +6 -6
  268. data/resources/locales/es-CO/numbers.yml +114 -0
  269. data/resources/locales/es-CO/timezones.yml +4 -0
  270. data/resources/locales/es-CO/units.yml +45 -17
  271. data/resources/locales/es-MX/calendars.yml +21 -21
  272. data/resources/locales/es-MX/fields.yml +3 -3
  273. data/resources/locales/es-MX/languages.yml +43 -9
  274. data/resources/locales/es-MX/lists.yml +6 -6
  275. data/resources/locales/es-MX/numbers.yml +115 -1
  276. data/resources/locales/es-MX/territories.yml +2 -2
  277. data/resources/locales/es-MX/timezones.yml +4 -0
  278. data/resources/locales/es-MX/units.yml +49 -21
  279. data/resources/locales/es-US/calendars.yml +24 -24
  280. data/resources/locales/es-US/languages.yml +43 -9
  281. data/resources/locales/es-US/lists.yml +6 -6
  282. data/resources/locales/es-US/numbers.yml +114 -0
  283. data/resources/locales/es-US/timezones.yml +4 -0
  284. data/resources/locales/es-US/units.yml +52 -26
  285. data/resources/locales/et/calendars.yml +25 -25
  286. data/resources/locales/et/fields.yml +8 -0
  287. data/resources/locales/et/languages.yml +33 -0
  288. data/resources/locales/et/lists.yml +4 -4
  289. data/resources/locales/et/numbers.yml +114 -0
  290. data/resources/locales/et/timezones.yml +2 -0
  291. data/resources/locales/et/units.yml +405 -6
  292. data/resources/locales/eu/calendars.yml +35 -35
  293. data/resources/locales/eu/currencies.yml +11 -0
  294. data/resources/locales/eu/fields.yml +40 -0
  295. data/resources/locales/eu/languages.yml +128 -88
  296. data/resources/locales/eu/lists.yml +6 -6
  297. data/resources/locales/eu/numbers.yml +1233 -237
  298. data/resources/locales/eu/timezones.yml +12 -0
  299. data/resources/locales/eu/units.yml +386 -17
  300. data/resources/locales/fa/calendars.yml +4 -4
  301. data/resources/locales/fa/currencies.yml +1 -0
  302. data/resources/locales/fa/fields.yml +4 -4
  303. data/resources/locales/fa/languages.yml +44 -7
  304. data/resources/locales/fa/lists.yml +4 -4
  305. data/resources/locales/fa/numbers.yml +118 -2
  306. data/resources/locales/fa/timezones.yml +4 -0
  307. data/resources/locales/fa/units.yml +255 -40
  308. data/resources/locales/fi/calendars.yml +7 -7
  309. data/resources/locales/fi/currencies.yml +6 -2
  310. data/resources/locales/fi/languages.yml +34 -1
  311. data/resources/locales/fi/lists.yml +6 -6
  312. data/resources/locales/fi/numbers.yml +116 -1
  313. data/resources/locales/fi/timezones.yml +2 -0
  314. data/resources/locales/fi/units.yml +121 -65
  315. data/resources/locales/fil/calendars.yml +21 -21
  316. data/resources/locales/fil/currencies.yml +46 -46
  317. data/resources/locales/fil/fields.yml +48 -48
  318. data/resources/locales/fil/languages.yml +41 -4
  319. data/resources/locales/fil/lists.yml +4 -4
  320. data/resources/locales/fil/numbers.yml +116 -1
  321. data/resources/locales/fil/territories.yml +1 -1
  322. data/resources/locales/fil/timezones.yml +21 -19
  323. data/resources/locales/fil/units.yml +355 -9
  324. data/resources/locales/fr/calendars.yml +9 -9
  325. data/resources/locales/fr/currencies.yml +3 -3
  326. data/resources/locales/fr/fields.yml +4 -0
  327. data/resources/locales/fr/languages.yml +34 -3
  328. data/resources/locales/fr/lists.yml +4 -4
  329. data/resources/locales/fr/numbers.yml +114 -0
  330. data/resources/locales/fr/timezones.yml +14 -12
  331. data/resources/locales/fr/units.yml +84 -30
  332. data/resources/locales/fr-BE/calendars.yml +9 -9
  333. data/resources/locales/fr-BE/currencies.yml +3 -3
  334. data/resources/locales/fr-BE/fields.yml +4 -0
  335. data/resources/locales/fr-BE/languages.yml +34 -3
  336. data/resources/locales/fr-BE/lists.yml +4 -4
  337. data/resources/locales/fr-BE/numbers.yml +114 -0
  338. data/resources/locales/fr-BE/timezones.yml +14 -12
  339. data/resources/locales/fr-BE/units.yml +84 -30
  340. data/resources/locales/fr-CA/calendars.yml +5 -5
  341. data/resources/locales/fr-CA/fields.yml +4 -0
  342. data/resources/locales/fr-CA/languages.yml +34 -3
  343. data/resources/locales/fr-CA/lists.yml +4 -4
  344. data/resources/locales/fr-CA/numbers.yml +114 -0
  345. data/resources/locales/fr-CA/timezones.yml +4 -0
  346. data/resources/locales/fr-CA/units.yml +43 -25
  347. data/resources/locales/fr-CH/calendars.yml +7 -7
  348. data/resources/locales/fr-CH/currencies.yml +3 -3
  349. data/resources/locales/fr-CH/fields.yml +4 -0
  350. data/resources/locales/fr-CH/languages.yml +34 -3
  351. data/resources/locales/fr-CH/lists.yml +4 -4
  352. data/resources/locales/fr-CH/numbers.yml +114 -0
  353. data/resources/locales/fr-CH/timezones.yml +14 -12
  354. data/resources/locales/fr-CH/units.yml +84 -30
  355. data/resources/locales/ga/calendars.yml +26 -26
  356. data/resources/locales/ga/currencies.yml +6 -4
  357. data/resources/locales/ga/fields.yml +39 -39
  358. data/resources/locales/ga/languages.yml +131 -13
  359. data/resources/locales/ga/lists.yml +3 -3
  360. data/resources/locales/ga/numbers.yml +114 -0
  361. data/resources/locales/ga/timezones.yml +2 -0
  362. data/resources/locales/ga/units.yml +379 -23
  363. data/resources/locales/gl/calendars.yml +11 -11
  364. data/resources/locales/gl/fields.yml +12 -0
  365. data/resources/locales/gl/languages.yml +43 -0
  366. data/resources/locales/gl/lists.yml +6 -6
  367. data/resources/locales/gl/numbers.yml +116 -2
  368. data/resources/locales/gl/timezones.yml +311 -309
  369. data/resources/locales/gl/units.yml +470 -10
  370. data/resources/locales/gu/currencies.yml +1 -0
  371. data/resources/locales/gu/languages.yml +39 -3
  372. data/resources/locales/gu/lists.yml +3 -3
  373. data/resources/locales/gu/numbers.yml +115 -0
  374. data/resources/locales/gu/territories.yml +1 -1
  375. data/resources/locales/gu/timezones.yml +4 -0
  376. data/resources/locales/gu/units.yml +447 -11
  377. data/resources/locales/he/calendars.yml +2 -2
  378. data/resources/locales/he/currencies.yml +29 -20
  379. data/resources/locales/he/fields.yml +9 -0
  380. data/resources/locales/he/languages.yml +35 -3
  381. data/resources/locales/he/lists.yml +6 -6
  382. data/resources/locales/he/numbers.yml +117 -2
  383. data/resources/locales/he/plural_rules.yml +2 -3
  384. data/resources/locales/he/plurals.yml +2 -4
  385. data/resources/locales/he/rbnf.yml +12 -0
  386. data/resources/locales/he/territories.yml +2 -2
  387. data/resources/locales/he/timezones.yml +9 -5
  388. data/resources/locales/he/units.yml +664 -33
  389. data/resources/locales/hi/calendars.yml +2 -2
  390. data/resources/locales/hi/currencies.yml +1 -0
  391. data/resources/locales/hi/fields.yml +20 -0
  392. data/resources/locales/hi/languages.yml +39 -3
  393. data/resources/locales/hi/lists.yml +6 -6
  394. data/resources/locales/hi/numbers.yml +725 -44
  395. data/resources/locales/hi/territories.yml +4 -4
  396. data/resources/locales/hi/timezones.yml +4 -0
  397. data/resources/locales/hi/units.yml +423 -89
  398. data/resources/locales/hr/calendars.yml +7 -7
  399. data/resources/locales/hr/currencies.yml +1 -1
  400. data/resources/locales/hr/languages.yml +33 -0
  401. data/resources/locales/hr/lists.yml +8 -8
  402. data/resources/locales/hr/numbers.yml +114 -0
  403. data/resources/locales/hr/territories.yml +2 -2
  404. data/resources/locales/hr/timezones.yml +5 -3
  405. data/resources/locales/hr/units.yml +311 -69
  406. data/resources/locales/hu/calendars.yml +7 -7
  407. data/resources/locales/hu/currencies.yml +21 -7
  408. data/resources/locales/hu/fields.yml +24 -12
  409. data/resources/locales/hu/languages.yml +33 -0
  410. data/resources/locales/hu/lists.yml +6 -6
  411. data/resources/locales/hu/numbers.yml +136 -11
  412. data/resources/locales/hu/timezones.yml +2 -0
  413. data/resources/locales/hu/units.yml +631 -210
  414. data/resources/locales/hy/calendars.yml +1 -1
  415. data/resources/locales/hy/fields.yml +16 -0
  416. data/resources/locales/hy/languages.yml +46 -5
  417. data/resources/locales/hy/lists.yml +4 -4
  418. data/resources/locales/hy/numbers.yml +114 -0
  419. data/resources/locales/hy/timezones.yml +4 -0
  420. data/resources/locales/hy/units.yml +517 -123
  421. data/resources/locales/id/calendars.yml +12 -12
  422. data/resources/locales/id/currencies.yml +1 -0
  423. data/resources/locales/id/fields.yml +19 -0
  424. data/resources/locales/id/languages.yml +36 -2
  425. data/resources/locales/id/lists.yml +4 -4
  426. data/resources/locales/id/numbers.yml +114 -0
  427. data/resources/locales/id/timezones.yml +2 -0
  428. data/resources/locales/id/units.yml +302 -4
  429. data/resources/locales/is/calendars.yml +7 -7
  430. data/resources/locales/is/currencies.yml +15 -10
  431. data/resources/locales/is/fields.yml +17 -3
  432. data/resources/locales/is/languages.yml +36 -1
  433. data/resources/locales/is/lists.yml +4 -4
  434. data/resources/locales/is/numbers.yml +114 -0
  435. data/resources/locales/is/plural_rules.yml +2 -2
  436. data/resources/locales/is/plurals.yml +2 -2
  437. data/resources/locales/is/timezones.yml +9 -4
  438. data/resources/locales/is/units.yml +462 -135
  439. data/resources/locales/it/calendars.yml +9 -9
  440. data/resources/locales/it/currencies.yml +6 -6
  441. data/resources/locales/it/languages.yml +33 -2
  442. data/resources/locales/it/lists.yml +6 -6
  443. data/resources/locales/it/numbers.yml +114 -0
  444. data/resources/locales/it/rbnf.yml +566 -0
  445. data/resources/locales/it/territories.yml +5 -5
  446. data/resources/locales/it/timezones.yml +10 -5
  447. data/resources/locales/it/units.yml +94 -27
  448. data/resources/locales/it-CH/calendars.yml +11 -11
  449. data/resources/locales/it-CH/currencies.yml +6 -6
  450. data/resources/locales/it-CH/languages.yml +33 -2
  451. data/resources/locales/it-CH/lists.yml +6 -6
  452. data/resources/locales/it-CH/numbers.yml +114 -0
  453. data/resources/locales/it-CH/territories.yml +5 -5
  454. data/resources/locales/it-CH/timezones.yml +10 -5
  455. data/resources/locales/it-CH/units.yml +94 -27
  456. data/resources/locales/ja/currencies.yml +3 -3
  457. data/resources/locales/ja/languages.yml +32 -0
  458. data/resources/locales/ja/lists.yml +12 -12
  459. data/resources/locales/ja/numbers.yml +159 -0
  460. data/resources/locales/ja/timezones.yml +5 -1
  461. data/resources/locales/ja/units.yml +28 -8
  462. data/resources/locales/ka/languages.yml +40 -1
  463. data/resources/locales/ka/lists.yml +6 -6
  464. data/resources/locales/ka/numbers.yml +114 -0
  465. data/resources/locales/ka/timezones.yml +4 -0
  466. data/resources/locales/ka/units.yml +61 -10
  467. data/resources/locales/kk/calendars.yml +25 -25
  468. data/resources/locales/kk/currencies.yml +12 -12
  469. data/resources/locales/kk/fields.yml +37 -1
  470. data/resources/locales/kk/languages.yml +51 -14
  471. data/resources/locales/kk/lists.yml +5 -5
  472. data/resources/locales/kk/numbers.yml +114 -0
  473. data/resources/locales/kk/rbnf.yml +307 -0
  474. data/resources/locales/kk/territories.yml +4 -4
  475. data/resources/locales/kk/timezones.yml +27 -23
  476. data/resources/locales/kk/units.yml +465 -57
  477. data/resources/locales/km/currencies.yml +1 -0
  478. data/resources/locales/km/languages.yml +46 -0
  479. data/resources/locales/km/lists.yml +5 -5
  480. data/resources/locales/km/numbers.yml +114 -0
  481. data/resources/locales/km/timezones.yml +4 -0
  482. data/resources/locales/km/units.yml +306 -4
  483. data/resources/locales/kn/calendars.yml +5 -5
  484. data/resources/locales/kn/currencies.yml +2 -1
  485. data/resources/locales/kn/languages.yml +36 -1
  486. data/resources/locales/kn/lists.yml +4 -4
  487. data/resources/locales/kn/numbers.yml +719 -44
  488. data/resources/locales/kn/territories.yml +2 -2
  489. data/resources/locales/kn/timezones.yml +4 -0
  490. data/resources/locales/kn/units.yml +261 -164
  491. data/resources/locales/ko/calendars.yml +2 -2
  492. data/resources/locales/ko/currencies.yml +60 -58
  493. data/resources/locales/ko/fields.yml +48 -0
  494. data/resources/locales/ko/languages.yml +33 -0
  495. data/resources/locales/ko/lists.yml +6 -6
  496. data/resources/locales/ko/numbers.yml +114 -0
  497. data/resources/locales/ko/territories.yml +2 -2
  498. data/resources/locales/ko/timezones.yml +4 -0
  499. data/resources/locales/ko/units.yml +230 -6
  500. data/resources/locales/lo/calendars.yml +5 -4
  501. data/resources/locales/lo/currencies.yml +1 -0
  502. data/resources/locales/lo/fields.yml +50 -0
  503. data/resources/locales/lo/languages.yml +37 -3
  504. data/resources/locales/lo/lists.yml +5 -5
  505. data/resources/locales/lo/numbers.yml +114 -0
  506. data/resources/locales/lo/timezones.yml +4 -0
  507. data/resources/locales/lo/units.yml +320 -4
  508. data/resources/locales/lt/calendars.yml +10 -10
  509. data/resources/locales/lt/languages.yml +33 -1
  510. data/resources/locales/lt/lists.yml +6 -6
  511. data/resources/locales/lt/numbers.yml +114 -0
  512. data/resources/locales/lt/timezones.yml +2 -0
  513. data/resources/locales/lt/units.yml +907 -222
  514. data/resources/locales/lv/calendars.yml +8 -8
  515. data/resources/locales/lv/currencies.yml +2 -0
  516. data/resources/locales/lv/fields.yml +8 -0
  517. data/resources/locales/lv/languages.yml +36 -0
  518. data/resources/locales/lv/lists.yml +6 -6
  519. data/resources/locales/lv/numbers.yml +114 -0
  520. data/resources/locales/lv/timezones.yml +4 -0
  521. data/resources/locales/lv/units.yml +688 -124
  522. data/resources/locales/mk/calendars.yml +50 -50
  523. data/resources/locales/mk/fields.yml +2 -2
  524. data/resources/locales/mk/languages.yml +32 -0
  525. data/resources/locales/mk/lists.yml +5 -5
  526. data/resources/locales/mk/numbers.yml +114 -0
  527. data/resources/locales/mk/territories.yml +2 -2
  528. data/resources/locales/mk/timezones.yml +48 -44
  529. data/resources/locales/mk/units.yml +459 -6
  530. data/resources/locales/mr/calendars.yml +2 -8
  531. data/resources/locales/mr/currencies.yml +3 -2
  532. data/resources/locales/mr/day_periods.yml +2 -16
  533. data/resources/locales/mr/fields.yml +8 -0
  534. data/resources/locales/mr/languages.yml +35 -0
  535. data/resources/locales/mr/lists.yml +5 -5
  536. data/resources/locales/mr/numbers.yml +115 -0
  537. data/resources/locales/mr/territories.yml +2 -2
  538. data/resources/locales/mr/timezones.yml +4 -0
  539. data/resources/locales/mr/units.yml +478 -119
  540. data/resources/locales/ms/calendars.yml +13 -13
  541. data/resources/locales/ms/currencies.yml +8 -2
  542. data/resources/locales/ms/fields.yml +4 -0
  543. data/resources/locales/ms/languages.yml +39 -2
  544. data/resources/locales/ms/lists.yml +4 -4
  545. data/resources/locales/ms/numbers.yml +126 -6
  546. data/resources/locales/ms/territories.yml +2 -2
  547. data/resources/locales/ms/timezones.yml +2 -0
  548. data/resources/locales/ms/units.yml +148 -6
  549. data/resources/locales/mt/calendars.yml +10 -10
  550. data/resources/locales/mt/currencies.yml +2 -0
  551. data/resources/locales/mt/fields.yml +196 -102
  552. data/resources/locales/mt/numbers.yml +115 -0
  553. data/resources/locales/mt/plural_rules.yml +2 -1
  554. data/resources/locales/mt/plurals.yml +4 -3
  555. data/resources/locales/mt/timezones.yml +2 -0
  556. data/resources/locales/mt/units.yml +27 -8
  557. data/resources/locales/my/calendars.yml +23 -23
  558. data/resources/locales/my/fields.yml +32 -0
  559. data/resources/locales/my/languages.yml +45 -4
  560. data/resources/locales/my/lists.yml +6 -6
  561. data/resources/locales/my/numbers.yml +151 -36
  562. data/resources/locales/my/timezones.yml +36 -32
  563. data/resources/locales/my/units.yml +304 -14
  564. data/resources/locales/nb/calendars.yml +10 -10
  565. data/resources/locales/nb/languages.yml +33 -2
  566. data/resources/locales/nb/lists.yml +6 -6
  567. data/resources/locales/nb/numbers.yml +114 -0
  568. data/resources/locales/nb/timezones.yml +5 -1
  569. data/resources/locales/nb/units.yml +532 -231
  570. data/resources/locales/nl/calendars.yml +22 -22
  571. data/resources/locales/nl/currencies.yml +15 -6
  572. data/resources/locales/nl/fields.yml +7 -7
  573. data/resources/locales/nl/languages.yml +33 -0
  574. data/resources/locales/nl/lists.yml +6 -6
  575. data/resources/locales/nl/numbers.yml +195 -6
  576. data/resources/locales/nl/rbnf.yml +1 -1
  577. data/resources/locales/nl/timezones.yml +2 -0
  578. data/resources/locales/nl/units.yml +163 -15
  579. data/resources/locales/nl-BE/calendars.yml +22 -22
  580. data/resources/locales/nl-BE/currencies.yml +15 -6
  581. data/resources/locales/nl-BE/fields.yml +7 -7
  582. data/resources/locales/nl-BE/languages.yml +33 -0
  583. data/resources/locales/nl-BE/lists.yml +6 -6
  584. data/resources/locales/nl-BE/numbers.yml +195 -6
  585. data/resources/locales/nl-BE/timezones.yml +2 -0
  586. data/resources/locales/nl-BE/units.yml +163 -15
  587. data/resources/locales/pl/calendars.yml +7 -7
  588. data/resources/locales/pl/fields.yml +3 -0
  589. data/resources/locales/pl/languages.yml +32 -0
  590. data/resources/locales/pl/lists.yml +4 -4
  591. data/resources/locales/pl/numbers.yml +114 -0
  592. data/resources/locales/pl/timezones.yml +2 -0
  593. data/resources/locales/pl/units.yml +1420 -309
  594. data/resources/locales/pt/calendars.yml +13 -13
  595. data/resources/locales/pt/fields.yml +6 -0
  596. data/resources/locales/pt/languages.yml +35 -1
  597. data/resources/locales/pt/lists.yml +4 -4
  598. data/resources/locales/pt/numbers.yml +114 -0
  599. data/resources/locales/pt/rbnf.yml +1 -1
  600. data/resources/locales/pt/timezones.yml +2 -0
  601. data/resources/locales/pt/units.yml +599 -15
  602. data/resources/locales/pt-PT/calendars.yml +10 -10
  603. data/resources/locales/pt-PT/languages.yml +37 -3
  604. data/resources/locales/pt-PT/lists.yml +4 -4
  605. data/resources/locales/pt-PT/numbers.yml +114 -0
  606. data/resources/locales/pt-PT/plural_rules.yml +2 -2
  607. data/resources/locales/pt-PT/plurals.yml +3 -3
  608. data/resources/locales/pt-PT/territories.yml +1 -1
  609. data/resources/locales/pt-PT/timezones.yml +2 -0
  610. data/resources/locales/pt-PT/units.yml +420 -7
  611. data/resources/locales/ro/calendars.yml +10 -10
  612. data/resources/locales/ro/currencies.yml +22 -22
  613. data/resources/locales/ro/languages.yml +33 -0
  614. data/resources/locales/ro/lists.yml +4 -4
  615. data/resources/locales/ro/numbers.yml +114 -0
  616. data/resources/locales/ro/plural_rules.yml +1 -1
  617. data/resources/locales/ro/plurals.yml +3 -3
  618. data/resources/locales/ro/timezones.yml +2 -0
  619. data/resources/locales/ro/units.yml +580 -124
  620. data/resources/locales/ru/calendars.yml +23 -23
  621. data/resources/locales/ru/languages.yml +34 -1
  622. data/resources/locales/ru/lists.yml +4 -4
  623. data/resources/locales/ru/numbers.yml +114 -0
  624. data/resources/locales/ru/rbnf.yml +240 -12
  625. data/resources/locales/ru/territories.yml +7 -7
  626. data/resources/locales/ru/timezones.yml +4 -0
  627. data/resources/locales/ru/units.yml +858 -251
  628. data/resources/locales/sk/calendars.yml +9 -9
  629. data/resources/locales/sk/currencies.yml +7 -7
  630. data/resources/locales/sk/fields.yml +8 -0
  631. data/resources/locales/sk/languages.yml +34 -0
  632. data/resources/locales/sk/lists.yml +6 -6
  633. data/resources/locales/sk/numbers.yml +114 -0
  634. data/resources/locales/sk/timezones.yml +2 -0
  635. data/resources/locales/sk/units.yml +812 -330
  636. data/resources/locales/sl/calendars.yml +9 -9
  637. data/resources/locales/sl/languages.yml +36 -0
  638. data/resources/locales/sl/lists.yml +6 -6
  639. data/resources/locales/sl/numbers.yml +114 -0
  640. data/resources/locales/sl/timezones.yml +4 -2
  641. data/resources/locales/sl/units.yml +967 -243
  642. data/resources/locales/sq/calendars.yml +11 -11
  643. data/resources/locales/sq/currencies.yml +1 -1
  644. data/resources/locales/sq/fields.yml +20 -0
  645. data/resources/locales/sq/languages.yml +41 -0
  646. data/resources/locales/sq/lists.yml +6 -6
  647. data/resources/locales/sq/numbers.yml +114 -0
  648. data/resources/locales/sq/timezones.yml +4 -0
  649. data/resources/locales/sq/units.yml +461 -6
  650. data/resources/locales/sr/calendars.yml +16 -16
  651. data/resources/locales/sr/fields.yml +6 -0
  652. data/resources/locales/sr/languages.yml +37 -0
  653. data/resources/locales/sr/lists.yml +6 -6
  654. data/resources/locales/sr/numbers.yml +114 -0
  655. data/resources/locales/sr/timezones.yml +4 -0
  656. data/resources/locales/sr/units.yml +676 -68
  657. data/resources/locales/sr-Cyrl-ME/calendars.yml +18 -18
  658. data/resources/locales/sr-Cyrl-ME/fields.yml +6 -0
  659. data/resources/locales/sr-Cyrl-ME/languages.yml +37 -0
  660. data/resources/locales/sr-Cyrl-ME/lists.yml +6 -6
  661. data/resources/locales/sr-Cyrl-ME/numbers.yml +114 -0
  662. data/resources/locales/sr-Cyrl-ME/timezones.yml +4 -0
  663. data/resources/locales/sr-Cyrl-ME/units.yml +676 -68
  664. data/resources/locales/sr-Latn-ME/calendars.yml +18 -18
  665. data/resources/locales/sr-Latn-ME/currencies.yml +1197 -1197
  666. data/resources/locales/sr-Latn-ME/fields.yml +432 -426
  667. data/resources/locales/sr-Latn-ME/languages.yml +531 -494
  668. data/resources/locales/sr-Latn-ME/lists.yml +6 -6
  669. data/resources/locales/sr-Latn-ME/numbers.yml +114 -0
  670. data/resources/locales/sr-Latn-ME/timezones.yml +4 -0
  671. data/resources/locales/sr-Latn-ME/units.yml +677 -69
  672. data/resources/locales/sv/calendars.yml +11 -11
  673. data/resources/locales/sv/currencies.yml +9 -7
  674. data/resources/locales/sv/fields.yml +5 -1
  675. data/resources/locales/sv/languages.yml +32 -0
  676. data/resources/locales/sv/lists.yml +4 -4
  677. data/resources/locales/sv/numbers.yml +122 -3
  678. data/resources/locales/sv/territories.yml +1 -1
  679. data/resources/locales/sv/timezones.yml +2 -0
  680. data/resources/locales/sv/units.yml +724 -328
  681. data/resources/locales/sw/calendars.yml +11 -11
  682. data/resources/locales/sw/fields.yml +24 -0
  683. data/resources/locales/sw/languages.yml +41 -0
  684. data/resources/locales/sw/lists.yml +2 -2
  685. data/resources/locales/sw/numbers.yml +114 -0
  686. data/resources/locales/sw/timezones.yml +2 -0
  687. data/resources/locales/sw/units.yml +423 -17
  688. data/resources/locales/ta/calendars.yml +1 -1
  689. data/resources/locales/ta/languages.yml +38 -2
  690. data/resources/locales/ta/lists.yml +4 -4
  691. data/resources/locales/ta/numbers.yml +117 -2
  692. data/resources/locales/ta/territories.yml +2 -2
  693. data/resources/locales/ta/timezones.yml +4 -0
  694. data/resources/locales/ta/units.yml +173 -148
  695. data/resources/locales/th/calendars.yml +9 -9
  696. data/resources/locales/th/currencies.yml +1 -0
  697. data/resources/locales/th/fields.yml +1 -0
  698. data/resources/locales/th/languages.yml +50 -19
  699. data/resources/locales/th/lists.yml +6 -6
  700. data/resources/locales/th/numbers.yml +114 -0
  701. data/resources/locales/th/timezones.yml +5 -1
  702. data/resources/locales/th/units.yml +25 -7
  703. data/resources/locales/tr/calendars.yml +9 -9
  704. data/resources/locales/tr/fields.yml +8 -0
  705. data/resources/locales/tr/languages.yml +36 -5
  706. data/resources/locales/tr/lists.yml +4 -4
  707. data/resources/locales/tr/numbers.yml +214 -20
  708. data/resources/locales/tr/timezones.yml +2 -0
  709. data/resources/locales/tr/units.yml +191 -13
  710. data/resources/locales/uk/calendars.yml +22 -21
  711. data/resources/locales/uk/fields.yml +18 -18
  712. data/resources/locales/uk/languages.yml +42 -11
  713. data/resources/locales/uk/lists.yml +8 -8
  714. data/resources/locales/uk/numbers.yml +114 -0
  715. data/resources/locales/uk/rbnf.yml +12 -0
  716. data/resources/locales/uk/territories.yml +1 -1
  717. data/resources/locales/uk/timezones.yml +9 -5
  718. data/resources/locales/uk/units.yml +742 -359
  719. data/resources/locales/ur/calendars.yml +4 -4
  720. data/resources/locales/ur/languages.yml +42 -0
  721. data/resources/locales/ur/lists.yml +10 -10
  722. data/resources/locales/ur/numbers.yml +115 -1
  723. data/resources/locales/ur/territories.yml +1 -1
  724. data/resources/locales/ur/timezones.yml +5 -1
  725. data/resources/locales/ur/units.yml +397 -10
  726. data/resources/locales/vi/calendars.yml +12 -12
  727. data/resources/locales/vi/currencies.yml +2 -0
  728. data/resources/locales/vi/fields.yml +3 -0
  729. data/resources/locales/vi/languages.yml +34 -0
  730. data/resources/locales/vi/lists.yml +4 -4
  731. data/resources/locales/vi/numbers.yml +114 -0
  732. data/resources/locales/vi/timezones.yml +2 -0
  733. data/resources/locales/vi/units.yml +348 -10
  734. data/resources/locales/xh/calendars.yml +101 -101
  735. data/resources/locales/xh/currencies.yml +664 -82
  736. data/resources/locales/xh/fields.yml +107 -0
  737. data/resources/locales/xh/languages.yml +38 -2
  738. data/resources/locales/xh/numbers.yml +114 -0
  739. data/resources/locales/xh/territories.yml +264 -2
  740. data/resources/locales/xh/timezones.yml +1393 -6
  741. data/resources/locales/xh/units.yml +4 -2
  742. data/resources/locales/zh/currencies.yml +37 -10
  743. data/resources/locales/zh/languages.yml +38 -3
  744. data/resources/locales/zh/lists.yml +12 -12
  745. data/resources/locales/zh/numbers.yml +117 -0
  746. data/resources/locales/zh/timezones.yml +7 -3
  747. data/resources/locales/zh/units.yml +227 -57
  748. data/resources/locales/zh-Hant/currencies.yml +27 -9
  749. data/resources/locales/zh-Hant/languages.yml +47 -1
  750. data/resources/locales/zh-Hant/lists.yml +12 -12
  751. data/resources/locales/zh-Hant/numbers.yml +115 -0
  752. data/resources/locales/zh-Hant/timezones.yml +4 -0
  753. data/resources/locales/zh-Hant/units.yml +44 -8
  754. data/resources/locales/zu/calendars.yml +7 -7
  755. data/resources/locales/zu/currencies.yml +1 -0
  756. data/resources/locales/zu/fields.yml +53 -0
  757. data/resources/locales/zu/languages.yml +39 -0
  758. data/resources/locales/zu/numbers.yml +148 -10
  759. data/resources/locales/zu/timezones.yml +2 -0
  760. data/resources/locales/zu/units.yml +647 -6
  761. data/resources/shared/aliases.yml +4 -0
  762. data/resources/shared/bcp47_timezone_metadata.yml +5 -1
  763. data/resources/shared/currency_digits_and_rounding.yml +3 -0
  764. data/resources/shared/hyphenation/ca.yml +1 -1
  765. data/resources/shared/hyphenation/de-AT.yml +1 -1
  766. data/resources/shared/hyphenation/de-CH.yml +1 -1
  767. data/resources/shared/hyphenation/de-DE.yml +1 -1
  768. data/resources/shared/hyphenation/fr.yml +1 -1
  769. data/resources/shared/hyphenation/hr-HR.yml +1 -1
  770. data/resources/shared/hyphenation/mn-MN.yml +1 -1
  771. data/resources/shared/hyphenation/sl-SI.yml +1 -1
  772. data/resources/shared/likely_subtags.yml +6180 -11
  773. data/resources/shared/metazones.yml +29 -20
  774. data/resources/shared/numbering_systems.yml +6 -0
  775. data/resources/shared/parent_locales.yml +13 -5
  776. data/resources/shared/postal_codes.yml +160 -125
  777. data/resources/shared/rbnf_root.yml +6 -0
  778. data/resources/shared/segments/dictionaries/cjdict.dump +0 -0
  779. data/resources/shared/segments/dictionaries/laodict.dump +0 -0
  780. data/resources/shared/segments/dictionaries/thaidict.dump +0 -0
  781. data/resources/shared/segments/rules/el/sentence.yml +719 -711
  782. data/resources/shared/segments/rules/en-US-POSIX/word.yml +535 -527
  783. data/resources/shared/segments/rules/fi/word.yml +591 -0
  784. data/resources/shared/segments/rules/ja/line.yml +509 -500
  785. data/resources/shared/segments/rules/ja/word.yml +535 -527
  786. data/resources/shared/segments/rules/root/grapheme.yml +376 -370
  787. data/resources/shared/segments/rules/root/line.yml +509 -500
  788. data/resources/shared/segments/rules/root/sentence.yml +719 -711
  789. data/resources/shared/segments/rules/root/word.yml +535 -527
  790. data/resources/shared/segments/rules/sv/word.yml +591 -0
  791. data/resources/shared/segments/rules/zh/line.yml +509 -500
  792. data/resources/shared/segments/rules/zh-Hant/line.yml +509 -500
  793. data/resources/shared/segments/tests/icu_grapheme_break_test_results.yml +1717 -0
  794. data/resources/shared/segments/tests/icu_line_break_test_results.yml +20284 -0
  795. data/resources/shared/segments/tests/icu_sentence_break_test_results.yml +1134 -0
  796. data/resources/shared/segments/tests/icu_word_break_test_results.yml +6275 -0
  797. data/resources/shared/territories_containment.yml +1 -0
  798. data/resources/shared/timezone_regions.yml +15 -6
  799. data/resources/shared/transforms/Arabic-Latin.yml +42 -0
  800. data/resources/shared/transforms/Cyrillic-Latin.yml +23 -4
  801. data/resources/shared/transforms/Devanagari-InterIndic.yml +1 -0
  802. data/resources/shared/transforms/Devanagari-Latin.yml +1 -1
  803. data/resources/shared/transforms/Greek-Latin.yml +2 -1
  804. data/resources/shared/transforms/Han-Latin.yml +9 -9
  805. data/resources/shared/transforms/Han-Spacedhan.yml +18 -1
  806. data/resources/shared/transforms/Hebrew-Latin.yml +5 -2
  807. data/resources/shared/transforms/InterIndic-Latin.yml +4 -1
  808. data/resources/shared/transforms/Japn-Latn.yml +4132 -0
  809. data/resources/shared/transforms/Khmer-Latin.yml +211 -0
  810. data/resources/shared/transforms/Lao-Latin.yml +90 -0
  811. data/resources/shared/transforms/Latin-Armenian.yml +4 -0
  812. data/resources/shared/transforms/Latin-Ethiopic.yml +3 -3
  813. data/resources/shared/transforms/Malayalam-InterIndic.yml +5 -0
  814. data/resources/shared/transforms/Malayalam-Latin.yml +1 -1
  815. data/resources/shared/transforms/Myanmar-Latin.yml +1 -0
  816. data/resources/shared/transforms/Oriya-Latin.yml +1 -1
  817. data/resources/shared/transforms/Simplified-Traditional.yml +20 -4
  818. data/resources/shared/transforms/Sinhala-Latin.yml +100 -0
  819. data/resources/shared/transforms/am-Ethi-t-am-brai.yml +413 -0
  820. data/resources/shared/transforms/am-Ethi-t-am-ethi-m0-geminate.yml +6900 -0
  821. data/resources/shared/transforms/am-Ethi-t-d0-morse.yml +428 -0
  822. data/resources/shared/transforms/byn-Ethi-t-byn-latn-m0-tekie-alibekit.yml +468 -0
  823. data/resources/shared/transforms/byn-Ethi-t-byn-latn-m0-xaleget.yml +398 -0
  824. data/resources/shared/transforms/gz-Ethi-t-und-sarb.yml +85 -0
  825. data/resources/shared/transforms/my-t-my-d0-zawgyi.yml +40 -36
  826. data/resources/shared/transforms/my-t-my-s0-zawgyi.yml +2 -2
  827. data/resources/shared/transforms/sgw-Ethi-t-und-ethi.yml +105 -0
  828. data/resources/shared/transforms/transform_id_map.yml +827 -757
  829. data/resources/shared/transforms/und-Ethi-t-und-cyrl-m0-gutgarts.yml +497 -0
  830. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-aethiopi-geminate.yml +13 -0
  831. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-aethiopi.yml +515 -0
  832. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-alaloc-geminate.yml +13 -0
  833. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-alaloc.yml +466 -0
  834. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-beta_metsehaf-geminate.yml +13 -0
  835. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-beta_metsehaf.yml +515 -0
  836. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-es3842.yml +536 -0
  837. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-ies-jes-1964-geminate.yml +13 -0
  838. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-ies-jes-1964.yml +515 -0
  839. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-lambdin.yml +487 -0
  840. data/resources/shared/transforms/und-Ethi-t-und-latn-m0-sera.yml +575 -0
  841. data/resources/shared/transforms/und-Ethi-t-und-latn.yml +12 -0
  842. data/resources/shared/validity_data.yml +42 -10
  843. data/resources/unicode_data/blocks/alchemical_symbols.yml +128 -0
  844. data/resources/unicode_data/blocks/arabic_extended_c.yml +49 -0
  845. data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_c.yml +2 -2
  846. data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_h.yml +33 -0
  847. data/resources/unicode_data/blocks/cyrillic_extended_d.yml +1009 -0
  848. data/resources/unicode_data/blocks/devanagari_extended_a.yml +161 -0
  849. data/resources/unicode_data/blocks/egyptian_hieroglyph_format_controls.yml +464 -0
  850. data/resources/unicode_data/blocks/egyptian_hieroglyphs.yml +16 -0
  851. data/resources/unicode_data/blocks/geometric_shapes_extended.yml +16 -0
  852. data/resources/unicode_data/blocks/kaktovik_numerals.yml +321 -0
  853. data/resources/unicode_data/blocks/kannada.yml +16 -0
  854. data/resources/unicode_data/blocks/kawi.yml +1377 -0
  855. data/resources/unicode_data/blocks/khojki.yml +48 -0
  856. data/resources/unicode_data/blocks/lao.yml +16 -0
  857. data/resources/unicode_data/blocks/latin_extended_g.yml +96 -0
  858. data/resources/unicode_data/blocks/nag_mundari.yml +673 -0
  859. data/resources/unicode_data/blocks/small_kana_extension.yml +32 -0
  860. data/resources/unicode_data/blocks/symbols_and_pictographs_extended_a.yml +304 -0
  861. data/resources/unicode_data/blocks/transport_and_map_symbols.yml +16 -0
  862. data/resources/unicode_data/blocks.yml +29 -1
  863. data/resources/unicode_data/properties/Age/15.0/value.dump +0 -0
  864. data/resources/unicode_data/properties/Alphabetic/value.dump +0 -0
  865. data/resources/unicode_data/properties/Bidi_Class/L/value.dump +0 -0
  866. data/resources/unicode_data/properties/Bidi_Class/NSM/value.dump +0 -0
  867. data/resources/unicode_data/properties/Bidi_Class/ON/value.dump +0 -0
  868. data/resources/unicode_data/properties/Bidi_Mirrored/N/value.dump +0 -0
  869. data/resources/unicode_data/properties/Block/Arabic Extended-C/value.dump +3 -0
  870. data/resources/unicode_data/properties/Block/CJK Unified Ideographs Extension H/value.dump +3 -0
  871. data/resources/unicode_data/properties/Block/Cyrillic Extended-D/value.dump +3 -0
  872. data/resources/unicode_data/properties/Block/Devanagari Extended-A/value.dump +0 -0
  873. data/resources/unicode_data/properties/Block/Egyptian Hieroglyph Format Controls/value.dump +1 -1
  874. data/resources/unicode_data/properties/Block/Kaktovik Numerals/value.dump +3 -0
  875. data/resources/unicode_data/properties/Block/Kawi/value.dump +0 -0
  876. data/resources/unicode_data/properties/Block/Nag Mundari/value.dump +3 -0
  877. data/resources/unicode_data/properties/Canonical_Combining_Class/0/value.dump +0 -0
  878. data/resources/unicode_data/properties/Canonical_Combining_Class/220/value.dump +5 -3
  879. data/resources/unicode_data/properties/Canonical_Combining_Class/230/value.dump +0 -0
  880. data/resources/unicode_data/properties/Canonical_Combining_Class/232/value.dump +3 -3
  881. data/resources/unicode_data/properties/Canonical_Combining_Class/9/value.dump +3 -2
  882. data/resources/unicode_data/properties/Case_Ignorable/value.dump +0 -0
  883. data/resources/unicode_data/properties/Cased/value.dump +0 -0
  884. data/resources/unicode_data/properties/Diacritic/value.dump +0 -0
  885. data/resources/unicode_data/properties/East_Asian_Width/N/value.dump +0 -0
  886. data/resources/unicode_data/properties/East_Asian_Width/W/value.dump +0 -0
  887. data/resources/unicode_data/properties/Emoji/value.dump +0 -0
  888. data/resources/unicode_data/properties/Emoji_Modifier_Base/value.dump +1 -1
  889. data/resources/unicode_data/properties/Emoji_Presentation/value.dump +0 -0
  890. data/resources/unicode_data/properties/General_Category/C/f/value.dump +0 -0
  891. data/resources/unicode_data/properties/General_Category/L/l/value.dump +0 -0
  892. data/resources/unicode_data/properties/General_Category/L/m/value.dump +5 -3
  893. data/resources/unicode_data/properties/General_Category/L/o/value.dump +0 -0
  894. data/resources/unicode_data/properties/General_Category/M/c/value.dump +0 -0
  895. data/resources/unicode_data/properties/General_Category/M/n/value.dump +0 -0
  896. data/resources/unicode_data/properties/General_Category/N/d/value.dump +0 -0
  897. data/resources/unicode_data/properties/General_Category/N/o/value.dump +0 -0
  898. data/resources/unicode_data/properties/General_Category/P/o/value.dump +0 -0
  899. data/resources/unicode_data/properties/General_Category/S/o/value.dump +0 -0
  900. data/resources/unicode_data/properties/Grapheme_Base/value.dump +0 -0
  901. data/resources/unicode_data/properties/Grapheme_Cluster_Break/Control/value.dump +0 -0
  902. data/resources/unicode_data/properties/Grapheme_Cluster_Break/Extend/value.dump +0 -0
  903. data/resources/unicode_data/properties/Grapheme_Cluster_Break/Prepend/value.dump +0 -0
  904. data/resources/unicode_data/properties/Grapheme_Cluster_Break/SpacingMark/value.dump +0 -0
  905. data/resources/unicode_data/properties/Grapheme_Extend/value.dump +0 -0
  906. data/resources/unicode_data/properties/Grapheme_Link/value.dump +3 -2
  907. data/resources/unicode_data/properties/ID_Continue/value.dump +0 -0
  908. data/resources/unicode_data/properties/ID_Start/value.dump +0 -0
  909. data/resources/unicode_data/properties/Ideographic/value.dump +0 -0
  910. data/resources/unicode_data/properties/Indic_Positional_Category/Bottom/value.dump +5 -3
  911. data/resources/unicode_data/properties/Indic_Positional_Category/Left/value.dump +3 -2
  912. data/resources/unicode_data/properties/Indic_Positional_Category/Right/value.dump +0 -0
  913. data/resources/unicode_data/properties/Indic_Positional_Category/Top/value.dump +0 -0
  914. data/resources/unicode_data/properties/Indic_Syllabic_Category/Bindu/value.dump +0 -0
  915. data/resources/unicode_data/properties/Indic_Syllabic_Category/Cantillation_Mark/value.dump +4 -1
  916. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant/value.dump +0 -0
  917. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Preceding_Repha/value.dump +3 -2
  918. data/resources/unicode_data/properties/Indic_Syllabic_Category/Gemination_Mark/value.dump +4 -1
  919. data/resources/unicode_data/properties/Indic_Syllabic_Category/Invisible_Stacker/value.dump +3 -2
  920. data/resources/unicode_data/properties/Indic_Syllabic_Category/Number/value.dump +0 -0
  921. data/resources/unicode_data/properties/Indic_Syllabic_Category/Pure_Killer/value.dump +3 -2
  922. data/resources/unicode_data/properties/Indic_Syllabic_Category/Syllable_Modifier/value.dump +3 -2
  923. data/resources/unicode_data/properties/Indic_Syllabic_Category/Visarga/value.dump +3 -2
  924. data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Dependent/value.dump +6 -3
  925. data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Independent/value.dump +0 -0
  926. data/resources/unicode_data/properties/Line_Break/AL/value.dump +0 -0
  927. data/resources/unicode_data/properties/Line_Break/BA/value.dump +0 -0
  928. data/resources/unicode_data/properties/Line_Break/BB/value.dump +0 -0
  929. data/resources/unicode_data/properties/Line_Break/CJ/value.dump +5 -3
  930. data/resources/unicode_data/properties/Line_Break/CL/value.dump +4 -2
  931. data/resources/unicode_data/properties/Line_Break/CM/value.dump +0 -0
  932. data/resources/unicode_data/properties/Line_Break/EB/value.dump +1 -1
  933. data/resources/unicode_data/properties/Line_Break/GL/value.dump +6 -3
  934. data/resources/unicode_data/properties/Line_Break/ID/value.dump +0 -0
  935. data/resources/unicode_data/properties/Line_Break/NU/value.dump +0 -0
  936. data/resources/unicode_data/properties/Line_Break/OP/value.dump +4 -2
  937. data/resources/unicode_data/properties/Line_Break/PO/value.dump +3 -2
  938. data/resources/unicode_data/properties/Line_Break/SA/value.dump +0 -0
  939. data/resources/unicode_data/properties/Lowercase/value.dump +0 -0
  940. data/resources/unicode_data/properties/Numeric_Type/0/value.dump +0 -0
  941. data/resources/unicode_data/properties/Numeric_Type/1/value.dump +5 -3
  942. data/resources/unicode_data/properties/Numeric_Type/2/value.dump +5 -3
  943. data/resources/unicode_data/properties/Numeric_Type/3/value.dump +5 -3
  944. data/resources/unicode_data/properties/Numeric_Type/4/value.dump +5 -3
  945. data/resources/unicode_data/properties/Numeric_Type/5/value.dump +5 -3
  946. data/resources/unicode_data/properties/Numeric_Type/6/value.dump +5 -3
  947. data/resources/unicode_data/properties/Numeric_Type/7/value.dump +5 -3
  948. data/resources/unicode_data/properties/Numeric_Type/8/value.dump +5 -3
  949. data/resources/unicode_data/properties/Numeric_Type/9/value.dump +5 -3
  950. data/resources/unicode_data/properties/Numeric_Type/value.dump +0 -0
  951. data/resources/unicode_data/properties/Other_Alphabetic/value.dump +0 -0
  952. data/resources/unicode_data/properties/Other_Lowercase/value.dump +9 -5
  953. data/resources/unicode_data/properties/Script/Arabic/value.dump +0 -0
  954. data/resources/unicode_data/properties/Script/Common/value.dump +0 -0
  955. data/resources/unicode_data/properties/Script/Cyrillic/value.dump +0 -0
  956. data/resources/unicode_data/properties/Script/Devanagari/value.dump +0 -0
  957. data/resources/unicode_data/properties/Script/Egyptian_Hieroglyphs/value.dump +0 -0
  958. data/resources/unicode_data/properties/Script/Han/value.dump +0 -0
  959. data/resources/unicode_data/properties/Script/Hiragana/value.dump +0 -0
  960. data/resources/unicode_data/properties/Script/Kannada/value.dump +1 -1
  961. data/resources/unicode_data/properties/Script/Katakana/value.dump +0 -0
  962. data/resources/unicode_data/properties/Script/Kawi/value.dump +0 -0
  963. data/resources/unicode_data/properties/Script/Khojki/value.dump +0 -0
  964. data/resources/unicode_data/properties/Script/Lao/value.dump +1 -1
  965. data/resources/unicode_data/properties/Script/Latin/value.dump +0 -0
  966. data/resources/unicode_data/properties/Script/Nag_Mundari/value.dump +3 -0
  967. data/resources/unicode_data/properties/Sentence_Break/Extend/value.dump +0 -0
  968. data/resources/unicode_data/properties/Sentence_Break/Format/value.dump +0 -0
  969. data/resources/unicode_data/properties/Sentence_Break/Lower/value.dump +0 -0
  970. data/resources/unicode_data/properties/Sentence_Break/Numeric/value.dump +0 -0
  971. data/resources/unicode_data/properties/Sentence_Break/OLetter/value.dump +0 -0
  972. data/resources/unicode_data/properties/Sentence_Break/STerm/value.dump +0 -0
  973. data/resources/unicode_data/properties/Sentence_Terminal/value.dump +0 -0
  974. data/resources/unicode_data/properties/Soft_Dotted/value.dump +4 -2
  975. data/resources/unicode_data/properties/Terminal_Punctuation/value.dump +0 -0
  976. data/resources/unicode_data/properties/Unified_Ideograph/value.dump +0 -0
  977. data/resources/unicode_data/properties/Word_Break/ALetter/value.dump +0 -0
  978. data/resources/unicode_data/properties/Word_Break/Extend/value.dump +0 -0
  979. data/resources/unicode_data/properties/Word_Break/Format/value.dump +0 -0
  980. data/resources/unicode_data/properties/Word_Break/Katakana/value.dump +0 -0
  981. data/resources/unicode_data/properties/Word_Break/Numeric/value.dump +0 -0
  982. data/resources/unicode_data/properties/XID_Continue/value.dump +0 -0
  983. data/resources/unicode_data/properties/XID_Start/value.dump +0 -0
  984. data/resources/unicode_data/property_value_aliases.yml +21 -1
  985. data/spec/formatters/numbers/rbnf/locales/ar/rbnf_test.yml +626 -626
  986. data/spec/formatters/numbers/rbnf/locales/bg/rbnf_test.yml +1619 -215
  987. data/spec/formatters/numbers/rbnf/locales/el/rbnf_test.yml +116 -116
  988. data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +234 -0
  989. data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +116 -116
  990. data/spec/formatters/numbers/rbnf/locales/it/rbnf_test.yml +234 -0
  991. data/spec/formatters/numbers/rbnf/locales/kk/rbnf_test.yml +706 -0
  992. data/spec/formatters/numbers/rbnf/locales/ru/rbnf_test.yml +2899 -115
  993. data/spec/formatters/numbers/rbnf/locales/uk/rbnf_test.yml +116 -116
  994. data/spec/localized/localized_datetime_spec.rb +1 -1
  995. data/spec/parsers/symbol_table_spec.rb +1 -3
  996. data/spec/parsers/unicode_regex/character_set_spec.rb +1 -1
  997. data/spec/segmentation/rule_set_spec.rb +50 -54
  998. data/spec/shared/calendar_spec.rb +2 -2
  999. data/spec/shared/currencies_spec.rb +1 -1
  1000. data/spec/shared/numbers_spec.rb +1 -1
  1001. data/spec/shared/unit_spec.rb +10 -10
  1002. data/spec/spec_helper.rb +0 -2
  1003. data/spec/timezones/tests/af.yml +73 -10
  1004. data/spec/timezones/tests/ar.yml +73 -10
  1005. data/spec/timezones/tests/az.yml +73 -10
  1006. data/spec/timezones/tests/be.yml +73 -10
  1007. data/spec/timezones/tests/bg.yml +79 -16
  1008. data/spec/timezones/tests/bn.yml +128 -69
  1009. data/spec/timezones/tests/bo.yml +85 -22
  1010. data/spec/timezones/tests/bs.yml +73 -10
  1011. data/spec/timezones/tests/ca.yml +85 -22
  1012. data/spec/timezones/tests/cs.yml +2059 -1996
  1013. data/spec/timezones/tests/cy.yml +73 -10
  1014. data/spec/timezones/tests/da.yml +76 -13
  1015. data/spec/timezones/tests/de-AT.yml +1226 -1163
  1016. data/spec/timezones/tests/de-CH.yml +1226 -1163
  1017. data/spec/timezones/tests/de.yml +1226 -1163
  1018. data/spec/timezones/tests/el.yml +74 -11
  1019. data/spec/timezones/tests/en-001.yml +105 -42
  1020. data/spec/timezones/tests/en-150.yml +105 -42
  1021. data/spec/timezones/tests/en-AU.yml +99 -36
  1022. data/spec/timezones/tests/en-CA.yml +152 -89
  1023. data/spec/timezones/tests/en-GB.yml +87 -24
  1024. data/spec/timezones/tests/en-IE.yml +105 -42
  1025. data/spec/timezones/tests/en-IN.yml +109 -46
  1026. data/spec/timezones/tests/en-NZ.yml +105 -42
  1027. data/spec/timezones/tests/en-SG.yml +105 -42
  1028. data/spec/timezones/tests/en-US.yml +90 -27
  1029. data/spec/timezones/tests/en-ZA.yml +105 -42
  1030. data/spec/timezones/tests/en.yml +90 -27
  1031. data/spec/timezones/tests/eo.yml +85 -22
  1032. data/spec/timezones/tests/es-419.yml +73 -10
  1033. data/spec/timezones/tests/es-AR.yml +73 -10
  1034. data/spec/timezones/tests/es-CO.yml +73 -10
  1035. data/spec/timezones/tests/es-MX.yml +73 -10
  1036. data/spec/timezones/tests/es-US.yml +74 -11
  1037. data/spec/timezones/tests/es.yml +77 -14
  1038. data/spec/timezones/tests/et.yml +73 -10
  1039. data/spec/timezones/tests/eu.yml +74 -11
  1040. data/spec/timezones/tests/fa.yml +73 -10
  1041. data/spec/timezones/tests/fi.yml +73 -10
  1042. data/spec/timezones/tests/fil.yml +266 -203
  1043. data/spec/timezones/tests/fr-BE.yml +94 -31
  1044. data/spec/timezones/tests/fr-CA.yml +74 -11
  1045. data/spec/timezones/tests/fr-CH.yml +94 -31
  1046. data/spec/timezones/tests/fr.yml +94 -31
  1047. data/spec/timezones/tests/ga.yml +73 -10
  1048. data/spec/timezones/tests/gl.yml +2198 -2135
  1049. data/spec/timezones/tests/gu.yml +82 -19
  1050. data/spec/timezones/tests/he.yml +91 -28
  1051. data/spec/timezones/tests/hi.yml +88 -25
  1052. data/spec/timezones/tests/hr.yml +95 -32
  1053. data/spec/timezones/tests/hu.yml +73 -10
  1054. data/spec/timezones/tests/hy.yml +73 -10
  1055. data/spec/timezones/tests/id.yml +74 -11
  1056. data/spec/timezones/tests/is.yml +76 -13
  1057. data/spec/timezones/tests/it-CH.yml +89 -26
  1058. data/spec/timezones/tests/it.yml +89 -26
  1059. data/spec/timezones/tests/ja.yml +74 -11
  1060. data/spec/timezones/tests/ka.yml +73 -10
  1061. data/spec/timezones/tests/kk.yml +161 -98
  1062. data/spec/timezones/tests/km.yml +73 -10
  1063. data/spec/timezones/tests/kn.yml +77 -14
  1064. data/spec/timezones/tests/ko.yml +84 -21
  1065. data/spec/timezones/tests/lo.yml +73 -10
  1066. data/spec/timezones/tests/lt.yml +73 -10
  1067. data/spec/timezones/tests/lv.yml +73 -10
  1068. data/spec/timezones/tests/mk.yml +134 -71
  1069. data/spec/timezones/tests/mr.yml +84 -21
  1070. data/spec/timezones/tests/ms.yml +84 -21
  1071. data/spec/timezones/tests/mt.yml +72 -9
  1072. data/spec/timezones/tests/my.yml +300 -237
  1073. data/spec/timezones/tests/nb.yml +75 -12
  1074. data/spec/timezones/tests/nl-BE.yml +74 -11
  1075. data/spec/timezones/tests/nl.yml +74 -11
  1076. data/spec/timezones/tests/pl.yml +73 -10
  1077. data/spec/timezones/tests/pt-PT.yml +75 -12
  1078. data/spec/timezones/tests/pt.yml +73 -10
  1079. data/spec/timezones/tests/ro.yml +73 -10
  1080. data/spec/timezones/tests/ru.yml +87 -24
  1081. data/spec/timezones/tests/sk.yml +73 -10
  1082. data/spec/timezones/tests/sl.yml +76 -13
  1083. data/spec/timezones/tests/sq.yml +73 -10
  1084. data/spec/timezones/tests/sr-Cyrl-ME.yml +2263 -2200
  1085. data/spec/timezones/tests/sr-Latn-ME.yml +73 -10
  1086. data/spec/timezones/tests/sr.yml +73 -10
  1087. data/spec/timezones/tests/sv.yml +75 -12
  1088. data/spec/timezones/tests/sw.yml +73 -10
  1089. data/spec/timezones/tests/ta.yml +84 -21
  1090. data/spec/timezones/tests/th.yml +76 -13
  1091. data/spec/timezones/tests/tr.yml +73 -10
  1092. data/spec/timezones/tests/uk.yml +80 -17
  1093. data/spec/timezones/tests/ur.yml +88 -25
  1094. data/spec/timezones/tests/vi.yml +74 -11
  1095. data/spec/timezones/tests/xh.yml +2297 -2234
  1096. data/spec/timezones/tests/zh-Hant.yml +74 -11
  1097. data/spec/timezones/tests/zh.yml +82 -19
  1098. data/spec/timezones/tests/zu.yml +73 -10
  1099. data/spec/timezones/timezone_spec.rb +3 -0
  1100. data/spec/transforms/test_data.yml +568 -562
  1101. data/twitter_cldr.gemspec +24 -12
  1102. metadata +74 -18
  1103. data/lib/twitter_cldr/segmentation/line_iterator.rb +0 -23
@@ -11,8 +11,8 @@
11
11
  :one: "{0} g"
12
12
  :other: "{0} g"
13
13
  :acceleration-meter-per-square-second:
14
- :one: "{0} մետր/վայրկյան քառակուսի"
15
- :other: "{0} մետր/վայրկյան քառակուսի"
14
+ :one: "{0} մետրում/վայրկյան քառակուսի"
15
+ :other: "{0} մետրում/վայրկյան քառակուսի"
16
16
  :angle-arc-minute:
17
17
  :one: "{0} րոպեում"
18
18
  :other: "{0} րոպեում"
@@ -38,8 +38,8 @@
38
38
  :one: "{0} հեկտարում"
39
39
  :other: "{0} հեկտարում"
40
40
  :area-square-centimeter:
41
- :one: "{0} քառակուսի սանտիմետր"
42
- :other: "{0} քառակուսի սանտիմետր"
41
+ :one: "{0} քառակուսի սանտիմետրում"
42
+ :other: "{0} քառակուսի սանտիմետրում"
43
43
  :area-square-foot:
44
44
  :one: "{0} քառակուսի ֆուտ"
45
45
  :other: "{0} քառակուսի ֆուտ"
@@ -47,11 +47,11 @@
47
47
  :one: "{0} քառակուսի մատնաչափ"
48
48
  :other: "{0} քառակուսի մատնաչափ"
49
49
  :area-square-kilometer:
50
- :one: "{0} քառակուսի կիլոմետր"
51
- :other: "{0} քառակուսի կիլոմետր"
50
+ :one: "{0} քառակուսի կիլոմետրում"
51
+ :other: "{0} քառակուսի կիլոմետրում"
52
52
  :area-square-meter:
53
- :one: "{0} քառակուսի մետր"
54
- :other: "{0} քառակուսի մետր"
53
+ :one: "{0} քառակուսի մետրում"
54
+ :other: "{0} քառակուսի մետրում"
55
55
  :area-square-mile:
56
56
  :one: "{0} քառակուսի մղոն"
57
57
  :other: "{0} քառակուսի մղոն"
@@ -59,8 +59,8 @@
59
59
  :one: "{0} քառակուսի յարդ"
60
60
  :other: "{0} քառակուսի յարդ"
61
61
  :concentr-item:
62
- :one: "{0} միույթ"
63
- :other: "{0} միույթ"
62
+ :one: "{0} միույթում"
63
+ :other: "{0} միույթում"
64
64
  :concentr-karat:
65
65
  :one: "{0} կարատում"
66
66
  :other: "{0} կարատում"
@@ -68,8 +68,8 @@
68
68
  :one: "{0} միլիգրամ դեցիլիտրի վրա"
69
69
  :other: "{0} միլիգրամ դեցիլիտրի վրա"
70
70
  :concentr-millimole-per-liter:
71
- :one: "{0} միլիմոլ լիտրի վրա"
72
- :other: "{0} միլիմոլ լիտրի վրա"
71
+ :one: "{0} միլիմոլում լիտրի վրա"
72
+ :other: "{0} միլիմոլում լիտրի վրա"
73
73
  :concentr-mole:
74
74
  :one: "{0} մոլում"
75
75
  :other: "{0} մոլում"
@@ -86,11 +86,11 @@
86
86
  :one: "{0} պերմիրիադում"
87
87
  :other: "{0} պերմիրիադում"
88
88
  :consumption-liter-per-100-kilometer:
89
- :one: "{0} լիտր 100 կիլոմետրի վրա"
90
- :other: "{0} լիտր 100 կիլոմետրի վրա"
89
+ :one: "{0} լիտրում 100 կիլոմետրի վրա"
90
+ :other: "{0} լիտրում 100 կիլոմետրի վրա"
91
91
  :consumption-liter-per-kilometer:
92
- :one: "{0} լիտր կիլոմետրի վրա"
93
- :other: "{0} լիտր կիլոմետրի վրա"
92
+ :one: "{0} լիտրում կիլոմետրի վրա"
93
+ :other: "{0} լիտրում կիլոմետրի վրա"
94
94
  :consumption-mile-per-gallon:
95
95
  :one: "{0} մղոն գալոնի վրա"
96
96
  :other: "{0} մղոն գալոնի վրա"
@@ -104,38 +104,38 @@
104
104
  :one: "{0} բայթում"
105
105
  :other: "{0} բայթում"
106
106
  :digital-gigabit:
107
- :one: "{0} գիգաբիթ"
108
- :other: "{0} գիգաբիթ"
107
+ :one: "{0} գիգաբիթում"
108
+ :other: "{0} գիգաբիթում"
109
109
  :digital-gigabyte:
110
- :one: "{0} գիգաբայթ"
111
- :other: "{0} գիգաբայթ"
110
+ :one: "{0} գիգաբայթում"
111
+ :other: "{0} գիգաբայթում"
112
112
  :digital-kilobit:
113
- :one: "{0} կիլոբիթ"
114
- :other: "{0} կիլոբիթ"
113
+ :one: "{0} կիլոբիթում"
114
+ :other: "{0} կիլոբիթում"
115
115
  :digital-kilobyte:
116
- :one: "{0} կիլոբայթ"
117
- :other: "{0} կիլոբայթ"
116
+ :one: "{0} կիլոբայթում"
117
+ :other: "{0} կիլոբայթում"
118
118
  :digital-megabit:
119
- :one: "{0} մեգաբիթ"
120
- :other: "{0} մեգաբիթ"
119
+ :one: "{0} մեգաբիթում"
120
+ :other: "{0} մեգաբիթում"
121
121
  :digital-megabyte:
122
- :one: "{0} մեգաբայթ"
123
- :other: "{0} մեգաբայթ"
122
+ :one: "{0} մեգաբայթում"
123
+ :other: "{0} մեգաբայթում"
124
124
  :digital-petabyte:
125
- :one: "{0} պետաբայթ"
126
- :other: "{0} պետաբայթ"
125
+ :one: "{0} պետաբայթում"
126
+ :other: "{0} պետաբայթում"
127
127
  :digital-terabit:
128
- :one: "{0} տերաբիթ"
129
- :other: "{0} տերաբիթ"
128
+ :one: "{0} տերաբիթում"
129
+ :other: "{0} տերաբիթում"
130
130
  :digital-terabyte:
131
- :one: "{0} տերաբայթ"
132
- :other: "{0} տերաբայթ"
131
+ :one: "{0} տերաբայթում"
132
+ :other: "{0} տերաբայթում"
133
133
  :duration-century:
134
134
  :one: "{0} դարում"
135
135
  :other: "{0} դարում"
136
136
  :duration-day:
137
- :one: "{0} օր"
138
- :other: "{0} օր"
137
+ :one: "{0} օրում"
138
+ :other: "{0} օրում"
139
139
  :duration-decade:
140
140
  :one: "{0} տասնամյակում"
141
141
  :other: "{0} տասնամյակում"
@@ -143,11 +143,11 @@
143
143
  :one: "{0} ժամում"
144
144
  :other: "{0} ժամում"
145
145
  :duration-microsecond:
146
- :one: "{0} միկրովայրկյան"
147
- :other: "{0} միկրովայրկյան"
146
+ :one: "{0} միկրովայրկյանում"
147
+ :other: "{0} միկրովայրկյանում"
148
148
  :duration-millisecond:
149
- :one: "{0} միլիվայրկյան"
150
- :other: "{0} միլիվայրկյան"
149
+ :one: "{0} միլիվայրկյանում"
150
+ :other: "{0} միլիվայրկյանում"
151
151
  :duration-minute:
152
152
  :one: "{0} րոպեում"
153
153
  :other: "{0} րոպեում"
@@ -155,8 +155,11 @@
155
155
  :one: "{0} ամսում"
156
156
  :other: "{0} ամսում"
157
157
  :duration-nanosecond:
158
- :one: "{0} նանովայրկյան"
159
- :other: "{0} նանովայրկյան"
158
+ :one: "{0} նանովայրկյանում"
159
+ :other: "{0} նանովայրկյանում"
160
+ :duration-quarter:
161
+ :one: "{0} եռամսյակում"
162
+ :other: "{0} եռամսյակում"
160
163
  :duration-second:
161
164
  :one: "{0} վայրկյանում"
162
165
  :other: "{0} վայրկյանում"
@@ -170,8 +173,8 @@
170
173
  :one: "{0} ամպերում"
171
174
  :other: "{0} ամպերում"
172
175
  :electric-milliampere:
173
- :one: "{0} միլիամպեր"
174
- :other: "{0} միլիամպեր"
176
+ :one: "{0} միլիամպերում"
177
+ :other: "{0} միլիամպերում"
175
178
  :electric-ohm:
176
179
  :one: "{0} օհմում"
177
180
  :other: "{0} օհմում"
@@ -197,17 +200,17 @@
197
200
  :one: "{0} կիլոկալորիա"
198
201
  :other: "{0} կիլոկալորիա"
199
202
  :energy-kilojoule:
200
- :one: "{0} կիլոջոուլ"
201
- :other: "{0} կիլոջոուլ"
203
+ :one: "{0} կիլոջոուլում"
204
+ :other: "{0} կիլոջոուլում"
202
205
  :energy-kilowatt-hour:
203
- :one: "{0} կիլովատտ-ժամ"
204
- :other: "{0} կիլովատտ-ժամ"
206
+ :one: "{0} կիլովատտ-ժամում"
207
+ :other: "{0} կիլովատտ-ժամում"
205
208
  :energy-therm-us:
206
209
  :one: "{0} ԱՄՆ ջերմ"
207
210
  :other: "{0} ԱՄՆ ջերմ"
208
211
  :force-kilowatt-hour-per-100-kilometer:
209
- :one: "{0} կիլովատտ-ժամ 100 կիլոմետրի վրա"
210
- :other: "{0} կիլովատտ-ժամ 100 կիլոմետրի վրա"
212
+ :one: "{0} կիլովատտ-ժամում 100 կիլոմետրի վրա"
213
+ :other: "{0} կիլովատտ-ժամում 100 կիլոմետրի վրա"
211
214
  :force-newton:
212
215
  :one: "{0} նյուտոնում"
213
216
  :other: "{0} նյուտոնում"
@@ -215,17 +218,17 @@
215
218
  :one: "{0} ֆունտ-ուժ"
216
219
  :other: "{0} ֆունտ-ուժ"
217
220
  :frequency-gigahertz:
218
- :one: "{0} գիգահերց"
219
- :other: "{0} գիգահերց"
221
+ :one: "{0} գիգահերցում"
222
+ :other: "{0} գիգահերցում"
220
223
  :frequency-hertz:
221
224
  :one: "{0} հերցում"
222
225
  :other: "{0} հերցում"
223
226
  :frequency-kilohertz:
224
- :one: "{0} կիլոհերց"
225
- :other: "{0} կիլոհերց"
227
+ :one: "{0} կիլոհերցում"
228
+ :other: "{0} կիլոհերցում"
226
229
  :frequency-megahertz:
227
- :one: "{0} մեգահերց"
228
- :other: "{0} մեգահերց"
230
+ :one: "{0} մեգահերցում"
231
+ :other: "{0} մեգահերցում"
229
232
  :graphics-dot:
230
233
  :one: "{0} կետ"
231
234
  :other: "{0} կետ"
@@ -235,15 +238,18 @@
235
238
  :graphics-dot-per-inch:
236
239
  :one: "{0} կետ մատնաչափի վրա"
237
240
  :other: "{0} կետ մատնաչափի վրա"
241
+ :graphics-em:
242
+ :one: "{0} em"
243
+ :other: "{0} em"
238
244
  :graphics-megapixel:
239
- :one: "{0} մեգափիքսել"
240
- :other: "{0} մեգափիքսել"
245
+ :one: "{0} մեգափիքսելում"
246
+ :other: "{0} մեգափիքսելում"
241
247
  :graphics-pixel:
242
248
  :one: "{0} փիքսելում"
243
- :other: "{0} փիքսելներում"
249
+ :other: "{0} փիքսելում"
244
250
  :graphics-pixel-per-centimeter:
245
- :one: "{0} փիքսել սանտիմետրի վրա"
246
- :other: "{0} փիքսել սանտիմետրի վրա"
251
+ :one: "{0} փիքսելում սանտիմետրի վրա"
252
+ :other: "{0} փիքսելում սանտիմետրի վրա"
247
253
  :graphics-pixel-per-inch:
248
254
  :one: "{0} փիքսել մատնաչափի վրա"
249
255
  :other: "{0} փիքսել մատնաչափի վրա"
@@ -251,11 +257,11 @@
251
257
  :one: "{0} աստղագիտական միավոր"
252
258
  :other: "{0} աստղագիտական միավոր"
253
259
  :length-centimeter:
254
- :one: "{0} սանտիմետր"
255
- :other: "{0} սանտիմետր"
260
+ :one: "{0} սանտիմետրում"
261
+ :other: "{0} սանտիմետրում"
256
262
  :length-decimeter:
257
- :one: "{0} դեցիմետր"
258
- :other: "{0} դեցիմետր"
263
+ :one: "{0} դեցիմետրում"
264
+ :other: "{0} դեցիմետրում"
259
265
  :length-earth-radius:
260
266
  :one: "{0} երկրային շառավիղ"
261
267
  :other: "{0} երկրային շառավիղ"
@@ -272,8 +278,8 @@
272
278
  :one: "{0} մատնաչափ"
273
279
  :other: "{0} մատնաչափ"
274
280
  :length-kilometer:
275
- :one: "{0} կիլոմետր"
276
- :other: "{0} կիլոմետր"
281
+ :one: "{0} կիլոմետրում"
282
+ :other: "{0} կիլոմետրում"
277
283
  :length-light-year:
278
284
  :one: "{0} լուսատարի"
279
285
  :other: "{0} լուսատարի"
@@ -281,8 +287,8 @@
281
287
  :one: "{0} մետրում"
282
288
  :other: "{0} մետրում"
283
289
  :length-micrometer:
284
- :one: "{0} միկրոմետր"
285
- :other: "{0} միկրոմետր"
290
+ :one: "{0} միկրոմետրում"
291
+ :other: "{0} միկրոմետրում"
286
292
  :length-mile:
287
293
  :one: "{0} մղոն"
288
294
  :other: "{0} մղոն"
@@ -290,11 +296,11 @@
290
296
  :one: "{0} սկանդինավյան մղոնում"
291
297
  :other: "{0} սկանդինավյան մղոնում"
292
298
  :length-millimeter:
293
- :one: "{0} միլիմետր"
294
- :other: "{0} միլիմետր"
299
+ :one: "{0} միլիմետրում"
300
+ :other: "{0} միլիմետրում"
295
301
  :length-nanometer:
296
- :one: "{0} նանոմետր"
297
- :other: "{0} նանոմետր"
302
+ :one: "{0} նանոմետրում"
303
+ :other: "{0} նանոմետրում"
298
304
  :length-nautical-mile:
299
305
  :one: "{0} ծովային մղոն"
300
306
  :other: "{0} ծովային մղոն"
@@ -302,8 +308,8 @@
302
308
  :one: "{0} պարսեկ"
303
309
  :other: "{0} պարսեկ"
304
310
  :length-picometer:
305
- :one: "{0} պիկոմետր"
306
- :other: "{0} պիկոմետր"
311
+ :one: "{0} պիկոմետրում"
312
+ :other: "{0} պիկոմետրում"
307
313
  :length-point:
308
314
  :one: "{0} pt"
309
315
  :other: "{0} pt"
@@ -343,15 +349,12 @@
343
349
  :mass-kilogram:
344
350
  :one: "{0} կիլոգրամում"
345
351
  :other: "{0} կիլոգրամում"
346
- :mass-metric-ton:
347
- :one: "{0} տոննայում"
348
- :other: "{0} տոննայում"
349
352
  :mass-microgram:
350
- :one: "{0} միկրոգրամ"
351
- :other: "{0} միկրոգրամ"
353
+ :one: "{0} միկրոգրամում"
354
+ :other: "{0} միկրոգրամում"
352
355
  :mass-milligram:
353
- :one: "{0} միլիգրամ"
354
- :other: "{0} միլիգրամ"
356
+ :one: "{0} միլիգրամում"
357
+ :other: "{0} միլիգրամում"
355
358
  :mass-ounce:
356
359
  :one: "{0} ունկի"
357
360
  :other: "{0} ունկի"
@@ -370,21 +373,24 @@
370
373
  :mass-ton:
371
374
  :one: "{0} ամերիկյան տոննա"
372
375
  :other: "{0} ամերիկյան տոննա"
376
+ :mass-tonne:
377
+ :one: "{0} տոննայում"
378
+ :other: "{0} տոննայում"
373
379
  :power-gigawatt:
374
- :one: "{0} գիգավատտ"
375
- :other: "{0} գիգավատտ"
380
+ :one: "{0} գիգավատտում"
381
+ :other: "{0} գիգավատտում"
376
382
  :power-horsepower:
377
383
  :one: "{0} ձիաուժ"
378
384
  :other: "{0} ձիաուժ"
379
385
  :power-kilowatt:
380
- :one: "{0} կիլովատտ"
381
- :other: "{0} կիլովատտ"
386
+ :one: "{0} կիլովատտում"
387
+ :other: "{0} կիլովատտում"
382
388
  :power-megawatt:
383
- :one: "{0} մեգավատտ"
384
- :other: "{0} մեգավատտ"
389
+ :one: "{0} մեգավատտում"
390
+ :other: "{0} մեգավատտում"
385
391
  :power-milliwatt:
386
- :one: "{0} միլիվատտ"
387
- :other: "{0} միլիվատտ"
392
+ :one: "{0} միլիվատտում"
393
+ :other: "{0} միլիվատտում"
388
394
  :power-watt:
389
395
  :one: "{0} վատտում"
390
396
  :other: "{0} վատտում"
@@ -395,20 +401,20 @@
395
401
  :one: "{0} բարում"
396
402
  :other: "{0} բարում"
397
403
  :pressure-hectopascal:
398
- :one: "{0} հեկտոպասկալ"
399
- :other: "{0} հեկտոպասկալ"
404
+ :one: "{0} հեկտոպասկալում"
405
+ :other: "{0} հեկտոպասկալում"
400
406
  :pressure-inch-ofhg:
401
407
  :one: "{0} դյույմ սնդիկի սյուն"
402
408
  :other: "{0} դյույմ սնդիկի սյուն"
403
409
  :pressure-kilopascal:
404
- :one: "{0} կիլոպասկալ"
405
- :other: "{0} կիլոպասկալ"
410
+ :one: "{0} կիլոպասկալում"
411
+ :other: "{0} կիլոպասկալում"
406
412
  :pressure-megapascal:
407
- :one: "{0} մեգապասկալ"
408
- :other: "{0} մեգապասկալ"
413
+ :one: "{0} մեգապասկալում"
414
+ :other: "{0} մեգապասկալում"
409
415
  :pressure-millibar:
410
- :one: "{0} միլիբար"
411
- :other: "{0} միլիբար"
416
+ :one: "{0} միլիբարում"
417
+ :other: "{0} միլիբարում"
412
418
  :pressure-millimeter-ofhg:
413
419
  :one: "{0} միլիմետր սնդիկի սյուն"
414
420
  :other: "{0} միլիմետր սնդիկի սյուն"
@@ -419,14 +425,14 @@
419
425
  :one: "{0} ֆունտ քառակուսի դյույմի վրա"
420
426
  :other: "{0} ֆունտ քառակուսի դյույմի վրա"
421
427
  :speed-kilometer-per-hour:
422
- :one: "{0} կիլոմետր ժամում"
423
- :other: "{0} կիլոմետր ժամում"
428
+ :one: "ժամում {0} կիլոմետրում"
429
+ :other: "ժամում {0} կիլոմետրում"
424
430
  :speed-knot:
425
431
  :one: "{0} հանգույց"
426
432
  :other: "{0} հանգույց"
427
433
  :speed-meter-per-second:
428
- :one: "{0} մետր վայրկյանում"
429
- :other: "{0} մետր վայրկյանում"
434
+ :one: "վայրկյանում {0} մետրում"
435
+ :other: "վայրկյանում {0} մետրում"
430
436
  :speed-mile-per-hour:
431
437
  :one: "{0} մղոն ժամում"
432
438
  :other: "{0} մղոն ժամում"
@@ -443,8 +449,8 @@
443
449
  :one: "{0} կելվինում"
444
450
  :other: "{0} կելվինում"
445
451
  :torque-newton-meter:
446
- :one: "{0} նյուտոն-մետր"
447
- :other: "{0} նյուտոն-մետր"
452
+ :one: "{0} նյուտոն-մետրում"
453
+ :other: "{0} նյուտոն-մետրում"
448
454
  :torque-pound-force-foot:
449
455
  :one: "{0} ֆունտ-ֆուտ"
450
456
  :other: "{0} ֆունտ-ֆուտ"
@@ -458,11 +464,11 @@
458
464
  :one: "{0} բուշել"
459
465
  :other: "{0} բուշել"
460
466
  :volume-centiliter:
461
- :one: "{0} սանտիլիտր"
462
- :other: "{0} սանտիլիտր"
467
+ :one: "{0} սանտիլիտրում"
468
+ :other: "{0} սանտիլիտրում"
463
469
  :volume-cubic-centimeter:
464
- :one: "{0} խորանարդ սանտիմետր"
465
- :other: "{0} խորանարդ սանտիմետր"
470
+ :one: "{0} խորանարդ սանտիմետրում"
471
+ :other: "{0} խորանարդ սանտիմետրում"
466
472
  :volume-cubic-foot:
467
473
  :one: "{0} խորանարդ ֆուտ"
468
474
  :other: "{0} խորանարդ ֆուտ"
@@ -470,11 +476,11 @@
470
476
  :one: "{0} խորանարդ մատնաչափ"
471
477
  :other: "{0} խորանարդ մատնաչափ"
472
478
  :volume-cubic-kilometer:
473
- :one: "{0} խորանարդ կիլոմետր"
474
- :other: "{0} խորանարդ կիլոմետր"
479
+ :one: "{0} խորանարդ կիլոմետրում"
480
+ :other: "{0} խորանարդ կիլոմետրում"
475
481
  :volume-cubic-meter:
476
- :one: "{0} խորանարդ մետր"
477
- :other: "{0} խորանարդ մետր"
482
+ :one: "{0} խորանարդ մետրում"
483
+ :other: "{0} խորանարդ մետրում"
478
484
  :volume-cubic-mile:
479
485
  :one: "{0} խորանարդ մղոն"
480
486
  :other: "{0} խորանարդ մղոն"
@@ -488,8 +494,8 @@
488
494
  :one: "{0} մետրիկ բաժակում"
489
495
  :other: "{0} մետրիկ բաժակում"
490
496
  :volume-deciliter:
491
- :one: "{0} դեցիլիտր"
492
- :other: "{0} դեցիլիտր"
497
+ :one: "{0} դեցիլիտրում"
498
+ :other: "{0} դեցիլիտրում"
493
499
  :volume-dessert-spoon:
494
500
  :one: "{0} աղանդերի գդալ"
495
501
  :other: "{0} աղանդերի գդալ"
@@ -515,8 +521,8 @@
515
521
  :one: "{0} անգլիական գալոն"
516
522
  :other: "{0} անգլիական գալոն"
517
523
  :volume-hectoliter:
518
- :one: "{0} հեկտոլիտր"
519
- :other: "{0} հեկտոլիտր"
524
+ :one: "{0} հեկտոլիտրում"
525
+ :other: "{0} հեկտոլիտրում"
520
526
  :volume-jigger:
521
527
  :one: "{0} ջիգեր"
522
528
  :other: "{0} ջիգեր"
@@ -524,11 +530,11 @@
524
530
  :one: "{0} լիտրում"
525
531
  :other: "{0} լիտրում"
526
532
  :volume-megaliter:
527
- :one: "{0} մեգալիտր"
528
- :other: "{0} մեգալիտր"
533
+ :one: "{0} մեգալիտրում"
534
+ :other: "{0} մեգալիտրում"
529
535
  :volume-milliliter:
530
- :one: "{0} միլիլիտր"
531
- :other: "{0} միլիլիտր"
536
+ :one: "{0} միլիլիտրում"
537
+ :other: "{0} միլիլիտրում"
532
538
  :volume-pinch:
533
539
  :one: "{0} պտղունց"
534
540
  :other: "{0} պտղունց"
@@ -554,6 +560,9 @@
554
560
  :acceleration-g-force:
555
561
  :one: "{0}G"
556
562
  :other: "{0}G"
563
+ :acceleration-meter-per-square-second:
564
+ :one: "{0} մ/վ²"
565
+ :other: "{0} մ/վ²"
557
566
  :angle-arc-minute:
558
567
  :one: "{0}′"
559
568
  :other: "{0}′"
@@ -563,12 +572,30 @@
563
572
  :angle-degree:
564
573
  :one: "{0}°"
565
574
  :other: "{0}°"
575
+ :angle-radian:
576
+ :one: "{0} ռադ"
577
+ :other: "{0} ռադ"
578
+ :angle-revolution:
579
+ :one: "{0} պտ"
580
+ :other: "{0} պտ"
566
581
  :area-acre:
567
582
  :one: "{0}ակր"
568
583
  :other: "{0}ակր"
584
+ :area-dunam:
585
+ :one: "{0} դունամ"
586
+ :other: "{0} դունամ"
587
+ :area-hectare:
588
+ :one: "{0} հա"
589
+ :other: "{0} հա"
590
+ :area-square-centimeter:
591
+ :one: "{0} սմ²"
592
+ :other: "{0} սմ²"
569
593
  :area-square-foot:
570
594
  :one: "{0}ֆտ²"
571
595
  :other: "{0}ֆտ²"
596
+ :area-square-inch:
597
+ :one: "{0} մատ²"
598
+ :other: "{0} մատ²"
572
599
  :area-square-kilometer:
573
600
  :one: "{0} կմ²"
574
601
  :other: "{0} կմ²"
@@ -578,6 +605,18 @@
578
605
  :area-square-mile:
579
606
  :one: "{0}մղ²"
580
607
  :other: "{0}մղ²"
608
+ :area-square-yard:
609
+ :one: "{0} յրդ²"
610
+ :other: "{0} յրդ²"
611
+ :concentr-item:
612
+ :one: "{0} միույթ"
613
+ :other: "{0} միույթ"
614
+ :concentr-karat:
615
+ :one: "{0} կար"
616
+ :other: "{0} կար"
617
+ :concentr-milligram-ofglucose-per-deciliter:
618
+ :one: "{0} մգ/դլ"
619
+ :other: "{0} մգ/դլ"
581
620
  :concentr-millimole-per-liter:
582
621
  :one: "{0}մմոլ/լ"
583
622
  :other: "{0}մմոլ/լ"
@@ -602,15 +641,60 @@
602
641
  :consumption-liter-per-kilometer:
603
642
  :one: "{0}լ/կմ"
604
643
  :other: "{0}լ/կմ"
644
+ :consumption-mile-per-gallon:
645
+ :one: "{0} մղ/գալ"
646
+ :other: "{0} մղ/գալ"
647
+ :consumption-mile-per-gallon-imperial:
648
+ :one: "{0} մղ/անգլ․ գալ"
649
+ :other: "{0} մղ/անգլ․ գալ"
650
+ :digital-bit:
651
+ :one: "{0} բիթ"
652
+ :other: "{0} բիթ"
605
653
  :digital-byte:
606
654
  :one: "{0} Բ"
607
655
  :other: "{0} Բ"
656
+ :digital-gigabit:
657
+ :one: "{0} Գբիթ"
658
+ :other: "{0} Գբիթ"
659
+ :digital-gigabyte:
660
+ :one: "{0} ԳԲ"
661
+ :other: "{0} ԳԲ"
662
+ :digital-kilobit:
663
+ :one: "{0} կբիթ"
664
+ :other: "{0} կբիթ"
665
+ :digital-kilobyte:
666
+ :one: "{0} կԲ"
667
+ :other: "{0} կԲ"
668
+ :digital-megabit:
669
+ :one: "{0} Մբիթ"
670
+ :other: "{0} Մբիթ"
671
+ :digital-megabyte:
672
+ :one: "{0} ՄԲ"
673
+ :other: "{0} ՄԲ"
674
+ :digital-petabyte:
675
+ :one: "{0} ՊԲ"
676
+ :other: "{0} ՊԲ"
677
+ :digital-terabit:
678
+ :one: "{0} Տբիթ"
679
+ :other: "{0} Տբիթ"
680
+ :digital-terabyte:
681
+ :one: "{0} ՏԲ"
682
+ :other: "{0} ՏԲ"
683
+ :duration-century:
684
+ :one: "{0} դ․"
685
+ :other: "{0} դ․"
608
686
  :duration-day:
609
687
  :one: "{0} օ"
610
688
  :other: "{0} օ"
689
+ :duration-decade:
690
+ :one: "{0} 10-ամյակ"
691
+ :other: "{0} 10-ամյակ"
611
692
  :duration-hour:
612
693
  :one: "{0} ժ"
613
694
  :other: "{0} ժ"
695
+ :duration-microsecond:
696
+ :one: "{0} մկվ"
697
+ :other: "{0} մկվ"
614
698
  :duration-millisecond:
615
699
  :one: "{0} մվ"
616
700
  :other: "{0} մվ"
@@ -620,6 +704,12 @@
620
704
  :duration-month:
621
705
  :one: "{0} ա"
622
706
  :other: "{0} ա"
707
+ :duration-nanosecond:
708
+ :one: "{0} նվ"
709
+ :other: "{0} նվ"
710
+ :duration-quarter:
711
+ :one: "{0} եռմս"
712
+ :other: "{0} եռմս"
623
713
  :duration-second:
624
714
  :one: "{0} վ"
625
715
  :other: "{0} վ"
@@ -629,18 +719,111 @@
629
719
  :duration-year:
630
720
  :one: "{0} տ"
631
721
  :other: "{0} տ"
722
+ :electric-ampere:
723
+ :one: "{0} Ա"
724
+ :other: "{0} Ա"
725
+ :electric-milliampere:
726
+ :one: "{0} մԱ"
727
+ :other: "{0} մԱ"
728
+ :electric-ohm:
729
+ :one: "{0} Օհմ"
730
+ :other: "{0} Օհմ"
731
+ :electric-volt:
732
+ :one: "{0} Վ"
733
+ :other: "{0} Վ"
734
+ :energy-british-thermal-unit:
735
+ :one: "{0} Բջմ"
736
+ :other: "{0} Բջմ"
737
+ :energy-calorie:
738
+ :one: "{0} կալ"
739
+ :other: "{0} կալ"
740
+ :energy-electronvolt:
741
+ :one: "{0} էՎ"
742
+ :other: "{0} էՎ"
743
+ :energy-foodcalorie:
744
+ :one: "{0} կալ"
745
+ :other: "{0} կալ"
746
+ :energy-joule:
747
+ :one: "{0} Ջ"
748
+ :other: "{0} Ջ"
749
+ :energy-kilocalorie:
750
+ :one: "{0} կկալ"
751
+ :other: "{0} կկալ"
752
+ :energy-kilojoule:
753
+ :one: "{0} կՋ"
754
+ :other: "{0} կՋ"
755
+ :energy-kilowatt-hour:
756
+ :one: "{0} կՎտ·ժ"
757
+ :other: "{0} կՎտ·ժ"
758
+ :energy-therm-us:
759
+ :one: "{0} ԱՄՆ ջերմ"
760
+ :other: "{0} ԱՄՆ ջերմ"
632
761
  :force-kilowatt-hour-per-100-kilometer:
633
762
  :one: "{0} կՎտժ/100 կմ"
634
763
  :other: "{0} կՎտժ/100 կմ"
764
+ :force-newton:
765
+ :one: "{0} Ն"
766
+ :other: "{0} Ն"
767
+ :force-pound-force:
768
+ :one: "{0} ֆնտ․ ու․"
769
+ :other: "{0} ֆնտ․ ու․"
770
+ :frequency-gigahertz:
771
+ :one: "{0} ԳՀց"
772
+ :other: "{0} ԳՀց"
773
+ :frequency-hertz:
774
+ :one: "{0} Հց"
775
+ :other: "{0} Հց"
776
+ :frequency-kilohertz:
777
+ :one: "{0} կՀց"
778
+ :other: "{0} կՀց"
779
+ :frequency-megahertz:
780
+ :one: "{0} ՄՀց"
781
+ :other: "{0} ՄՀց"
782
+ :graphics-dot:
783
+ :one: "{0} կետ"
784
+ :other: "{0} կետ"
785
+ :graphics-dot-per-centimeter:
786
+ :one: "{0} կսմ"
787
+ :other: "{0} կսմ"
788
+ :graphics-dot-per-inch:
789
+ :one: "{0} կմչ"
790
+ :other: "{0} կմչ"
791
+ :graphics-em:
792
+ :one: "{0} em"
793
+ :other: "{0} em"
794
+ :graphics-megapixel:
795
+ :one: "{0} ՄՓ"
796
+ :other: "{0} ՄՓ"
797
+ :graphics-pixel:
798
+ :one: "{0} փքս"
799
+ :other: "{0} փքս"
635
800
  :graphics-pixel-per-centimeter:
636
801
  :one: "{0}կսմվ"
637
802
  :other: "{0}կսմվ"
803
+ :graphics-pixel-per-inch:
804
+ :one: "{0} փմչ"
805
+ :other: "{0} փմչ"
806
+ :length-astronomical-unit:
807
+ :one: "{0} ա.մ."
808
+ :other: "{0} ա.մ."
638
809
  :length-centimeter:
639
810
  :one: "{0} սմ"
640
811
  :other: "{0} սմ"
812
+ :length-decimeter:
813
+ :one: "{0} դմ"
814
+ :other: "{0} դմ"
815
+ :length-earth-radius:
816
+ :one: "{0} R⊕"
817
+ :other: "{0} R⊕"
818
+ :length-fathom:
819
+ :one: "{0} ֆատոմ"
820
+ :other: "{0} ֆատոմ"
641
821
  :length-foot:
642
822
  :one: "{0}′"
643
823
  :other: "{0}′"
824
+ :length-furlong:
825
+ :one: "{0} ֆուրլ․"
826
+ :other: "{0} ֆուրլ․"
644
827
  :length-inch:
645
828
  :one: "{0}″"
646
829
  :other: "{0}″"
@@ -653,51 +836,150 @@
653
836
  :length-meter:
654
837
  :one: "{0} մ"
655
838
  :other: "{0} մ"
839
+ :length-micrometer:
840
+ :one: "{0} մկմ"
841
+ :other: "{0} մկմ"
656
842
  :length-mile:
657
843
  :one: "{0} մղ"
658
844
  :other: "{0} մղ"
845
+ :length-mile-scandinavian:
846
+ :one: "{0} սկանդ․ մղ"
847
+ :other: "{0} սկանդ․ մղ"
659
848
  :length-millimeter:
660
849
  :one: "{0} մմ"
661
850
  :other: "{0} մմ"
851
+ :length-nanometer:
852
+ :one: "{0} նմ"
853
+ :other: "{0} նմ"
854
+ :length-nautical-mile:
855
+ :one: "{0} ծով․ մղ"
856
+ :other: "{0} ծով․ մղ"
857
+ :length-parsec:
858
+ :one: "{0} պկ"
859
+ :other: "{0} պկ"
662
860
  :length-picometer:
663
861
  :one: "{0} պմ"
664
862
  :other: "{0} պմ"
863
+ :length-point:
864
+ :one: "{0} pt"
865
+ :other: "{0} pt"
866
+ :length-solar-radius:
867
+ :one: "{0} R☉"
868
+ :other: "{0} R☉"
665
869
  :length-yard:
666
870
  :one: "{0} յդ."
667
871
  :other: "{0} յդ."
872
+ :light-candela:
873
+ :one: "{0} կդ"
874
+ :other: "{0} կդ"
875
+ :light-lumen:
876
+ :one: "{0} լմ"
877
+ :other: "{0} լմ"
878
+ :light-lux:
879
+ :one: "{0} լք"
880
+ :other: "{0} լք"
881
+ :light-solar-luminosity:
882
+ :one: "{0} L☉"
883
+ :other: "{0} L☉"
884
+ :mass-carat:
885
+ :one: "{0} կար"
886
+ :other: "{0} կար"
887
+ :mass-dalton:
888
+ :one: "{0} դա"
889
+ :other: "{0} դա"
890
+ :mass-earth-mass:
891
+ :one: "{0} M⊕"
892
+ :other: "{0} M⊕"
893
+ :mass-grain:
894
+ :one: "{0} գրան"
895
+ :other: "{0} գրան"
668
896
  :mass-gram:
669
897
  :one: "{0} գ"
670
898
  :other: "{0} գ"
671
899
  :mass-kilogram:
672
900
  :one: "{0} կգ"
673
901
  :other: "{0} կգ"
902
+ :mass-microgram:
903
+ :one: "{0} մկգ"
904
+ :other: "{0} մկգ"
905
+ :mass-milligram:
906
+ :one: "{0} մգ"
907
+ :other: "{0} մգ"
674
908
  :mass-ounce:
675
909
  :one: "{0} ունց"
676
910
  :other: "{0} ունց"
911
+ :mass-ounce-troy:
912
+ :one: "{0} տրոյ․ ունկ."
913
+ :other: "{0} տրոյ․ ունկ."
677
914
  :mass-pound:
678
915
  :one: "{0}#"
679
916
  :other: "{0}#"
917
+ :mass-solar-mass:
918
+ :one: "{0} M☉"
919
+ :other: "{0} M☉"
920
+ :mass-stone:
921
+ :one: "{0} սթոուն"
922
+ :other: "{0} սթոուն"
923
+ :mass-ton:
924
+ :one: "{0} ամեր․ տ"
925
+ :other: "{0} ամեր․ տ"
926
+ :mass-tonne:
927
+ :one: "{0} տ"
928
+ :other: "{0} տ"
929
+ :power-gigawatt:
930
+ :one: "{0} ԳՎտ"
931
+ :other: "{0} ԳՎտ"
680
932
  :power-horsepower:
681
933
  :one: "{0}ձ/ու"
682
934
  :other: "{0}ձ/ու"
683
935
  :power-kilowatt:
684
936
  :one: "{0}կՎ"
685
937
  :other: "{0}կՎ"
938
+ :power-megawatt:
939
+ :one: "{0} ՄՎտ"
940
+ :other: "{0} ՄՎտ"
941
+ :power-milliwatt:
942
+ :one: "{0} մՎտ"
943
+ :other: "{0} մՎտ"
686
944
  :power-watt:
687
945
  :one: "{0}Վ"
688
946
  :other: "{0}Վ"
947
+ :pressure-atmosphere:
948
+ :one: "{0} մթն"
949
+ :other: "{0} մթն"
950
+ :pressure-bar:
951
+ :one: "{0} բար"
952
+ :other: "{0} բար"
689
953
  :pressure-hectopascal:
690
954
  :one: "{0} հՊա"
691
955
  :other: "{0} հՊա"
692
956
  :pressure-inch-ofhg:
693
957
  :one: "{0}\" ս.ս."
694
958
  :other: "{0}\" ս. ս."
959
+ :pressure-kilopascal:
960
+ :one: "{0} կՊա"
961
+ :other: "{0} կՊա"
962
+ :pressure-megapascal:
963
+ :one: "{0} ՄՊա"
964
+ :other: "{0} ՄՊա"
695
965
  :pressure-millibar:
696
966
  :one: "{0} մբ"
697
967
  :other: "{0} մբ"
968
+ :pressure-millimeter-ofhg:
969
+ :one: "{0} մմ ս.ս."
970
+ :other: "{0} մմ ս.ս."
971
+ :pressure-pascal:
972
+ :one: "{0} Պա"
973
+ :other: "{0} Պա"
974
+ :pressure-pound-force-per-square-inch:
975
+ :one: "{0} ֆ./քառ․ դյմ"
976
+ :other: "{0} ֆ./քառ․ դյմ"
698
977
  :speed-kilometer-per-hour:
699
978
  :one: "{0} կմ/ժ"
700
979
  :other: "{0} կմ/ժ"
980
+ :speed-knot:
981
+ :one: "{0} հնգ"
982
+ :other: "{0} հնգ"
701
983
  :speed-meter-per-second:
702
984
  :one: "{0}մ/վ"
703
985
  :other: "{0}մ/վ"
@@ -710,15 +992,120 @@
710
992
  :temperature-fahrenheit:
711
993
  :one: "{0}°F"
712
994
  :other: "{0}°F"
995
+ :temperature-generic:
996
+ :one: "{0}°"
997
+ :other: "{0}°"
998
+ :temperature-kelvin:
999
+ :one: "{0} Կ"
1000
+ :other: "{0} Կ"
1001
+ :torque-newton-meter:
1002
+ :one: "{0} Ն·մ"
1003
+ :other: "{0} Ն·մ"
1004
+ :torque-pound-force-foot:
1005
+ :one: "{0} ֆնտ-ֆտ"
1006
+ :other: "{0} ֆնտ-ֆտ"
1007
+ :volume-acre-foot:
1008
+ :one: "{0} ակր ֆտ"
1009
+ :other: "{0} ակր ֆտ"
1010
+ :volume-barrel:
1011
+ :one: "{0} տկռ"
1012
+ :other: "{0} տկռ"
1013
+ :volume-bushel:
1014
+ :one: "{0} bu"
1015
+ :other: "{0} bu"
1016
+ :volume-centiliter:
1017
+ :one: "{0} սլ"
1018
+ :other: "{0} սլ"
1019
+ :volume-cubic-centimeter:
1020
+ :one: "{0} սմ³"
1021
+ :other: "{0} սմ³"
1022
+ :volume-cubic-foot:
1023
+ :one: "{0} ֆտ³"
1024
+ :other: "{0} ֆտ³"
1025
+ :volume-cubic-inch:
1026
+ :one: "{0} մատ³"
1027
+ :other: "{0} մատ³"
713
1028
  :volume-cubic-kilometer:
714
1029
  :one: "{0}կմ³"
715
1030
  :other: "{0}կմ³"
1031
+ :volume-cubic-meter:
1032
+ :one: "{0} մ³"
1033
+ :other: "{0} մ³"
716
1034
  :volume-cubic-mile:
717
1035
  :one: "{0}մղ³"
718
1036
  :other: "{0}մղ³"
1037
+ :volume-cubic-yard:
1038
+ :one: "{0} յրդ³"
1039
+ :other: "{0} յրդ³"
1040
+ :volume-cup:
1041
+ :one: "{0} բաժ․"
1042
+ :other: "{0} բաժ․"
1043
+ :volume-cup-metric:
1044
+ :one: "{0} մ․ բաժ․"
1045
+ :other: "{0} մ․ բաժ․"
1046
+ :volume-deciliter:
1047
+ :one: "{0} դլ"
1048
+ :other: "{0} դլ"
1049
+ :volume-dessert-spoon:
1050
+ :one: "{0} ագ․"
1051
+ :other: "{0} ագ․"
1052
+ :volume-dessert-spoon-imperial:
1053
+ :one: "{0} անգլ․ ագ․"
1054
+ :other: "{0} անգլ․ ագ․"
1055
+ :volume-dram:
1056
+ :one: "{0} հեղուկ դրամ"
1057
+ :other: "{0} հեղուկ դրամ"
1058
+ :volume-drop:
1059
+ :one: "{0} կաթիլ"
1060
+ :other: "{0} կաթիլ"
1061
+ :volume-fluid-ounce:
1062
+ :one: "{0} հղ. ունկ․"
1063
+ :other: "{0} հղ. ունկ․"
1064
+ :volume-fluid-ounce-imperial:
1065
+ :one: "{0} ա․ հ․ ու․"
1066
+ :other: "{0} ա․ հ․ ու․"
1067
+ :volume-gallon:
1068
+ :one: "{0} գալ"
1069
+ :other: "{0} գալ"
1070
+ :volume-gallon-imperial:
1071
+ :one: "{0} անգլ․ գալ"
1072
+ :other: "{0} անգլ․ գալ"
1073
+ :volume-hectoliter:
1074
+ :one: "{0} հլ"
1075
+ :other: "{0} հլ"
1076
+ :volume-jigger:
1077
+ :one: "{0} ջիգեր"
1078
+ :other: "{0} ջիգեր"
719
1079
  :volume-liter:
720
1080
  :one: "{0} լ"
721
1081
  :other: "{0} լ"
1082
+ :volume-megaliter:
1083
+ :one: "{0} Մլ"
1084
+ :other: "{0} Մլ"
1085
+ :volume-milliliter:
1086
+ :one: "{0} մլ"
1087
+ :other: "{0} մլ"
1088
+ :volume-pinch:
1089
+ :one: "{0} պտղունց"
1090
+ :other: "{0} պտղունց"
1091
+ :volume-pint:
1092
+ :one: "{0} փինթ"
1093
+ :other: "{0} փինթ"
1094
+ :volume-pint-metric:
1095
+ :one: "{0} մետր․ փինթ"
1096
+ :other: "{0} մետր․ փինթ"
1097
+ :volume-quart:
1098
+ :one: "{0} քվարտ"
1099
+ :other: "{0} քվարտ"
1100
+ :volume-quart-imperial:
1101
+ :one: "{0} անգլիական քվարտ"
1102
+ :other: "{0} անգլիական քվարտ"
1103
+ :volume-tablespoon:
1104
+ :one: "{0} ճգ."
1105
+ :other: "{0} ճգ."
1106
+ :volume-teaspoon:
1107
+ :one: "{0} թգ."
1108
+ :other: "{0} թգ."
722
1109
  :short:
723
1110
  :acceleration-g-force:
724
1111
  :one: "{0} g"
@@ -870,6 +1257,9 @@
870
1257
  :duration-nanosecond:
871
1258
  :one: "{0} նվ"
872
1259
  :other: "{0} նվ"
1260
+ :duration-quarter:
1261
+ :one: "{0} եռմս"
1262
+ :other: "{0} եռմս"
873
1263
  :duration-second:
874
1264
  :one: "{0} վրկ"
875
1265
  :other: "{0} վրկ"
@@ -949,6 +1339,7 @@
949
1339
  :one: "{0} կմչ"
950
1340
  :other: "{0} կմչ"
951
1341
  :graphics-em:
1342
+ :one: "{0} em"
952
1343
  :other: "{0} em"
953
1344
  :graphics-megapixel:
954
1345
  :one: "{0} ՄՓ"
@@ -1038,6 +1429,7 @@
1038
1429
  :one: "{0} լք"
1039
1430
  :other: "{0} լք"
1040
1431
  :light-solar-luminosity:
1432
+ :one: "{0} L☉"
1041
1433
  :other: "{0} L☉"
1042
1434
  :mass-carat:
1043
1435
  :one: "{0} կար"
@@ -1046,6 +1438,7 @@
1046
1438
  :one: "{0} դա"
1047
1439
  :other: "{0} դա"
1048
1440
  :mass-earth-mass:
1441
+ :one: "{0} M⊕"
1049
1442
  :other: "{0} M⊕"
1050
1443
  :mass-grain:
1051
1444
  :one: "{0} գրան"
@@ -1056,9 +1449,6 @@
1056
1449
  :mass-kilogram:
1057
1450
  :one: "{0} կգ"
1058
1451
  :other: "{0} կգ"
1059
- :mass-metric-ton:
1060
- :one: "{0} տ"
1061
- :other: "{0} տ"
1062
1452
  :mass-microgram:
1063
1453
  :one: "{0} մկգ"
1064
1454
  :other: "{0} մկգ"
@@ -1075,6 +1465,7 @@
1075
1465
  :one: "{0} ֆունտ"
1076
1466
  :other: "{0} ֆունտ"
1077
1467
  :mass-solar-mass:
1468
+ :one: "{0} M☉"
1078
1469
  :other: "{0} M☉"
1079
1470
  :mass-stone:
1080
1471
  :one: "{0} սթոուն"
@@ -1082,6 +1473,9 @@
1082
1473
  :mass-ton:
1083
1474
  :one: "{0} ամեր․ տ"
1084
1475
  :other: "{0} ամեր․ տ"
1476
+ :mass-tonne:
1477
+ :one: "{0} տ"
1478
+ :other: "{0} տ"
1085
1479
  :power-gigawatt:
1086
1480
  :one: "{0} ԳՎտ"
1087
1481
  :other: "{0} ԳՎտ"