twitter_cldr 6.6.1 → 6.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1118) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -2
  3. data/Rakefile +11 -1
  4. data/lib/twitter_cldr/formatters/formatter.rb +0 -4
  5. data/lib/twitter_cldr/formatters/list_formatter.rb +7 -1
  6. data/lib/twitter_cldr/resources/calendars_importer.rb +220 -0
  7. data/lib/twitter_cldr/resources/language_codes_importer.rb +1 -1
  8. data/lib/twitter_cldr/resources/list_formats_importer.rb +37 -5
  9. data/lib/twitter_cldr/resources/locales_resources_importer.rb +0 -27
  10. data/lib/twitter_cldr/resources/requirements/cldr_requirement.rb +21 -11
  11. data/lib/twitter_cldr/resources/requirements/unicode_requirement.rb +7 -3
  12. data/lib/twitter_cldr/resources/segment_dictionaries_importer.rb +6 -3
  13. data/lib/twitter_cldr/resources/timezone_tests_importer.rb +8 -0
  14. data/lib/twitter_cldr/resources/units_importer.rb +134 -0
  15. data/lib/twitter_cldr/resources.rb +4 -0
  16. data/lib/twitter_cldr/shared/calendar.rb +1 -17
  17. data/lib/twitter_cldr/shared/casefolder.rb +53 -48
  18. data/lib/twitter_cldr/shared/unit.rb +2 -4
  19. data/lib/twitter_cldr/timezones/generic_location.rb +15 -15
  20. data/lib/twitter_cldr/timezones/gmt_location.rb +2 -2
  21. data/lib/twitter_cldr/timezones/iso8601_location.rb +2 -2
  22. data/lib/twitter_cldr/timezones/timezone.rb +11 -7
  23. data/lib/twitter_cldr/tokenizers/calendars/date_tokenizer.rb +0 -1
  24. data/lib/twitter_cldr/tokenizers/tokenizer.rb +7 -12
  25. data/lib/twitter_cldr/tokenizers.rb +0 -1
  26. data/lib/twitter_cldr/version.rb +1 -1
  27. data/lib/twitter_cldr/versions.rb +3 -3
  28. data/resources/locales/af/calendars.yml +1 -0
  29. data/resources/locales/af/currencies.yml +3 -6
  30. data/resources/locales/af/languages.yml +2 -1
  31. data/resources/locales/af/lists.yml +18 -3
  32. data/resources/locales/af/numbers.yml +1 -0
  33. data/resources/locales/af/timezones.yml +3 -0
  34. data/resources/locales/af/units.yml +513 -125
  35. data/resources/locales/ar/calendars.yml +1 -0
  36. data/resources/locales/ar/currencies.yml +2 -4
  37. data/resources/locales/ar/languages.yml +1 -1
  38. data/resources/locales/ar/lists.yml +12 -0
  39. data/resources/locales/ar/numbers.yml +1 -0
  40. data/resources/locales/ar/timezones.yml +3 -0
  41. data/resources/locales/ar/units.yml +263 -122
  42. data/resources/locales/az/calendars.yml +1 -0
  43. data/resources/locales/az/currencies.yml +1 -3
  44. data/resources/locales/az/languages.yml +2 -2
  45. data/resources/locales/az/lists.yml +8 -0
  46. data/resources/locales/az/numbers.yml +1 -0
  47. data/resources/locales/az/timezones.yml +3 -0
  48. data/resources/locales/az/units.yml +116 -44
  49. data/resources/locales/be/calendars.yml +2 -1
  50. data/resources/locales/be/currencies.yml +7 -5
  51. data/resources/locales/be/languages.yml +2 -1
  52. data/resources/locales/be/lists.yml +18 -3
  53. data/resources/locales/be/numbers.yml +5 -4
  54. data/resources/locales/be/timezones.yml +3 -0
  55. data/resources/locales/be/units.yml +37 -7
  56. data/resources/locales/bg/calendars.yml +1 -0
  57. data/resources/locales/bg/currencies.yml +1 -4
  58. data/resources/locales/bg/languages.yml +1 -1
  59. data/resources/locales/bg/lists.yml +17 -2
  60. data/resources/locales/bg/numbers.yml +1 -0
  61. data/resources/locales/bg/timezones.yml +3 -0
  62. data/resources/locales/bg/units.yml +24 -15
  63. data/resources/locales/bn/calendars.yml +1 -0
  64. data/resources/locales/bn/currencies.yml +1 -3
  65. data/resources/locales/bn/languages.yml +1 -1
  66. data/resources/locales/bn/lists.yml +14 -2
  67. data/resources/locales/bn/numbers.yml +1 -0
  68. data/resources/locales/bn/timezones.yml +3 -0
  69. data/resources/locales/bn/units.yml +126 -24
  70. data/resources/locales/bo/calendars.yml +64 -13
  71. data/resources/locales/bo/currencies.yml +1 -7
  72. data/resources/locales/bo/lists.yml +42 -7
  73. data/resources/locales/bo/numbers.yml +1 -0
  74. data/resources/locales/bo/units.yml +8 -16
  75. data/resources/locales/bs/calendars.yml +2 -2
  76. data/resources/locales/bs/currencies.yml +1 -3
  77. data/resources/locales/bs/fields.yml +2 -2
  78. data/resources/locales/bs/languages.yml +5 -1
  79. data/resources/locales/bs/lists.yml +18 -3
  80. data/resources/locales/bs/numbers.yml +1 -0
  81. data/resources/locales/bs/timezones.yml +3 -0
  82. data/resources/locales/bs/units.yml +36 -20
  83. data/resources/locales/ca/calendars.yml +1 -0
  84. data/resources/locales/ca/currencies.yml +79 -81
  85. data/resources/locales/ca/languages.yml +1 -1
  86. data/resources/locales/ca/lists.yml +12 -2
  87. data/resources/locales/ca/numbers.yml +1 -0
  88. data/resources/locales/ca/territories.yml +7 -7
  89. data/resources/locales/ca/timezones.yml +3 -0
  90. data/resources/locales/ca/units.yml +52 -68
  91. data/resources/locales/cs/calendars.yml +1 -0
  92. data/resources/locales/cs/currencies.yml +1 -1
  93. data/resources/locales/cs/languages.yml +1 -1
  94. data/resources/locales/cs/lists.yml +2 -0
  95. data/resources/locales/cs/numbers.yml +1 -0
  96. data/resources/locales/cs/timezones.yml +3 -0
  97. data/resources/locales/cs/units.yml +417 -190
  98. data/resources/locales/cy/calendars.yml +3 -0
  99. data/resources/locales/cy/currencies.yml +1 -4
  100. data/resources/locales/cy/fields.yml +3 -3
  101. data/resources/locales/cy/languages.yml +2 -2
  102. data/resources/locales/cy/lists.yml +12 -2
  103. data/resources/locales/cy/numbers.yml +1 -0
  104. data/resources/locales/cy/timezones.yml +3 -0
  105. data/resources/locales/cy/units.yml +339 -111
  106. data/resources/locales/da/calendars.yml +2 -1
  107. data/resources/locales/da/currencies.yml +6 -8
  108. data/resources/locales/da/languages.yml +1 -1
  109. data/resources/locales/da/lists.yml +10 -1
  110. data/resources/locales/da/numbers.yml +1 -0
  111. data/resources/locales/da/timezones.yml +3 -0
  112. data/resources/locales/da/units.yml +101 -49
  113. data/resources/locales/de/calendars.yml +5 -0
  114. data/resources/locales/de/currencies.yml +1 -1
  115. data/resources/locales/de/languages.yml +2 -2
  116. data/resources/locales/de/lists.yml +18 -3
  117. data/resources/locales/de/numbers.yml +1 -0
  118. data/resources/locales/de/rbnf.yml +65 -2
  119. data/resources/locales/de/timezones.yml +3 -0
  120. data/resources/locales/de/units.yml +181 -108
  121. data/resources/locales/de-AT/calendars.yml +3 -0
  122. data/resources/locales/de-AT/currencies.yml +1 -1
  123. data/resources/locales/de-AT/languages.yml +2 -2
  124. data/resources/locales/de-AT/lists.yml +18 -3
  125. data/resources/locales/de-AT/numbers.yml +1 -0
  126. data/resources/locales/de-AT/timezones.yml +3 -0
  127. data/resources/locales/de-AT/units.yml +181 -108
  128. data/resources/locales/de-CH/calendars.yml +5 -0
  129. data/resources/locales/de-CH/currencies.yml +1 -1
  130. data/resources/locales/de-CH/languages.yml +2 -2
  131. data/resources/locales/de-CH/lists.yml +18 -3
  132. data/resources/locales/de-CH/numbers.yml +1 -0
  133. data/resources/locales/de-CH/timezones.yml +3 -0
  134. data/resources/locales/de-CH/units.yml +183 -110
  135. data/resources/locales/el/calendars.yml +10 -9
  136. data/resources/locales/el/currencies.yml +3 -5
  137. data/resources/locales/el/fields.yml +4 -0
  138. data/resources/locales/el/languages.yml +4 -4
  139. data/resources/locales/el/lists.yml +14 -2
  140. data/resources/locales/el/numbers.yml +1 -0
  141. data/resources/locales/el/timezones.yml +3 -0
  142. data/resources/locales/el/units.yml +143 -118
  143. data/resources/locales/en/calendars.yml +90 -11
  144. data/resources/locales/en/currencies.yml +1 -5
  145. data/resources/locales/en/languages.yml +2 -2
  146. data/resources/locales/en/lists.yml +12 -2
  147. data/resources/locales/en/numbers.yml +1 -0
  148. data/resources/locales/en/timezones.yml +3 -0
  149. data/resources/locales/en/units.yml +42 -30
  150. data/resources/locales/en-001/calendars.yml +89 -11
  151. data/resources/locales/en-001/currencies.yml +1 -5
  152. data/resources/locales/en-001/languages.yml +2 -2
  153. data/resources/locales/en-001/lists.yml +8 -0
  154. data/resources/locales/en-001/numbers.yml +1 -0
  155. data/resources/locales/en-001/timezones.yml +3 -0
  156. data/resources/locales/en-001/units.yml +41 -27
  157. data/resources/locales/en-150/calendars.yml +89 -11
  158. data/resources/locales/en-150/currencies.yml +1 -5
  159. data/resources/locales/en-150/languages.yml +2 -2
  160. data/resources/locales/en-150/lists.yml +8 -0
  161. data/resources/locales/en-150/numbers.yml +1 -0
  162. data/resources/locales/en-150/timezones.yml +3 -0
  163. data/resources/locales/en-150/units.yml +41 -27
  164. data/resources/locales/en-AU/calendars.yml +1 -0
  165. data/resources/locales/en-AU/currencies.yml +0 -4
  166. data/resources/locales/en-AU/languages.yml +4 -4
  167. data/resources/locales/en-AU/lists.yml +8 -0
  168. data/resources/locales/en-AU/numbers.yml +1 -0
  169. data/resources/locales/en-AU/timezones.yml +3 -0
  170. data/resources/locales/en-AU/units.yml +49 -35
  171. data/resources/locales/en-CA/calendars.yml +117 -44
  172. data/resources/locales/en-CA/currencies.yml +12 -17
  173. data/resources/locales/en-CA/fields.yml +110 -113
  174. data/resources/locales/en-CA/languages.yml +2 -2
  175. data/resources/locales/en-CA/lists.yml +8 -0
  176. data/resources/locales/en-CA/numbers.yml +2 -1
  177. data/resources/locales/en-CA/territories.yml +19 -19
  178. data/resources/locales/en-CA/timezones.yml +129 -40
  179. data/resources/locales/en-CA/units.yml +190 -178
  180. data/resources/locales/en-GB/calendars.yml +2 -0
  181. data/resources/locales/en-GB/currencies.yml +1 -5
  182. data/resources/locales/en-GB/languages.yml +2 -2
  183. data/resources/locales/en-GB/lists.yml +8 -0
  184. data/resources/locales/en-GB/numbers.yml +1 -0
  185. data/resources/locales/en-GB/timezones.yml +3 -0
  186. data/resources/locales/en-GB/units.yml +41 -27
  187. data/resources/locales/en-IE/calendars.yml +89 -11
  188. data/resources/locales/en-IE/currencies.yml +1 -5
  189. data/resources/locales/en-IE/languages.yml +2 -2
  190. data/resources/locales/en-IE/lists.yml +8 -0
  191. data/resources/locales/en-IE/numbers.yml +1 -0
  192. data/resources/locales/en-IE/timezones.yml +3 -0
  193. data/resources/locales/en-IE/units.yml +41 -27
  194. data/resources/locales/en-IN/calendars.yml +89 -11
  195. data/resources/locales/en-IN/currencies.yml +1 -5
  196. data/resources/locales/en-IN/languages.yml +2 -2
  197. data/resources/locales/en-IN/lists.yml +8 -0
  198. data/resources/locales/en-IN/numbers.yml +25 -24
  199. data/resources/locales/en-IN/timezones.yml +3 -0
  200. data/resources/locales/en-IN/units.yml +41 -27
  201. data/resources/locales/en-NZ/calendars.yml +89 -11
  202. data/resources/locales/en-NZ/currencies.yml +1 -5
  203. data/resources/locales/en-NZ/languages.yml +1 -1
  204. data/resources/locales/en-NZ/lists.yml +8 -0
  205. data/resources/locales/en-NZ/numbers.yml +1 -0
  206. data/resources/locales/en-NZ/timezones.yml +3 -0
  207. data/resources/locales/en-NZ/units.yml +41 -27
  208. data/resources/locales/en-SG/calendars.yml +89 -11
  209. data/resources/locales/en-SG/currencies.yml +1 -5
  210. data/resources/locales/en-SG/languages.yml +2 -2
  211. data/resources/locales/en-SG/lists.yml +8 -0
  212. data/resources/locales/en-SG/numbers.yml +1 -0
  213. data/resources/locales/en-SG/timezones.yml +3 -0
  214. data/resources/locales/en-SG/units.yml +41 -27
  215. data/resources/locales/en-US/calendars.yml +90 -11
  216. data/resources/locales/en-US/currencies.yml +1 -5
  217. data/resources/locales/en-US/languages.yml +2 -2
  218. data/resources/locales/en-US/lists.yml +12 -2
  219. data/resources/locales/en-US/numbers.yml +1 -0
  220. data/resources/locales/en-US/timezones.yml +3 -0
  221. data/resources/locales/en-US/units.yml +42 -30
  222. data/resources/locales/en-ZA/calendars.yml +89 -11
  223. data/resources/locales/en-ZA/currencies.yml +1 -5
  224. data/resources/locales/en-ZA/languages.yml +2 -2
  225. data/resources/locales/en-ZA/lists.yml +8 -0
  226. data/resources/locales/en-ZA/numbers.yml +1 -0
  227. data/resources/locales/en-ZA/timezones.yml +3 -0
  228. data/resources/locales/en-ZA/units.yml +41 -27
  229. data/resources/locales/eo/calendars.yml +78 -11
  230. data/resources/locales/eo/currencies.yml +1 -7
  231. data/resources/locales/eo/lists.yml +42 -7
  232. data/resources/locales/eo/numbers.yml +1 -0
  233. data/resources/locales/eo/units.yml +274 -102
  234. data/resources/locales/es/calendars.yml +3 -2
  235. data/resources/locales/es/currencies.yml +21 -22
  236. data/resources/locales/es/fields.yml +8 -8
  237. data/resources/locales/es/languages.yml +3 -3
  238. data/resources/locales/es/lists.yml +18 -3
  239. data/resources/locales/es/numbers.yml +1 -0
  240. data/resources/locales/es/plural_rules.yml +2 -1
  241. data/resources/locales/es/plurals.yml +4 -1
  242. data/resources/locales/es/timezones.yml +6 -3
  243. data/resources/locales/es/units.yml +396 -34
  244. data/resources/locales/es-419/calendars.yml +39 -38
  245. data/resources/locales/es-419/currencies.yml +19 -20
  246. data/resources/locales/es-419/languages.yml +2 -2
  247. data/resources/locales/es-419/lists.yml +18 -3
  248. data/resources/locales/es-419/numbers.yml +1 -0
  249. data/resources/locales/es-419/plural_rules.yml +2 -1
  250. data/resources/locales/es-419/plurals.yml +4 -1
  251. data/resources/locales/es-419/timezones.yml +6 -3
  252. data/resources/locales/es-419/units.yml +370 -31
  253. data/resources/locales/es-AR/calendars.yml +33 -32
  254. data/resources/locales/es-AR/currencies.yml +19 -20
  255. data/resources/locales/es-AR/languages.yml +2 -2
  256. data/resources/locales/es-AR/lists.yml +18 -3
  257. data/resources/locales/es-AR/numbers.yml +1 -0
  258. data/resources/locales/es-AR/plural_rules.yml +2 -1
  259. data/resources/locales/es-AR/plurals.yml +4 -1
  260. data/resources/locales/es-AR/timezones.yml +6 -3
  261. data/resources/locales/es-AR/units.yml +370 -31
  262. data/resources/locales/es-CO/calendars.yml +24 -23
  263. data/resources/locales/es-CO/currencies.yml +19 -20
  264. data/resources/locales/es-CO/languages.yml +2 -2
  265. data/resources/locales/es-CO/lists.yml +18 -3
  266. data/resources/locales/es-CO/numbers.yml +1 -0
  267. data/resources/locales/es-CO/plural_rules.yml +2 -1
  268. data/resources/locales/es-CO/plurals.yml +4 -1
  269. data/resources/locales/es-CO/timezones.yml +6 -3
  270. data/resources/locales/es-CO/units.yml +368 -29
  271. data/resources/locales/es-MX/calendars.yml +35 -34
  272. data/resources/locales/es-MX/currencies.yml +17 -18
  273. data/resources/locales/es-MX/languages.yml +2 -2
  274. data/resources/locales/es-MX/lists.yml +18 -3
  275. data/resources/locales/es-MX/numbers.yml +1 -0
  276. data/resources/locales/es-MX/plural_rules.yml +2 -1
  277. data/resources/locales/es-MX/plurals.yml +4 -1
  278. data/resources/locales/es-MX/timezones.yml +4 -1
  279. data/resources/locales/es-MX/units.yml +368 -29
  280. data/resources/locales/es-US/calendars.yml +41 -40
  281. data/resources/locales/es-US/currencies.yml +19 -20
  282. data/resources/locales/es-US/fields.yml +3 -3
  283. data/resources/locales/es-US/languages.yml +9 -9
  284. data/resources/locales/es-US/lists.yml +18 -3
  285. data/resources/locales/es-US/numbers.yml +25 -24
  286. data/resources/locales/es-US/plural_rules.yml +2 -1
  287. data/resources/locales/es-US/plurals.yml +4 -1
  288. data/resources/locales/es-US/territories.yml +2 -2
  289. data/resources/locales/es-US/timezones.yml +8 -5
  290. data/resources/locales/es-US/units.yml +381 -42
  291. data/resources/locales/et/calendars.yml +15 -14
  292. data/resources/locales/et/currencies.yml +3 -6
  293. data/resources/locales/et/languages.yml +1 -0
  294. data/resources/locales/et/lists.yml +14 -2
  295. data/resources/locales/et/numbers.yml +7 -6
  296. data/resources/locales/et/timezones.yml +3 -0
  297. data/resources/locales/et/units.yml +48 -27
  298. data/resources/locales/eu/calendars.yml +3 -1
  299. data/resources/locales/eu/currencies.yml +612 -23
  300. data/resources/locales/eu/fields.yml +8 -0
  301. data/resources/locales/eu/languages.yml +12 -7
  302. data/resources/locales/eu/lists.yml +20 -3
  303. data/resources/locales/eu/numbers.yml +1 -0
  304. data/resources/locales/eu/timezones.yml +70 -1
  305. data/resources/locales/eu/units.yml +85 -13
  306. data/resources/locales/fa/calendars.yml +6 -5
  307. data/resources/locales/fa/currencies.yml +12 -12
  308. data/resources/locales/fa/languages.yml +2 -2
  309. data/resources/locales/fa/lists.yml +6 -0
  310. data/resources/locales/fa/numbers.yml +14 -13
  311. data/resources/locales/fa/territories.yml +1 -1
  312. data/resources/locales/fa/timezones.yml +7 -4
  313. data/resources/locales/fa/units.yml +296 -147
  314. data/resources/locales/fi/calendars.yml +1 -0
  315. data/resources/locales/fi/currencies.yml +1 -2
  316. data/resources/locales/fi/languages.yml +1 -1
  317. data/resources/locales/fi/lists.yml +18 -3
  318. data/resources/locales/fi/numbers.yml +1 -0
  319. data/resources/locales/fi/rbnf.yml +172 -0
  320. data/resources/locales/fi/timezones.yml +3 -0
  321. data/resources/locales/fi/units.yml +146 -84
  322. data/resources/locales/fil/calendars.yml +1 -0
  323. data/resources/locales/fil/currencies.yml +3 -5
  324. data/resources/locales/fil/fields.yml +24 -24
  325. data/resources/locales/fil/languages.yml +3 -2
  326. data/resources/locales/fil/lists.yml +16 -2
  327. data/resources/locales/fil/numbers.yml +1 -0
  328. data/resources/locales/fil/timezones.yml +4 -1
  329. data/resources/locales/fil/units.yml +56 -16
  330. data/resources/locales/fr/calendars.yml +1 -0
  331. data/resources/locales/fr/currencies.yml +1 -2
  332. data/resources/locales/fr/languages.yml +1 -1
  333. data/resources/locales/fr/lists.yml +12 -2
  334. data/resources/locales/fr/numbers.yml +1 -0
  335. data/resources/locales/fr/plural_rules.yml +2 -2
  336. data/resources/locales/fr/rbnf.yml +1 -1
  337. data/resources/locales/fr/timezones.yml +4 -1
  338. data/resources/locales/fr/units.yml +322 -103
  339. data/resources/locales/fr-BE/calendars.yml +1 -0
  340. data/resources/locales/fr-BE/currencies.yml +1 -2
  341. data/resources/locales/fr-BE/languages.yml +1 -1
  342. data/resources/locales/fr-BE/lists.yml +12 -2
  343. data/resources/locales/fr-BE/numbers.yml +1 -0
  344. data/resources/locales/fr-BE/plural_rules.yml +2 -2
  345. data/resources/locales/fr-BE/timezones.yml +4 -1
  346. data/resources/locales/fr-BE/units.yml +322 -103
  347. data/resources/locales/fr-CA/calendars.yml +1 -0
  348. data/resources/locales/fr-CA/currencies.yml +1 -2
  349. data/resources/locales/fr-CA/languages.yml +1 -1
  350. data/resources/locales/fr-CA/lists.yml +12 -2
  351. data/resources/locales/fr-CA/numbers.yml +1 -0
  352. data/resources/locales/fr-CA/plural_rules.yml +2 -2
  353. data/resources/locales/fr-CA/timezones.yml +3 -0
  354. data/resources/locales/fr-CA/units.yml +349 -124
  355. data/resources/locales/fr-CH/calendars.yml +1 -0
  356. data/resources/locales/fr-CH/currencies.yml +1 -2
  357. data/resources/locales/fr-CH/languages.yml +1 -1
  358. data/resources/locales/fr-CH/lists.yml +12 -2
  359. data/resources/locales/fr-CH/numbers.yml +1 -0
  360. data/resources/locales/fr-CH/plural_rules.yml +2 -2
  361. data/resources/locales/fr-CH/timezones.yml +4 -1
  362. data/resources/locales/fr-CH/units.yml +322 -103
  363. data/resources/locales/ga/calendars.yml +12 -7
  364. data/resources/locales/ga/currencies.yml +1 -3
  365. data/resources/locales/ga/fields.yml +5 -5
  366. data/resources/locales/ga/languages.yml +23 -22
  367. data/resources/locales/ga/lists.yml +8 -0
  368. data/resources/locales/ga/numbers.yml +2 -1
  369. data/resources/locales/ga/territories.yml +10 -10
  370. data/resources/locales/ga/timezones.yml +41 -60
  371. data/resources/locales/ga/units.yml +33 -31
  372. data/resources/locales/gl/calendars.yml +1 -0
  373. data/resources/locales/gl/currencies.yml +7 -7
  374. data/resources/locales/gl/languages.yml +2 -1
  375. data/resources/locales/gl/lists.yml +15 -2
  376. data/resources/locales/gl/numbers.yml +1 -0
  377. data/resources/locales/gl/timezones.yml +3 -0
  378. data/resources/locales/gl/units.yml +73 -14
  379. data/resources/locales/gu/calendars.yml +2 -1
  380. data/resources/locales/gu/currencies.yml +1 -4
  381. data/resources/locales/gu/languages.yml +1 -1
  382. data/resources/locales/gu/lists.yml +12 -1
  383. data/resources/locales/gu/numbers.yml +1 -0
  384. data/resources/locales/gu/timezones.yml +3 -0
  385. data/resources/locales/gu/units.yml +59 -24
  386. data/resources/locales/he/calendars.yml +3 -1
  387. data/resources/locales/he/currencies.yml +39 -24
  388. data/resources/locales/he/fields.yml +4 -0
  389. data/resources/locales/he/languages.yml +4 -2
  390. data/resources/locales/he/lists.yml +14 -1
  391. data/resources/locales/he/numbers.yml +1 -0
  392. data/resources/locales/he/timezones.yml +3 -0
  393. data/resources/locales/he/units.yml +60 -38
  394. data/resources/locales/hi/calendars.yml +1 -0
  395. data/resources/locales/hi/currencies.yml +1 -4
  396. data/resources/locales/hi/languages.yml +2 -2
  397. data/resources/locales/hi/lists.yml +18 -3
  398. data/resources/locales/hi/numbers.yml +1 -0
  399. data/resources/locales/hi/territories.yml +1 -1
  400. data/resources/locales/hi/timezones.yml +5 -1
  401. data/resources/locales/hi/units.yml +126 -23
  402. data/resources/locales/hr/calendars.yml +1 -0
  403. data/resources/locales/hr/currencies.yml +6 -6
  404. data/resources/locales/hr/languages.yml +1 -1
  405. data/resources/locales/hr/lists.yml +21 -3
  406. data/resources/locales/hr/numbers.yml +4 -3
  407. data/resources/locales/hr/timezones.yml +3 -0
  408. data/resources/locales/hr/units.yml +141 -85
  409. data/resources/locales/hu/calendars.yml +1 -0
  410. data/resources/locales/hu/currencies.yml +4 -5
  411. data/resources/locales/hu/languages.yml +3 -2
  412. data/resources/locales/hu/lists.yml +20 -3
  413. data/resources/locales/hu/numbers.yml +1 -0
  414. data/resources/locales/hu/timezones.yml +3 -0
  415. data/resources/locales/hu/units.yml +31 -27
  416. data/resources/locales/hy/calendars.yml +1 -0
  417. data/resources/locales/hy/currencies.yml +6 -4
  418. data/resources/locales/hy/languages.yml +2 -1
  419. data/resources/locales/hy/lists.yml +14 -2
  420. data/resources/locales/hy/numbers.yml +1 -0
  421. data/resources/locales/hy/timezones.yml +3 -0
  422. data/resources/locales/hy/units.yml +141 -110
  423. data/resources/locales/id/calendars.yml +3 -2
  424. data/resources/locales/id/currencies.yml +1 -3
  425. data/resources/locales/id/fields.yml +12 -3
  426. data/resources/locales/id/languages.yml +2 -1
  427. data/resources/locales/id/lists.yml +14 -2
  428. data/resources/locales/id/numbers.yml +1 -0
  429. data/resources/locales/id/timezones.yml +47 -0
  430. data/resources/locales/id/units.yml +64 -67
  431. data/resources/locales/is/calendars.yml +1 -0
  432. data/resources/locales/is/currencies.yml +4 -6
  433. data/resources/locales/is/fields.yml +0 -14
  434. data/resources/locales/is/languages.yml +2 -2
  435. data/resources/locales/is/lists.yml +13 -2
  436. data/resources/locales/is/numbers.yml +1 -0
  437. data/resources/locales/is/units.yml +134 -112
  438. data/resources/locales/it/calendars.yml +1 -0
  439. data/resources/locales/it/currencies.yml +2 -3
  440. data/resources/locales/it/languages.yml +1 -0
  441. data/resources/locales/it/lists.yml +18 -3
  442. data/resources/locales/it/numbers.yml +1 -0
  443. data/resources/locales/it/plural_rules.yml +2 -1
  444. data/resources/locales/it/plurals.yml +4 -1
  445. data/resources/locales/it/rbnf.yml +1 -1
  446. data/resources/locales/it/timezones.yml +3 -0
  447. data/resources/locales/it/units.yml +412 -19
  448. data/resources/locales/it-CH/calendars.yml +1 -0
  449. data/resources/locales/it-CH/currencies.yml +2 -3
  450. data/resources/locales/it-CH/languages.yml +1 -0
  451. data/resources/locales/it-CH/lists.yml +18 -3
  452. data/resources/locales/it-CH/numbers.yml +1 -0
  453. data/resources/locales/it-CH/plural_rules.yml +2 -1
  454. data/resources/locales/it-CH/plurals.yml +4 -1
  455. data/resources/locales/it-CH/timezones.yml +3 -0
  456. data/resources/locales/it-CH/units.yml +412 -19
  457. data/resources/locales/ja/calendars.yml +1 -0
  458. data/resources/locales/ja/currencies.yml +1 -2
  459. data/resources/locales/ja/languages.yml +1 -1
  460. data/resources/locales/ja/lists.yml +18 -3
  461. data/resources/locales/ja/numbers.yml +2 -1
  462. data/resources/locales/ja/timezones.yml +3 -0
  463. data/resources/locales/ja/units.yml +126 -20
  464. data/resources/locales/ka/calendars.yml +1 -0
  465. data/resources/locales/ka/currencies.yml +5 -3
  466. data/resources/locales/ka/languages.yml +1 -1
  467. data/resources/locales/ka/lists.yml +18 -3
  468. data/resources/locales/ka/numbers.yml +1 -0
  469. data/resources/locales/ka/timezones.yml +3 -0
  470. data/resources/locales/ka/units.yml +24 -10
  471. data/resources/locales/kk/calendars.yml +1 -0
  472. data/resources/locales/kk/currencies.yml +6 -4
  473. data/resources/locales/kk/languages.yml +3 -2
  474. data/resources/locales/kk/lists.yml +21 -3
  475. data/resources/locales/kk/numbers.yml +1 -0
  476. data/resources/locales/kk/timezones.yml +3 -0
  477. data/resources/locales/kk/units.yml +20 -6
  478. data/resources/locales/km/calendars.yml +1 -0
  479. data/resources/locales/km/currencies.yml +6 -4
  480. data/resources/locales/km/languages.yml +2 -1
  481. data/resources/locales/km/lists.yml +17 -2
  482. data/resources/locales/km/numbers.yml +1 -0
  483. data/resources/locales/km/timezones.yml +3 -0
  484. data/resources/locales/km/units.yml +30 -19
  485. data/resources/locales/kn/calendars.yml +1 -0
  486. data/resources/locales/kn/currencies.yml +4 -7
  487. data/resources/locales/kn/languages.yml +1 -1
  488. data/resources/locales/kn/lists.yml +14 -2
  489. data/resources/locales/kn/numbers.yml +1 -0
  490. data/resources/locales/kn/timezones.yml +4 -1
  491. data/resources/locales/kn/units.yml +344 -39
  492. data/resources/locales/ko/calendars.yml +1 -0
  493. data/resources/locales/ko/currencies.yml +2 -3
  494. data/resources/locales/ko/languages.yml +1 -1
  495. data/resources/locales/ko/lists.yml +18 -3
  496. data/resources/locales/ko/numbers.yml +1 -0
  497. data/resources/locales/ko/territories.yml +1 -1
  498. data/resources/locales/ko/timezones.yml +3 -0
  499. data/resources/locales/ko/units.yml +20 -12
  500. data/resources/locales/lo/calendars.yml +5 -0
  501. data/resources/locales/lo/currencies.yml +1 -3
  502. data/resources/locales/lo/languages.yml +1 -1
  503. data/resources/locales/lo/lists.yml +16 -2
  504. data/resources/locales/lo/numbers.yml +1 -0
  505. data/resources/locales/lo/timezones.yml +3 -0
  506. data/resources/locales/lo/units.yml +25 -26
  507. data/resources/locales/lt/calendars.yml +1 -0
  508. data/resources/locales/lt/currencies.yml +1 -3
  509. data/resources/locales/lt/languages.yml +1 -1
  510. data/resources/locales/lt/lists.yml +18 -3
  511. data/resources/locales/lt/numbers.yml +1 -0
  512. data/resources/locales/lt/timezones.yml +3 -0
  513. data/resources/locales/lt/units.yml +153 -142
  514. data/resources/locales/lv/calendars.yml +2 -1
  515. data/resources/locales/lv/currencies.yml +1 -4
  516. data/resources/locales/lv/languages.yml +1 -1
  517. data/resources/locales/lv/lists.yml +18 -3
  518. data/resources/locales/lv/numbers.yml +1 -0
  519. data/resources/locales/lv/timezones.yml +3 -0
  520. data/resources/locales/lv/units.yml +134 -132
  521. data/resources/locales/mk/calendars.yml +2 -1
  522. data/resources/locales/mk/currencies.yml +3 -4
  523. data/resources/locales/mk/languages.yml +2 -2
  524. data/resources/locales/mk/lists.yml +15 -2
  525. data/resources/locales/mk/numbers.yml +7 -6
  526. data/resources/locales/mk/territories.yml +2 -2
  527. data/resources/locales/mk/timezones.yml +4 -1
  528. data/resources/locales/mk/units.yml +74 -241
  529. data/resources/locales/mr/calendars.yml +1 -0
  530. data/resources/locales/mr/currencies.yml +1 -5
  531. data/resources/locales/mr/languages.yml +1 -1
  532. data/resources/locales/mr/lists.yml +16 -2
  533. data/resources/locales/mr/numbers.yml +1 -0
  534. data/resources/locales/mr/timezones.yml +3 -0
  535. data/resources/locales/mr/units.yml +55 -20
  536. data/resources/locales/ms/calendars.yml +1 -0
  537. data/resources/locales/ms/currencies.yml +1 -4
  538. data/resources/locales/ms/languages.yml +2 -2
  539. data/resources/locales/ms/lists.yml +14 -2
  540. data/resources/locales/ms/numbers.yml +1 -0
  541. data/resources/locales/ms/timezones.yml +3 -0
  542. data/resources/locales/ms/units.yml +110 -13
  543. data/resources/locales/mt/calendars.yml +1 -0
  544. data/resources/locales/mt/currencies.yml +1 -4
  545. data/resources/locales/mt/languages.yml +1 -2
  546. data/resources/locales/mt/lists.yml +24 -4
  547. data/resources/locales/mt/numbers.yml +1 -0
  548. data/resources/locales/mt/territories.yml +4 -4
  549. data/resources/locales/mt/units.yml +8 -16
  550. data/resources/locales/my/calendars.yml +13 -12
  551. data/resources/locales/my/currencies.yml +11 -9
  552. data/resources/locales/my/languages.yml +3 -2
  553. data/resources/locales/my/lists.yml +25 -15
  554. data/resources/locales/my/numbers.yml +1 -0
  555. data/resources/locales/my/timezones.yml +3 -0
  556. data/resources/locales/my/units.yml +20 -16
  557. data/resources/locales/nb/calendars.yml +2 -1
  558. data/resources/locales/nb/currencies.yml +1 -2
  559. data/resources/locales/nb/fields.yml +4 -4
  560. data/resources/locales/nb/languages.yml +2 -2
  561. data/resources/locales/nb/lists.yml +20 -3
  562. data/resources/locales/nb/numbers.yml +2 -1
  563. data/resources/locales/nb/rbnf.yml +1 -928
  564. data/resources/locales/nb/timezones.yml +3 -0
  565. data/resources/locales/nb/units.yml +133 -67
  566. data/resources/locales/nl/calendars.yml +1 -0
  567. data/resources/locales/nl/currencies.yml +1 -1
  568. data/resources/locales/nl/languages.yml +3 -1
  569. data/resources/locales/nl/lists.yml +18 -3
  570. data/resources/locales/nl/numbers.yml +1 -0
  571. data/resources/locales/nl/timezones.yml +3 -0
  572. data/resources/locales/nl/units.yml +55 -23
  573. data/resources/locales/nl-BE/calendars.yml +1 -0
  574. data/resources/locales/nl-BE/currencies.yml +1 -1
  575. data/resources/locales/nl-BE/languages.yml +3 -1
  576. data/resources/locales/nl-BE/lists.yml +18 -3
  577. data/resources/locales/nl-BE/numbers.yml +1 -0
  578. data/resources/locales/nl-BE/timezones.yml +3 -0
  579. data/resources/locales/nl-BE/units.yml +55 -23
  580. data/resources/locales/pl/calendars.yml +2 -1
  581. data/resources/locales/pl/currencies.yml +6 -6
  582. data/resources/locales/pl/languages.yml +1 -1
  583. data/resources/locales/pl/lists.yml +18 -2
  584. data/resources/locales/pl/numbers.yml +1 -0
  585. data/resources/locales/pl/timezones.yml +4 -1
  586. data/resources/locales/pl/units.yml +219 -162
  587. data/resources/locales/pt/calendars.yml +38 -4
  588. data/resources/locales/pt/currencies.yml +4 -6
  589. data/resources/locales/pt/languages.yml +1 -1
  590. data/resources/locales/pt/lists.yml +18 -2
  591. data/resources/locales/pt/numbers.yml +1 -0
  592. data/resources/locales/pt/plural_rules.yml +2 -1
  593. data/resources/locales/pt/plurals.yml +4 -1
  594. data/resources/locales/pt/rbnf.yml +52 -70
  595. data/resources/locales/pt/timezones.yml +3 -0
  596. data/resources/locales/pt/units.yml +28 -33
  597. data/resources/locales/pt-PT/calendars.yml +22 -2
  598. data/resources/locales/pt-PT/currencies.yml +4 -6
  599. data/resources/locales/pt-PT/languages.yml +1 -1
  600. data/resources/locales/pt-PT/lists.yml +14 -2
  601. data/resources/locales/pt-PT/numbers.yml +1 -0
  602. data/resources/locales/pt-PT/plural_rules.yml +2 -1
  603. data/resources/locales/pt-PT/plurals.yml +4 -1
  604. data/resources/locales/pt-PT/territories.yml +2 -2
  605. data/resources/locales/pt-PT/timezones.yml +3 -0
  606. data/resources/locales/pt-PT/units.yml +55 -41
  607. data/resources/locales/ro/calendars.yml +1 -0
  608. data/resources/locales/ro/currencies.yml +4 -5
  609. data/resources/locales/ro/languages.yml +3 -1
  610. data/resources/locales/ro/lists.yml +14 -2
  611. data/resources/locales/ro/numbers.yml +1 -0
  612. data/resources/locales/ro/timezones.yml +3 -0
  613. data/resources/locales/ro/units.yml +104 -39
  614. data/resources/locales/ru/calendars.yml +9 -8
  615. data/resources/locales/ru/currencies.yml +6 -4
  616. data/resources/locales/ru/day_periods.yml +4 -4
  617. data/resources/locales/ru/languages.yml +2 -2
  618. data/resources/locales/ru/lists.yml +14 -2
  619. data/resources/locales/ru/numbers.yml +1 -0
  620. data/resources/locales/ru/timezones.yml +3 -0
  621. data/resources/locales/ru/units.yml +297 -321
  622. data/resources/locales/sk/calendars.yml +3 -2
  623. data/resources/locales/sk/currencies.yml +1 -1
  624. data/resources/locales/sk/fields.yml +2 -2
  625. data/resources/locales/sk/languages.yml +1 -1
  626. data/resources/locales/sk/lists.yml +18 -3
  627. data/resources/locales/sk/numbers.yml +1 -0
  628. data/resources/locales/sk/timezones.yml +3 -0
  629. data/resources/locales/sk/units.yml +198 -225
  630. data/resources/locales/sl/calendars.yml +5 -4
  631. data/resources/locales/sl/currencies.yml +6 -5
  632. data/resources/locales/sl/languages.yml +1 -1
  633. data/resources/locales/sl/lists.yml +20 -3
  634. data/resources/locales/sl/numbers.yml +1 -0
  635. data/resources/locales/sl/timezones.yml +3 -0
  636. data/resources/locales/sl/units.yml +296 -234
  637. data/resources/locales/sq/calendars.yml +1 -0
  638. data/resources/locales/sq/currencies.yml +5 -5
  639. data/resources/locales/sq/languages.yml +6 -1
  640. data/resources/locales/sq/lists.yml +18 -3
  641. data/resources/locales/sq/numbers.yml +1 -0
  642. data/resources/locales/sq/timezones.yml +3 -0
  643. data/resources/locales/sq/units.yml +53 -34
  644. data/resources/locales/sr/calendars.yml +24 -25
  645. data/resources/locales/sr/currencies.yml +185 -187
  646. data/resources/locales/sr/fields.yml +2 -8
  647. data/resources/locales/sr/languages.yml +1 -1
  648. data/resources/locales/sr/lists.yml +18 -3
  649. data/resources/locales/sr/numbers.yml +1 -0
  650. data/resources/locales/sr/timezones.yml +3 -0
  651. data/resources/locales/sr/units.yml +123 -78
  652. data/resources/locales/sr-Cyrl-ME/calendars.yml +16 -17
  653. data/resources/locales/sr-Cyrl-ME/currencies.yml +185 -187
  654. data/resources/locales/sr-Cyrl-ME/fields.yml +2 -8
  655. data/resources/locales/sr-Cyrl-ME/languages.yml +1 -1
  656. data/resources/locales/sr-Cyrl-ME/lists.yml +18 -3
  657. data/resources/locales/sr-Cyrl-ME/numbers.yml +1 -0
  658. data/resources/locales/sr-Cyrl-ME/timezones.yml +3 -0
  659. data/resources/locales/sr-Cyrl-ME/units.yml +123 -78
  660. data/resources/locales/sr-Latn-ME/calendars.yml +198 -199
  661. data/resources/locales/sr-Latn-ME/currencies.yml +185 -187
  662. data/resources/locales/sr-Latn-ME/fields.yml +2 -8
  663. data/resources/locales/sr-Latn-ME/languages.yml +1 -1
  664. data/resources/locales/sr-Latn-ME/lists.yml +18 -3
  665. data/resources/locales/sr-Latn-ME/numbers.yml +1 -0
  666. data/resources/locales/sr-Latn-ME/timezones.yml +3 -0
  667. data/resources/locales/sr-Latn-ME/units.yml +660 -615
  668. data/resources/locales/sv/calendars.yml +1 -0
  669. data/resources/locales/sv/currencies.yml +4 -6
  670. data/resources/locales/sv/languages.yml +1 -1
  671. data/resources/locales/sv/lists.yml +14 -2
  672. data/resources/locales/sv/numbers.yml +1 -0
  673. data/resources/locales/sv/timezones.yml +5 -2
  674. data/resources/locales/sv/units.yml +43 -297
  675. data/resources/locales/sw/calendars.yml +1 -0
  676. data/resources/locales/sw/currencies.yml +3 -5
  677. data/resources/locales/sw/languages.yml +2 -1
  678. data/resources/locales/sw/lists.yml +4 -0
  679. data/resources/locales/sw/numbers.yml +1 -0
  680. data/resources/locales/sw/timezones.yml +3 -0
  681. data/resources/locales/sw/units.yml +20 -7
  682. data/resources/locales/ta/calendars.yml +3 -2
  683. data/resources/locales/ta/currencies.yml +2 -4
  684. data/resources/locales/ta/fields.yml +1 -1
  685. data/resources/locales/ta/languages.yml +1 -1
  686. data/resources/locales/ta/lists.yml +18 -2
  687. data/resources/locales/ta/numbers.yml +1 -0
  688. data/resources/locales/ta/timezones.yml +3 -0
  689. data/resources/locales/ta/units.yml +505 -122
  690. data/resources/locales/th/calendars.yml +1 -12
  691. data/resources/locales/th/currencies.yml +1 -2
  692. data/resources/locales/th/languages.yml +1 -1
  693. data/resources/locales/th/lists.yml +11 -0
  694. data/resources/locales/th/numbers.yml +1 -0
  695. data/resources/locales/th/timezones.yml +3 -0
  696. data/resources/locales/th/units.yml +275 -16
  697. data/resources/locales/tr/calendars.yml +1 -0
  698. data/resources/locales/tr/currencies.yml +3 -2
  699. data/resources/locales/tr/languages.yml +1 -1
  700. data/resources/locales/tr/lists.yml +14 -2
  701. data/resources/locales/tr/numbers.yml +1 -0
  702. data/resources/locales/tr/timezones.yml +3 -0
  703. data/resources/locales/tr/units.yml +56 -38
  704. data/resources/locales/uk/calendars.yml +8 -7
  705. data/resources/locales/uk/currencies.yml +5 -2
  706. data/resources/locales/uk/languages.yml +2 -6
  707. data/resources/locales/uk/lists.yml +20 -2
  708. data/resources/locales/uk/numbers.yml +1 -0
  709. data/resources/locales/uk/timezones.yml +3 -0
  710. data/resources/locales/uk/units.yml +494 -299
  711. data/resources/locales/ur/calendars.yml +1 -0
  712. data/resources/locales/ur/currencies.yml +4 -6
  713. data/resources/locales/ur/languages.yml +2 -1
  714. data/resources/locales/ur/lists.yml +14 -2
  715. data/resources/locales/ur/numbers.yml +1 -0
  716. data/resources/locales/ur/timezones.yml +3 -0
  717. data/resources/locales/ur/units.yml +53 -15
  718. data/resources/locales/vi/calendars.yml +1 -0
  719. data/resources/locales/vi/currencies.yml +2 -3
  720. data/resources/locales/vi/languages.yml +2 -2
  721. data/resources/locales/vi/lists.yml +22 -3
  722. data/resources/locales/vi/numbers.yml +1 -0
  723. data/resources/locales/vi/timezones.yml +3 -0
  724. data/resources/locales/vi/units.yml +16 -17
  725. data/resources/locales/xh/calendars.yml +29 -6
  726. data/resources/locales/xh/currencies.yml +1 -7
  727. data/resources/locales/xh/lists.yml +42 -7
  728. data/resources/locales/xh/numbers.yml +1 -0
  729. data/resources/locales/xh/units.yml +8 -16
  730. data/resources/locales/zh/calendars.yml +8 -6
  731. data/resources/locales/zh/currencies.yml +1 -1
  732. data/resources/locales/zh/languages.yml +1 -1
  733. data/resources/locales/zh/lists.yml +18 -3
  734. data/resources/locales/zh/numbers.yml +1 -0
  735. data/resources/locales/zh/timezones.yml +4 -1
  736. data/resources/locales/zh/units.yml +31 -9
  737. data/resources/locales/zh-Hant/calendars.yml +18 -12
  738. data/resources/locales/zh-Hant/currencies.yml +1 -1
  739. data/resources/locales/zh-Hant/languages.yml +1 -1
  740. data/resources/locales/zh-Hant/lists.yml +18 -3
  741. data/resources/locales/zh-Hant/numbers.yml +1 -0
  742. data/resources/locales/zh-Hant/timezones.yml +4 -1
  743. data/resources/locales/zh-Hant/units.yml +99 -14
  744. data/resources/locales/zu/calendars.yml +1 -1
  745. data/resources/locales/zu/currencies.yml +1 -4
  746. data/resources/locales/zu/fields.yml +0 -5
  747. data/resources/locales/zu/languages.yml +1 -1
  748. data/resources/locales/zu/lists.yml +13 -2
  749. data/resources/locales/zu/numbers.yml +1 -0
  750. data/resources/locales/zu/timezones.yml +3 -0
  751. data/resources/locales/zu/units.yml +32 -20
  752. data/resources/shared/aliases.yml +4 -3
  753. data/resources/shared/bcp47_timezone_metadata.yml +3 -1
  754. data/resources/shared/hyphenation/ca.yml +1 -1
  755. data/resources/shared/hyphenation/de-AT.yml +1 -1
  756. data/resources/shared/hyphenation/de-CH.yml +1 -1
  757. data/resources/shared/hyphenation/de-DE.yml +1 -1
  758. data/resources/shared/hyphenation/eo.yml +3180 -0
  759. data/resources/shared/hyphenation/fr.yml +1 -1
  760. data/resources/shared/hyphenation/hr-HR.yml +1 -1
  761. data/resources/shared/hyphenation/hu-HU.yml +1439 -57
  762. data/resources/shared/hyphenation/mn-MN.yml +1000 -0
  763. data/resources/shared/hyphenation/sl-SI.yml +1 -1
  764. data/resources/shared/hyphenation/sq-AL.yml +14015 -0
  765. data/resources/shared/language_codes_table.dump +0 -0
  766. data/resources/shared/likely_subtags.yml +18 -9
  767. data/resources/shared/metazones.yml +9 -39
  768. data/resources/shared/numbering_systems.yml +3 -0
  769. data/resources/shared/parent_locales.yml +3 -2
  770. data/resources/shared/rbnf_root.yml +84 -2
  771. data/resources/shared/segments/dictionaries/laodict.dump +0 -0
  772. data/resources/shared/segments/rules/el/sentence.yml +574 -556
  773. data/resources/shared/segments/rules/en-US-POSIX/word.yml +416 -403
  774. data/resources/shared/segments/rules/ja/line.yml +804 -776
  775. data/resources/shared/segments/rules/ja/word.yml +416 -403
  776. data/resources/shared/segments/rules/root/grapheme.yml +407 -402
  777. data/resources/shared/segments/rules/root/line.yml +804 -776
  778. data/resources/shared/segments/rules/root/sentence.yml +574 -556
  779. data/resources/shared/segments/rules/root/word.yml +416 -403
  780. data/resources/shared/segments/rules/zh/line.yml +804 -776
  781. data/resources/shared/segments/rules/zh-Hant/line.yml +804 -776
  782. data/resources/shared/segments/tests/dictionary_tests/combined.yml +31 -42
  783. data/resources/shared/segments/tests/dictionary_tests/lo.yml +31 -42
  784. data/resources/shared/segments/tests/line_break_test.yml +2 -0
  785. data/resources/shared/transforms/Han-Latin.yml +57 -57
  786. data/resources/shared/transforms/Latin-ASCII.yml +51 -2
  787. data/resources/shared/transforms/Turkmen-Latin-BGN.yml +4 -4
  788. data/resources/shared/validity_data.yml +54 -10
  789. data/resources/unicode_data/blocks/ahom.yml +112 -0
  790. data/resources/unicode_data/blocks/arabic.yml +16 -0
  791. data/resources/unicode_data/blocks/arabic_extended_a.yml +192 -0
  792. data/resources/unicode_data/blocks/arabic_extended_b.yml +657 -0
  793. data/resources/unicode_data/blocks/arabic_presentation_forms_a.yml +320 -0
  794. data/resources/unicode_data/blocks/balinese.yml +48 -0
  795. data/resources/unicode_data/blocks/brahmi.yml +96 -0
  796. data/resources/unicode_data/blocks/cjk_unified_ideographs.yml +2 -2
  797. data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_b.yml +2 -2
  798. data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_c.yml +2 -2
  799. data/resources/unicode_data/blocks/combining_diacritical_marks_extended.yml +224 -0
  800. data/resources/unicode_data/blocks/combining_diacritical_marks_supplement.yml +16 -0
  801. data/resources/unicode_data/blocks/currency_symbols.yml +16 -0
  802. data/resources/unicode_data/blocks/cypro_minoan.yml +1585 -0
  803. data/resources/unicode_data/blocks/ethiopic_extended_b.yml +449 -0
  804. data/resources/unicode_data/blocks/geometric_shapes_extended.yml +16 -0
  805. data/resources/unicode_data/blocks/glagolitic.yml +32 -0
  806. data/resources/unicode_data/blocks/hanunoo.yml +2 -2
  807. data/resources/unicode_data/blocks/kaithi.yml +16 -0
  808. data/resources/unicode_data/blocks/kana_extended_a.yml +64 -0
  809. data/resources/unicode_data/blocks/kana_extended_b.yml +209 -0
  810. data/resources/unicode_data/blocks/kannada.yml +16 -0
  811. data/resources/unicode_data/blocks/latin_extended_d.yml +208 -0
  812. data/resources/unicode_data/blocks/latin_extended_f.yml +913 -0
  813. data/resources/unicode_data/blocks/latin_extended_g.yml +497 -0
  814. data/resources/unicode_data/blocks/mongolian.yml +16 -0
  815. data/resources/unicode_data/blocks/musical_symbols.yml +32 -0
  816. data/resources/unicode_data/blocks/old_uyghur.yml +417 -0
  817. data/resources/unicode_data/blocks/supplemental_punctuation.yml +176 -0
  818. data/resources/unicode_data/blocks/supplemental_symbols_and_pictographs.yml +32 -0
  819. data/resources/unicode_data/blocks/symbols_and_pictographs_extended_a.yml +496 -0
  820. data/resources/unicode_data/blocks/tagalog.yml +48 -0
  821. data/resources/unicode_data/blocks/takri.yml +16 -0
  822. data/resources/unicode_data/blocks/tangsa.yml +1425 -0
  823. data/resources/unicode_data/blocks/telugu.yml +32 -0
  824. data/resources/unicode_data/blocks/toto.yml +497 -0
  825. data/resources/unicode_data/blocks/transport_and_map_symbols.yml +48 -0
  826. data/resources/unicode_data/blocks/unified_canadian_aboriginal_syllabics_extended_a.yml +257 -0
  827. data/resources/unicode_data/blocks/vithkuqi.yml +1121 -0
  828. data/resources/unicode_data/blocks/znamenny_musical_notation.yml +2961 -0
  829. data/resources/unicode_data/blocks.yml +50 -2
  830. data/resources/unicode_data/casefolding.yml +160 -0
  831. data/resources/unicode_data/properties/Age/14.0/value.dump +0 -0
  832. data/resources/unicode_data/properties/Alphabetic/value.dump +0 -0
  833. data/resources/unicode_data/properties/Bidi_Class/AL/value.dump +0 -0
  834. data/resources/unicode_data/properties/Bidi_Class/AN/value.dump +0 -0
  835. data/resources/unicode_data/properties/Bidi_Class/ET/value.dump +1 -1
  836. data/resources/unicode_data/properties/Bidi_Class/L/value.dump +0 -0
  837. data/resources/unicode_data/properties/Bidi_Class/NSM/value.dump +0 -0
  838. data/resources/unicode_data/properties/Bidi_Class/ON/value.dump +0 -0
  839. data/resources/unicode_data/properties/Bidi_Class/R/value.dump +0 -0
  840. data/resources/unicode_data/properties/Bidi_Mirrored/N/value.dump +0 -0
  841. data/resources/unicode_data/properties/Bidi_Mirrored/Y/value.dump +3 -2
  842. data/resources/unicode_data/properties/Bidi_Paired_Bracket_Type/Close/value.dump +6 -2
  843. data/resources/unicode_data/properties/Bidi_Paired_Bracket_Type/Open/value.dump +6 -2
  844. data/resources/unicode_data/properties/Block/Ahom/value.dump +0 -0
  845. data/resources/unicode_data/properties/Block/Arabic Extended-B/value.dump +3 -0
  846. data/resources/unicode_data/properties/Block/Cypro-Minoan/value.dump +3 -0
  847. data/resources/unicode_data/properties/Block/Ethiopic Extended-B/value.dump +3 -0
  848. data/resources/unicode_data/properties/Block/Kana Extended-B/value.dump +3 -0
  849. data/resources/unicode_data/properties/Block/Latin Extended-F/value.dump +3 -0
  850. data/resources/unicode_data/properties/Block/Latin Extended-G/value.dump +0 -0
  851. data/resources/unicode_data/properties/Block/Old Uyghur/value.dump +3 -0
  852. data/resources/unicode_data/properties/Block/Tangsa/value.dump +3 -0
  853. data/resources/unicode_data/properties/Block/Tangut Supplement/value.dump +0 -0
  854. data/resources/unicode_data/properties/Block/Toto/value.dump +3 -0
  855. data/resources/unicode_data/properties/Block/Unified Canadian Aboriginal Syllabics Extended-A/value.dump +3 -0
  856. data/resources/unicode_data/properties/Block/Vithkuqi/value.dump +3 -0
  857. data/resources/unicode_data/properties/Block/Znamenny Musical Notation/value.dump +0 -0
  858. data/resources/unicode_data/properties/Canonical_Combining_Class/0/value.dump +0 -0
  859. data/resources/unicode_data/properties/Canonical_Combining_Class/218/value.dump +3 -2
  860. data/resources/unicode_data/properties/Canonical_Combining_Class/220/value.dump +9 -4
  861. data/resources/unicode_data/properties/Canonical_Combining_Class/230/value.dump +0 -0
  862. data/resources/unicode_data/properties/Canonical_Combining_Class/7/value.dump +3 -2
  863. data/resources/unicode_data/properties/Canonical_Combining_Class/9/value.dump +4 -3
  864. data/resources/unicode_data/properties/Case_Ignorable/value.dump +0 -0
  865. data/resources/unicode_data/properties/Cased/value.dump +0 -0
  866. data/resources/unicode_data/properties/Changes_When_Casefolded/value.dump +0 -0
  867. data/resources/unicode_data/properties/Changes_When_Casemapped/value.dump +0 -0
  868. data/resources/unicode_data/properties/Changes_When_Lowercased/value.dump +0 -0
  869. data/resources/unicode_data/properties/Changes_When_Titlecased/value.dump +13 -5
  870. data/resources/unicode_data/properties/Changes_When_Uppercased/value.dump +13 -5
  871. data/resources/unicode_data/properties/Dash/value.dump +0 -0
  872. data/resources/unicode_data/properties/Default_Ignorable_Code_Point/value.dump +0 -0
  873. data/resources/unicode_data/properties/Diacritic/value.dump +0 -0
  874. data/resources/unicode_data/properties/East_Asian_Width/N/value.dump +0 -0
  875. data/resources/unicode_data/properties/East_Asian_Width/W/value.dump +0 -0
  876. data/resources/unicode_data/properties/Emoji/value.dump +0 -0
  877. data/resources/unicode_data/properties/Emoji_Modifier_Base/value.dump +4 -2
  878. data/resources/unicode_data/properties/Emoji_Presentation/value.dump +0 -0
  879. data/resources/unicode_data/properties/Extender/value.dump +3 -2
  880. data/resources/unicode_data/properties/General_Category/C/f/value.dump +0 -0
  881. data/resources/unicode_data/properties/General_Category/L/l/value.dump +0 -0
  882. data/resources/unicode_data/properties/General_Category/L/m/value.dump +13 -5
  883. data/resources/unicode_data/properties/General_Category/L/o/value.dump +0 -0
  884. data/resources/unicode_data/properties/General_Category/L/u/value.dump +0 -0
  885. data/resources/unicode_data/properties/General_Category/M/c/value.dump +0 -0
  886. data/resources/unicode_data/properties/General_Category/M/n/value.dump +0 -0
  887. data/resources/unicode_data/properties/General_Category/N/d/value.dump +0 -0
  888. data/resources/unicode_data/properties/General_Category/P/d/value.dump +0 -0
  889. data/resources/unicode_data/properties/General_Category/P/e/value.dump +6 -2
  890. data/resources/unicode_data/properties/General_Category/P/o/value.dump +0 -0
  891. data/resources/unicode_data/properties/General_Category/P/s/value.dump +6 -2
  892. data/resources/unicode_data/properties/General_Category/S/c/value.dump +1 -1
  893. data/resources/unicode_data/properties/General_Category/S/k/value.dump +0 -0
  894. data/resources/unicode_data/properties/General_Category/S/o/value.dump +0 -0
  895. data/resources/unicode_data/properties/Grapheme_Base/value.dump +0 -0
  896. data/resources/unicode_data/properties/Grapheme_Cluster_Break/Extend/value.dump +0 -0
  897. data/resources/unicode_data/properties/Grapheme_Cluster_Break/Prepend/value.dump +0 -0
  898. data/resources/unicode_data/properties/Grapheme_Cluster_Break/SpacingMark/value.dump +0 -0
  899. data/resources/unicode_data/properties/Grapheme_Extend/value.dump +0 -0
  900. data/resources/unicode_data/properties/Grapheme_Link/value.dump +4 -3
  901. data/resources/unicode_data/properties/ID_Continue/value.dump +0 -0
  902. data/resources/unicode_data/properties/ID_Start/value.dump +0 -0
  903. data/resources/unicode_data/properties/Ideographic/value.dump +0 -0
  904. data/resources/unicode_data/properties/Indic_Positional_Category/Bottom/value.dump +6 -4
  905. data/resources/unicode_data/properties/Indic_Positional_Category/Right/value.dump +0 -0
  906. data/resources/unicode_data/properties/Indic_Positional_Category/Top/value.dump +0 -0
  907. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant/value.dump +0 -0
  908. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Dead/value.dump +4 -2
  909. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Final/value.dump +6 -3
  910. data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Succeeding_Repha/value.dump +2 -5
  911. data/resources/unicode_data/properties/Indic_Syllabic_Category/Nukta/value.dump +3 -2
  912. data/resources/unicode_data/properties/Indic_Syllabic_Category/Pure_Killer/value.dump +4 -3
  913. data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Dependent/value.dump +5 -3
  914. data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Independent/value.dump +0 -0
  915. data/resources/unicode_data/properties/Joining_Group/ALEF/value.dump +3 -2
  916. data/resources/unicode_data/properties/Joining_Group/GAF/value.dump +5 -3
  917. data/resources/unicode_data/properties/Joining_Group/HAH/value.dump +3 -2
  918. data/resources/unicode_data/properties/Joining_Group/NOON/value.dump +3 -2
  919. data/resources/unicode_data/properties/Joining_Group/No_Joining_Group/value.dump +0 -0
  920. data/resources/unicode_data/properties/Joining_Group/QAF/value.dump +4 -2
  921. data/resources/unicode_data/properties/Joining_Group/TAH/value.dump +3 -2
  922. data/resources/unicode_data/properties/Joining_Group/THIN YEH/value.dump +3 -0
  923. data/resources/unicode_data/properties/Joining_Group/VERTICAL TAIL/value.dump +3 -0
  924. data/resources/unicode_data/properties/Joining_Type/Dual_Joining/value.dump +0 -0
  925. data/resources/unicode_data/properties/Joining_Type/Join_Causing/value.dump +4 -2
  926. data/resources/unicode_data/properties/Joining_Type/Non_Joining/value.dump +0 -0
  927. data/resources/unicode_data/properties/Joining_Type/Right_Joining/value.dump +6 -3
  928. data/resources/unicode_data/properties/Line_Break/AL/value.dump +0 -0
  929. data/resources/unicode_data/properties/Line_Break/BA/value.dump +0 -0
  930. data/resources/unicode_data/properties/Line_Break/CL/value.dump +6 -2
  931. data/resources/unicode_data/properties/Line_Break/CM/value.dump +0 -0
  932. data/resources/unicode_data/properties/Line_Break/EB/value.dump +4 -2
  933. data/resources/unicode_data/properties/Line_Break/EX/value.dump +4 -3
  934. data/resources/unicode_data/properties/Line_Break/ID/value.dump +0 -0
  935. data/resources/unicode_data/properties/Line_Break/NU/value.dump +0 -0
  936. data/resources/unicode_data/properties/Line_Break/OP/value.dump +6 -2
  937. data/resources/unicode_data/properties/Line_Break/PO/value.dump +3 -2
  938. data/resources/unicode_data/properties/Line_Break/PR/value.dump +2 -1
  939. data/resources/unicode_data/properties/Line_Break/SA/value.dump +0 -0
  940. data/resources/unicode_data/properties/Lowercase/value.dump +0 -0
  941. data/resources/unicode_data/properties/Numeric_Type/0/value.dump +0 -0
  942. data/resources/unicode_data/properties/Numeric_Type/1/value.dump +3 -2
  943. data/resources/unicode_data/properties/Numeric_Type/2/value.dump +3 -2
  944. data/resources/unicode_data/properties/Numeric_Type/3/value.dump +3 -2
  945. data/resources/unicode_data/properties/Numeric_Type/4/value.dump +3 -2
  946. data/resources/unicode_data/properties/Numeric_Type/5/value.dump +3 -2
  947. data/resources/unicode_data/properties/Numeric_Type/6/value.dump +3 -2
  948. data/resources/unicode_data/properties/Numeric_Type/7/value.dump +3 -2
  949. data/resources/unicode_data/properties/Numeric_Type/8/value.dump +3 -2
  950. data/resources/unicode_data/properties/Numeric_Type/9/value.dump +3 -2
  951. data/resources/unicode_data/properties/Numeric_Type/value.dump +0 -0
  952. data/resources/unicode_data/properties/Other_Alphabetic/value.dump +0 -0
  953. data/resources/unicode_data/properties/Other_Lowercase/value.dump +6 -2
  954. data/resources/unicode_data/properties/Prepended_Concatenation_Mark/value.dump +0 -0
  955. data/resources/unicode_data/properties/Script/Ahom/value.dump +0 -0
  956. data/resources/unicode_data/properties/Script/Arabic/value.dump +0 -0
  957. data/resources/unicode_data/properties/Script/Balinese/value.dump +0 -0
  958. data/resources/unicode_data/properties/Script/Brahmi/value.dump +0 -0
  959. data/resources/unicode_data/properties/Script/Canadian_Aboriginal/value.dump +0 -0
  960. data/resources/unicode_data/properties/Script/Common/value.dump +0 -0
  961. data/resources/unicode_data/properties/Script/Cypro_Minoan/value.dump +3 -0
  962. data/resources/unicode_data/properties/Script/Ethiopic/value.dump +0 -0
  963. data/resources/unicode_data/properties/Script/Glagolitic/value.dump +0 -0
  964. data/resources/unicode_data/properties/Script/Han/value.dump +0 -0
  965. data/resources/unicode_data/properties/Script/Hiragana/value.dump +0 -0
  966. data/resources/unicode_data/properties/Script/Inherited/value.dump +0 -0
  967. data/resources/unicode_data/properties/Script/Kaithi/value.dump +1 -1
  968. data/resources/unicode_data/properties/Script/Kannada/value.dump +1 -1
  969. data/resources/unicode_data/properties/Script/Katakana/value.dump +0 -0
  970. data/resources/unicode_data/properties/Script/Latin/value.dump +0 -0
  971. data/resources/unicode_data/properties/Script/Mongolian/value.dump +0 -0
  972. data/resources/unicode_data/properties/Script/Old_Uyghur/value.dump +3 -0
  973. data/resources/unicode_data/properties/Script/Tagalog/value.dump +0 -0
  974. data/resources/unicode_data/properties/Script/Takri/value.dump +1 -1
  975. data/resources/unicode_data/properties/Script/Tangsa/value.dump +4 -0
  976. data/resources/unicode_data/properties/Script/Telugu/value.dump +0 -0
  977. data/resources/unicode_data/properties/Script/Toto/value.dump +3 -0
  978. data/resources/unicode_data/properties/Script/Vithkuqi/value.dump +10 -0
  979. data/resources/unicode_data/properties/Script_Extensions/Adlm/value.dump +3 -2
  980. data/resources/unicode_data/properties/Script_Extensions/Arab/value.dump +3 -2
  981. data/resources/unicode_data/properties/Script_Extensions/Cpmn/value.dump +0 -0
  982. data/resources/unicode_data/properties/Script_Extensions/Mani/value.dump +5 -2
  983. data/resources/unicode_data/properties/Script_Extensions/Nkoo/value.dump +6 -0
  984. data/resources/unicode_data/properties/Script_Extensions/Ougr/value.dump +6 -0
  985. data/resources/unicode_data/properties/Script_Extensions/Syrc/value.dump +3 -2
  986. data/resources/unicode_data/properties/Sentence_Break/Close/value.dump +0 -0
  987. data/resources/unicode_data/properties/Sentence_Break/Extend/value.dump +0 -0
  988. data/resources/unicode_data/properties/Sentence_Break/Format/value.dump +0 -0
  989. data/resources/unicode_data/properties/Sentence_Break/Lower/value.dump +0 -0
  990. data/resources/unicode_data/properties/Sentence_Break/Numeric/value.dump +0 -0
  991. data/resources/unicode_data/properties/Sentence_Break/OLetter/value.dump +0 -0
  992. data/resources/unicode_data/properties/Sentence_Break/STerm/value.dump +0 -0
  993. data/resources/unicode_data/properties/Sentence_Break/Upper/value.dump +0 -0
  994. data/resources/unicode_data/properties/Sentence_Terminal/value.dump +0 -0
  995. data/resources/unicode_data/properties/Soft_Dotted/value.dump +3 -2
  996. data/resources/unicode_data/properties/Terminal_Punctuation/value.dump +0 -0
  997. data/resources/unicode_data/properties/Unified_Ideograph/value.dump +0 -0
  998. data/resources/unicode_data/properties/Uppercase/value.dump +0 -0
  999. data/resources/unicode_data/properties/Variation_Selector/value.dump +0 -0
  1000. data/resources/unicode_data/properties/Word_Break/ALetter/value.dump +0 -0
  1001. data/resources/unicode_data/properties/Word_Break/Extend/value.dump +0 -0
  1002. data/resources/unicode_data/properties/Word_Break/Format/value.dump +0 -0
  1003. data/resources/unicode_data/properties/Word_Break/Katakana/value.dump +0 -0
  1004. data/resources/unicode_data/properties/Word_Break/Numeric/value.dump +0 -0
  1005. data/resources/unicode_data/properties/XID_Continue/value.dump +0 -0
  1006. data/resources/unicode_data/properties/XID_Start/value.dump +0 -0
  1007. data/resources/unicode_data/property_value_aliases.yml +40 -0
  1008. data/spec/formatters/list_formatter_spec.rb +20 -0
  1009. data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +234 -0
  1010. data/spec/formatters/numbers/rbnf/locales/fi/rbnf_test.yml +234 -0
  1011. data/spec/formatters/numbers/rbnf/locales/pt/rbnf_test.yml +32 -32
  1012. data/spec/localized/localized_date_spec.rb +0 -12
  1013. data/spec/localized/localized_datetime_spec.rb +1 -15
  1014. data/spec/localized/localized_time_spec.rb +0 -12
  1015. data/spec/parsers/unicode_regex/character_set_spec.rb +2 -1
  1016. data/spec/shared/unit_spec.rb +9 -9
  1017. data/spec/timezones/tests/af.yml +3 -3
  1018. data/spec/timezones/tests/ar.yml +3 -3
  1019. data/spec/timezones/tests/az.yml +3 -3
  1020. data/spec/timezones/tests/be.yml +3 -3
  1021. data/spec/timezones/tests/bg.yml +3 -3
  1022. data/spec/timezones/tests/bn.yml +3 -3
  1023. data/spec/timezones/tests/bo.yml +3 -3
  1024. data/spec/timezones/tests/bs.yml +3 -3
  1025. data/spec/timezones/tests/ca.yml +17 -17
  1026. data/spec/timezones/tests/cs.yml +3 -3
  1027. data/spec/timezones/tests/cy.yml +3 -3
  1028. data/spec/timezones/tests/da.yml +3 -3
  1029. data/spec/timezones/tests/de-AT.yml +3 -3
  1030. data/spec/timezones/tests/de-CH.yml +3 -3
  1031. data/spec/timezones/tests/de.yml +3 -3
  1032. data/spec/timezones/tests/el.yml +3 -3
  1033. data/spec/timezones/tests/en-001.yml +3 -3
  1034. data/spec/timezones/tests/en-150.yml +3 -3
  1035. data/spec/timezones/tests/en-AU.yml +3 -3
  1036. data/spec/timezones/tests/en-CA.yml +208 -208
  1037. data/spec/timezones/tests/en-GB.yml +3 -3
  1038. data/spec/timezones/tests/en-IE.yml +3 -3
  1039. data/spec/timezones/tests/en-IN.yml +3 -3
  1040. data/spec/timezones/tests/en-NZ.yml +3 -3
  1041. data/spec/timezones/tests/en-SG.yml +3 -3
  1042. data/spec/timezones/tests/en-US.yml +3 -3
  1043. data/spec/timezones/tests/en-ZA.yml +3 -3
  1044. data/spec/timezones/tests/en.yml +3 -3
  1045. data/spec/timezones/tests/eo.yml +3 -3
  1046. data/spec/timezones/tests/es-419.yml +6 -6
  1047. data/spec/timezones/tests/es-AR.yml +6 -6
  1048. data/spec/timezones/tests/es-CO.yml +6 -6
  1049. data/spec/timezones/tests/es-MX.yml +4 -4
  1050. data/spec/timezones/tests/es-US.yml +13 -13
  1051. data/spec/timezones/tests/es.yml +6 -6
  1052. data/spec/timezones/tests/et.yml +3 -3
  1053. data/spec/timezones/tests/eu.yml +285 -285
  1054. data/spec/timezones/tests/fa.yml +14 -14
  1055. data/spec/timezones/tests/fi.yml +3 -3
  1056. data/spec/timezones/tests/fil.yml +9 -9
  1057. data/spec/timezones/tests/fr-BE.yml +11 -11
  1058. data/spec/timezones/tests/fr-CA.yml +3 -3
  1059. data/spec/timezones/tests/fr-CH.yml +11 -11
  1060. data/spec/timezones/tests/fr.yml +11 -11
  1061. data/spec/timezones/tests/ga.yml +190 -190
  1062. data/spec/timezones/tests/gl.yml +3 -3
  1063. data/spec/timezones/tests/gu.yml +3 -3
  1064. data/spec/timezones/tests/he.yml +3 -3
  1065. data/spec/timezones/tests/hi.yml +7 -7
  1066. data/spec/timezones/tests/hr.yml +3 -3
  1067. data/spec/timezones/tests/hu.yml +3 -3
  1068. data/spec/timezones/tests/hy.yml +3 -3
  1069. data/spec/timezones/tests/id.yml +287 -287
  1070. data/spec/timezones/tests/is.yml +3 -3
  1071. data/spec/timezones/tests/it-CH.yml +3 -3
  1072. data/spec/timezones/tests/it.yml +3 -3
  1073. data/spec/timezones/tests/ja.yml +3 -3
  1074. data/spec/timezones/tests/ka.yml +3 -3
  1075. data/spec/timezones/tests/kk.yml +3 -3
  1076. data/spec/timezones/tests/km.yml +3 -3
  1077. data/spec/timezones/tests/kn.yml +10 -10
  1078. data/spec/timezones/tests/ko.yml +3 -3
  1079. data/spec/timezones/tests/lo.yml +3 -3
  1080. data/spec/timezones/tests/lt.yml +3 -3
  1081. data/spec/timezones/tests/lv.yml +3 -3
  1082. data/spec/timezones/tests/mk.yml +8 -8
  1083. data/spec/timezones/tests/mr.yml +3 -3
  1084. data/spec/timezones/tests/ms.yml +3 -3
  1085. data/spec/timezones/tests/mt.yml +13 -13
  1086. data/spec/timezones/tests/my.yml +3 -3
  1087. data/spec/timezones/tests/nb.yml +3 -3
  1088. data/spec/timezones/tests/nl-BE.yml +3 -3
  1089. data/spec/timezones/tests/nl.yml +3 -3
  1090. data/spec/timezones/tests/pl.yml +5 -5
  1091. data/spec/timezones/tests/pt-PT.yml +3 -3
  1092. data/spec/timezones/tests/pt.yml +3 -3
  1093. data/spec/timezones/tests/ro.yml +3 -3
  1094. data/spec/timezones/tests/ru.yml +3 -3
  1095. data/spec/timezones/tests/sk.yml +3 -3
  1096. data/spec/timezones/tests/sl.yml +3 -3
  1097. data/spec/timezones/tests/sq.yml +3 -3
  1098. data/spec/timezones/tests/sr-Cyrl-ME.yml +3 -3
  1099. data/spec/timezones/tests/sr-Latn-ME.yml +3 -3
  1100. data/spec/timezones/tests/sr.yml +3 -3
  1101. data/spec/timezones/tests/sv.yml +4 -4
  1102. data/spec/timezones/tests/sw.yml +3 -3
  1103. data/spec/timezones/tests/ta.yml +3 -3
  1104. data/spec/timezones/tests/th.yml +3 -3
  1105. data/spec/timezones/tests/tr.yml +3 -3
  1106. data/spec/timezones/tests/uk.yml +3 -3
  1107. data/spec/timezones/tests/ur.yml +3 -3
  1108. data/spec/timezones/tests/vi.yml +3 -3
  1109. data/spec/timezones/tests/xh.yml +3 -3
  1110. data/spec/timezones/tests/zh-Hant.yml +13 -13
  1111. data/spec/timezones/tests/zh.yml +13 -13
  1112. data/spec/timezones/tests/zu.yml +3 -3
  1113. data/spec/timezones/timezone_spec.rb +41 -0
  1114. data/spec/tokenizers/calendars/date_tokenizer_spec.rb +0 -18
  1115. metadata +43 -6
  1116. data/lib/twitter_cldr/tokenizers/composite_token.rb +0 -26
  1117. data/resources/custom/locales/en-AU/calendars.yml +0 -10
  1118. data/spec/tokenizers/composite_token_spec.rb +0 -30
@@ -1,931 +1,4 @@
1
1
  ---
2
2
  :nb:
3
3
  :rbnf:
4
- :grouping:
5
- -
6
- :ruleset:
7
- -
8
- :rules:
9
- -
10
- :rule: "minus >>;"
11
- :value: "-x"
12
- -
13
- :rule: =0.0=;
14
- :value: x.x
15
- -
16
- :rule: =%spellout-numbering=;
17
- :value: 0
18
- -
19
- :radix: 100
20
- :rule: "<<­hundre[ og >>];"
21
- :value: 1100
22
- -
23
- :rule: =%spellout-numbering=;
24
- :value: 10000
25
- :type: spellout-numbering-year
26
- -
27
- :rules:
28
- -
29
- :rule: =%%spellout-cardinal-reale=;
30
- :value: 0
31
- :type: spellout-numbering
32
- -
33
- :rules:
34
- -
35
- :rule: =%%spellout-cardinal-reale=;
36
- :value: 0
37
- :type: spellout-cardinal-masculine
38
- -
39
- :rules:
40
- -
41
- :rule: "minus >>;"
42
- :value: "-x"
43
- -
44
- :rule: "<< komma >>;"
45
- :value: x.x
46
- -
47
- :rule: null;
48
- :value: 0
49
- -
50
- :rule: ei;
51
- :value: 1
52
- -
53
- :rule: =%%spellout-cardinal-reale=;
54
- :value: 2
55
- -
56
- :rule: "hundre[ og >>];"
57
- :value: 100
58
- -
59
- :rule: "<%spellout-cardinal-neuter< hundre[ og >>];"
60
- :value: 200
61
- -
62
- :rule: "tusen[ >%%and-small-f>];"
63
- :value: 1000
64
- -
65
- :rule: "<%spellout-cardinal-neuter< tusen[ >%%and-small-f>];"
66
- :value: 2000
67
- -
68
- :rule: "én million[ >>];"
69
- :value: 1000000
70
- -
71
- :rule: "<%%spellout-cardinal-reale< millioner[ >>];"
72
- :value: 2000000
73
- -
74
- :rule: "én milliard[ >>];"
75
- :value: 1000000000
76
- -
77
- :rule: "<%%spellout-cardinal-reale< milliarder[ >>];"
78
- :value: 2000000000
79
- -
80
- :rule: "én billion[ >>];"
81
- :value: 1000000000000
82
- -
83
- :rule: "<%%spellout-cardinal-reale< billioner[ >>];"
84
- :value: 2000000000000
85
- -
86
- :rule: "én billiard[ >>];"
87
- :value: 1000000000000000
88
- -
89
- :rule: "<%%spellout-cardinal-reale< billiarder[ >>];"
90
- :value: 2000000000000000
91
- -
92
- :rule: "=#,##0=;"
93
- :value: 1000000000000000000
94
- :type: spellout-cardinal-feminine
95
- -
96
- :access: private
97
- :rules:
98
- -
99
- :rule: "og =%spellout-cardinal-feminine=;"
100
- :value: 0
101
- -
102
- :rule: =%spellout-cardinal-feminine=;
103
- :value: 100
104
- :type: and-small-f
105
- -
106
- :rules:
107
- -
108
- :rule: "minus >>;"
109
- :value: "-x"
110
- -
111
- :rule: "<< komma >>;"
112
- :value: x.x
113
- -
114
- :rule: null;
115
- :value: 0
116
- -
117
- :rule: ett;
118
- :value: 1
119
- -
120
- :rule: =%%spellout-cardinal-reale=;
121
- :value: 2
122
- -
123
- :rule: "tjue[­>>];"
124
- :value: 20
125
- -
126
- :rule: "tretti[­>>];"
127
- :value: 30
128
- -
129
- :rule: "førti[­>>];"
130
- :value: 40
131
- -
132
- :rule: "femti[­>>];"
133
- :value: 50
134
- -
135
- :rule: "seksti[­>>];"
136
- :value: 60
137
- -
138
- :rule: "sytti[­>>];"
139
- :value: 70
140
- -
141
- :rule: "åtti[­>>];"
142
- :value: 80
143
- -
144
- :rule: "nitti[­>>];"
145
- :value: 90
146
- -
147
- :rule: "hundre[ og >>];"
148
- :value: 100
149
- -
150
- :rule: "<%spellout-cardinal-neuter< hundre[ og >>];"
151
- :value: 200
152
- -
153
- :rule: "tusen[ >%%and-small-n>];"
154
- :value: 1000
155
- -
156
- :rule: "<%spellout-cardinal-neuter< tusen[ >%%and-small-n>];"
157
- :value: 2000
158
- -
159
- :rule: "én million[ >>];"
160
- :value: 1000000
161
- -
162
- :rule: "<%%spellout-cardinal-reale< millioner[ >>];"
163
- :value: 2000000
164
- -
165
- :rule: "én milliard[ >>];"
166
- :value: 1000000000
167
- -
168
- :rule: "<%%spellout-cardinal-reale< milliarder[ >>];"
169
- :value: 2000000000
170
- -
171
- :rule: "én billion[ >>];"
172
- :value: 1000000000000
173
- -
174
- :rule: "<%%spellout-cardinal-reale< billioner[ >>];"
175
- :value: 2000000000000
176
- -
177
- :rule: "én billiard[ >>];"
178
- :value: 1000000000000000
179
- -
180
- :rule: "<%%spellout-cardinal-reale< billiarder[ >>];"
181
- :value: 2000000000000000
182
- -
183
- :rule: "=#,##0=;"
184
- :value: 1000000000000000000
185
- :type: spellout-cardinal-neuter
186
- -
187
- :access: private
188
- :rules:
189
- -
190
- :rule: "og =%spellout-cardinal-neuter=;"
191
- :value: 0
192
- -
193
- :rule: =%spellout-cardinal-neuter=;
194
- :value: 100
195
- :type: and-small-n
196
- -
197
- :access: private
198
- :rules:
199
- -
200
- :rule: "minus >>;"
201
- :value: "-x"
202
- -
203
- :rule: "<< komma >>;"
204
- :value: x.x
205
- -
206
- :rule: null;
207
- :value: 0
208
- -
209
- :rule: én;
210
- :value: 1
211
- -
212
- :rule: to;
213
- :value: 2
214
- -
215
- :rule: tre;
216
- :value: 3
217
- -
218
- :rule: fire;
219
- :value: 4
220
- -
221
- :rule: fem;
222
- :value: 5
223
- -
224
- :rule: seks;
225
- :value: 6
226
- -
227
- :rule: sju;
228
- :value: 7
229
- -
230
- :rule: åtte;
231
- :value: 8
232
- -
233
- :rule: ni;
234
- :value: 9
235
- -
236
- :rule: ti;
237
- :value: 10
238
- -
239
- :rule: elleve;
240
- :value: 11
241
- -
242
- :rule: tolv;
243
- :value: 12
244
- -
245
- :rule: tretten;
246
- :value: 13
247
- -
248
- :rule: fjorten;
249
- :value: 14
250
- -
251
- :rule: femten;
252
- :value: 15
253
- -
254
- :rule: seksten;
255
- :value: 16
256
- -
257
- :rule: sytten;
258
- :value: 17
259
- -
260
- :rule: atten;
261
- :value: 18
262
- -
263
- :rule: nitten;
264
- :value: 19
265
- -
266
- :rule: "tjue[­>>];"
267
- :value: 20
268
- -
269
- :rule: "tretti[­>>];"
270
- :value: 30
271
- -
272
- :rule: "førti[­>>];"
273
- :value: 40
274
- -
275
- :rule: "femti[­>>];"
276
- :value: 50
277
- -
278
- :rule: "seksti[­>>];"
279
- :value: 60
280
- -
281
- :rule: "sytti[­>>];"
282
- :value: 70
283
- -
284
- :rule: "åtti[­>>];"
285
- :value: 80
286
- -
287
- :rule: "nitti[­>>];"
288
- :value: 90
289
- -
290
- :rule: "hundre[ og >>];"
291
- :value: 100
292
- -
293
- :rule: "<%spellout-cardinal-neuter< hundre[ og >>];"
294
- :value: 200
295
- -
296
- :rule: "tusen[ >%%and-small>];"
297
- :value: 1000
298
- -
299
- :rule: "<%spellout-cardinal-neuter< tusen[ >%%and-small>];"
300
- :value: 2000
301
- -
302
- :rule: "én million[ >>];"
303
- :value: 1000000
304
- -
305
- :rule: "<< millioner[ >>];"
306
- :value: 2000000
307
- -
308
- :rule: "én milliard[ >>];"
309
- :value: 1000000000
310
- -
311
- :rule: "<< milliarder[ >>];"
312
- :value: 2000000000
313
- -
314
- :rule: "én billion[ >>];"
315
- :value: 1000000000000
316
- -
317
- :rule: "<< billioner[ >>];"
318
- :value: 2000000000000
319
- -
320
- :rule: "én billiard[ >>];"
321
- :value: 1000000000000000
322
- -
323
- :rule: "<< billiarder[ >>];"
324
- :value: 2000000000000000
325
- -
326
- :rule: "=#,##0=;"
327
- :value: 1000000000000000000
328
- :type: spellout-cardinal-reale
329
- -
330
- :access: private
331
- :rules:
332
- -
333
- :rule: "og =%%spellout-cardinal-reale=;"
334
- :value: 0
335
- -
336
- :rule: =%%spellout-cardinal-reale=;
337
- :value: 100
338
- :type: and-small
339
- -
340
- :rules:
341
- -
342
- :rule: "minus >>;"
343
- :value: "-x"
344
- -
345
- :rule: "=#,##0.#=;"
346
- :value: x.x
347
- -
348
- :rule: nullte;
349
- :value: 0
350
- -
351
- :rule: første;
352
- :value: 1
353
- -
354
- :rule: andre;
355
- :value: 2
356
- -
357
- :rule: tredje;
358
- :value: 3
359
- -
360
- :rule: fjerde;
361
- :value: 4
362
- -
363
- :rule: femte;
364
- :value: 5
365
- -
366
- :rule: sjette;
367
- :value: 6
368
- -
369
- :rule: sjuende;
370
- :value: 7
371
- -
372
- :rule: åttende;
373
- :value: 8
374
- -
375
- :rule: niende;
376
- :value: 9
377
- -
378
- :rule: tiende;
379
- :value: 10
380
- -
381
- :rule: ellevte;
382
- :value: 11
383
- -
384
- :rule: tolvte;
385
- :value: 12
386
- -
387
- :rule: =%spellout-cardinal-neuter=de;
388
- :value: 13
389
- -
390
- :rule: tjue>%%ord-masc-nde>;
391
- :value: 20
392
- -
393
- :rule: tretti>%%ord-masc-nde>;
394
- :value: 30
395
- -
396
- :rule: førti>%%ord-masc-nde>;
397
- :value: 40
398
- -
399
- :rule: femti>%%ord-masc-nde>;
400
- :value: 50
401
- -
402
- :rule: seksti>%%ord-masc-nde>;
403
- :value: 60
404
- -
405
- :rule: sytti>%%ord-masc-nde>;
406
- :value: 70
407
- -
408
- :rule: åtti>%%ord-masc-nde>;
409
- :value: 80
410
- -
411
- :rule: nitti>%%ord-masc-nde>;
412
- :value: 90
413
- -
414
- :rule: <%spellout-numbering<­hundre>%%ord-masc-de>;
415
- :value: 100
416
- -
417
- :rule: <%spellout-numbering<­tusen>%%ord-masc-de>;
418
- :value: 1000
419
- -
420
- :rule: "én million>%%ord-masc-te>;"
421
- :value: 1000000
422
- -
423
- :rule: "<%%spellout-cardinal-reale< million>%%ord-masc-teer>;"
424
- :value: 2000000
425
- -
426
- :rule: "én milliard>%%ord-masc-te>;"
427
- :value: 1000000000
428
- -
429
- :rule: "<%%spellout-cardinal-reale< milliard>%%ord-masc-teer>;"
430
- :value: 2000000000
431
- -
432
- :rule: "én billion>%%ord-masc-te>;"
433
- :value: 1000000000000
434
- -
435
- :rule: "<%%spellout-cardinal-reale< billion>%%ord-masc-teer>;"
436
- :value: 2000000000000
437
- -
438
- :rule: "én billiard>%%ord-masc-te>;"
439
- :value: 1000000000000000
440
- -
441
- :rule: "<%%spellout-cardinal-reale< billiard>%%ord-masc-teer>;"
442
- :value: 2000000000000000
443
- -
444
- :rule: "=#,##0=.;"
445
- :value: 1000000000000000000
446
- :type: spellout-ordinal-masculine
447
- -
448
- :access: private
449
- :rules:
450
- -
451
- :rule: ende;
452
- :value: 0
453
- -
454
- :rule: ­=%spellout-ordinal-masculine=;
455
- :value: 1
456
- :type: ord-masc-nde
457
- -
458
- :access: private
459
- :rules:
460
- -
461
- :rule: de;
462
- :value: 0
463
- -
464
- :rule: " =%spellout-ordinal-masculine=;"
465
- :value: 1
466
- :type: ord-masc-de
467
- -
468
- :access: private
469
- :rules:
470
- -
471
- :rule: te;
472
- :value: 0
473
- -
474
- :rule: " =%spellout-ordinal-masculine=;"
475
- :value: 1
476
- :type: ord-masc-te
477
- -
478
- :access: private
479
- :rules:
480
- -
481
- :rule: te;
482
- :value: 0
483
- -
484
- :rule: "er =%spellout-ordinal-masculine=;"
485
- :value: 1
486
- :type: ord-masc-teer
487
- -
488
- :rules:
489
- -
490
- :rule: "minus >>;"
491
- :value: "-x"
492
- -
493
- :rule: "=#,##0.#=;"
494
- :value: x.x
495
- -
496
- :rule: nullte;
497
- :value: 0
498
- -
499
- :rule: første;
500
- :value: 1
501
- -
502
- :rule: andre;
503
- :value: 2
504
- -
505
- :rule: tredje;
506
- :value: 3
507
- -
508
- :rule: fjerde;
509
- :value: 4
510
- -
511
- :rule: femte;
512
- :value: 5
513
- -
514
- :rule: sjette;
515
- :value: 6
516
- -
517
- :rule: sjuende;
518
- :value: 7
519
- -
520
- :rule: åttende;
521
- :value: 8
522
- -
523
- :rule: niende;
524
- :value: 9
525
- -
526
- :rule: tiende;
527
- :value: 10
528
- -
529
- :rule: ellevte;
530
- :value: 11
531
- -
532
- :rule: tolvte;
533
- :value: 12
534
- -
535
- :rule: =%spellout-cardinal-neuter=de;
536
- :value: 13
537
- -
538
- :rule: tjue>%%ord-neut-nde>;
539
- :value: 20
540
- -
541
- :rule: tretti>%%ord-neut-nde>;
542
- :value: 30
543
- -
544
- :rule: førti>%%ord-neut-nde>;
545
- :value: 40
546
- -
547
- :rule: femti>%%ord-neut-nde>;
548
- :value: 50
549
- -
550
- :rule: seksti>%%ord-neut-nde>;
551
- :value: 60
552
- -
553
- :rule: sytti>%%ord-neut-nde>;
554
- :value: 70
555
- -
556
- :rule: åtti>%%ord-neut-nde>;
557
- :value: 80
558
- -
559
- :rule: nitti>%%ord-neut-nde>;
560
- :value: 90
561
- -
562
- :rule: <%spellout-numbering<­hundre>%%ord-neut-de>;
563
- :value: 100
564
- -
565
- :rule: <%spellout-numbering<­tusen>%%ord-neut-de>;
566
- :value: 1000
567
- -
568
- :rule: "én million>%%ord-neut-te>;"
569
- :value: 1000000
570
- -
571
- :rule: "<%%spellout-cardinal-reale< million>%%ord-neut-teer>;"
572
- :value: 2000000
573
- -
574
- :rule: "én milliard>%%ord-neut-te>;"
575
- :value: 1000000000
576
- -
577
- :rule: "<%%spellout-cardinal-reale< milliard>%%ord-neut-teer>;"
578
- :value: 2000000000
579
- -
580
- :rule: "én billion>%%ord-neut-te>;"
581
- :value: 1000000000000
582
- -
583
- :rule: "<%%spellout-cardinal-reale< billion>%%ord-neut-teer>;"
584
- :value: 2000000000000
585
- -
586
- :rule: "én billiard>%%ord-neut-te>;"
587
- :value: 1000000000000000
588
- -
589
- :rule: "<%%spellout-cardinal-reale< billiard>%%ord-neut-teer>;"
590
- :value: 2000000000000000
591
- -
592
- :rule: "=#,##0=.;"
593
- :value: 1000000000000000000
594
- :type: spellout-ordinal-neuter
595
- -
596
- :access: private
597
- :rules:
598
- -
599
- :rule: ende;
600
- :value: 0
601
- -
602
- :rule: ­=%spellout-ordinal-neuter=;
603
- :value: 1
604
- :type: ord-neut-nde
605
- -
606
- :access: private
607
- :rules:
608
- -
609
- :rule: de;
610
- :value: 0
611
- -
612
- :rule: " =%spellout-ordinal-neuter=;"
613
- :value: 1
614
- :type: ord-neut-de
615
- -
616
- :access: private
617
- :rules:
618
- -
619
- :rule: te;
620
- :value: 0
621
- -
622
- :rule: " =%spellout-ordinal-neuter=;"
623
- :value: 1
624
- :type: ord-neut-te
625
- -
626
- :access: private
627
- :rules:
628
- -
629
- :rule: te;
630
- :value: 0
631
- -
632
- :rule: "er =%spellout-ordinal-neuter=;"
633
- :value: 1
634
- :type: ord-neut-teer
635
- -
636
- :rules:
637
- -
638
- :rule: "minus >>;"
639
- :value: "-x"
640
- -
641
- :rule: "=#,##0.#=;"
642
- :value: x.x
643
- -
644
- :rule: nullte;
645
- :value: 0
646
- -
647
- :rule: første;
648
- :value: 1
649
- -
650
- :rule: andre;
651
- :value: 2
652
- -
653
- :rule: tredje;
654
- :value: 3
655
- -
656
- :rule: fjerde;
657
- :value: 4
658
- -
659
- :rule: femte;
660
- :value: 5
661
- -
662
- :rule: sjette;
663
- :value: 6
664
- -
665
- :rule: sjuende;
666
- :value: 7
667
- -
668
- :rule: åttende;
669
- :value: 8
670
- -
671
- :rule: niende;
672
- :value: 9
673
- -
674
- :rule: tiende;
675
- :value: 10
676
- -
677
- :rule: ellevte;
678
- :value: 11
679
- -
680
- :rule: tolvte;
681
- :value: 12
682
- -
683
- :rule: =%spellout-cardinal-neuter=de;
684
- :value: 13
685
- -
686
- :rule: tjue>%%ord-fem-nde>;
687
- :value: 20
688
- -
689
- :rule: tretti>%%ord-fem-nde>;
690
- :value: 30
691
- -
692
- :rule: førti>%%ord-fem-nde>;
693
- :value: 40
694
- -
695
- :rule: femti>%%ord-fem-nde>;
696
- :value: 50
697
- -
698
- :rule: seksti>%%ord-fem-nde>;
699
- :value: 60
700
- -
701
- :rule: sytti>%%ord-fem-nde>;
702
- :value: 70
703
- -
704
- :rule: åtti>%%ord-fem-nde>;
705
- :value: 80
706
- -
707
- :rule: nitti>%%ord-fem-nde>;
708
- :value: 90
709
- -
710
- :rule: <%spellout-numbering<­hundre>%%ord-fem-de>;
711
- :value: 100
712
- -
713
- :rule: <%spellout-numbering<­tusen>%%ord-fem-de>;
714
- :value: 1000
715
- -
716
- :rule: "én million>%%ord-fem-te>;"
717
- :value: 1000000
718
- -
719
- :rule: "<%%spellout-cardinal-reale< million>%%ord-fem-teer>;"
720
- :value: 2000000
721
- -
722
- :rule: "én milliard>%%ord-fem-te>;"
723
- :value: 1000000000
724
- -
725
- :rule: "<%%spellout-cardinal-reale< milliard>%%ord-fem-teer>;"
726
- :value: 2000000000
727
- -
728
- :rule: "én billion>%%ord-fem-te>;"
729
- :value: 1000000000000
730
- -
731
- :rule: "<%%spellout-cardinal-reale< billion>%%ord-fem-teer>;"
732
- :value: 2000000000000
733
- -
734
- :rule: "én billiard>%%ord-fem-te>;"
735
- :value: 1000000000000000
736
- -
737
- :rule: "<%%spellout-cardinal-reale< billiard>%%ord-fem-teer>;"
738
- :value: 2000000000000000
739
- -
740
- :rule: "=#,##0=.;"
741
- :value: 1000000000000000000
742
- :type: spellout-ordinal-feminine
743
- -
744
- :access: private
745
- :rules:
746
- -
747
- :rule: ende;
748
- :value: 0
749
- -
750
- :rule: ­=%spellout-ordinal-feminine=;
751
- :value: 1
752
- :type: ord-fem-nde
753
- -
754
- :access: private
755
- :rules:
756
- -
757
- :rule: de;
758
- :value: 0
759
- -
760
- :rule: " =%spellout-ordinal-feminine=;"
761
- :value: 1
762
- :type: ord-fem-de
763
- -
764
- :access: private
765
- :rules:
766
- -
767
- :rule: te;
768
- :value: 0
769
- -
770
- :rule: " =%spellout-ordinal-feminine=;"
771
- :value: 1
772
- :type: ord-fem-te
773
- -
774
- :access: private
775
- :rules:
776
- -
777
- :rule: te;
778
- :value: 0
779
- -
780
- :rule: "er =%spellout-ordinal-feminine=;"
781
- :value: 1
782
- :type: ord-fem-teer
783
- -
784
- :rules:
785
- -
786
- :rule: "minus >>;"
787
- :value: "-x"
788
- -
789
- :rule: "=#,##0.#=;"
790
- :value: x.x
791
- -
792
- :rule: nullte;
793
- :value: 0
794
- -
795
- :rule: første;
796
- :value: 1
797
- -
798
- :rule: andre;
799
- :value: 2
800
- -
801
- :rule: tredje;
802
- :value: 3
803
- -
804
- :rule: fjerde;
805
- :value: 4
806
- -
807
- :rule: femte;
808
- :value: 5
809
- -
810
- :rule: sjette;
811
- :value: 6
812
- -
813
- :rule: sjuende;
814
- :value: 7
815
- -
816
- :rule: åttende;
817
- :value: 8
818
- -
819
- :rule: niende;
820
- :value: 9
821
- -
822
- :rule: tiende;
823
- :value: 10
824
- -
825
- :rule: ellevte;
826
- :value: 11
827
- -
828
- :rule: tolvte;
829
- :value: 12
830
- -
831
- :rule: =%spellout-cardinal-neuter=de;
832
- :value: 13
833
- -
834
- :rule: tjue>%%ord-plural-nde>;
835
- :value: 20
836
- -
837
- :rule: tretti>%%ord-plural-nde>;
838
- :value: 30
839
- -
840
- :rule: førti>%%ord-plural-nde>;
841
- :value: 40
842
- -
843
- :rule: femti>%%ord-plural-nde>;
844
- :value: 50
845
- -
846
- :rule: seksti>%%ord-plural-nde>;
847
- :value: 60
848
- -
849
- :rule: sytti>%%ord-plural-nde>;
850
- :value: 70
851
- -
852
- :rule: åtti>%%ord-plural-nde>;
853
- :value: 80
854
- -
855
- :rule: nitti>%%ord-plural-nde>;
856
- :value: 90
857
- -
858
- :rule: <%spellout-numbering<­hundre>%%ord-plural-de>;
859
- :value: 100
860
- -
861
- :rule: <%spellout-numbering<­tusen>%%ord-plural-de>;
862
- :value: 1000
863
- -
864
- :rule: "én million>%%ord-plural-te>;"
865
- :value: 1000000
866
- -
867
- :rule: "<%%spellout-cardinal-reale< million>%%ord-plural-teer>;"
868
- :value: 2000000
869
- -
870
- :rule: "én milliard>%%ord-plural-te>;"
871
- :value: 1000000000
872
- -
873
- :rule: "<%%spellout-cardinal-reale< milliard>%%ord-plural-teer>;"
874
- :value: 2000000000
875
- -
876
- :rule: "én billion>%%ord-plural-te>;"
877
- :value: 1000000000000
878
- -
879
- :rule: "<%%spellout-cardinal-reale< billion>%%ord-plural-teer>;"
880
- :value: 2000000000000
881
- -
882
- :rule: "én billiard>%%ord-plural-te>;"
883
- :value: 1000000000000000
884
- -
885
- :rule: "<%%spellout-cardinal-reale< billiard>%%ord-plural-teer>;"
886
- :value: 2000000000000000
887
- -
888
- :rule: "=#,##0=.;"
889
- :value: 1000000000000000000
890
- :type: spellout-ordinal-plural
891
- -
892
- :access: private
893
- :rules:
894
- -
895
- :rule: ende;
896
- :value: 0
897
- -
898
- :rule: ­=%spellout-ordinal-plural=;
899
- :value: 1
900
- :type: ord-plural-nde
901
- -
902
- :access: private
903
- :rules:
904
- -
905
- :rule: de;
906
- :value: 0
907
- -
908
- :rule: " =%spellout-ordinal-plural=;"
909
- :value: 1
910
- :type: ord-plural-de
911
- -
912
- :access: private
913
- :rules:
914
- -
915
- :rule: te;
916
- :value: 0
917
- -
918
- :rule: " =%spellout-ordinal-plural=;"
919
- :value: 1
920
- :type: ord-plural-te
921
- -
922
- :access: private
923
- :rules:
924
- -
925
- :rule: te;
926
- :value: 0
927
- -
928
- :rule: "er =%spellout-ordinal-plural=;"
929
- :value: 1
930
- :type: ord-plural-teer
931
- :type: SpelloutRules
4
+ :grouping: []