twitter_cldr 6.6.0 → 6.8.0

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