twitter_cldr 6.6.1 → 6.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1118) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -2
  3. data/Rakefile +11 -1
  4. data/lib/twitter_cldr/formatters/formatter.rb +0 -4
  5. data/lib/twitter_cldr/formatters/list_formatter.rb +7 -1
  6. data/lib/twitter_cldr/resources/calendars_importer.rb +220 -0
  7. data/lib/twitter_cldr/resources/language_codes_importer.rb +1 -1
  8. data/lib/twitter_cldr/resources/list_formats_importer.rb +37 -5
  9. data/lib/twitter_cldr/resources/locales_resources_importer.rb +0 -27
  10. data/lib/twitter_cldr/resources/requirements/cldr_requirement.rb +21 -11
  11. data/lib/twitter_cldr/resources/requirements/unicode_requirement.rb +7 -3
  12. data/lib/twitter_cldr/resources/segment_dictionaries_importer.rb +6 -3
  13. data/lib/twitter_cldr/resources/timezone_tests_importer.rb +8 -0
  14. data/lib/twitter_cldr/resources/units_importer.rb +134 -0
  15. data/lib/twitter_cldr/resources.rb +4 -0
  16. data/lib/twitter_cldr/shared/calendar.rb +1 -17
  17. data/lib/twitter_cldr/shared/casefolder.rb +53 -48
  18. data/lib/twitter_cldr/shared/unit.rb +2 -4
  19. data/lib/twitter_cldr/timezones/generic_location.rb +15 -15
  20. data/lib/twitter_cldr/timezones/gmt_location.rb +2 -2
  21. data/lib/twitter_cldr/timezones/iso8601_location.rb +2 -2
  22. data/lib/twitter_cldr/timezones/timezone.rb +11 -7
  23. data/lib/twitter_cldr/tokenizers/calendars/date_tokenizer.rb +0 -1
  24. data/lib/twitter_cldr/tokenizers/tokenizer.rb +7 -12
  25. data/lib/twitter_cldr/tokenizers.rb +0 -1
  26. data/lib/twitter_cldr/version.rb +1 -1
  27. data/lib/twitter_cldr/versions.rb +3 -3
  28. data/resources/locales/af/calendars.yml +1 -0
  29. data/resources/locales/af/currencies.yml +3 -6
  30. data/resources/locales/af/languages.yml +2 -1
  31. data/resources/locales/af/lists.yml +18 -3
  32. data/resources/locales/af/numbers.yml +1 -0
  33. data/resources/locales/af/timezones.yml +3 -0
  34. data/resources/locales/af/units.yml +513 -125
  35. data/resources/locales/ar/calendars.yml +1 -0
  36. data/resources/locales/ar/currencies.yml +2 -4
  37. data/resources/locales/ar/languages.yml +1 -1
  38. data/resources/locales/ar/lists.yml +12 -0
  39. data/resources/locales/ar/numbers.yml +1 -0
  40. data/resources/locales/ar/timezones.yml +3 -0
  41. data/resources/locales/ar/units.yml +263 -122
  42. data/resources/locales/az/calendars.yml +1 -0
  43. data/resources/locales/az/currencies.yml +1 -3
  44. data/resources/locales/az/languages.yml +2 -2
  45. data/resources/locales/az/lists.yml +8 -0
  46. data/resources/locales/az/numbers.yml +1 -0
  47. data/resources/locales/az/timezones.yml +3 -0
  48. data/resources/locales/az/units.yml +116 -44
  49. data/resources/locales/be/calendars.yml +2 -1
  50. data/resources/locales/be/currencies.yml +7 -5
  51. data/resources/locales/be/languages.yml +2 -1
  52. data/resources/locales/be/lists.yml +18 -3
  53. data/resources/locales/be/numbers.yml +5 -4
  54. data/resources/locales/be/timezones.yml +3 -0
  55. data/resources/locales/be/units.yml +37 -7
  56. data/resources/locales/bg/calendars.yml +1 -0
  57. data/resources/locales/bg/currencies.yml +1 -4
  58. data/resources/locales/bg/languages.yml +1 -1
  59. data/resources/locales/bg/lists.yml +17 -2
  60. data/resources/locales/bg/numbers.yml +1 -0
  61. data/resources/locales/bg/timezones.yml +3 -0
  62. data/resources/locales/bg/units.yml +24 -15
  63. data/resources/locales/bn/calendars.yml +1 -0
  64. data/resources/locales/bn/currencies.yml +1 -3
  65. data/resources/locales/bn/languages.yml +1 -1
  66. data/resources/locales/bn/lists.yml +14 -2
  67. data/resources/locales/bn/numbers.yml +1 -0
  68. data/resources/locales/bn/timezones.yml +3 -0
  69. data/resources/locales/bn/units.yml +126 -24
  70. data/resources/locales/bo/calendars.yml +64 -13
  71. data/resources/locales/bo/currencies.yml +1 -7
  72. data/resources/locales/bo/lists.yml +42 -7
  73. data/resources/locales/bo/numbers.yml +1 -0
  74. data/resources/locales/bo/units.yml +8 -16
  75. data/resources/locales/bs/calendars.yml +2 -2
  76. data/resources/locales/bs/currencies.yml +1 -3
  77. data/resources/locales/bs/fields.yml +2 -2
  78. data/resources/locales/bs/languages.yml +5 -1
  79. data/resources/locales/bs/lists.yml +18 -3
  80. data/resources/locales/bs/numbers.yml +1 -0
  81. data/resources/locales/bs/timezones.yml +3 -0
  82. data/resources/locales/bs/units.yml +36 -20
  83. data/resources/locales/ca/calendars.yml +1 -0
  84. data/resources/locales/ca/currencies.yml +79 -81
  85. data/resources/locales/ca/languages.yml +1 -1
  86. data/resources/locales/ca/lists.yml +12 -2
  87. data/resources/locales/ca/numbers.yml +1 -0
  88. data/resources/locales/ca/territories.yml +7 -7
  89. data/resources/locales/ca/timezones.yml +3 -0
  90. data/resources/locales/ca/units.yml +52 -68
  91. data/resources/locales/cs/calendars.yml +1 -0
  92. data/resources/locales/cs/currencies.yml +1 -1
  93. data/resources/locales/cs/languages.yml +1 -1
  94. data/resources/locales/cs/lists.yml +2 -0
  95. data/resources/locales/cs/numbers.yml +1 -0
  96. data/resources/locales/cs/timezones.yml +3 -0
  97. data/resources/locales/cs/units.yml +417 -190
  98. data/resources/locales/cy/calendars.yml +3 -0
  99. data/resources/locales/cy/currencies.yml +1 -4
  100. data/resources/locales/cy/fields.yml +3 -3
  101. data/resources/locales/cy/languages.yml +2 -2
  102. data/resources/locales/cy/lists.yml +12 -2
  103. data/resources/locales/cy/numbers.yml +1 -0
  104. data/resources/locales/cy/timezones.yml +3 -0
  105. data/resources/locales/cy/units.yml +339 -111
  106. data/resources/locales/da/calendars.yml +2 -1
  107. data/resources/locales/da/currencies.yml +6 -8
  108. data/resources/locales/da/languages.yml +1 -1
  109. data/resources/locales/da/lists.yml +10 -1
  110. data/resources/locales/da/numbers.yml +1 -0
  111. data/resources/locales/da/timezones.yml +3 -0
  112. data/resources/locales/da/units.yml +101 -49
  113. data/resources/locales/de/calendars.yml +5 -0
  114. data/resources/locales/de/currencies.yml +1 -1
  115. data/resources/locales/de/languages.yml +2 -2
  116. data/resources/locales/de/lists.yml +18 -3
  117. data/resources/locales/de/numbers.yml +1 -0
  118. data/resources/locales/de/rbnf.yml +65 -2
  119. data/resources/locales/de/timezones.yml +3 -0
  120. data/resources/locales/de/units.yml +181 -108
  121. data/resources/locales/de-AT/calendars.yml +3 -0
  122. data/resources/locales/de-AT/currencies.yml +1 -1
  123. data/resources/locales/de-AT/languages.yml +2 -2
  124. data/resources/locales/de-AT/lists.yml +18 -3
  125. data/resources/locales/de-AT/numbers.yml +1 -0
  126. data/resources/locales/de-AT/timezones.yml +3 -0
  127. data/resources/locales/de-AT/units.yml +181 -108
  128. data/resources/locales/de-CH/calendars.yml +5 -0
  129. data/resources/locales/de-CH/currencies.yml +1 -1
  130. data/resources/locales/de-CH/languages.yml +2 -2
  131. data/resources/locales/de-CH/lists.yml +18 -3
  132. data/resources/locales/de-CH/numbers.yml +1 -0
  133. data/resources/locales/de-CH/timezones.yml +3 -0
  134. data/resources/locales/de-CH/units.yml +183 -110
  135. data/resources/locales/el/calendars.yml +10 -9
  136. data/resources/locales/el/currencies.yml +3 -5
  137. data/resources/locales/el/fields.yml +4 -0
  138. data/resources/locales/el/languages.yml +4 -4
  139. data/resources/locales/el/lists.yml +14 -2
  140. data/resources/locales/el/numbers.yml +1 -0
  141. data/resources/locales/el/timezones.yml +3 -0
  142. data/resources/locales/el/units.yml +143 -118
  143. data/resources/locales/en/calendars.yml +90 -11
  144. data/resources/locales/en/currencies.yml +1 -5
  145. data/resources/locales/en/languages.yml +2 -2
  146. data/resources/locales/en/lists.yml +12 -2
  147. data/resources/locales/en/numbers.yml +1 -0
  148. data/resources/locales/en/timezones.yml +3 -0
  149. data/resources/locales/en/units.yml +42 -30
  150. data/resources/locales/en-001/calendars.yml +89 -11
  151. data/resources/locales/en-001/currencies.yml +1 -5
  152. data/resources/locales/en-001/languages.yml +2 -2
  153. data/resources/locales/en-001/lists.yml +8 -0
  154. data/resources/locales/en-001/numbers.yml +1 -0
  155. data/resources/locales/en-001/timezones.yml +3 -0
  156. data/resources/locales/en-001/units.yml +41 -27
  157. data/resources/locales/en-150/calendars.yml +89 -11
  158. data/resources/locales/en-150/currencies.yml +1 -5
  159. data/resources/locales/en-150/languages.yml +2 -2
  160. data/resources/locales/en-150/lists.yml +8 -0
  161. data/resources/locales/en-150/numbers.yml +1 -0
  162. data/resources/locales/en-150/timezones.yml +3 -0
  163. data/resources/locales/en-150/units.yml +41 -27
  164. data/resources/locales/en-AU/calendars.yml +1 -0
  165. data/resources/locales/en-AU/currencies.yml +0 -4
  166. data/resources/locales/en-AU/languages.yml +4 -4
  167. data/resources/locales/en-AU/lists.yml +8 -0
  168. data/resources/locales/en-AU/numbers.yml +1 -0
  169. data/resources/locales/en-AU/timezones.yml +3 -0
  170. data/resources/locales/en-AU/units.yml +49 -35
  171. data/resources/locales/en-CA/calendars.yml +117 -44
  172. data/resources/locales/en-CA/currencies.yml +12 -17
  173. data/resources/locales/en-CA/fields.yml +110 -113
  174. data/resources/locales/en-CA/languages.yml +2 -2
  175. data/resources/locales/en-CA/lists.yml +8 -0
  176. data/resources/locales/en-CA/numbers.yml +2 -1
  177. data/resources/locales/en-CA/territories.yml +19 -19
  178. data/resources/locales/en-CA/timezones.yml +129 -40
  179. data/resources/locales/en-CA/units.yml +190 -178
  180. data/resources/locales/en-GB/calendars.yml +2 -0
  181. data/resources/locales/en-GB/currencies.yml +1 -5
  182. data/resources/locales/en-GB/languages.yml +2 -2
  183. data/resources/locales/en-GB/lists.yml +8 -0
  184. data/resources/locales/en-GB/numbers.yml +1 -0
  185. data/resources/locales/en-GB/timezones.yml +3 -0
  186. data/resources/locales/en-GB/units.yml +41 -27
  187. data/resources/locales/en-IE/calendars.yml +89 -11
  188. data/resources/locales/en-IE/currencies.yml +1 -5
  189. data/resources/locales/en-IE/languages.yml +2 -2
  190. data/resources/locales/en-IE/lists.yml +8 -0
  191. data/resources/locales/en-IE/numbers.yml +1 -0
  192. data/resources/locales/en-IE/timezones.yml +3 -0
  193. data/resources/locales/en-IE/units.yml +41 -27
  194. data/resources/locales/en-IN/calendars.yml +89 -11
  195. data/resources/locales/en-IN/currencies.yml +1 -5
  196. data/resources/locales/en-IN/languages.yml +2 -2
  197. data/resources/locales/en-IN/lists.yml +8 -0
  198. data/resources/locales/en-IN/numbers.yml +25 -24
  199. data/resources/locales/en-IN/timezones.yml +3 -0
  200. data/resources/locales/en-IN/units.yml +41 -27
  201. data/resources/locales/en-NZ/calendars.yml +89 -11
  202. data/resources/locales/en-NZ/currencies.yml +1 -5
  203. data/resources/locales/en-NZ/languages.yml +1 -1
  204. data/resources/locales/en-NZ/lists.yml +8 -0
  205. data/resources/locales/en-NZ/numbers.yml +1 -0
  206. data/resources/locales/en-NZ/timezones.yml +3 -0
  207. data/resources/locales/en-NZ/units.yml +41 -27
  208. data/resources/locales/en-SG/calendars.yml +89 -11
  209. data/resources/locales/en-SG/currencies.yml +1 -5
  210. data/resources/locales/en-SG/languages.yml +2 -2
  211. data/resources/locales/en-SG/lists.yml +8 -0
  212. data/resources/locales/en-SG/numbers.yml +1 -0
  213. data/resources/locales/en-SG/timezones.yml +3 -0
  214. data/resources/locales/en-SG/units.yml +41 -27
  215. data/resources/locales/en-US/calendars.yml +90 -11
  216. data/resources/locales/en-US/currencies.yml +1 -5
  217. data/resources/locales/en-US/languages.yml +2 -2
  218. data/resources/locales/en-US/lists.yml +12 -2
  219. data/resources/locales/en-US/numbers.yml +1 -0
  220. data/resources/locales/en-US/timezones.yml +3 -0
  221. data/resources/locales/en-US/units.yml +42 -30
  222. data/resources/locales/en-ZA/calendars.yml +89 -11
  223. data/resources/locales/en-ZA/currencies.yml +1 -5
  224. data/resources/locales/en-ZA/languages.yml +2 -2
  225. data/resources/locales/en-ZA/lists.yml +8 -0
  226. data/resources/locales/en-ZA/numbers.yml +1 -0
  227. data/resources/locales/en-ZA/timezones.yml +3 -0
  228. data/resources/locales/en-ZA/units.yml +41 -27
  229. data/resources/locales/eo/calendars.yml +78 -11
  230. data/resources/locales/eo/currencies.yml +1 -7
  231. data/resources/locales/eo/lists.yml +42 -7
  232. data/resources/locales/eo/numbers.yml +1 -0
  233. data/resources/locales/eo/units.yml +274 -102
  234. data/resources/locales/es/calendars.yml +3 -2
  235. data/resources/locales/es/currencies.yml +21 -22
  236. data/resources/locales/es/fields.yml +8 -8
  237. data/resources/locales/es/languages.yml +3 -3
  238. data/resources/locales/es/lists.yml +18 -3
  239. data/resources/locales/es/numbers.yml +1 -0
  240. data/resources/locales/es/plural_rules.yml +2 -1
  241. data/resources/locales/es/plurals.yml +4 -1
  242. data/resources/locales/es/timezones.yml +6 -3
  243. data/resources/locales/es/units.yml +396 -34
  244. data/resources/locales/es-419/calendars.yml +39 -38
  245. data/resources/locales/es-419/currencies.yml +19 -20
  246. data/resources/locales/es-419/languages.yml +2 -2
  247. data/resources/locales/es-419/lists.yml +18 -3
  248. data/resources/locales/es-419/numbers.yml +1 -0
  249. data/resources/locales/es-419/plural_rules.yml +2 -1
  250. data/resources/locales/es-419/plurals.yml +4 -1
  251. data/resources/locales/es-419/timezones.yml +6 -3
  252. data/resources/locales/es-419/units.yml +370 -31
  253. data/resources/locales/es-AR/calendars.yml +33 -32
  254. data/resources/locales/es-AR/currencies.yml +19 -20
  255. data/resources/locales/es-AR/languages.yml +2 -2
  256. data/resources/locales/es-AR/lists.yml +18 -3
  257. data/resources/locales/es-AR/numbers.yml +1 -0
  258. data/resources/locales/es-AR/plural_rules.yml +2 -1
  259. data/resources/locales/es-AR/plurals.yml +4 -1
  260. data/resources/locales/es-AR/timezones.yml +6 -3
  261. data/resources/locales/es-AR/units.yml +370 -31
  262. data/resources/locales/es-CO/calendars.yml +24 -23
  263. data/resources/locales/es-CO/currencies.yml +19 -20
  264. data/resources/locales/es-CO/languages.yml +2 -2
  265. data/resources/locales/es-CO/lists.yml +18 -3
  266. data/resources/locales/es-CO/numbers.yml +1 -0
  267. data/resources/locales/es-CO/plural_rules.yml +2 -1
  268. data/resources/locales/es-CO/plurals.yml +4 -1
  269. data/resources/locales/es-CO/timezones.yml +6 -3
  270. data/resources/locales/es-CO/units.yml +368 -29
  271. data/resources/locales/es-MX/calendars.yml +35 -34
  272. data/resources/locales/es-MX/currencies.yml +17 -18
  273. data/resources/locales/es-MX/languages.yml +2 -2
  274. data/resources/locales/es-MX/lists.yml +18 -3
  275. data/resources/locales/es-MX/numbers.yml +1 -0
  276. data/resources/locales/es-MX/plural_rules.yml +2 -1
  277. data/resources/locales/es-MX/plurals.yml +4 -1
  278. data/resources/locales/es-MX/timezones.yml +4 -1
  279. data/resources/locales/es-MX/units.yml +368 -29
  280. data/resources/locales/es-US/calendars.yml +41 -40
  281. data/resources/locales/es-US/currencies.yml +19 -20
  282. data/resources/locales/es-US/fields.yml +3 -3
  283. data/resources/locales/es-US/languages.yml +9 -9
  284. data/resources/locales/es-US/lists.yml +18 -3
  285. data/resources/locales/es-US/numbers.yml +25 -24
  286. data/resources/locales/es-US/plural_rules.yml +2 -1
  287. data/resources/locales/es-US/plurals.yml +4 -1
  288. data/resources/locales/es-US/territories.yml +2 -2
  289. data/resources/locales/es-US/timezones.yml +8 -5
  290. data/resources/locales/es-US/units.yml +381 -42
  291. data/resources/locales/et/calendars.yml +15 -14
  292. data/resources/locales/et/currencies.yml +3 -6
  293. data/resources/locales/et/languages.yml +1 -0
  294. data/resources/locales/et/lists.yml +14 -2
  295. data/resources/locales/et/numbers.yml +7 -6
  296. data/resources/locales/et/timezones.yml +3 -0
  297. data/resources/locales/et/units.yml +48 -27
  298. data/resources/locales/eu/calendars.yml +3 -1
  299. data/resources/locales/eu/currencies.yml +612 -23
  300. data/resources/locales/eu/fields.yml +8 -0
  301. data/resources/locales/eu/languages.yml +12 -7
  302. data/resources/locales/eu/lists.yml +20 -3
  303. data/resources/locales/eu/numbers.yml +1 -0
  304. data/resources/locales/eu/timezones.yml +70 -1
  305. data/resources/locales/eu/units.yml +85 -13
  306. data/resources/locales/fa/calendars.yml +6 -5
  307. data/resources/locales/fa/currencies.yml +12 -12
  308. data/resources/locales/fa/languages.yml +2 -2
  309. data/resources/locales/fa/lists.yml +6 -0
  310. data/resources/locales/fa/numbers.yml +14 -13
  311. data/resources/locales/fa/territories.yml +1 -1
  312. data/resources/locales/fa/timezones.yml +7 -4
  313. data/resources/locales/fa/units.yml +296 -147
  314. data/resources/locales/fi/calendars.yml +1 -0
  315. data/resources/locales/fi/currencies.yml +1 -2
  316. data/resources/locales/fi/languages.yml +1 -1
  317. data/resources/locales/fi/lists.yml +18 -3
  318. data/resources/locales/fi/numbers.yml +1 -0
  319. data/resources/locales/fi/rbnf.yml +172 -0
  320. data/resources/locales/fi/timezones.yml +3 -0
  321. data/resources/locales/fi/units.yml +146 -84
  322. data/resources/locales/fil/calendars.yml +1 -0
  323. data/resources/locales/fil/currencies.yml +3 -5
  324. data/resources/locales/fil/fields.yml +24 -24
  325. data/resources/locales/fil/languages.yml +3 -2
  326. data/resources/locales/fil/lists.yml +16 -2
  327. data/resources/locales/fil/numbers.yml +1 -0
  328. data/resources/locales/fil/timezones.yml +4 -1
  329. data/resources/locales/fil/units.yml +56 -16
  330. data/resources/locales/fr/calendars.yml +1 -0
  331. data/resources/locales/fr/currencies.yml +1 -2
  332. data/resources/locales/fr/languages.yml +1 -1
  333. data/resources/locales/fr/lists.yml +12 -2
  334. data/resources/locales/fr/numbers.yml +1 -0
  335. data/resources/locales/fr/plural_rules.yml +2 -2
  336. data/resources/locales/fr/rbnf.yml +1 -1
  337. data/resources/locales/fr/timezones.yml +4 -1
  338. data/resources/locales/fr/units.yml +322 -103
  339. data/resources/locales/fr-BE/calendars.yml +1 -0
  340. data/resources/locales/fr-BE/currencies.yml +1 -2
  341. data/resources/locales/fr-BE/languages.yml +1 -1
  342. data/resources/locales/fr-BE/lists.yml +12 -2
  343. data/resources/locales/fr-BE/numbers.yml +1 -0
  344. data/resources/locales/fr-BE/plural_rules.yml +2 -2
  345. data/resources/locales/fr-BE/timezones.yml +4 -1
  346. data/resources/locales/fr-BE/units.yml +322 -103
  347. data/resources/locales/fr-CA/calendars.yml +1 -0
  348. data/resources/locales/fr-CA/currencies.yml +1 -2
  349. data/resources/locales/fr-CA/languages.yml +1 -1
  350. data/resources/locales/fr-CA/lists.yml +12 -2
  351. data/resources/locales/fr-CA/numbers.yml +1 -0
  352. data/resources/locales/fr-CA/plural_rules.yml +2 -2
  353. data/resources/locales/fr-CA/timezones.yml +3 -0
  354. data/resources/locales/fr-CA/units.yml +349 -124
  355. data/resources/locales/fr-CH/calendars.yml +1 -0
  356. data/resources/locales/fr-CH/currencies.yml +1 -2
  357. data/resources/locales/fr-CH/languages.yml +1 -1
  358. data/resources/locales/fr-CH/lists.yml +12 -2
  359. data/resources/locales/fr-CH/numbers.yml +1 -0
  360. data/resources/locales/fr-CH/plural_rules.yml +2 -2
  361. data/resources/locales/fr-CH/timezones.yml +4 -1
  362. data/resources/locales/fr-CH/units.yml +322 -103
  363. data/resources/locales/ga/calendars.yml +12 -7
  364. data/resources/locales/ga/currencies.yml +1 -3
  365. data/resources/locales/ga/fields.yml +5 -5
  366. data/resources/locales/ga/languages.yml +23 -22
  367. data/resources/locales/ga/lists.yml +8 -0
  368. data/resources/locales/ga/numbers.yml +2 -1
  369. data/resources/locales/ga/territories.yml +10 -10
  370. data/resources/locales/ga/timezones.yml +41 -60
  371. data/resources/locales/ga/units.yml +33 -31
  372. data/resources/locales/gl/calendars.yml +1 -0
  373. data/resources/locales/gl/currencies.yml +7 -7
  374. data/resources/locales/gl/languages.yml +2 -1
  375. data/resources/locales/gl/lists.yml +15 -2
  376. data/resources/locales/gl/numbers.yml +1 -0
  377. data/resources/locales/gl/timezones.yml +3 -0
  378. data/resources/locales/gl/units.yml +73 -14
  379. data/resources/locales/gu/calendars.yml +2 -1
  380. data/resources/locales/gu/currencies.yml +1 -4
  381. data/resources/locales/gu/languages.yml +1 -1
  382. data/resources/locales/gu/lists.yml +12 -1
  383. data/resources/locales/gu/numbers.yml +1 -0
  384. data/resources/locales/gu/timezones.yml +3 -0
  385. data/resources/locales/gu/units.yml +59 -24
  386. data/resources/locales/he/calendars.yml +3 -1
  387. data/resources/locales/he/currencies.yml +39 -24
  388. data/resources/locales/he/fields.yml +4 -0
  389. data/resources/locales/he/languages.yml +4 -2
  390. data/resources/locales/he/lists.yml +14 -1
  391. data/resources/locales/he/numbers.yml +1 -0
  392. data/resources/locales/he/timezones.yml +3 -0
  393. data/resources/locales/he/units.yml +60 -38
  394. data/resources/locales/hi/calendars.yml +1 -0
  395. data/resources/locales/hi/currencies.yml +1 -4
  396. data/resources/locales/hi/languages.yml +2 -2
  397. data/resources/locales/hi/lists.yml +18 -3
  398. data/resources/locales/hi/numbers.yml +1 -0
  399. data/resources/locales/hi/territories.yml +1 -1
  400. data/resources/locales/hi/timezones.yml +5 -1
  401. data/resources/locales/hi/units.yml +126 -23
  402. data/resources/locales/hr/calendars.yml +1 -0
  403. data/resources/locales/hr/currencies.yml +6 -6
  404. data/resources/locales/hr/languages.yml +1 -1
  405. data/resources/locales/hr/lists.yml +21 -3
  406. data/resources/locales/hr/numbers.yml +4 -3
  407. data/resources/locales/hr/timezones.yml +3 -0
  408. data/resources/locales/hr/units.yml +141 -85
  409. data/resources/locales/hu/calendars.yml +1 -0
  410. data/resources/locales/hu/currencies.yml +4 -5
  411. data/resources/locales/hu/languages.yml +3 -2
  412. data/resources/locales/hu/lists.yml +20 -3
  413. data/resources/locales/hu/numbers.yml +1 -0
  414. data/resources/locales/hu/timezones.yml +3 -0
  415. data/resources/locales/hu/units.yml +31 -27
  416. data/resources/locales/hy/calendars.yml +1 -0
  417. data/resources/locales/hy/currencies.yml +6 -4
  418. data/resources/locales/hy/languages.yml +2 -1
  419. data/resources/locales/hy/lists.yml +14 -2
  420. data/resources/locales/hy/numbers.yml +1 -0
  421. data/resources/locales/hy/timezones.yml +3 -0
  422. data/resources/locales/hy/units.yml +141 -110
  423. data/resources/locales/id/calendars.yml +3 -2
  424. data/resources/locales/id/currencies.yml +1 -3
  425. data/resources/locales/id/fields.yml +12 -3
  426. data/resources/locales/id/languages.yml +2 -1
  427. data/resources/locales/id/lists.yml +14 -2
  428. data/resources/locales/id/numbers.yml +1 -0
  429. data/resources/locales/id/timezones.yml +47 -0
  430. data/resources/locales/id/units.yml +64 -67
  431. data/resources/locales/is/calendars.yml +1 -0
  432. data/resources/locales/is/currencies.yml +4 -6
  433. data/resources/locales/is/fields.yml +0 -14
  434. data/resources/locales/is/languages.yml +2 -2
  435. data/resources/locales/is/lists.yml +13 -2
  436. data/resources/locales/is/numbers.yml +1 -0
  437. data/resources/locales/is/units.yml +134 -112
  438. data/resources/locales/it/calendars.yml +1 -0
  439. data/resources/locales/it/currencies.yml +2 -3
  440. data/resources/locales/it/languages.yml +1 -0
  441. data/resources/locales/it/lists.yml +18 -3
  442. data/resources/locales/it/numbers.yml +1 -0
  443. data/resources/locales/it/plural_rules.yml +2 -1
  444. data/resources/locales/it/plurals.yml +4 -1
  445. data/resources/locales/it/rbnf.yml +1 -1
  446. data/resources/locales/it/timezones.yml +3 -0
  447. data/resources/locales/it/units.yml +412 -19
  448. data/resources/locales/it-CH/calendars.yml +1 -0
  449. data/resources/locales/it-CH/currencies.yml +2 -3
  450. data/resources/locales/it-CH/languages.yml +1 -0
  451. data/resources/locales/it-CH/lists.yml +18 -3
  452. data/resources/locales/it-CH/numbers.yml +1 -0
  453. data/resources/locales/it-CH/plural_rules.yml +2 -1
  454. data/resources/locales/it-CH/plurals.yml +4 -1
  455. data/resources/locales/it-CH/timezones.yml +3 -0
  456. data/resources/locales/it-CH/units.yml +412 -19
  457. data/resources/locales/ja/calendars.yml +1 -0
  458. data/resources/locales/ja/currencies.yml +1 -2
  459. data/resources/locales/ja/languages.yml +1 -1
  460. data/resources/locales/ja/lists.yml +18 -3
  461. data/resources/locales/ja/numbers.yml +2 -1
  462. data/resources/locales/ja/timezones.yml +3 -0
  463. data/resources/locales/ja/units.yml +126 -20
  464. data/resources/locales/ka/calendars.yml +1 -0
  465. data/resources/locales/ka/currencies.yml +5 -3
  466. data/resources/locales/ka/languages.yml +1 -1
  467. data/resources/locales/ka/lists.yml +18 -3
  468. data/resources/locales/ka/numbers.yml +1 -0
  469. data/resources/locales/ka/timezones.yml +3 -0
  470. data/resources/locales/ka/units.yml +24 -10
  471. data/resources/locales/kk/calendars.yml +1 -0
  472. data/resources/locales/kk/currencies.yml +6 -4
  473. data/resources/locales/kk/languages.yml +3 -2
  474. data/resources/locales/kk/lists.yml +21 -3
  475. data/resources/locales/kk/numbers.yml +1 -0
  476. data/resources/locales/kk/timezones.yml +3 -0
  477. data/resources/locales/kk/units.yml +20 -6
  478. data/resources/locales/km/calendars.yml +1 -0
  479. data/resources/locales/km/currencies.yml +6 -4
  480. data/resources/locales/km/languages.yml +2 -1
  481. data/resources/locales/km/lists.yml +17 -2
  482. data/resources/locales/km/numbers.yml +1 -0
  483. data/resources/locales/km/timezones.yml +3 -0
  484. data/resources/locales/km/units.yml +30 -19
  485. data/resources/locales/kn/calendars.yml +1 -0
  486. data/resources/locales/kn/currencies.yml +4 -7
  487. data/resources/locales/kn/languages.yml +1 -1
  488. data/resources/locales/kn/lists.yml +14 -2
  489. data/resources/locales/kn/numbers.yml +1 -0
  490. data/resources/locales/kn/timezones.yml +4 -1
  491. data/resources/locales/kn/units.yml +344 -39
  492. data/resources/locales/ko/calendars.yml +1 -0
  493. data/resources/locales/ko/currencies.yml +2 -3
  494. data/resources/locales/ko/languages.yml +1 -1
  495. data/resources/locales/ko/lists.yml +18 -3
  496. data/resources/locales/ko/numbers.yml +1 -0
  497. data/resources/locales/ko/territories.yml +1 -1
  498. data/resources/locales/ko/timezones.yml +3 -0
  499. data/resources/locales/ko/units.yml +20 -12
  500. data/resources/locales/lo/calendars.yml +5 -0
  501. data/resources/locales/lo/currencies.yml +1 -3
  502. data/resources/locales/lo/languages.yml +1 -1
  503. data/resources/locales/lo/lists.yml +16 -2
  504. data/resources/locales/lo/numbers.yml +1 -0
  505. data/resources/locales/lo/timezones.yml +3 -0
  506. data/resources/locales/lo/units.yml +25 -26
  507. data/resources/locales/lt/calendars.yml +1 -0
  508. data/resources/locales/lt/currencies.yml +1 -3
  509. data/resources/locales/lt/languages.yml +1 -1
  510. data/resources/locales/lt/lists.yml +18 -3
  511. data/resources/locales/lt/numbers.yml +1 -0
  512. data/resources/locales/lt/timezones.yml +3 -0
  513. data/resources/locales/lt/units.yml +153 -142
  514. data/resources/locales/lv/calendars.yml +2 -1
  515. data/resources/locales/lv/currencies.yml +1 -4
  516. data/resources/locales/lv/languages.yml +1 -1
  517. data/resources/locales/lv/lists.yml +18 -3
  518. data/resources/locales/lv/numbers.yml +1 -0
  519. data/resources/locales/lv/timezones.yml +3 -0
  520. data/resources/locales/lv/units.yml +134 -132
  521. data/resources/locales/mk/calendars.yml +2 -1
  522. data/resources/locales/mk/currencies.yml +3 -4
  523. data/resources/locales/mk/languages.yml +2 -2
  524. data/resources/locales/mk/lists.yml +15 -2
  525. data/resources/locales/mk/numbers.yml +7 -6
  526. data/resources/locales/mk/territories.yml +2 -2
  527. data/resources/locales/mk/timezones.yml +4 -1
  528. data/resources/locales/mk/units.yml +74 -241
  529. data/resources/locales/mr/calendars.yml +1 -0
  530. data/resources/locales/mr/currencies.yml +1 -5
  531. data/resources/locales/mr/languages.yml +1 -1
  532. data/resources/locales/mr/lists.yml +16 -2
  533. data/resources/locales/mr/numbers.yml +1 -0
  534. data/resources/locales/mr/timezones.yml +3 -0
  535. data/resources/locales/mr/units.yml +55 -20
  536. data/resources/locales/ms/calendars.yml +1 -0
  537. data/resources/locales/ms/currencies.yml +1 -4
  538. data/resources/locales/ms/languages.yml +2 -2
  539. data/resources/locales/ms/lists.yml +14 -2
  540. data/resources/locales/ms/numbers.yml +1 -0
  541. data/resources/locales/ms/timezones.yml +3 -0
  542. data/resources/locales/ms/units.yml +110 -13
  543. data/resources/locales/mt/calendars.yml +1 -0
  544. data/resources/locales/mt/currencies.yml +1 -4
  545. data/resources/locales/mt/languages.yml +1 -2
  546. data/resources/locales/mt/lists.yml +24 -4
  547. data/resources/locales/mt/numbers.yml +1 -0
  548. data/resources/locales/mt/territories.yml +4 -4
  549. data/resources/locales/mt/units.yml +8 -16
  550. data/resources/locales/my/calendars.yml +13 -12
  551. data/resources/locales/my/currencies.yml +11 -9
  552. data/resources/locales/my/languages.yml +3 -2
  553. data/resources/locales/my/lists.yml +25 -15
  554. data/resources/locales/my/numbers.yml +1 -0
  555. data/resources/locales/my/timezones.yml +3 -0
  556. data/resources/locales/my/units.yml +20 -16
  557. data/resources/locales/nb/calendars.yml +2 -1
  558. data/resources/locales/nb/currencies.yml +1 -2
  559. data/resources/locales/nb/fields.yml +4 -4
  560. data/resources/locales/nb/languages.yml +2 -2
  561. data/resources/locales/nb/lists.yml +20 -3
  562. data/resources/locales/nb/numbers.yml +2 -1
  563. data/resources/locales/nb/rbnf.yml +1 -928
  564. data/resources/locales/nb/timezones.yml +3 -0
  565. data/resources/locales/nb/units.yml +133 -67
  566. data/resources/locales/nl/calendars.yml +1 -0
  567. data/resources/locales/nl/currencies.yml +1 -1
  568. data/resources/locales/nl/languages.yml +3 -1
  569. data/resources/locales/nl/lists.yml +18 -3
  570. data/resources/locales/nl/numbers.yml +1 -0
  571. data/resources/locales/nl/timezones.yml +3 -0
  572. data/resources/locales/nl/units.yml +55 -23
  573. data/resources/locales/nl-BE/calendars.yml +1 -0
  574. data/resources/locales/nl-BE/currencies.yml +1 -1
  575. data/resources/locales/nl-BE/languages.yml +3 -1
  576. data/resources/locales/nl-BE/lists.yml +18 -3
  577. data/resources/locales/nl-BE/numbers.yml +1 -0
  578. data/resources/locales/nl-BE/timezones.yml +3 -0
  579. data/resources/locales/nl-BE/units.yml +55 -23
  580. data/resources/locales/pl/calendars.yml +2 -1
  581. data/resources/locales/pl/currencies.yml +6 -6
  582. data/resources/locales/pl/languages.yml +1 -1
  583. data/resources/locales/pl/lists.yml +18 -2
  584. data/resources/locales/pl/numbers.yml +1 -0
  585. data/resources/locales/pl/timezones.yml +4 -1
  586. data/resources/locales/pl/units.yml +219 -162
  587. data/resources/locales/pt/calendars.yml +38 -4
  588. data/resources/locales/pt/currencies.yml +4 -6
  589. data/resources/locales/pt/languages.yml +1 -1
  590. data/resources/locales/pt/lists.yml +18 -2
  591. data/resources/locales/pt/numbers.yml +1 -0
  592. data/resources/locales/pt/plural_rules.yml +2 -1
  593. data/resources/locales/pt/plurals.yml +4 -1
  594. data/resources/locales/pt/rbnf.yml +52 -70
  595. data/resources/locales/pt/timezones.yml +3 -0
  596. data/resources/locales/pt/units.yml +28 -33
  597. data/resources/locales/pt-PT/calendars.yml +22 -2
  598. data/resources/locales/pt-PT/currencies.yml +4 -6
  599. data/resources/locales/pt-PT/languages.yml +1 -1
  600. data/resources/locales/pt-PT/lists.yml +14 -2
  601. data/resources/locales/pt-PT/numbers.yml +1 -0
  602. data/resources/locales/pt-PT/plural_rules.yml +2 -1
  603. data/resources/locales/pt-PT/plurals.yml +4 -1
  604. data/resources/locales/pt-PT/territories.yml +2 -2
  605. data/resources/locales/pt-PT/timezones.yml +3 -0
  606. data/resources/locales/pt-PT/units.yml +55 -41
  607. data/resources/locales/ro/calendars.yml +1 -0
  608. data/resources/locales/ro/currencies.yml +4 -5
  609. data/resources/locales/ro/languages.yml +3 -1
  610. data/resources/locales/ro/lists.yml +14 -2
  611. data/resources/locales/ro/numbers.yml +1 -0
  612. data/resources/locales/ro/timezones.yml +3 -0
  613. data/resources/locales/ro/units.yml +104 -39
  614. data/resources/locales/ru/calendars.yml +9 -8
  615. data/resources/locales/ru/currencies.yml +6 -4
  616. data/resources/locales/ru/day_periods.yml +4 -4
  617. data/resources/locales/ru/languages.yml +2 -2
  618. data/resources/locales/ru/lists.yml +14 -2
  619. data/resources/locales/ru/numbers.yml +1 -0
  620. data/resources/locales/ru/timezones.yml +3 -0
  621. data/resources/locales/ru/units.yml +297 -321
  622. data/resources/locales/sk/calendars.yml +3 -2
  623. data/resources/locales/sk/currencies.yml +1 -1
  624. data/resources/locales/sk/fields.yml +2 -2
  625. data/resources/locales/sk/languages.yml +1 -1
  626. data/resources/locales/sk/lists.yml +18 -3
  627. data/resources/locales/sk/numbers.yml +1 -0
  628. data/resources/locales/sk/timezones.yml +3 -0
  629. data/resources/locales/sk/units.yml +198 -225
  630. data/resources/locales/sl/calendars.yml +5 -4
  631. data/resources/locales/sl/currencies.yml +6 -5
  632. data/resources/locales/sl/languages.yml +1 -1
  633. data/resources/locales/sl/lists.yml +20 -3
  634. data/resources/locales/sl/numbers.yml +1 -0
  635. data/resources/locales/sl/timezones.yml +3 -0
  636. data/resources/locales/sl/units.yml +296 -234
  637. data/resources/locales/sq/calendars.yml +1 -0
  638. data/resources/locales/sq/currencies.yml +5 -5
  639. data/resources/locales/sq/languages.yml +6 -1
  640. data/resources/locales/sq/lists.yml +18 -3
  641. data/resources/locales/sq/numbers.yml +1 -0
  642. data/resources/locales/sq/timezones.yml +3 -0
  643. data/resources/locales/sq/units.yml +53 -34
  644. data/resources/locales/sr/calendars.yml +24 -25
  645. data/resources/locales/sr/currencies.yml +185 -187
  646. data/resources/locales/sr/fields.yml +2 -8
  647. data/resources/locales/sr/languages.yml +1 -1
  648. data/resources/locales/sr/lists.yml +18 -3
  649. data/resources/locales/sr/numbers.yml +1 -0
  650. data/resources/locales/sr/timezones.yml +3 -0
  651. data/resources/locales/sr/units.yml +123 -78
  652. data/resources/locales/sr-Cyrl-ME/calendars.yml +16 -17
  653. data/resources/locales/sr-Cyrl-ME/currencies.yml +185 -187
  654. data/resources/locales/sr-Cyrl-ME/fields.yml +2 -8
  655. data/resources/locales/sr-Cyrl-ME/languages.yml +1 -1
  656. data/resources/locales/sr-Cyrl-ME/lists.yml +18 -3
  657. data/resources/locales/sr-Cyrl-ME/numbers.yml +1 -0
  658. data/resources/locales/sr-Cyrl-ME/timezones.yml +3 -0
  659. data/resources/locales/sr-Cyrl-ME/units.yml +123 -78
  660. data/resources/locales/sr-Latn-ME/calendars.yml +198 -199
  661. data/resources/locales/sr-Latn-ME/currencies.yml +185 -187
  662. data/resources/locales/sr-Latn-ME/fields.yml +2 -8
  663. data/resources/locales/sr-Latn-ME/languages.yml +1 -1
  664. data/resources/locales/sr-Latn-ME/lists.yml +18 -3
  665. data/resources/locales/sr-Latn-ME/numbers.yml +1 -0
  666. data/resources/locales/sr-Latn-ME/timezones.yml +3 -0
  667. data/resources/locales/sr-Latn-ME/units.yml +660 -615
  668. data/resources/locales/sv/calendars.yml +1 -0
  669. data/resources/locales/sv/currencies.yml +4 -6
  670. data/resources/locales/sv/languages.yml +1 -1
  671. data/resources/locales/sv/lists.yml +14 -2
  672. data/resources/locales/sv/numbers.yml +1 -0
  673. data/resources/locales/sv/timezones.yml +5 -2
  674. data/resources/locales/sv/units.yml +43 -297
  675. data/resources/locales/sw/calendars.yml +1 -0
  676. data/resources/locales/sw/currencies.yml +3 -5
  677. data/resources/locales/sw/languages.yml +2 -1
  678. data/resources/locales/sw/lists.yml +4 -0
  679. data/resources/locales/sw/numbers.yml +1 -0
  680. data/resources/locales/sw/timezones.yml +3 -0
  681. data/resources/locales/sw/units.yml +20 -7
  682. data/resources/locales/ta/calendars.yml +3 -2
  683. data/resources/locales/ta/currencies.yml +2 -4
  684. data/resources/locales/ta/fields.yml +1 -1
  685. data/resources/locales/ta/languages.yml +1 -1
  686. data/resources/locales/ta/lists.yml +18 -2
  687. data/resources/locales/ta/numbers.yml +1 -0
  688. data/resources/locales/ta/timezones.yml +3 -0
  689. data/resources/locales/ta/units.yml +505 -122
  690. data/resources/locales/th/calendars.yml +1 -12
  691. data/resources/locales/th/currencies.yml +1 -2
  692. data/resources/locales/th/languages.yml +1 -1
  693. data/resources/locales/th/lists.yml +11 -0
  694. data/resources/locales/th/numbers.yml +1 -0
  695. data/resources/locales/th/timezones.yml +3 -0
  696. data/resources/locales/th/units.yml +275 -16
  697. data/resources/locales/tr/calendars.yml +1 -0
  698. data/resources/locales/tr/currencies.yml +3 -2
  699. data/resources/locales/tr/languages.yml +1 -1
  700. data/resources/locales/tr/lists.yml +14 -2
  701. data/resources/locales/tr/numbers.yml +1 -0
  702. data/resources/locales/tr/timezones.yml +3 -0
  703. data/resources/locales/tr/units.yml +56 -38
  704. data/resources/locales/uk/calendars.yml +8 -7
  705. data/resources/locales/uk/currencies.yml +5 -2
  706. data/resources/locales/uk/languages.yml +2 -6
  707. data/resources/locales/uk/lists.yml +20 -2
  708. data/resources/locales/uk/numbers.yml +1 -0
  709. data/resources/locales/uk/timezones.yml +3 -0
  710. data/resources/locales/uk/units.yml +494 -299
  711. data/resources/locales/ur/calendars.yml +1 -0
  712. data/resources/locales/ur/currencies.yml +4 -6
  713. data/resources/locales/ur/languages.yml +2 -1
  714. data/resources/locales/ur/lists.yml +14 -2
  715. data/resources/locales/ur/numbers.yml +1 -0
  716. data/resources/locales/ur/timezones.yml +3 -0
  717. data/resources/locales/ur/units.yml +53 -15
  718. data/resources/locales/vi/calendars.yml +1 -0
  719. data/resources/locales/vi/currencies.yml +2 -3
  720. data/resources/locales/vi/languages.yml +2 -2
  721. data/resources/locales/vi/lists.yml +22 -3
  722. data/resources/locales/vi/numbers.yml +1 -0
  723. data/resources/locales/vi/timezones.yml +3 -0
  724. data/resources/locales/vi/units.yml +16 -17
  725. data/resources/locales/xh/calendars.yml +29 -6
  726. data/resources/locales/xh/currencies.yml +1 -7
  727. data/resources/locales/xh/lists.yml +42 -7
  728. data/resources/locales/xh/numbers.yml +1 -0
  729. data/resources/locales/xh/units.yml +8 -16
  730. data/resources/locales/zh/calendars.yml +8 -6
  731. data/resources/locales/zh/currencies.yml +1 -1
  732. data/resources/locales/zh/languages.yml +1 -1
  733. data/resources/locales/zh/lists.yml +18 -3
  734. data/resources/locales/zh/numbers.yml +1 -0
  735. data/resources/locales/zh/timezones.yml +4 -1
  736. data/resources/locales/zh/units.yml +31 -9
  737. data/resources/locales/zh-Hant/calendars.yml +18 -12
  738. data/resources/locales/zh-Hant/currencies.yml +1 -1
  739. data/resources/locales/zh-Hant/languages.yml +1 -1
  740. data/resources/locales/zh-Hant/lists.yml +18 -3
  741. data/resources/locales/zh-Hant/numbers.yml +1 -0
  742. data/resources/locales/zh-Hant/timezones.yml +4 -1
  743. data/resources/locales/zh-Hant/units.yml +99 -14
  744. data/resources/locales/zu/calendars.yml +1 -1
  745. data/resources/locales/zu/currencies.yml +1 -4
  746. data/resources/locales/zu/fields.yml +0 -5
  747. data/resources/locales/zu/languages.yml +1 -1
  748. data/resources/locales/zu/lists.yml +13 -2
  749. data/resources/locales/zu/numbers.yml +1 -0
  750. data/resources/locales/zu/timezones.yml +3 -0
  751. data/resources/locales/zu/units.yml +32 -20
  752. data/resources/shared/aliases.yml +4 -3
  753. data/resources/shared/bcp47_timezone_metadata.yml +3 -1
  754. data/resources/shared/hyphenation/ca.yml +1 -1
  755. data/resources/shared/hyphenation/de-AT.yml +1 -1
  756. data/resources/shared/hyphenation/de-CH.yml +1 -1
  757. data/resources/shared/hyphenation/de-DE.yml +1 -1
  758. data/resources/shared/hyphenation/eo.yml +3180 -0
  759. data/resources/shared/hyphenation/fr.yml +1 -1
  760. data/resources/shared/hyphenation/hr-HR.yml +1 -1
  761. data/resources/shared/hyphenation/hu-HU.yml +1439 -57
  762. data/resources/shared/hyphenation/mn-MN.yml +1000 -0
  763. data/resources/shared/hyphenation/sl-SI.yml +1 -1
  764. data/resources/shared/hyphenation/sq-AL.yml +14015 -0
  765. data/resources/shared/language_codes_table.dump +0 -0
  766. data/resources/shared/likely_subtags.yml +18 -9
  767. data/resources/shared/metazones.yml +9 -39
  768. data/resources/shared/numbering_systems.yml +3 -0
  769. data/resources/shared/parent_locales.yml +3 -2
  770. data/resources/shared/rbnf_root.yml +84 -2
  771. data/resources/shared/segments/dictionaries/laodict.dump +0 -0
  772. data/resources/shared/segments/rules/el/sentence.yml +574 -556
  773. data/resources/shared/segments/rules/en-US-POSIX/word.yml +416 -403
  774. data/resources/shared/segments/rules/ja/line.yml +804 -776
  775. data/resources/shared/segments/rules/ja/word.yml +416 -403
  776. data/resources/shared/segments/rules/root/grapheme.yml +407 -402
  777. data/resources/shared/segments/rules/root/line.yml +804 -776
  778. data/resources/shared/segments/rules/root/sentence.yml +574 -556
  779. data/resources/shared/segments/rules/root/word.yml +416 -403
  780. data/resources/shared/segments/rules/zh/line.yml +804 -776
  781. data/resources/shared/segments/rules/zh-Hant/line.yml +804 -776
  782. data/resources/shared/segments/tests/dictionary_tests/combined.yml +31 -42
  783. data/resources/shared/segments/tests/dictionary_tests/lo.yml +31 -42
  784. data/resources/shared/segments/tests/line_break_test.yml +2 -0
  785. data/resources/shared/transforms/Han-Latin.yml +57 -57
  786. data/resources/shared/transforms/Latin-ASCII.yml +51 -2
  787. data/resources/shared/transforms/Turkmen-Latin-BGN.yml +4 -4
  788. data/resources/shared/validity_data.yml +54 -10
  789. data/resources/unicode_data/blocks/ahom.yml +112 -0
  790. data/resources/unicode_data/blocks/arabic.yml +16 -0
  791. data/resources/unicode_data/blocks/arabic_extended_a.yml +192 -0
  792. data/resources/unicode_data/blocks/arabic_extended_b.yml +657 -0
  793. data/resources/unicode_data/blocks/arabic_presentation_forms_a.yml +320 -0
  794. data/resources/unicode_data/blocks/balinese.yml +48 -0
  795. data/resources/unicode_data/blocks/brahmi.yml +96 -0
  796. data/resources/unicode_data/blocks/cjk_unified_ideographs.yml +2 -2
  797. data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_b.yml +2 -2
  798. data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_c.yml +2 -2
  799. data/resources/unicode_data/blocks/combining_diacritical_marks_extended.yml +224 -0
  800. data/resources/unicode_data/blocks/combining_diacritical_marks_supplement.yml +16 -0
  801. data/resources/unicode_data/blocks/currency_symbols.yml +16 -0
  802. data/resources/unicode_data/blocks/cypro_minoan.yml +1585 -0
  803. data/resources/unicode_data/blocks/ethiopic_extended_b.yml +449 -0
  804. data/resources/unicode_data/blocks/geometric_shapes_extended.yml +16 -0
  805. data/resources/unicode_data/blocks/glagolitic.yml +32 -0
  806. data/resources/unicode_data/blocks/hanunoo.yml +2 -2
  807. data/resources/unicode_data/blocks/kaithi.yml +16 -0
  808. data/resources/unicode_data/blocks/kana_extended_a.yml +64 -0
  809. data/resources/unicode_data/blocks/kana_extended_b.yml +209 -0
  810. data/resources/unicode_data/blocks/kannada.yml +16 -0
  811. data/resources/unicode_data/blocks/latin_extended_d.yml +208 -0
  812. data/resources/unicode_data/blocks/latin_extended_f.yml +913 -0
  813. data/resources/unicode_data/blocks/latin_extended_g.yml +497 -0
  814. data/resources/unicode_data/blocks/mongolian.yml +16 -0
  815. data/resources/unicode_data/blocks/musical_symbols.yml +32 -0
  816. data/resources/unicode_data/blocks/old_uyghur.yml +417 -0
  817. data/resources/unicode_data/blocks/supplemental_punctuation.yml +176 -0
  818. data/resources/unicode_data/blocks/supplemental_symbols_and_pictographs.yml +32 -0
  819. data/resources/unicode_data/blocks/symbols_and_pictographs_extended_a.yml +496 -0
  820. data/resources/unicode_data/blocks/tagalog.yml +48 -0
  821. data/resources/unicode_data/blocks/takri.yml +16 -0
  822. data/resources/unicode_data/blocks/tangsa.yml +1425 -0
  823. data/resources/unicode_data/blocks/telugu.yml +32 -0
  824. data/resources/unicode_data/blocks/toto.yml +497 -0
  825. data/resources/unicode_data/blocks/transport_and_map_symbols.yml +48 -0
  826. data/resources/unicode_data/blocks/unified_canadian_aboriginal_syllabics_extended_a.yml +257 -0
  827. data/resources/unicode_data/blocks/vithkuqi.yml +1121 -0
  828. data/resources/unicode_data/blocks/znamenny_musical_notation.yml +2961 -0
  829. data/resources/unicode_data/blocks.yml +50 -2
  830. data/resources/unicode_data/casefolding.yml +160 -0
  831. data/resources/unicode_data/properties/Age/14.0/value.dump +0 -0
  832. data/resources/unicode_data/properties/Alphabetic/value.dump +0 -0
  833. data/resources/unicode_data/properties/Bidi_Class/AL/value.dump +0 -0
  834. data/resources/unicode_data/properties/Bidi_Class/AN/value.dump +0 -0
  835. data/resources/unicode_data/properties/Bidi_Class/ET/value.dump +1 -1
  836. data/resources/unicode_data/properties/Bidi_Class/L/value.dump +0 -0
  837. data/resources/unicode_data/properties/Bidi_Class/NSM/value.dump +0 -0
  838. data/resources/unicode_data/properties/Bidi_Class/ON/value.dump +0 -0
  839. data/resources/unicode_data/properties/Bidi_Class/R/value.dump +0 -0
  840. data/resources/unicode_data/properties/Bidi_Mirrored/N/value.dump +0 -0
  841. data/resources/unicode_data/properties/Bidi_Mirrored/Y/value.dump +3 -2
  842. data/resources/unicode_data/properties/Bidi_Paired_Bracket_Type/Close/value.dump +6 -2
  843. data/resources/unicode_data/properties/Bidi_Paired_Bracket_Type/Open/value.dump +6 -2
  844. data/resources/unicode_data/properties/Block/Ahom/value.dump +0 -0
  845. data/resources/unicode_data/properties/Block/Arabic Extended-B/value.dump +3 -0
  846. data/resources/unicode_data/properties/Block/Cypro-Minoan/value.dump +3 -0
  847. data/resources/unicode_data/properties/Block/Ethiopic Extended-B/value.dump +3 -0
  848. data/resources/unicode_data/properties/Block/Kana Extended-B/value.dump +3 -0
  849. data/resources/unicode_data/properties/Block/Latin Extended-F/value.dump +3 -0
  850. data/resources/unicode_data/properties/Block/Latin Extended-G/value.dump +0 -0
  851. data/resources/unicode_data/properties/Block/Old Uyghur/value.dump +3 -0
  852. data/resources/unicode_data/properties/Block/Tangsa/value.dump +3 -0
  853. data/resources/unicode_data/properties/Block/Tangut Supplement/value.dump +0 -0
  854. data/resources/unicode_data/properties/Block/Toto/value.dump +3 -0
  855. data/resources/unicode_data/properties/Block/Unified Canadian Aboriginal Syllabics Extended-A/value.dump +3 -0
  856. data/resources/unicode_data/properties/Block/Vithkuqi/value.dump +3 -0
  857. data/resources/unicode_data/properties/Block/Znamenny Musical Notation/value.dump +0 -0
  858. data/resources/unicode_data/properties/Canonical_Combining_Class/0/value.dump +0 -0
  859. data/resources/unicode_data/properties/Canonical_Combining_Class/218/value.dump +3 -2
  860. data/resources/unicode_data/properties/Canonical_Combining_Class/220/value.dump +9 -4
  861. data/resources/unicode_data/properties/Canonical_Combining_Class/230/value.dump +0 -0
  862. data/resources/unicode_data/properties/Canonical_Combining_Class/7/value.dump +3 -2
  863. data/resources/unicode_data/properties/Canonical_Combining_Class/9/value.dump +4 -3
  864. data/resources/unicode_data/properties/Case_Ignorable/value.dump +0 -0
  865. data/resources/unicode_data/properties/Cased/value.dump +0 -0
  866. data/resources/unicode_data/properties/Changes_When_Casefolded/value.dump +0 -0
  867. data/resources/unicode_data/properties/Changes_When_Casemapped/value.dump +0 -0
  868. data/resources/unicode_data/properties/Changes_When_Lowercased/value.dump +0 -0
  869. data/resources/unicode_data/properties/Changes_When_Titlecased/value.dump +13 -5
  870. data/resources/unicode_data/properties/Changes_When_Uppercased/value.dump +13 -5
  871. data/resources/unicode_data/properties/Dash/value.dump +0 -0
  872. data/resources/unicode_data/properties/Default_Ignorable_Code_Point/value.dump +0 -0
  873. data/resources/unicode_data/properties/Diacritic/value.dump +0 -0
  874. data/resources/unicode_data/properties/East_Asian_Width/N/value.dump +0 -0
  875. data/resources/unicode_data/properties/East_Asian_Width/W/value.dump +0 -0
  876. data/resources/unicode_data/properties/Emoji/value.dump +0 -0
  877. data/resources/unicode_data/properties/Emoji_Modifier_Base/value.dump +4 -2
  878. data/resources/unicode_data/properties/Emoji_Presentation/value.dump +0 -0
  879. data/resources/unicode_data/properties/Extender/value.dump +3 -2
  880. data/resources/unicode_data/properties/General_Category/C/f/value.dump +0 -0
  881. data/resources/unicode_data/properties/General_Category/L/l/value.dump +0 -0
  882. data/resources/unicode_data/properties/General_Category/L/m/value.dump +13 -5
  883. data/resources/unicode_data/properties/General_Category/L/o/value.dump +0 -0
  884. data/resources/unicode_data/properties/General_Category/L/u/value.dump +0 -0
  885. data/resources/unicode_data/properties/General_Category/M/c/value.dump +0 -0
  886. data/resources/unicode_data/properties/General_Category/M/n/value.dump +0 -0
  887. data/resources/unicode_data/properties/General_Category/N/d/value.dump +0 -0
  888. data/resources/unicode_data/properties/General_Category/P/d/value.dump +0 -0
  889. data/resources/unicode_data/properties/General_Category/P/e/value.dump +6 -2
  890. data/resources/unicode_data/properties/General_Category/P/o/value.dump +0 -0
  891. data/resources/unicode_data/properties/General_Category/P/s/value.dump +6 -2
  892. data/resources/unicode_data/properties/General_Category/S/c/value.dump +1 -1
  893. data/resources/unicode_data/properties/General_Category/S/k/value.dump +0 -0
  894. data/resources/unicode_data/properties/General_Category/S/o/value.dump +0 -0
  895. data/resources/unicode_data/properties/Grapheme_Base/value.dump +0 -0
  896. data/resources/unicode_data/properties/Grapheme_Cluster_Break/Extend/value.dump +0 -0
  897. data/resources/unicode_data/properties/Grapheme_Cluster_Break/Prepend/value.dump +0 -0
  898. data/resources/unicode_data/properties/Grapheme_Cluster_Break/SpacingMark/value.dump +0 -0
  899. data/resources/unicode_data/properties/Grapheme_Extend/value.dump +0 -0
  900. data/resources/unicode_data/properties/Grapheme_Link/value.dump +4 -3
  901. data/resources/unicode_data/properties/ID_Continue/value.dump +0 -0
  902. data/resources/unicode_data/properties/ID_Start/value.dump +0 -0
  903. data/resources/unicode_data/properties/Ideographic/value.dump +0 -0
  904. data/resources/unicode_data/properties/Indic_Positional_Category/Bottom/value.dump +6 -4
  905. data/resources/unicode_data/properties/Indic_Positional_Category/Right/value.dump +0 -0
  906. data/resources/unicode_data/properties/Indic_Positional_Category/Top/value.dump +0 -0
  907. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant/value.dump +0 -0
  908. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Dead/value.dump +4 -2
  909. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Final/value.dump +6 -3
  910. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Succeeding_Repha/value.dump +2 -5
  911. data/resources/unicode_data/properties/Indic_Syllabic_Category/Nukta/value.dump +3 -2
  912. data/resources/unicode_data/properties/Indic_Syllabic_Category/Pure_Killer/value.dump +4 -3
  913. data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Dependent/value.dump +5 -3
  914. data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Independent/value.dump +0 -0
  915. data/resources/unicode_data/properties/Joining_Group/ALEF/value.dump +3 -2
  916. data/resources/unicode_data/properties/Joining_Group/GAF/value.dump +5 -3
  917. data/resources/unicode_data/properties/Joining_Group/HAH/value.dump +3 -2
  918. data/resources/unicode_data/properties/Joining_Group/NOON/value.dump +3 -2
  919. data/resources/unicode_data/properties/Joining_Group/No_Joining_Group/value.dump +0 -0
  920. data/resources/unicode_data/properties/Joining_Group/QAF/value.dump +4 -2
  921. data/resources/unicode_data/properties/Joining_Group/TAH/value.dump +3 -2
  922. data/resources/unicode_data/properties/Joining_Group/THIN YEH/value.dump +3 -0
  923. data/resources/unicode_data/properties/Joining_Group/VERTICAL TAIL/value.dump +3 -0
  924. data/resources/unicode_data/properties/Joining_Type/Dual_Joining/value.dump +0 -0
  925. data/resources/unicode_data/properties/Joining_Type/Join_Causing/value.dump +4 -2
  926. data/resources/unicode_data/properties/Joining_Type/Non_Joining/value.dump +0 -0
  927. data/resources/unicode_data/properties/Joining_Type/Right_Joining/value.dump +6 -3
  928. data/resources/unicode_data/properties/Line_Break/AL/value.dump +0 -0
  929. data/resources/unicode_data/properties/Line_Break/BA/value.dump +0 -0
  930. data/resources/unicode_data/properties/Line_Break/CL/value.dump +6 -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 +4 -2
  933. data/resources/unicode_data/properties/Line_Break/EX/value.dump +4 -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 +6 -2
  937. data/resources/unicode_data/properties/Line_Break/PO/value.dump +3 -2
  938. data/resources/unicode_data/properties/Line_Break/PR/value.dump +2 -1
  939. data/resources/unicode_data/properties/Line_Break/SA/value.dump +0 -0
  940. data/resources/unicode_data/properties/Lowercase/value.dump +0 -0
  941. data/resources/unicode_data/properties/Numeric_Type/0/value.dump +0 -0
  942. data/resources/unicode_data/properties/Numeric_Type/1/value.dump +3 -2
  943. data/resources/unicode_data/properties/Numeric_Type/2/value.dump +3 -2
  944. data/resources/unicode_data/properties/Numeric_Type/3/value.dump +3 -2
  945. data/resources/unicode_data/properties/Numeric_Type/4/value.dump +3 -2
  946. data/resources/unicode_data/properties/Numeric_Type/5/value.dump +3 -2
  947. data/resources/unicode_data/properties/Numeric_Type/6/value.dump +3 -2
  948. data/resources/unicode_data/properties/Numeric_Type/7/value.dump +3 -2
  949. data/resources/unicode_data/properties/Numeric_Type/8/value.dump +3 -2
  950. data/resources/unicode_data/properties/Numeric_Type/9/value.dump +3 -2
  951. data/resources/unicode_data/properties/Numeric_Type/value.dump +0 -0
  952. data/resources/unicode_data/properties/Other_Alphabetic/value.dump +0 -0
  953. data/resources/unicode_data/properties/Other_Lowercase/value.dump +6 -2
  954. data/resources/unicode_data/properties/Prepended_Concatenation_Mark/value.dump +0 -0
  955. data/resources/unicode_data/properties/Script/Ahom/value.dump +0 -0
  956. data/resources/unicode_data/properties/Script/Arabic/value.dump +0 -0
  957. data/resources/unicode_data/properties/Script/Balinese/value.dump +0 -0
  958. data/resources/unicode_data/properties/Script/Brahmi/value.dump +0 -0
  959. data/resources/unicode_data/properties/Script/Canadian_Aboriginal/value.dump +0 -0
  960. data/resources/unicode_data/properties/Script/Common/value.dump +0 -0
  961. data/resources/unicode_data/properties/Script/Cypro_Minoan/value.dump +3 -0
  962. data/resources/unicode_data/properties/Script/Ethiopic/value.dump +0 -0
  963. data/resources/unicode_data/properties/Script/Glagolitic/value.dump +0 -0
  964. data/resources/unicode_data/properties/Script/Han/value.dump +0 -0
  965. data/resources/unicode_data/properties/Script/Hiragana/value.dump +0 -0
  966. data/resources/unicode_data/properties/Script/Inherited/value.dump +0 -0
  967. data/resources/unicode_data/properties/Script/Kaithi/value.dump +1 -1
  968. data/resources/unicode_data/properties/Script/Kannada/value.dump +1 -1
  969. data/resources/unicode_data/properties/Script/Katakana/value.dump +0 -0
  970. data/resources/unicode_data/properties/Script/Latin/value.dump +0 -0
  971. data/resources/unicode_data/properties/Script/Mongolian/value.dump +0 -0
  972. data/resources/unicode_data/properties/Script/Old_Uyghur/value.dump +3 -0
  973. data/resources/unicode_data/properties/Script/Tagalog/value.dump +0 -0
  974. data/resources/unicode_data/properties/Script/Takri/value.dump +1 -1
  975. data/resources/unicode_data/properties/Script/Tangsa/value.dump +4 -0
  976. data/resources/unicode_data/properties/Script/Telugu/value.dump +0 -0
  977. data/resources/unicode_data/properties/Script/Toto/value.dump +3 -0
  978. data/resources/unicode_data/properties/Script/Vithkuqi/value.dump +10 -0
  979. data/resources/unicode_data/properties/Script_Extensions/Adlm/value.dump +3 -2
  980. data/resources/unicode_data/properties/Script_Extensions/Arab/value.dump +3 -2
  981. data/resources/unicode_data/properties/Script_Extensions/Cpmn/value.dump +0 -0
  982. data/resources/unicode_data/properties/Script_Extensions/Mani/value.dump +5 -2
  983. data/resources/unicode_data/properties/Script_Extensions/Nkoo/value.dump +6 -0
  984. data/resources/unicode_data/properties/Script_Extensions/Ougr/value.dump +6 -0
  985. data/resources/unicode_data/properties/Script_Extensions/Syrc/value.dump +3 -2
  986. data/resources/unicode_data/properties/Sentence_Break/Close/value.dump +0 -0
  987. data/resources/unicode_data/properties/Sentence_Break/Extend/value.dump +0 -0
  988. data/resources/unicode_data/properties/Sentence_Break/Format/value.dump +0 -0
  989. data/resources/unicode_data/properties/Sentence_Break/Lower/value.dump +0 -0
  990. data/resources/unicode_data/properties/Sentence_Break/Numeric/value.dump +0 -0
  991. data/resources/unicode_data/properties/Sentence_Break/OLetter/value.dump +0 -0
  992. data/resources/unicode_data/properties/Sentence_Break/STerm/value.dump +0 -0
  993. data/resources/unicode_data/properties/Sentence_Break/Upper/value.dump +0 -0
  994. data/resources/unicode_data/properties/Sentence_Terminal/value.dump +0 -0
  995. data/resources/unicode_data/properties/Soft_Dotted/value.dump +3 -2
  996. data/resources/unicode_data/properties/Terminal_Punctuation/value.dump +0 -0
  997. data/resources/unicode_data/properties/Unified_Ideograph/value.dump +0 -0
  998. data/resources/unicode_data/properties/Uppercase/value.dump +0 -0
  999. data/resources/unicode_data/properties/Variation_Selector/value.dump +0 -0
  1000. data/resources/unicode_data/properties/Word_Break/ALetter/value.dump +0 -0
  1001. data/resources/unicode_data/properties/Word_Break/Extend/value.dump +0 -0
  1002. data/resources/unicode_data/properties/Word_Break/Format/value.dump +0 -0
  1003. data/resources/unicode_data/properties/Word_Break/Katakana/value.dump +0 -0
  1004. data/resources/unicode_data/properties/Word_Break/Numeric/value.dump +0 -0
  1005. data/resources/unicode_data/properties/XID_Continue/value.dump +0 -0
  1006. data/resources/unicode_data/properties/XID_Start/value.dump +0 -0
  1007. data/resources/unicode_data/property_value_aliases.yml +40 -0
  1008. data/spec/formatters/list_formatter_spec.rb +20 -0
  1009. data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +234 -0
  1010. data/spec/formatters/numbers/rbnf/locales/fi/rbnf_test.yml +234 -0
  1011. data/spec/formatters/numbers/rbnf/locales/pt/rbnf_test.yml +32 -32
  1012. data/spec/localized/localized_date_spec.rb +0 -12
  1013. data/spec/localized/localized_datetime_spec.rb +1 -15
  1014. data/spec/localized/localized_time_spec.rb +0 -12
  1015. data/spec/parsers/unicode_regex/character_set_spec.rb +2 -1
  1016. data/spec/shared/unit_spec.rb +9 -9
  1017. data/spec/timezones/tests/af.yml +3 -3
  1018. data/spec/timezones/tests/ar.yml +3 -3
  1019. data/spec/timezones/tests/az.yml +3 -3
  1020. data/spec/timezones/tests/be.yml +3 -3
  1021. data/spec/timezones/tests/bg.yml +3 -3
  1022. data/spec/timezones/tests/bn.yml +3 -3
  1023. data/spec/timezones/tests/bo.yml +3 -3
  1024. data/spec/timezones/tests/bs.yml +3 -3
  1025. data/spec/timezones/tests/ca.yml +17 -17
  1026. data/spec/timezones/tests/cs.yml +3 -3
  1027. data/spec/timezones/tests/cy.yml +3 -3
  1028. data/spec/timezones/tests/da.yml +3 -3
  1029. data/spec/timezones/tests/de-AT.yml +3 -3
  1030. data/spec/timezones/tests/de-CH.yml +3 -3
  1031. data/spec/timezones/tests/de.yml +3 -3
  1032. data/spec/timezones/tests/el.yml +3 -3
  1033. data/spec/timezones/tests/en-001.yml +3 -3
  1034. data/spec/timezones/tests/en-150.yml +3 -3
  1035. data/spec/timezones/tests/en-AU.yml +3 -3
  1036. data/spec/timezones/tests/en-CA.yml +208 -208
  1037. data/spec/timezones/tests/en-GB.yml +3 -3
  1038. data/spec/timezones/tests/en-IE.yml +3 -3
  1039. data/spec/timezones/tests/en-IN.yml +3 -3
  1040. data/spec/timezones/tests/en-NZ.yml +3 -3
  1041. data/spec/timezones/tests/en-SG.yml +3 -3
  1042. data/spec/timezones/tests/en-US.yml +3 -3
  1043. data/spec/timezones/tests/en-ZA.yml +3 -3
  1044. data/spec/timezones/tests/en.yml +3 -3
  1045. data/spec/timezones/tests/eo.yml +3 -3
  1046. data/spec/timezones/tests/es-419.yml +6 -6
  1047. data/spec/timezones/tests/es-AR.yml +6 -6
  1048. data/spec/timezones/tests/es-CO.yml +6 -6
  1049. data/spec/timezones/tests/es-MX.yml +4 -4
  1050. data/spec/timezones/tests/es-US.yml +13 -13
  1051. data/spec/timezones/tests/es.yml +6 -6
  1052. data/spec/timezones/tests/et.yml +3 -3
  1053. data/spec/timezones/tests/eu.yml +285 -285
  1054. data/spec/timezones/tests/fa.yml +14 -14
  1055. data/spec/timezones/tests/fi.yml +3 -3
  1056. data/spec/timezones/tests/fil.yml +9 -9
  1057. data/spec/timezones/tests/fr-BE.yml +11 -11
  1058. data/spec/timezones/tests/fr-CA.yml +3 -3
  1059. data/spec/timezones/tests/fr-CH.yml +11 -11
  1060. data/spec/timezones/tests/fr.yml +11 -11
  1061. data/spec/timezones/tests/ga.yml +190 -190
  1062. data/spec/timezones/tests/gl.yml +3 -3
  1063. data/spec/timezones/tests/gu.yml +3 -3
  1064. data/spec/timezones/tests/he.yml +3 -3
  1065. data/spec/timezones/tests/hi.yml +7 -7
  1066. data/spec/timezones/tests/hr.yml +3 -3
  1067. data/spec/timezones/tests/hu.yml +3 -3
  1068. data/spec/timezones/tests/hy.yml +3 -3
  1069. data/spec/timezones/tests/id.yml +287 -287
  1070. data/spec/timezones/tests/is.yml +3 -3
  1071. data/spec/timezones/tests/it-CH.yml +3 -3
  1072. data/spec/timezones/tests/it.yml +3 -3
  1073. data/spec/timezones/tests/ja.yml +3 -3
  1074. data/spec/timezones/tests/ka.yml +3 -3
  1075. data/spec/timezones/tests/kk.yml +3 -3
  1076. data/spec/timezones/tests/km.yml +3 -3
  1077. data/spec/timezones/tests/kn.yml +10 -10
  1078. data/spec/timezones/tests/ko.yml +3 -3
  1079. data/spec/timezones/tests/lo.yml +3 -3
  1080. data/spec/timezones/tests/lt.yml +3 -3
  1081. data/spec/timezones/tests/lv.yml +3 -3
  1082. data/spec/timezones/tests/mk.yml +8 -8
  1083. data/spec/timezones/tests/mr.yml +3 -3
  1084. data/spec/timezones/tests/ms.yml +3 -3
  1085. data/spec/timezones/tests/mt.yml +13 -13
  1086. data/spec/timezones/tests/my.yml +3 -3
  1087. data/spec/timezones/tests/nb.yml +3 -3
  1088. data/spec/timezones/tests/nl-BE.yml +3 -3
  1089. data/spec/timezones/tests/nl.yml +3 -3
  1090. data/spec/timezones/tests/pl.yml +5 -5
  1091. data/spec/timezones/tests/pt-PT.yml +3 -3
  1092. data/spec/timezones/tests/pt.yml +3 -3
  1093. data/spec/timezones/tests/ro.yml +3 -3
  1094. data/spec/timezones/tests/ru.yml +3 -3
  1095. data/spec/timezones/tests/sk.yml +3 -3
  1096. data/spec/timezones/tests/sl.yml +3 -3
  1097. data/spec/timezones/tests/sq.yml +3 -3
  1098. data/spec/timezones/tests/sr-Cyrl-ME.yml +3 -3
  1099. data/spec/timezones/tests/sr-Latn-ME.yml +3 -3
  1100. data/spec/timezones/tests/sr.yml +3 -3
  1101. data/spec/timezones/tests/sv.yml +4 -4
  1102. data/spec/timezones/tests/sw.yml +3 -3
  1103. data/spec/timezones/tests/ta.yml +3 -3
  1104. data/spec/timezones/tests/th.yml +3 -3
  1105. data/spec/timezones/tests/tr.yml +3 -3
  1106. data/spec/timezones/tests/uk.yml +3 -3
  1107. data/spec/timezones/tests/ur.yml +3 -3
  1108. data/spec/timezones/tests/vi.yml +3 -3
  1109. data/spec/timezones/tests/xh.yml +3 -3
  1110. data/spec/timezones/tests/zh-Hant.yml +13 -13
  1111. data/spec/timezones/tests/zh.yml +13 -13
  1112. data/spec/timezones/tests/zu.yml +3 -3
  1113. data/spec/timezones/timezone_spec.rb +41 -0
  1114. data/spec/tokenizers/calendars/date_tokenizer_spec.rb +0 -18
  1115. metadata +43 -6
  1116. data/lib/twitter_cldr/tokenizers/composite_token.rb +0 -26
  1117. data/resources/custom/locales/en-AU/calendars.yml +0 -10
  1118. data/spec/tokenizers/composite_token_spec.rb +0 -30
@@ -18,33 +18,33 @@
18
18
  :one: "{0} метр на секунду в квадрате"
19
19
  :other: "{0} метра на секунду в квадрате"
20
20
  :angle-arc-minute:
21
- :few: "{0} минуты"
22
- :many: "{0} минут"
23
- :one: "{0} минута"
21
+ :few: "{0} минутах"
22
+ :many: "{0} минутах"
23
+ :one: "{0} минуте"
24
24
  :other: "{0} минуты"
25
25
  :angle-arc-second:
26
- :few: "{0} секунды"
27
- :many: "{0} секунд"
28
- :one: "{0} секунда"
26
+ :few: "{0} секундах"
27
+ :many: "{0} секундах"
28
+ :one: "{0} секунде"
29
29
  :other: "{0} секунды"
30
30
  :angle-degree:
31
- :few: "{0} градуса"
32
- :many: "{0} градусов"
33
- :one: "{0} градус"
31
+ :few: "{0} градусах"
32
+ :many: "{0} градусах"
33
+ :one: "{0} градусе"
34
34
  :other: "{0} градуса"
35
35
  :angle-radian:
36
- :few: "{0} радиана"
37
- :many: "{0} радиан"
38
- :one: "{0} радиан"
36
+ :few: "{0} радианах"
37
+ :many: "{0} радианах"
38
+ :one: "{0} радиане"
39
39
  :other: "{0} радиана"
40
40
  :angle-revolution:
41
- :few: "{0} оборота"
42
- :many: "{0} оборотов"
43
- :one: "{0} оборот"
41
+ :few: "{0} оборотах"
42
+ :many: "{0} оборотах"
43
+ :one: "{0} обороте"
44
44
  :other: "{0} оборота"
45
45
  :area-acre:
46
- :few: "{0} акра"
47
- :many: "{0} акров"
46
+ :few: "{0} акрах"
47
+ :many: "{0} акрах"
48
48
  :one: "{0} акр"
49
49
  :other: "{0} акра"
50
50
  :area-dunam:
@@ -53,18 +53,18 @@
53
53
  :one: "{0} дунам"
54
54
  :other: "{0} дунама"
55
55
  :area-hectare:
56
- :few: "{0} гектара"
57
- :many: "{0} гектаров"
56
+ :few: "{0} гектарах"
57
+ :many: "{0} гектарах"
58
58
  :one: "{0} гектар"
59
59
  :other: "{0} гектара"
60
60
  :area-square-centimeter:
61
- :few: "{0} квадратных сантиметра"
62
- :many: "{0} квадратных сантиметров"
61
+ :few: "{0} квадратных сантиметрах"
62
+ :many: "{0} квадратных сантиметрах"
63
63
  :one: "{0} квадратный сантиметр"
64
64
  :other: "{0} квадратного сантиметра"
65
65
  :area-square-foot:
66
- :few: "{0} квадратных фута"
67
- :many: "{0} квадратных футов"
66
+ :few: "{0} квадратных футах"
67
+ :many: "{0} квадратных футах"
68
68
  :one: "{0} квадратный фут"
69
69
  :other: "{0} квадратного фута"
70
70
  :area-square-inch:
@@ -73,8 +73,8 @@
73
73
  :one: "{0} квадратный дюйм"
74
74
  :other: "{0} квадратного дюйма"
75
75
  :area-square-kilometer:
76
- :few: "{0} квадратных километра"
77
- :many: "{0} квадратных километров"
76
+ :few: "{0} квадратных километрах"
77
+ :many: "{0} квадратных километрах"
78
78
  :one: "{0} квадратный километр"
79
79
  :other: "{0} квадратного километра"
80
80
  :area-square-meter:
@@ -84,7 +84,7 @@
84
84
  :other: "{0} квадратного метра"
85
85
  :area-square-mile:
86
86
  :few: "{0} квадратные мили"
87
- :many: "{0} квадратных миль"
87
+ :many: "{0} квадратных милях"
88
88
  :one: "{0} квадратная миля"
89
89
  :other: "{0} квадратной мили"
90
90
  :area-square-yard:
@@ -92,12 +92,17 @@
92
92
  :many: "{0} квадратных ярдов"
93
93
  :one: "{0} квадратный ярд"
94
94
  :other: "{0} квадратного ярда"
95
+ :concentr-item:
96
+ :few: "{0} объекта"
97
+ :many: "{0} объектов"
98
+ :one: "{0} объект"
99
+ :other: "{0} объекта"
95
100
  :concentr-karat:
96
- :few: "{0} карата"
97
- :many: "{0} карат"
98
- :one: "{0} карат"
101
+ :few: "{0} каратах"
102
+ :many: "{0} каратах"
103
+ :one: "{0} карате"
99
104
  :other: "{0} карата"
100
- :concentr-milligram-per-deciliter:
105
+ :concentr-milligram-ofglucose-per-deciliter:
101
106
  :few: "{0} миллиграмма на децилитр"
102
107
  :many: "{0} миллиграммов на децилитр"
103
108
  :one: "{0} миллиграмм на децилитр"
@@ -108,13 +113,13 @@
108
113
  :one: "{0} миллимоль на литр"
109
114
  :other: "{0} миллимоля на литр"
110
115
  :concentr-mole:
111
- :few: "{0} моля"
112
- :many: "{0} молей"
113
- :one: "{0} моль"
116
+ :few: "{0} молях"
117
+ :many: "{0} молях"
118
+ :one: "{0} моле"
114
119
  :other: "{0} моля"
115
120
  :concentr-percent:
116
- :few: "{0} процента"
117
- :many: "{0} процентов"
121
+ :few: "{0} процентах"
122
+ :many: "{0} процентах"
118
123
  :one: "{0} процент"
119
124
  :other: "{0} процента"
120
125
  :concentr-permille:
@@ -123,18 +128,18 @@
123
128
  :one: "{0} промилле"
124
129
  :other: "{0} промилле"
125
130
  :concentr-permillion:
126
- :few: "{0} миллионные доли"
127
- :many: "{0} миллионных долей"
128
- :one: "{0} миллионная доля"
131
+ :few: "{0} миллионых долях"
132
+ :many: "{0} миллионных долях"
133
+ :one: "{0} миллионной доле"
129
134
  :other: "{0} миллионной доли"
130
135
  :concentr-permyriad:
131
- :few: "{0} промириада"
132
- :many: "{0} промириадов"
133
- :one: "{0} промириад"
136
+ :few: "{0} промириадах"
137
+ :many: "{0} промириадах"
138
+ :one: "{0} промириаде"
134
139
  :other: "{0} промириада"
135
140
  :consumption-liter-per-100-kilometer:
136
- :few: "{0} литра на 100 километров"
137
- :many: "{0} литров на 100 километров"
141
+ :few: "{0} литрах на 100 километров"
142
+ :many: "{0} литрах на 100 километров"
138
143
  :one: "{0} литр на 100 километров"
139
144
  :other: "{0} литра на 100 километров"
140
145
  :consumption-liter-per-kilometer:
@@ -149,47 +154,47 @@
149
154
  :other: "{0} мили на амер. галлон"
150
155
  :consumption-mile-per-gallon-imperial:
151
156
  :few: "{0} мили на имп. галлон"
152
- :many: "{0} миль на имп. галлон"
157
+ :many: "{0} милях на имп. галлон"
153
158
  :one: "{0} миля на имп. галлон"
154
159
  :other: "{0} мили на имп. галлон"
155
160
  :digital-bit:
156
- :few: "{0} бита"
157
- :many: "{0} бит"
158
- :one: "{0} бит"
161
+ :few: "{0} битах"
162
+ :many: "{0} битах"
163
+ :one: "{0} бите"
159
164
  :other: "{0} бита"
160
165
  :digital-byte:
161
- :few: "{0} байта"
162
- :many: "{0} байт"
163
- :one: "{0} байт"
166
+ :few: "{0} байтах"
167
+ :many: "{0} байтах"
168
+ :one: "{0} байте"
164
169
  :other: "{0} байта"
165
170
  :digital-gigabit:
166
- :few: "{0} гигабита"
167
- :many: "{0} гигабит"
171
+ :few: "{0} гигабитах"
172
+ :many: "{0} гигабитах"
168
173
  :one: "{0} гигабит"
169
174
  :other: "{0} гигабита"
170
175
  :digital-gigabyte:
171
- :few: "{0} гигабайта"
172
- :many: "{0} гигабайт"
176
+ :few: "{0} гигабайтах"
177
+ :many: "{0} гигабайтах"
173
178
  :one: "{0} гигабайт"
174
179
  :other: "{0} гигабайта"
175
180
  :digital-kilobit:
176
- :few: "{0} килобита"
177
- :many: "{0} килобит"
181
+ :few: "{0} килобитах"
182
+ :many: "{0} килобитах"
178
183
  :one: "{0} килобит"
179
184
  :other: "{0} килобита"
180
185
  :digital-kilobyte:
181
- :few: "{0} килобайта"
182
- :many: "{0} килобайт"
186
+ :few: "{0} килобайтах"
187
+ :many: "{0} килобайтах"
183
188
  :one: "{0} килобайт"
184
189
  :other: "{0} килобайта"
185
190
  :digital-megabit:
186
- :few: "{0} мегабита"
187
- :many: "{0} мегабит"
191
+ :few: "{0} мегабитах"
192
+ :many: "{0} мегабитах"
188
193
  :one: "{0} мегабит"
189
194
  :other: "{0} мегабита"
190
195
  :digital-megabyte:
191
- :few: "{0} мегабайта"
192
- :many: "{0} мегабайт"
196
+ :few: "{0} мегабайтах"
197
+ :many: "{0} мегабайтах"
193
198
  :one: "{0} мегабайт"
194
199
  :other: "{0} мегабайта"
195
200
  :digital-petabyte:
@@ -198,33 +203,33 @@
198
203
  :one: "{0} петабайт"
199
204
  :other: "{0} петабайта"
200
205
  :digital-terabit:
201
- :few: "{0} терабита"
202
- :many: "{0} терабит"
206
+ :few: "{0} терабитах"
207
+ :many: "{0} терабитах"
203
208
  :one: "{0} терабит"
204
209
  :other: "{0} терабита"
205
210
  :digital-terabyte:
206
- :few: "{0} терабайта"
207
- :many: "{0} терабайт"
211
+ :few: "{0} терабайтах"
212
+ :many: "{0} терабайтах"
208
213
  :one: "{0} терабайт"
209
214
  :other: "{0} терабайта"
210
215
  :duration-century:
211
- :few: "{0} века"
212
- :many: "{0} веков"
213
- :one: "{0} век"
216
+ :few: "{0} веках"
217
+ :many: "{0} веках"
218
+ :one: "{0} веке"
214
219
  :other: "{0} века"
215
220
  :duration-day:
216
- :few: "{0} дня"
217
- :many: "{0} дней"
221
+ :few: "{0} днях"
222
+ :many: "{0} днях"
218
223
  :one: "{0} день"
219
224
  :other: "{0} дня"
220
225
  :duration-decade:
221
- :few: "{0} десятилетия"
222
- :many: "{0} десятилетий"
223
- :one: "{0} десятилетие"
226
+ :few: "{0} десятилетиях"
227
+ :many: "{0} десятилетиях"
228
+ :one: "{0} десятилетии"
224
229
  :other: "{0} десятилетия"
225
230
  :duration-hour:
226
- :few: "{0} часа"
227
- :many: "{0} часов"
231
+ :few: "{0} часах"
232
+ :many: "{0} часах"
228
233
  :one: "{0} час"
229
234
  :other: "{0} часа"
230
235
  :duration-microsecond:
@@ -239,12 +244,12 @@
239
244
  :other: "{0} миллисекунды"
240
245
  :duration-minute:
241
246
  :few: "{0} минуты"
242
- :many: "{0} минут"
247
+ :many: "{0} минутах"
243
248
  :one: "{0} минута"
244
249
  :other: "{0} минуты"
245
250
  :duration-month:
246
- :few: "{0} месяца"
247
- :many: "{0} месяцев"
251
+ :few: "{0} месяцах"
252
+ :many: "{0} месяцах"
248
253
  :one: "{0} месяц"
249
254
  :other: "{0} месяца"
250
255
  :duration-nanosecond:
@@ -254,23 +259,23 @@
254
259
  :other: "{0} наносекунды"
255
260
  :duration-second:
256
261
  :few: "{0} секунды"
257
- :many: "{0} секунд"
262
+ :many: "{0} секундах"
258
263
  :one: "{0} секунда"
259
264
  :other: "{0} секунды"
260
265
  :duration-week:
261
266
  :few: "{0} недели"
262
- :many: "{0} недель"
267
+ :many: "{0} неделях"
263
268
  :one: "{0} неделя"
264
269
  :other: "{0} недели"
265
270
  :duration-year:
266
- :few: "{0} года"
267
- :many: "{0} лет"
271
+ :few: "{0} годах"
272
+ :many: "{0} годах"
268
273
  :one: "{0} год"
269
274
  :other: "{0} года"
270
275
  :electric-ampere:
271
- :few: "{0} ампера"
272
- :many: "{0} ампер"
273
- :one: "{0} ампер"
276
+ :few: "{0} амперах"
277
+ :many: "{0} амперах"
278
+ :one: "{0} ампере"
274
279
  :other: "{0} ампера"
275
280
  :electric-milliampere:
276
281
  :few: "{0} миллиампера"
@@ -278,14 +283,14 @@
278
283
  :one: "{0} миллиампер"
279
284
  :other: "{0} миллиампера"
280
285
  :electric-ohm:
281
- :few: "{0} ома"
282
- :many: "{0} ом"
283
- :one: "{0} ом"
286
+ :few: "{0} омах"
287
+ :many: "{0} омах"
288
+ :one: "{0} оме"
284
289
  :other: "{0} ома"
285
290
  :electric-volt:
286
- :few: "{0} вольта"
287
- :many: "{0} вольт"
288
- :one: "{0} вольт"
291
+ :few: "{0} вольтах"
292
+ :many: "{0} вольтах"
293
+ :one: "{0} вольте"
289
294
  :other: "{0} вольта"
290
295
  :energy-british-thermal-unit:
291
296
  :few: "{0} британские тепловые единицы"
@@ -293,9 +298,9 @@
293
298
  :one: "{0} британская тепловая единица"
294
299
  :other: "{0} британской тепловой единицы"
295
300
  :energy-calorie:
296
- :few: "{0} калории"
297
- :many: "{0} калорий"
298
- :one: "{0} калория"
301
+ :few: "{0} калориях"
302
+ :many: "{0} калориях"
303
+ :one: "{0} калории"
299
304
  :other: "{0} калории"
300
305
  :energy-electronvolt:
301
306
  :few: "{0} электронвольта"
@@ -308,13 +313,13 @@
308
313
  :one: "{0} килокалория"
309
314
  :other: "{0} килокалории"
310
315
  :energy-joule:
311
- :few: "{0} джоуля"
312
- :many: "{0} джоулей"
313
- :one: "{0} джоуль"
316
+ :few: "{0} джоулях"
317
+ :many: "{0} джоулях"
318
+ :one: "{0} джоуле"
314
319
  :other: "{0} джоуля"
315
320
  :energy-kilocalorie:
316
321
  :few: "{0} килокалории"
317
- :many: "{0} килокалорий"
322
+ :many: "{0} килокалориях"
318
323
  :one: "{0} килокалория"
319
324
  :other: "{0} килокалории"
320
325
  :energy-kilojoule:
@@ -332,10 +337,15 @@
332
337
  :many: "{0} американских термов"
333
338
  :one: "{0} американский терм"
334
339
  :other: "{0} американского терма"
340
+ :force-kilowatt-hour-per-100-kilometer:
341
+ :few: "{0} кВт⋅ч/100 км"
342
+ :many: "{0} кВт⋅ч/100 км"
343
+ :one: "{0} кВт⋅ч/100 км"
344
+ :other: "{0} кВт⋅ч/100 км"
335
345
  :force-newton:
336
- :few: "{0} ньютона"
337
- :many: "{0} ньютонов"
338
- :one: "{0} ньютон"
346
+ :few: "{0} ньютонах"
347
+ :many: "{0} ньютонах"
348
+ :one: "{0} ньютоне"
339
349
  :other: "{0} ньютона"
340
350
  :force-pound-force:
341
351
  :few: "{0} фунт-силы"
@@ -348,9 +358,9 @@
348
358
  :one: "{0} гигагерц"
349
359
  :other: "{0} гигагерца"
350
360
  :frequency-hertz:
351
- :few: "{0} герца"
352
- :many: "{0} герц"
353
- :one: "{0} герц"
361
+ :few: "{0} герцах"
362
+ :many: "{0} герцах"
363
+ :one: "{0} герце"
354
364
  :other: "{0} герца"
355
365
  :frequency-kilohertz:
356
366
  :few: "{0} килогерца"
@@ -388,9 +398,9 @@
388
398
  :one: "{0} мегапиксель"
389
399
  :other: "{0} мегапикселя"
390
400
  :graphics-pixel:
391
- :few: "{0} пикселя"
392
- :many: "{0} пикселей"
393
- :one: "{0} пиксель"
401
+ :few: "{0} пикселях"
402
+ :many: "{0} пикселях"
403
+ :one: "{0} пикселе"
394
404
  :other: "{0} пикселя"
395
405
  :graphics-pixel-per-centimeter:
396
406
  :few: "{0} пикселя на сантиметр"
@@ -408,8 +418,8 @@
408
418
  :one: "{0} астрономическая единица"
409
419
  :other: "{0} астрономической единицы"
410
420
  :length-centimeter:
411
- :few: "{0} сантиметра"
412
- :many: "{0} сантиметров"
421
+ :few: "{0} сантиметрах"
422
+ :many: "{0} сантиметрах"
413
423
  :one: "{0} сантиметр"
414
424
  :other: "{0} сантиметра"
415
425
  :length-decimeter:
@@ -428,8 +438,8 @@
428
438
  :one: "{0} морская сажень"
429
439
  :other: "{0} морской сажени"
430
440
  :length-foot:
431
- :few: "{0} фута"
432
- :many: "{0} футов"
441
+ :few: "{0} футах"
442
+ :many: "{0} футах"
433
443
  :one: "{0} фут"
434
444
  :other: "{0} фута"
435
445
  :length-furlong:
@@ -438,13 +448,13 @@
438
448
  :one: "{0} фурлонг"
439
449
  :other: "{0} фурлонга"
440
450
  :length-inch:
441
- :few: "{0} дюйма"
442
- :many: "{0} дюймов"
451
+ :few: "{0} дюймах"
452
+ :many: "{0} дюймах"
443
453
  :one: "{0} дюйм"
444
454
  :other: "{0} дюйма"
445
455
  :length-kilometer:
446
- :few: "{0} километра"
447
- :many: "{0} километров"
456
+ :few: "{0} километрах"
457
+ :many: "{0} километрах"
448
458
  :one: "{0} километр"
449
459
  :other: "{0} километра"
450
460
  :length-light-year:
@@ -453,8 +463,8 @@
453
463
  :one: "{0} световой год"
454
464
  :other: "{0} светового года"
455
465
  :length-meter:
456
- :few: "{0} метра"
457
- :many: "{0} метров"
466
+ :few: "{0} метрах"
467
+ :many: "{0} метрах"
458
468
  :one: "{0} метр"
459
469
  :other: "{0} метра"
460
470
  :length-micrometer:
@@ -464,17 +474,17 @@
464
474
  :other: "{0} микрометра"
465
475
  :length-mile:
466
476
  :few: "{0} мили"
467
- :many: "{0} миль"
477
+ :many: "{0} милях"
468
478
  :one: "{0} миля"
469
479
  :other: "{0} мили"
470
480
  :length-mile-scandinavian:
471
- :few: "{0} скандинавские мили"
472
- :many: "{0} скандинавских миль"
473
- :one: "{0} скандинавская миля"
481
+ :few: "{0} скандинавских милях"
482
+ :many: "{0} скандинавских милях"
483
+ :one: "{0} скандинавской миле"
474
484
  :other: "{0} скандинавской мили"
475
485
  :length-millimeter:
476
- :few: "{0} миллиметра"
477
- :many: "{0} миллиметров"
486
+ :few: "{0} миллиметрах"
487
+ :many: "{0} миллиметрах"
478
488
  :one: "{0} миллиметр"
479
489
  :other: "{0} миллиметра"
480
490
  :length-nanometer:
@@ -488,13 +498,13 @@
488
498
  :one: "{0} морская миля"
489
499
  :other: "{0} морской мили"
490
500
  :length-parsec:
491
- :few: "{0} парсека"
492
- :many: "{0} парсеков"
501
+ :few: "{0} парсеках"
502
+ :many: "{0} парсеках"
493
503
  :one: "{0} парсек"
494
504
  :other: "{0} парсека"
495
505
  :length-picometer:
496
- :few: "{0} пикометра"
497
- :many: "{0} пикометров"
506
+ :few: "{0} пикометрах"
507
+ :many: "{0} пикометрах"
498
508
  :one: "{0} пикометр"
499
509
  :other: "{0} пикометра"
500
510
  :length-point:
@@ -504,68 +514,68 @@
504
514
  :other: "{0} пункта"
505
515
  :length-solar-radius:
506
516
  :few: "{0} солнечных радиуса"
507
- :many: "{0} солнечных радиусов"
508
- :one: "{0} солнечный радиус"
517
+ :many: "{0} солнечных радиусах"
518
+ :one: "{0} солнечном радиусе"
509
519
  :other: "{0} солнечного радиуса"
510
520
  :length-yard:
511
- :few: "{0} ярда"
512
- :many: "{0} ярдов"
521
+ :few: "{0} ярдах"
522
+ :many: "{0} ярдах"
513
523
  :one: "{0} ярд"
514
524
  :other: "{0} ярда"
515
525
  :light-candela:
516
- :few: "{0} канделы"
517
- :many: "{0} кандел"
518
- :one: "{0} кандела"
526
+ :few: "{0} канделах"
527
+ :many: "{0} канделах"
528
+ :one: "{0} канделе"
519
529
  :other: "{0} канделы"
520
530
  :light-lumen:
521
- :few: "{0} люмена"
522
- :many: "{0} люменов"
523
- :one: "{0} люмен"
531
+ :few: "{0} люменах"
532
+ :many: "{0} люменах"
533
+ :one: "{0} люмене"
524
534
  :other: "{0} люмена"
525
535
  :light-lux:
526
- :few: "{0} люкса"
527
- :many: "{0} люксов"
528
- :one: "{0} люкс"
536
+ :few: "{0} люксах"
537
+ :many: "{0} люксах"
538
+ :one: "{0} люксе"
529
539
  :other: "{0} люкса"
530
540
  :light-solar-luminosity:
531
541
  :few: "{0} солнечные светимости"
532
- :many: "{0} солнечных светимостей"
542
+ :many: "{0} солнечных светимостях"
533
543
  :one: "{0} солнечная светимость"
534
544
  :other: "{0} солнечной светимости"
535
545
  :mass-carat:
536
- :few: "{0} карата"
537
- :many: "{0} карат"
538
- :one: "{0} карат"
546
+ :few: "{0} каратах"
547
+ :many: "{0} каратах"
548
+ :one: "{0} карате"
539
549
  :other: "{0} карата"
540
550
  :mass-dalton:
541
551
  :few: "{0} дальтона"
542
552
  :many: "{0} дальтонов"
543
- :one: "{0} дальтон"
553
+ :one: "{0} дальтоне"
544
554
  :other: "{0} дальтона"
545
555
  :mass-earth-mass:
546
556
  :few: "{0} массы Земли"
547
- :many: "{0} масс Земли"
557
+ :many: "{0} массах Земли"
548
558
  :one: "{0} масса Земли"
549
559
  :other: "{0} массы Земли"
550
560
  :mass-grain:
551
- :few: "{0} грана"
561
+ :few: "{0} гранах"
552
562
  :many: "{0} гранов"
553
563
  :one: "{0} гран"
554
564
  :other: "{0} грана"
555
565
  :mass-gram:
556
- :few: "{0} грамма"
557
- :many: "{0} грамм"
566
+ :few: "{0} граммах"
567
+ :many: "{0} граммах"
558
568
  :one: "{0} грамм"
559
569
  :other: "{0} грамма"
560
570
  :mass-kilogram:
561
- :few: "{0} килограмма"
562
- :many: "{0} килограмм"
571
+ :few: "{0} килограммах"
572
+ :many: "{0} килограммах"
563
573
  :one: "{0} килограмм"
564
574
  :other: "{0} килограмма"
565
575
  :mass-metric-ton:
566
- :few: "{0} тонны"
567
- :many: "{0} тонн"
568
- :one: "{0} тонна"
576
+ :few: "{0} тоннах"
577
+ :many: "{0} тоннах"
578
+ :one: "{0} тонне"
569
579
  :other: "{0} тонны"
570
580
  :mass-microgram:
571
581
  :few: "{0} микрограмма"
@@ -573,13 +583,13 @@
573
583
  :one: "{0} микрограмм"
574
584
  :other: "{0} микрограмма"
575
585
  :mass-milligram:
576
- :few: "{0} миллиграмма"
586
+ :few: "{0} миллиграммах"
577
587
  :many: "{0} миллиграмм"
578
588
  :one: "{0} миллиграмм"
579
589
  :other: "{0} миллиграмма"
580
590
  :mass-ounce:
581
591
  :few: "{0} унции"
582
- :many: "{0} унций"
592
+ :many: "{0} унциях"
583
593
  :one: "{0} унция"
584
594
  :other: "{0} унции"
585
595
  :mass-ounce-troy:
@@ -588,14 +598,14 @@
588
598
  :one: "{0} тройская унция"
589
599
  :other: "{0} тройской унции"
590
600
  :mass-pound:
591
- :few: "{0} фунта"
592
- :many: "{0} фунтов"
601
+ :few: "{0} фунтах"
602
+ :many: "{0} фунтах"
593
603
  :one: "{0} фунт"
594
604
  :other: "{0} фунта"
595
605
  :mass-solar-mass:
596
- :few: "{0} солнечные массы"
606
+ :few: "{0} солнечных массах"
597
607
  :many: "{0} солнечных масс"
598
- :one: "{0} солнечная масса"
608
+ :one: "{0} солнечной массе"
599
609
  :other: "{0} солнечной массы"
600
610
  :mass-stone:
601
611
  :few: "{0} стоуна"
@@ -633,19 +643,19 @@
633
643
  :one: "{0} милливатт"
634
644
  :other: "{0} милливатта"
635
645
  :power-watt:
636
- :few: "{0} ватта"
637
- :many: "{0} ватт"
638
- :one: "{0} ватт"
646
+ :few: "{0} ваттах"
647
+ :many: "{0} ваттах"
648
+ :one: "{0} ватте"
639
649
  :other: "{0} ватта"
640
650
  :pressure-atmosphere:
641
- :few: "{0} атмосферы"
642
- :many: "{0} атмосфер"
643
- :one: "{0} атмосфера"
651
+ :few: "{0} атмосферах"
652
+ :many: "{0} атмосферах"
653
+ :one: "{0} атмосфере"
644
654
  :other: "{0} атмосферы"
645
655
  :pressure-bar:
646
- :few: "{0} бара"
647
- :many: "{0} бар"
648
- :one: "{0} бар"
656
+ :few: "{0} барах"
657
+ :many: "{0} барах"
658
+ :one: "{0} баре"
649
659
  :other: "{0} бара"
650
660
  :pressure-hectopascal:
651
661
  :few: "{0} гектопаскаля"
@@ -658,8 +668,8 @@
658
668
  :one: "{0} дюйм ртутного столба"
659
669
  :other: "{0} дюйма ртутного столба"
660
670
  :pressure-kilopascal:
661
- :few: "{0} килопаскаля"
662
- :many: "{0} килопаскалей"
671
+ :few: "{0} килопаскалях"
672
+ :many: "{0} килопаскалях"
663
673
  :one: "{0} килопаскаль"
664
674
  :other: "{0} килопаскаля"
665
675
  :pressure-megapascal:
@@ -678,9 +688,9 @@
678
688
  :one: "{0} миллиметр ртутного столба"
679
689
  :other: "{0} миллиметра ртутного столба"
680
690
  :pressure-pascal:
681
- :few: "{0} паскаля"
682
- :many: "{0} паскалей"
683
- :one: "{0} паскаль"
691
+ :few: "{0} паскалях"
692
+ :many: "{0} паскалях"
693
+ :one: "{0} паскале"
684
694
  :other: "{0} паскаля"
685
695
  :pressure-pound-force-per-square-inch:
686
696
  :few: "{0} фунта на квадратный дюйм"
@@ -688,8 +698,8 @@
688
698
  :one: "{0} фунт на квадратный дюйм"
689
699
  :other: "{0} фунта на квадратный дюйм"
690
700
  :speed-kilometer-per-hour:
691
- :few: "{0} километра в час"
692
- :many: "{0} километров в час"
701
+ :few: "{0} километрах в час"
702
+ :many: "{0} километрах в час"
693
703
  :one: "{0} километр в час"
694
704
  :other: "{0} километра в час"
695
705
  :speed-knot:
@@ -698,23 +708,23 @@
698
708
  :one: "{0} узел"
699
709
  :other: "{0} узла"
700
710
  :speed-meter-per-second:
701
- :few: "{0} метра в секунду"
702
- :many: "{0} метров в секунду"
711
+ :few: "{0} метрах в секунду"
712
+ :many: "{0} метрах в секунду"
703
713
  :one: "{0} метр в секунду"
704
714
  :other: "{0} метра в секунду"
705
715
  :speed-mile-per-hour:
706
716
  :few: "{0} мили в час"
707
- :many: "{0} миль в час"
717
+ :many: "{0} милях в час"
708
718
  :one: "{0} миля в час"
709
719
  :other: "{0} мили в час"
710
720
  :temperature-celsius:
711
- :few: "{0} градуса Цельсия"
712
- :many: "{0} градусов Цельсия"
721
+ :few: "{0} градусах Цельсия"
722
+ :many: "{0} градусах Цельсия"
713
723
  :one: "{0} градус Цельсия"
714
724
  :other: "{0} градуса Цельсия"
715
725
  :temperature-fahrenheit:
716
- :few: "{0} градуса Фаренгейта"
717
- :many: "{0} градусов Фаренгейта"
726
+ :few: "{0} градусах Фаренгейта"
727
+ :many: "{0} градусах Фаренгейта"
718
728
  :one: "{0} градус Фаренгейта"
719
729
  :other: "{0} градуса Фаренгейта"
720
730
  :temperature-generic:
@@ -723,9 +733,9 @@
723
733
  :one: "{0} градус"
724
734
  :other: "{0} градуса"
725
735
  :temperature-kelvin:
726
- :few: "{0} кельвина"
727
- :many: "{0} кельвинов"
728
- :one: "{0} кельвин"
736
+ :few: "{0} кельвинах"
737
+ :many: "{0} кельвинах"
738
+ :one: "{0} кельвине"
729
739
  :other: "{0} кельвина"
730
740
  :torque-newton-meter:
731
741
  :few: "{0} ньютон-метра"
@@ -753,18 +763,18 @@
753
763
  :one: "{0} бушель"
754
764
  :other: "{0} бушеля"
755
765
  :volume-centiliter:
756
- :few: "{0} сантилитра"
757
- :many: "{0} сантилитров"
766
+ :few: "{0} сантилитрах"
767
+ :many: "{0} сантилитрах"
758
768
  :one: "{0} сантилитр"
759
769
  :other: "{0} сантилитра"
760
770
  :volume-cubic-centimeter:
761
- :few: "{0} кубических сантиметра"
762
- :many: "{0} кубических сантиметров"
771
+ :few: "{0} кубических сантиметрах"
772
+ :many: "{0} кубических сантиметрах"
763
773
  :one: "{0} кубический сантиметр"
764
774
  :other: "{0} кубического сантиметра"
765
775
  :volume-cubic-foot:
766
- :few: "{0} кубических фута"
767
- :many: "{0} кубических футов"
776
+ :few: "{0} кубических футах"
777
+ :many: "{0} кубических футах"
768
778
  :one: "{0} кубический фут"
769
779
  :other: "{0} кубического фута"
770
780
  :volume-cubic-inch:
@@ -784,7 +794,7 @@
784
794
  :other: "{0} кубического метра"
785
795
  :volume-cubic-mile:
786
796
  :few: "{0} кубические мили"
787
- :many: "{0} кубических миль"
797
+ :many: "{0} кубических милях"
788
798
  :one: "{0} кубическая миля"
789
799
  :other: "{0} кубической мили"
790
800
  :volume-cubic-yard:
@@ -798,13 +808,13 @@
798
808
  :one: "{0} амер. чашка"
799
809
  :other: "{0} амер. чашки"
800
810
  :volume-cup-metric:
801
- :few: "{0} метрические чашки"
802
- :many: "{0} метрических чашек"
803
- :one: "{0} метрическая чашка"
811
+ :few: "{0} метрических чашках"
812
+ :many: "{0} метрических чашках"
813
+ :one: "{0} метрической чашке"
804
814
  :other: "{0} метрической чашки"
805
815
  :volume-deciliter:
806
- :few: "{0} децилитра"
807
- :many: "{0} децилитров"
816
+ :few: "{0} децилитрах"
817
+ :many: "{0} децилитрах"
808
818
  :one: "{0} децилитр"
809
819
  :other: "{0} децилитра"
810
820
  :volume-dessert-spoon:
@@ -843,9 +853,9 @@
843
853
  :one: "{0} амер. галлон"
844
854
  :other: "{0} амер. галлона"
845
855
  :volume-gallon-imperial:
846
- :few: "{0} имп. галлона"
847
- :many: "{0} имп. галлонов"
848
- :one: "{0} имп. галлон"
856
+ :few: "{0} имп. галлонах"
857
+ :many: "{0} имп. галлонах"
858
+ :one: "{0} имп. галлоне"
849
859
  :other: "{0} имп. галлона"
850
860
  :volume-hectoliter:
851
861
  :few: "{0} гектолитра"
@@ -853,13 +863,13 @@
853
863
  :one: "{0} гектолитр"
854
864
  :other: "{0} гектолитра"
855
865
  :volume-jigger:
856
- :few: "{0} джиггера"
857
- :many: "{0} джиггеров"
866
+ :few: "{0} джиггерах"
867
+ :many: "{0} джиггерах"
858
868
  :one: "{0} джиггер"
859
869
  :other: "{0} джиггера"
860
870
  :volume-liter:
861
- :few: "{0} литра"
862
- :many: "{0} литров"
871
+ :few: "{0} литрах"
872
+ :many: "{0} литрах"
863
873
  :one: "{0} литр"
864
874
  :other: "{0} литра"
865
875
  :volume-megaliter:
@@ -868,24 +878,24 @@
868
878
  :one: "{0} мегалитр"
869
879
  :other: "{0} мегалитра"
870
880
  :volume-milliliter:
871
- :few: "{0} миллилитра"
872
- :many: "{0} миллилитров"
881
+ :few: "{0} миллилитрах"
882
+ :many: "{0} миллилитрах"
873
883
  :one: "{0} миллилитр"
874
884
  :other: "{0} миллилитра"
875
885
  :volume-pinch:
876
886
  :few: "{0} щепотки"
877
- :many: "{0} щепот."
887
+ :many: "{0} щепоток"
878
888
  :one: "{0} щепотка"
879
889
  :other: "{0} щепотки"
880
890
  :volume-pint:
881
891
  :few: "{0} амер. пинты"
882
- :many: "{0} амер. пинт"
892
+ :many: "{0} амер. пинтах"
883
893
  :one: "{0} амер. пинта"
884
894
  :other: "{0} амер. пинты"
885
895
  :volume-pint-metric:
886
- :few: "{0} метрические пинты"
887
- :many: "{0} метрических пинт"
888
- :one: "{0} метрическая пинта"
896
+ :few: "{0} метрических пинтах"
897
+ :many: "{0} метрических пинтах"
898
+ :one: "{0} метрической пинте"
889
899
  :other: "{0} метрической пинты"
890
900
  :volume-quart:
891
901
  :few: "{0} амер. кварты"
@@ -900,19 +910,14 @@
900
910
  :volume-tablespoon:
901
911
  :few: "{0} столовые ложки"
902
912
  :many: "{0} столовых ложек"
903
- :one: "{0} столовая ложка"
913
+ :one: "{0} столовой ложке"
904
914
  :other: "{0} столовой ложки"
905
915
  :volume-teaspoon:
906
- :few: "{0} чайные ложки"
907
- :many: "{0} чайных ложек"
908
- :one: "{0} чайная ложка"
916
+ :few: "{0} чайных ложках"
917
+ :many: "{0} чайных ложках"
918
+ :one: "{0} чайной ложке"
909
919
  :other: "{0} чайной ложки"
910
920
  :narrow:
911
- :acceleration-g-force:
912
- :few: "{0} G"
913
- :many: "{0} G"
914
- :one: "{0} G"
915
- :other: "{0} G"
916
921
  :acceleration-meter-per-square-second:
917
922
  :few: "{0} м/с²"
918
923
  :many: "{0} м/с²"
@@ -933,21 +938,11 @@
933
938
  :many: "{0}°"
934
939
  :one: "{0}°"
935
940
  :other: "{0}°"
936
- :area-acre:
937
- :few: "{0} акра"
938
- :many: "{0} акров"
939
- :one: "{0} акр"
940
- :other: "{0} акра"
941
941
  :area-hectare:
942
942
  :few: "{0} га"
943
943
  :many: "{0} га"
944
944
  :one: "{0} га"
945
945
  :other: "{0} га"
946
- :area-square-foot:
947
- :few: "{0} кв. фута"
948
- :many: "{0} кв. футов"
949
- :one: "{0} кв. фут"
950
- :other: "{0} кв. фута"
951
946
  :area-square-kilometer:
952
947
  :few: "{0} км²"
953
948
  :many: "{0} км²"
@@ -958,11 +953,11 @@
958
953
  :many: "{0} м²"
959
954
  :one: "{0} м²"
960
955
  :other: "{0} м²"
961
- :area-square-mile:
962
- :few: "{0} кв. мили"
963
- :many: "{0} кв. миль"
964
- :one: "{0} кв. миля"
965
- :other: "{0} кв. мили"
956
+ :concentr-item:
957
+ :few: "{0} объекта"
958
+ :many: "{0} объектов"
959
+ :one: "{0} объект"
960
+ :other: "{0} объекта"
966
961
  :concentr-percent:
967
962
  :few: "{0}%"
968
963
  :many: "{0}%"
@@ -973,6 +968,16 @@
973
968
  :many: "{0} л/100 км"
974
969
  :one: "{0} л/100 км"
975
970
  :other: "{0} л/100 км"
971
+ :consumption-mile-per-gallon:
972
+ :few: "{0} ми/ам. гал"
973
+ :many: "{0} ми/ам. гал"
974
+ :one: "{0} ми/ам. гал"
975
+ :other: "{0} ми/ам. гал"
976
+ :consumption-mile-per-gallon-imperial:
977
+ :few: "{0} ми/имп. гал"
978
+ :many: "{0} ми/имп. гал"
979
+ :one: "{0} ми/имп. гал"
980
+ :other: "{0} ми/имп. гал"
976
981
  :duration-century:
977
982
  :few: "{0} в."
978
983
  :many: "{0} в."
@@ -1028,6 +1033,11 @@
1028
1033
  :many: "{0} л."
1029
1034
  :one: "{0} г."
1030
1035
  :other: "{0} г."
1036
+ :force-kilowatt-hour-per-100-kilometer:
1037
+ :few: "{0} кВт⋅ч/100 км"
1038
+ :many: "{0} кВт⋅ч/100 км"
1039
+ :one: "{0} кВт⋅ч/100 км"
1040
+ :other: "{0} кВт⋅ч/100 км"
1031
1041
  :length-astronomical-unit:
1032
1042
  :few: "{0} а. е."
1033
1043
  :many: "{0} а. е."
@@ -1059,10 +1069,10 @@
1059
1069
  :one: "{0} фрл"
1060
1070
  :other: "{0} фрл"
1061
1071
  :length-inch:
1062
- :few: "{0} дюйма"
1063
- :many: "{0} дюймов"
1064
- :one: "{0} дюйм"
1065
- :other: "{0} дюйма"
1072
+ :few: "{0} дюйм."
1073
+ :many: "{0} дюйм."
1074
+ :one: "{0} дюйм."
1075
+ :other: "{0} дюйм."
1066
1076
  :length-kilometer:
1067
1077
  :few: "{0} км"
1068
1078
  :many: "{0} км"
@@ -1083,16 +1093,11 @@
1083
1093
  :many: "{0} мкм"
1084
1094
  :one: "{0} мкм"
1085
1095
  :other: "{0} мкм"
1086
- :length-mile:
1087
- :few: "{0} миль"
1088
- :many: "{0} миль"
1089
- :one: "{0} миля"
1090
- :other: "{0} мили"
1091
1096
  :length-mile-scandinavian:
1092
- :few: "{0} ск. мл."
1093
- :many: "{0} ск. мл."
1094
- :one: "{0} ск. мл."
1095
- :other: "{0} ск. мл."
1097
+ :few: "{0} ск. ми"
1098
+ :many: "{0} ск. ми"
1099
+ :one: "{0} ск. ми"
1100
+ :other: "{0} ск. ми"
1096
1101
  :length-millimeter:
1097
1102
  :few: "{0} мм"
1098
1103
  :many: "{0} мм"
@@ -1104,30 +1109,25 @@
1104
1109
  :one: "{0} нм"
1105
1110
  :other: "{0} нм"
1106
1111
  :length-nautical-mile:
1107
- :few: "{0} м. мл."
1108
- :many: "{0} м. мл."
1109
- :one: "{0} м. мл."
1110
- :other: "{0} м. мл."
1112
+ :few: "{0} м. ми"
1113
+ :many: "{0} м. ми"
1114
+ :one: "{0} м. ми"
1115
+ :other: "{0} м. ми"
1111
1116
  :length-parsec:
1112
1117
  :few: "{0} пк"
1113
1118
  :many: "{0} пк"
1114
1119
  :one: "{0} пк"
1115
1120
  :other: "{0} пк"
1116
- :length-picometer:
1117
- :few: "{0} pm"
1118
- :many: "{0} pm"
1119
- :one: "{0} pm"
1120
- :other: "{0} pm"
1121
1121
  :length-point:
1122
1122
  :few: "{0} пкт"
1123
1123
  :many: "{0} пкт"
1124
1124
  :one: "{0} пкт"
1125
1125
  :other: "{0} пкт"
1126
1126
  :length-yard:
1127
- :few: "{0} ярда"
1128
- :many: "{0} ярдов"
1127
+ :few: "{0} ярд."
1128
+ :many: "{0} ярд."
1129
1129
  :one: "{0} ярд"
1130
- :other: "{0} ярда"
1130
+ :other: "{0} ярд."
1131
1131
  :mass-carat:
1132
1132
  :few: "{0} кар"
1133
1133
  :many: "{0} кар"
@@ -1158,21 +1158,11 @@
1158
1158
  :many: "{0} мг"
1159
1159
  :one: "{0} мг"
1160
1160
  :other: "{0} мг"
1161
- :mass-ounce:
1162
- :few: "{0} oz"
1163
- :many: "{0} oz"
1164
- :one: "{0} oz"
1165
- :other: "{0} oz"
1166
1161
  :mass-ounce-troy:
1167
1162
  :few: "{0} тр. унц."
1168
1163
  :many: "{0} тр. унц."
1169
1164
  :one: "{0} тр. унц."
1170
1165
  :other: "{0} тр. унц."
1171
- :mass-pound:
1172
- :few: "{0} lb"
1173
- :many: "{0} lb"
1174
- :one: "{0} lb"
1175
- :other: "{0} lb"
1176
1166
  :mass-stone:
1177
1167
  :few: "{0} стн"
1178
1168
  :many: "{0} стн"
@@ -1183,11 +1173,6 @@
1183
1173
  :many: "{0} ам. т"
1184
1174
  :one: "{0} ам. т"
1185
1175
  :other: "{0} ам. т"
1186
- :power-horsepower:
1187
- :few: "{0} л.с."
1188
- :many: "{0} л.с."
1189
- :one: "{0} л.с."
1190
- :other: "{0} л.с."
1191
1176
  :power-kilowatt:
1192
1177
  :few: "{0} кВт"
1193
1178
  :many: "{0} кВт"
@@ -1203,11 +1188,6 @@
1203
1188
  :many: "{0} гПа"
1204
1189
  :one: "{0} гПа"
1205
1190
  :other: "{0} гПа"
1206
- :pressure-inch-ofhg:
1207
- :few: "{0} inHg"
1208
- :many: "{0} inHg"
1209
- :one: "{0} inHg"
1210
- :other: "{0} inHg"
1211
1191
  :pressure-millibar:
1212
1192
  :few: "{0} мбар"
1213
1193
  :many: "{0} мбар"
@@ -1218,11 +1198,6 @@
1218
1198
  :many: "{0} мм рт. ст."
1219
1199
  :one: "{0} мм рт. ст."
1220
1200
  :other: "{0} мм рт. ст."
1221
- :pressure-pound-force-per-square-inch:
1222
- :few: "{0} ф./дюйм²"
1223
- :many: "{0} ф./дюйм²"
1224
- :one: "{0} ф./дюйм²"
1225
- :other: "{0} ф./дюйм²"
1226
1201
  :speed-kilometer-per-hour:
1227
1202
  :few: "{0} км/ч"
1228
1203
  :many: "{0} км/ч"
@@ -1238,11 +1213,6 @@
1238
1213
  :many: "{0} м/с"
1239
1214
  :one: "{0} м/с"
1240
1215
  :other: "{0} м/с"
1241
- :speed-mile-per-hour:
1242
- :few: "{0} миль/ч"
1243
- :many: "{0} миль/ч"
1244
- :one: "{0} миль/ч"
1245
- :other: "{0} миль/ч"
1246
1216
  :temperature-celsius:
1247
1217
  :few: "{0} °C"
1248
1218
  :many: "{0} °C"
@@ -1269,10 +1239,10 @@
1269
1239
  :one: "{0} км³"
1270
1240
  :other: "{0} км³"
1271
1241
  :volume-cubic-mile:
1272
- :few: "{0} куб. мили"
1273
- :many: "{0} куб. мили"
1274
- :one: "{0} куб. миля"
1275
- :other: "{0} куб. мили"
1242
+ :few: "{0} ми³"
1243
+ :many: "{0} ми³"
1244
+ :one: "{0} ми³"
1245
+ :other: "{0} ми³"
1276
1246
  :volume-liter:
1277
1247
  :few: "{0} л"
1278
1248
  :many: "{0} л"
@@ -1355,21 +1325,26 @@
1355
1325
  :one: "{0} м²"
1356
1326
  :other: "{0} м²"
1357
1327
  :area-square-mile:
1358
- :few: "{0} миля²"
1359
- :many: "{0} миля²"
1360
- :one: "{0} миля²"
1361
- :other: "{0} миля²"
1328
+ :few: "{0} ми²"
1329
+ :many: "{0} ми²"
1330
+ :one: "{0} ми²"
1331
+ :other: "{0} ми²"
1362
1332
  :area-square-yard:
1363
1333
  :few: "{0} ярд²"
1364
1334
  :many: "{0} ярд²"
1365
1335
  :one: "{0} ярд²"
1366
1336
  :other: "{0} ярд²"
1337
+ :concentr-item:
1338
+ :few: "{0} объекта"
1339
+ :many: "{0} объектов"
1340
+ :one: "{0} объект"
1341
+ :other: "{0} объекта"
1367
1342
  :concentr-karat:
1368
1343
  :few: "{0} кар"
1369
1344
  :many: "{0} кар"
1370
1345
  :one: "{0} кар"
1371
1346
  :other: "{0} кар"
1372
- :concentr-milligram-per-deciliter:
1347
+ :concentr-milligram-ofglucose-per-deciliter:
1373
1348
  :few: "{0} мг/дл"
1374
1349
  :many: "{0} мг/дл"
1375
1350
  :one: "{0} мг/дл"
@@ -1415,10 +1390,10 @@
1415
1390
  :one: "{0} л/км"
1416
1391
  :other: "{0} л/км"
1417
1392
  :consumption-mile-per-gallon:
1418
- :few: "{0} мили/ам. гал"
1419
- :many: "{0} миль/ам. гал"
1420
- :one: "{0} миля/ам. гал"
1421
- :other: "{0} мили/ам. гал"
1393
+ :few: "{0} ми/ам. гал"
1394
+ :many: "{0} ми/ам. гал"
1395
+ :one: "{0} ми/ам. гал"
1396
+ :other: "{0} ми/ам. гал"
1422
1397
  :consumption-mile-per-gallon-imperial:
1423
1398
  :few: "{0} мили/имп. гал"
1424
1399
  :many: "{0} миль/имп. гал"
@@ -1489,7 +1464,6 @@
1489
1464
  :many: "{0} дн."
1490
1465
  :one: "{0} дн."
1491
1466
  :other: "{0} дн."
1492
- :duration-day-person: {}
1493
1467
  :duration-decade:
1494
1468
  :few: "{0} 10-летия"
1495
1469
  :many: "{0} 10-летий"
@@ -1520,7 +1494,6 @@
1520
1494
  :many: "{0} мес."
1521
1495
  :one: "{0} мес."
1522
1496
  :other: "{0} мес."
1523
- :duration-month-person: {}
1524
1497
  :duration-nanosecond:
1525
1498
  :few: "{0} нс"
1526
1499
  :many: "{0} нс"
@@ -1536,13 +1509,11 @@
1536
1509
  :many: "{0} нед."
1537
1510
  :one: "{0} нед."
1538
1511
  :other: "{0} нед."
1539
- :duration-week-person: {}
1540
1512
  :duration-year:
1541
1513
  :few: "{0} г."
1542
1514
  :many: "{0} л."
1543
1515
  :one: "{0} г."
1544
1516
  :other: "{0} г."
1545
- :duration-year-person: {}
1546
1517
  :electric-ampere:
1547
1518
  :few: "{0} А"
1548
1519
  :many: "{0} А"
@@ -1608,6 +1579,11 @@
1608
1579
  :many: "{0} термов США"
1609
1580
  :one: "{0} терм США"
1610
1581
  :other: "{0} терма США"
1582
+ :force-kilowatt-hour-per-100-kilometer:
1583
+ :few: "{0} кВт⋅ч/100 км"
1584
+ :many: "{0} кВт⋅ч/100 км"
1585
+ :one: "{0} кВт⋅ч/100 км"
1586
+ :other: "{0} кВт⋅ч/100 км"
1611
1587
  :force-newton:
1612
1588
  :few: "{0} Н"
1613
1589
  :many: "{0} Н"
@@ -1741,10 +1717,10 @@
1741
1717
  :one: "{0} ми"
1742
1718
  :other: "{0} ми"
1743
1719
  :length-mile-scandinavian:
1744
- :few: "{0} ск. мил."
1745
- :many: "{0} ск. мил."
1746
- :one: "{0} ск. мил."
1747
- :other: "{0} ск. мил."
1720
+ :few: "{0} ск. ми"
1721
+ :many: "{0} ск. ми"
1722
+ :one: "{0} ск. ми"
1723
+ :other: "{0} ск. ми"
1748
1724
  :length-millimeter:
1749
1725
  :few: "{0} мм"
1750
1726
  :many: "{0} мм"
@@ -1756,10 +1732,10 @@
1756
1732
  :one: "{0} нм"
1757
1733
  :other: "{0} нм"
1758
1734
  :length-nautical-mile:
1759
- :few: "{0} мор. мили"
1760
- :many: "{0} мор. миль"
1761
- :one: "{0} мор. миля"
1762
- :other: "{0} мор. мили"
1735
+ :few: "{0} мор. ми"
1736
+ :many: "{0} мор. ми"
1737
+ :one: "{0} мор. ми"
1738
+ :other: "{0} мор. ми"
1763
1739
  :length-parsec:
1764
1740
  :few: "{0} пк"
1765
1741
  :many: "{0} пк"
@@ -2047,10 +2023,10 @@
2047
2023
  :one: "{0} м³"
2048
2024
  :other: "{0} м³"
2049
2025
  :volume-cubic-mile:
2050
- :few: "{0} мили³"
2051
- :many: "{0} миль³"
2052
- :one: "{0} миля³"
2053
- :other: "{0} мили³"
2026
+ :few: "{0} ми³"
2027
+ :many: "{0} ми³"
2028
+ :one: "{0} ми³"
2029
+ :other: "{0} ми³"
2054
2030
  :volume-cubic-yard:
2055
2031
  :few: "{0} ярд³"
2056
2032
  :many: "{0} ярд³"