twitter_cldr 3.0.10 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (569) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -2
  3. data/History.txt +9 -0
  4. data/README.md +8 -0
  5. data/Rakefile +1 -1
  6. data/lib/twitter_cldr.rb +1 -1
  7. data/lib/twitter_cldr/data_readers/number_data_reader.rb +60 -8
  8. data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +3 -11
  9. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +5 -12
  10. data/lib/twitter_cldr/formatters/numbers/rbnf.rb +2 -1
  11. data/lib/twitter_cldr/formatters/numbers/rbnf/formatters.rb +4 -1
  12. data/lib/twitter_cldr/formatters/numbers/rbnf/plural.rb +49 -0
  13. data/lib/twitter_cldr/formatters/numbers/rbnf/rule.rb +4 -3
  14. data/lib/twitter_cldr/formatters/numbers/rbnf/rule_parser.rb +12 -1
  15. data/lib/twitter_cldr/formatters/numbers/rbnf/substitution.rb +1 -1
  16. data/lib/twitter_cldr/formatters/plurals/rules.rb +26 -10
  17. data/lib/twitter_cldr/localized/localized_number.rb +2 -15
  18. data/lib/twitter_cldr/resources/download.rb +3 -3
  19. data/lib/twitter_cldr/resources/locales_resources_importer.rb +24 -16
  20. data/lib/twitter_cldr/resources/uli/segment_exceptions_importer.rb +1 -1
  21. data/lib/twitter_cldr/shared/postal_codes.rb +30 -2
  22. data/lib/twitter_cldr/tokenizers/numbers/rbnf_tokenizer.rb +2 -1
  23. data/lib/twitter_cldr/version.rb +1 -1
  24. data/resources/locales/af/calendars.yml +44 -29
  25. data/resources/locales/af/currencies.yml +300 -603
  26. data/resources/locales/af/languages.yml +22 -359
  27. data/resources/locales/af/lists.yml +8 -8
  28. data/resources/locales/af/numbers.yml +74 -25
  29. data/resources/locales/af/plural_rules.yml +7 -0
  30. data/resources/locales/af/plurals.yml +13 -3
  31. data/resources/locales/af/territories.yml +7 -7
  32. data/resources/locales/ar/calendars.yml +25 -11
  33. data/resources/locales/ar/currencies.yml +115 -229
  34. data/resources/locales/ar/languages.yml +39 -124
  35. data/resources/locales/ar/lists.yml +12 -12
  36. data/resources/locales/ar/numbers.yml +170 -25
  37. data/resources/locales/ar/plural_rules.yml +11 -0
  38. data/resources/locales/ar/plurals.yml +18 -6
  39. data/resources/locales/be/calendars.yml +10 -20
  40. data/resources/locales/be/currencies.yml +40 -778
  41. data/resources/locales/be/languages.yml +2 -447
  42. data/resources/locales/be/lists.yml +3 -15
  43. data/resources/locales/be/numbers.yml +26 -26
  44. data/resources/locales/be/plural_rules.yml +9 -0
  45. data/resources/locales/be/plurals.yml +17 -7
  46. data/resources/locales/be/rbnf.yml +15 -105
  47. data/resources/locales/be/territories.yml +5 -16
  48. data/resources/locales/bg/calendars.yml +61 -40
  49. data/resources/locales/bg/currencies.yml +147 -176
  50. data/resources/locales/bg/languages.yml +56 -149
  51. data/resources/locales/bg/lists.yml +5 -5
  52. data/resources/locales/bg/numbers.yml +73 -24
  53. data/resources/locales/bg/plural_rules.yml +7 -0
  54. data/resources/locales/bg/plurals.yml +13 -3
  55. data/resources/locales/bg/territories.yml +10 -10
  56. data/resources/locales/bn/calendars.yml +43 -29
  57. data/resources/locales/bn/currencies.yml +156 -253
  58. data/resources/locales/bn/languages.yml +61 -150
  59. data/resources/locales/bn/lists.yml +4 -4
  60. data/resources/locales/bn/numbers.yml +74 -25
  61. data/resources/locales/bn/plural_rules.yml +11 -0
  62. data/resources/locales/bn/plurals.yml +19 -3
  63. data/resources/locales/bn/territories.yml +35 -35
  64. data/resources/locales/ca/calendars.yml +38 -23
  65. data/resources/locales/ca/currencies.yml +285 -63
  66. data/resources/locales/ca/languages.yml +12 -76
  67. data/resources/locales/ca/lists.yml +4 -4
  68. data/resources/locales/ca/numbers.yml +74 -25
  69. data/resources/locales/ca/plural_rules.yml +10 -0
  70. data/resources/locales/ca/plurals.yml +17 -4
  71. data/resources/locales/ca/territories.yml +20 -20
  72. data/resources/locales/cs/calendars.yml +33 -18
  73. data/resources/locales/cs/currencies.yml +397 -118
  74. data/resources/locales/cs/languages.yml +109 -90
  75. data/resources/locales/cs/numbers.yml +121 -24
  76. data/resources/locales/cs/plural_rules.yml +9 -0
  77. data/resources/locales/cs/plurals.yml +16 -6
  78. data/resources/locales/cs/territories.yml +2 -2
  79. data/resources/locales/cy/calendars.yml +4 -5
  80. data/resources/locales/cy/currencies.yml +56 -424
  81. data/resources/locales/cy/languages.yml +210 -379
  82. data/resources/locales/cy/lists.yml +1 -5
  83. data/resources/locales/cy/numbers.yml +170 -25
  84. data/resources/locales/cy/plural_rules.yml +16 -0
  85. data/resources/locales/cy/plurals.yml +26 -4
  86. data/resources/locales/cy/rbnf.yml +8 -8
  87. data/resources/locales/da/calendars.yml +28 -13
  88. data/resources/locales/da/currencies.yml +135 -136
  89. data/resources/locales/da/languages.yml +10 -74
  90. data/resources/locales/da/numbers.yml +73 -24
  91. data/resources/locales/da/plural_rules.yml +7 -0
  92. data/resources/locales/da/plurals.yml +13 -4
  93. data/resources/locales/da/territories.yml +2 -2
  94. data/resources/locales/de-CH/calendars.yml +29 -15
  95. data/resources/locales/de-CH/currencies.yml +327 -101
  96. data/resources/locales/de-CH/languages.yml +112 -83
  97. data/resources/locales/de-CH/numbers.yml +73 -24
  98. data/resources/locales/de-CH/plural_rules.yml +7 -0
  99. data/resources/locales/de-CH/plurals.yml +13 -4
  100. data/resources/locales/de-CH/territories.yml +3 -3
  101. data/resources/locales/de/calendars.yml +29 -15
  102. data/resources/locales/de/currencies.yml +328 -101
  103. data/resources/locales/de/languages.yml +112 -83
  104. data/resources/locales/de/numbers.yml +73 -24
  105. data/resources/locales/de/plural_rules.yml +7 -0
  106. data/resources/locales/de/plurals.yml +13 -4
  107. data/resources/locales/de/rbnf.yml +189 -0
  108. data/resources/locales/de/territories.yml +3 -3
  109. data/resources/locales/el/calendars.yml +30 -16
  110. data/resources/locales/el/currencies.yml +144 -91
  111. data/resources/locales/el/languages.yml +8 -72
  112. data/resources/locales/el/numbers.yml +73 -24
  113. data/resources/locales/el/plural_rules.yml +7 -0
  114. data/resources/locales/el/plurals.yml +13 -3
  115. data/resources/locales/el/territories.yml +1 -1
  116. data/resources/locales/en-150/calendars.yml +15 -5
  117. data/resources/locales/en-150/currencies.yml +49 -9
  118. data/resources/locales/en-150/languages.yml +99 -70
  119. data/resources/locales/en-150/numbers.yml +73 -24
  120. data/resources/locales/en-150/plural_rules.yml +10 -0
  121. data/resources/locales/en-150/plurals.yml +18 -4
  122. data/resources/locales/en-150/territories.yml +15 -15
  123. data/resources/locales/en-AU/calendars.yml +21 -11
  124. data/resources/locales/en-AU/currencies.yml +69 -29
  125. data/resources/locales/en-AU/languages.yml +101 -72
  126. data/resources/locales/en-AU/lists.yml +1 -1
  127. data/resources/locales/en-AU/numbers.yml +73 -24
  128. data/resources/locales/en-AU/plural_rules.yml +10 -0
  129. data/resources/locales/en-AU/plurals.yml +18 -4
  130. data/resources/locales/en-AU/territories.yml +19 -19
  131. data/resources/locales/en-CA/calendars.yml +18 -8
  132. data/resources/locales/en-CA/currencies.yml +49 -9
  133. data/resources/locales/en-CA/languages.yml +99 -70
  134. data/resources/locales/en-CA/numbers.yml +74 -25
  135. data/resources/locales/en-CA/plural_rules.yml +10 -0
  136. data/resources/locales/en-CA/plurals.yml +18 -4
  137. data/resources/locales/en-CA/territories.yml +15 -15
  138. data/resources/locales/en-GB/calendars.yml +21 -8
  139. data/resources/locales/en-GB/currencies.yml +242 -55
  140. data/resources/locales/en-GB/languages.yml +102 -73
  141. data/resources/locales/en-GB/lists.yml +1 -1
  142. data/resources/locales/en-GB/numbers.yml +74 -25
  143. data/resources/locales/en-GB/plural_rules.yml +10 -0
  144. data/resources/locales/en-GB/plurals.yml +18 -4
  145. data/resources/locales/en-GB/territories.yml +5 -5
  146. data/resources/locales/en-IE/calendars.yml +12 -2
  147. data/resources/locales/en-IE/currencies.yml +49 -9
  148. data/resources/locales/en-IE/languages.yml +99 -70
  149. data/resources/locales/en-IE/numbers.yml +74 -25
  150. data/resources/locales/en-IE/plural_rules.yml +10 -0
  151. data/resources/locales/en-IE/plurals.yml +18 -4
  152. data/resources/locales/en-IE/territories.yml +15 -15
  153. data/resources/locales/en-SG/calendars.yml +15 -5
  154. data/resources/locales/en-SG/currencies.yml +50 -10
  155. data/resources/locales/en-SG/languages.yml +99 -70
  156. data/resources/locales/en-SG/numbers.yml +74 -25
  157. data/resources/locales/en-SG/plural_rules.yml +10 -0
  158. data/resources/locales/en-SG/plurals.yml +18 -4
  159. data/resources/locales/en-SG/territories.yml +15 -15
  160. data/resources/locales/en-ZA/calendars.yml +12 -2
  161. data/resources/locales/en-ZA/currencies.yml +48 -9
  162. data/resources/locales/en-ZA/languages.yml +99 -70
  163. data/resources/locales/en-ZA/numbers.yml +74 -25
  164. data/resources/locales/en-ZA/plural_rules.yml +10 -0
  165. data/resources/locales/en-ZA/plurals.yml +18 -4
  166. data/resources/locales/en-ZA/territories.yml +15 -15
  167. data/resources/locales/en/calendars.yml +12 -2
  168. data/resources/locales/en/currencies.yml +49 -9
  169. data/resources/locales/en/languages.yml +99 -70
  170. data/resources/locales/en/numbers.yml +74 -25
  171. data/resources/locales/en/plural_rules.yml +10 -0
  172. data/resources/locales/en/plurals.yml +18 -4
  173. data/resources/locales/en/rbnf.yml +1 -26
  174. data/resources/locales/en/territories.yml +15 -15
  175. data/resources/locales/es-419/calendars.yml +101 -87
  176. data/resources/locales/es-419/currencies.yml +276 -276
  177. data/resources/locales/es-419/languages.yml +26 -90
  178. data/resources/locales/es-419/lists.yml +4 -4
  179. data/resources/locales/es-419/numbers.yml +74 -25
  180. data/resources/locales/es-419/plural_rules.yml +7 -0
  181. data/resources/locales/es-419/plurals.yml +13 -3
  182. data/resources/locales/es-419/rbnf.yml +1 -1192
  183. data/resources/locales/es-419/territories.yml +4 -4
  184. data/resources/locales/es-CO/calendars.yml +42 -28
  185. data/resources/locales/es-CO/currencies.yml +258 -258
  186. data/resources/locales/es-CO/languages.yml +22 -86
  187. data/resources/locales/es-CO/lists.yml +4 -4
  188. data/resources/locales/es-CO/numbers.yml +74 -25
  189. data/resources/locales/es-CO/plural_rules.yml +7 -0
  190. data/resources/locales/es-CO/plurals.yml +13 -3
  191. data/resources/locales/es-CO/rbnf.yml +1 -1
  192. data/resources/locales/es-CO/territories.yml +2 -2
  193. data/resources/locales/es-MX/calendars.yml +121 -107
  194. data/resources/locales/es-MX/currencies.yml +41 -136
  195. data/resources/locales/es-MX/languages.yml +27 -91
  196. data/resources/locales/es-MX/numbers.yml +76 -27
  197. data/resources/locales/es-MX/plural_rules.yml +7 -0
  198. data/resources/locales/es-MX/plurals.yml +13 -3
  199. data/resources/locales/es-MX/rbnf.yml +1 -1
  200. data/resources/locales/es-MX/territories.yml +7 -7
  201. data/resources/locales/es-US/calendars.yml +56 -48
  202. data/resources/locales/es-US/currencies.yml +259 -259
  203. data/resources/locales/es-US/languages.yml +22 -86
  204. data/resources/locales/es-US/lists.yml +4 -4
  205. data/resources/locales/es-US/numbers.yml +75 -26
  206. data/resources/locales/es-US/plural_rules.yml +7 -0
  207. data/resources/locales/es-US/plurals.yml +13 -3
  208. data/resources/locales/es-US/rbnf.yml +1 -1
  209. data/resources/locales/es-US/territories.yml +2 -2
  210. data/resources/locales/es/calendars.yml +38 -24
  211. data/resources/locales/es/currencies.yml +259 -259
  212. data/resources/locales/es/languages.yml +22 -86
  213. data/resources/locales/es/lists.yml +4 -4
  214. data/resources/locales/es/numbers.yml +75 -26
  215. data/resources/locales/es/plural_rules.yml +7 -0
  216. data/resources/locales/es/plurals.yml +13 -3
  217. data/resources/locales/es/rbnf.yml +8 -81
  218. data/resources/locales/es/territories.yml +2 -2
  219. data/resources/locales/eu/calendars.yml +72 -55
  220. data/resources/locales/eu/currencies.yml +135 -450
  221. data/resources/locales/eu/languages.yml +79 -414
  222. data/resources/locales/eu/lists.yml +4 -4
  223. data/resources/locales/eu/numbers.yml +74 -25
  224. data/resources/locales/eu/plural_rules.yml +7 -0
  225. data/resources/locales/eu/plurals.yml +13 -3
  226. data/resources/locales/eu/territories.yml +2 -2
  227. data/resources/locales/fa/calendars.yml +27 -12
  228. data/resources/locales/fa/currencies.yml +46 -454
  229. data/resources/locales/fa/languages.yml +71 -153
  230. data/resources/locales/fa/lists.yml +4 -4
  231. data/resources/locales/fa/numbers.yml +74 -25
  232. data/resources/locales/fa/plural_rules.yml +7 -0
  233. data/resources/locales/fa/plurals.yml +13 -3
  234. data/resources/locales/fa/territories.yml +4 -4
  235. data/resources/locales/fi/calendars.yml +20 -5
  236. data/resources/locales/fi/currencies.yml +287 -50
  237. data/resources/locales/fi/languages.yml +99 -70
  238. data/resources/locales/fi/numbers.yml +73 -24
  239. data/resources/locales/fi/plural_rules.yml +7 -0
  240. data/resources/locales/fi/plurals.yml +13 -4
  241. data/resources/locales/fi/territories.yml +1 -1
  242. data/resources/locales/fil/calendars.yml +29 -15
  243. data/resources/locales/fil/currencies.yml +144 -489
  244. data/resources/locales/fil/languages.yml +12 -339
  245. data/resources/locales/fil/lists.yml +7 -7
  246. data/resources/locales/fil/numbers.yml +74 -25
  247. data/resources/locales/fil/plural_rules.yml +8 -0
  248. data/resources/locales/fil/plurals.yml +17 -4
  249. data/resources/locales/fil/territories.yml +2 -2
  250. data/resources/locales/fr-BE/calendars.yml +68 -53
  251. data/resources/locales/fr-BE/currencies.yml +202 -82
  252. data/resources/locales/fr-BE/languages.yml +8 -71
  253. data/resources/locales/fr-BE/numbers.yml +74 -25
  254. data/resources/locales/fr-BE/plural_rules.yml +8 -0
  255. data/resources/locales/fr-BE/plurals.yml +15 -3
  256. data/resources/locales/fr-BE/territories.yml +7 -7
  257. data/resources/locales/fr-CA/calendars.yml +25 -10
  258. data/resources/locales/fr-CA/currencies.yml +250 -130
  259. data/resources/locales/fr-CA/languages.yml +11 -74
  260. data/resources/locales/fr-CA/numbers.yml +74 -25
  261. data/resources/locales/fr-CA/plural_rules.yml +8 -0
  262. data/resources/locales/fr-CA/plurals.yml +15 -3
  263. data/resources/locales/fr-CA/territories.yml +16 -16
  264. data/resources/locales/fr-CH/calendars.yml +68 -53
  265. data/resources/locales/fr-CH/currencies.yml +201 -82
  266. data/resources/locales/fr-CH/languages.yml +8 -71
  267. data/resources/locales/fr-CH/numbers.yml +74 -25
  268. data/resources/locales/fr-CH/plural_rules.yml +8 -0
  269. data/resources/locales/fr-CH/plurals.yml +15 -3
  270. data/resources/locales/fr-CH/territories.yml +7 -7
  271. data/resources/locales/fr/calendars.yml +68 -53
  272. data/resources/locales/fr/currencies.yml +202 -82
  273. data/resources/locales/fr/languages.yml +8 -71
  274. data/resources/locales/fr/numbers.yml +74 -25
  275. data/resources/locales/fr/plural_rules.yml +8 -0
  276. data/resources/locales/fr/plurals.yml +15 -3
  277. data/resources/locales/fr/territories.yml +7 -7
  278. data/resources/locales/ga/calendars.yml +136 -45
  279. data/resources/locales/ga/currencies.yml +1238 -587
  280. data/resources/locales/ga/languages.yml +176 -468
  281. data/resources/locales/ga/lists.yml +4 -4
  282. data/resources/locales/ga/numbers.yml +148 -24
  283. data/resources/locales/ga/plural_rules.yml +10 -0
  284. data/resources/locales/ga/plurals.yml +17 -5
  285. data/resources/locales/ga/territories.yml +56 -56
  286. data/resources/locales/gl/calendars.yml +26 -13
  287. data/resources/locales/gl/currencies.yml +378 -582
  288. data/resources/locales/gl/languages.yml +71 -392
  289. data/resources/locales/gl/lists.yml +8 -8
  290. data/resources/locales/gl/numbers.yml +74 -25
  291. data/resources/locales/gl/plural_rules.yml +7 -0
  292. data/resources/locales/gl/plurals.yml +13 -4
  293. data/resources/locales/gl/territories.yml +2 -2
  294. data/resources/locales/he/calendars.yml +53 -32
  295. data/resources/locales/he/currencies.yml +585 -487
  296. data/resources/locales/he/languages.yml +15 -78
  297. data/resources/locales/he/lists.yml +8 -8
  298. data/resources/locales/he/numbers.yml +121 -24
  299. data/resources/locales/he/plural_rules.yml +9 -0
  300. data/resources/locales/he/plurals.yml +16 -6
  301. data/resources/locales/he/rbnf.yml +0 -3
  302. data/resources/locales/he/territories.yml +4 -4
  303. data/resources/locales/hi/calendars.yml +54 -41
  304. data/resources/locales/hi/currencies.yml +155 -428
  305. data/resources/locales/hi/languages.yml +52 -141
  306. data/resources/locales/hi/lists.yml +4 -4
  307. data/resources/locales/hi/numbers.yml +74 -25
  308. data/resources/locales/hi/plural_rules.yml +11 -0
  309. data/resources/locales/hi/plurals.yml +19 -3
  310. data/resources/locales/hi/rbnf.yml +52 -1
  311. data/resources/locales/hi/territories.yml +8 -8
  312. data/resources/locales/hr/calendars.yml +30 -16
  313. data/resources/locales/hr/currencies.yml +306 -66
  314. data/resources/locales/hr/languages.yml +12 -76
  315. data/resources/locales/hr/numbers.yml +97 -24
  316. data/resources/locales/hr/plural_rules.yml +8 -0
  317. data/resources/locales/hr/plurals.yml +16 -8
  318. data/resources/locales/hr/territories.yml +1 -1
  319. data/resources/locales/hu/calendars.yml +25 -10
  320. data/resources/locales/hu/currencies.yml +139 -182
  321. data/resources/locales/hu/languages.yml +8 -72
  322. data/resources/locales/hu/lists.yml +4 -4
  323. data/resources/locales/hu/numbers.yml +73 -24
  324. data/resources/locales/hu/plural_rules.yml +8 -0
  325. data/resources/locales/hu/plurals.yml +15 -3
  326. data/resources/locales/hu/territories.yml +1 -1
  327. data/resources/locales/id/calendars.yml +22 -7
  328. data/resources/locales/id/currencies.yml +323 -192
  329. data/resources/locales/id/languages.yml +36 -71
  330. data/resources/locales/id/numbers.yml +50 -26
  331. data/resources/locales/id/plural_rules.yml +6 -0
  332. data/resources/locales/id/plurals.yml +11 -3
  333. data/resources/locales/id/rbnf.yml +4 -4
  334. data/resources/locales/id/territories.yml +2 -2
  335. data/resources/locales/is/calendars.yml +24 -9
  336. data/resources/locales/is/currencies.yml +145 -336
  337. data/resources/locales/is/languages.yml +57 -163
  338. data/resources/locales/is/numbers.yml +73 -24
  339. data/resources/locales/is/plural_rules.yml +7 -0
  340. data/resources/locales/is/plurals.yml +13 -5
  341. data/resources/locales/is/territories.yml +5 -5
  342. data/resources/locales/it-CH/calendars.yml +41 -26
  343. data/resources/locales/it-CH/currencies.yml +180 -274
  344. data/resources/locales/it-CH/languages.yml +106 -83
  345. data/resources/locales/it-CH/lists.yml +6 -6
  346. data/resources/locales/it-CH/numbers.yml +73 -24
  347. data/resources/locales/it-CH/plural_rules.yml +8 -0
  348. data/resources/locales/it-CH/plurals.yml +15 -4
  349. data/resources/locales/it-CH/territories.yml +9 -9
  350. data/resources/locales/it/calendars.yml +43 -28
  351. data/resources/locales/it/currencies.yml +181 -274
  352. data/resources/locales/it/languages.yml +106 -83
  353. data/resources/locales/it/lists.yml +6 -6
  354. data/resources/locales/it/numbers.yml +73 -24
  355. data/resources/locales/it/plural_rules.yml +8 -0
  356. data/resources/locales/it/plurals.yml +15 -4
  357. data/resources/locales/it/territories.yml +9 -9
  358. data/resources/locales/ja/calendars.yml +24 -9
  359. data/resources/locales/ja/currencies.yml +286 -48
  360. data/resources/locales/ja/languages.yml +106 -83
  361. data/resources/locales/ja/lists.yml +4 -4
  362. data/resources/locales/ja/numbers.yml +50 -26
  363. data/resources/locales/ja/plural_rules.yml +6 -0
  364. data/resources/locales/ja/plurals.yml +11 -3
  365. data/resources/locales/ja/territories.yml +2 -2
  366. data/resources/locales/ko/calendars.yml +63 -16
  367. data/resources/locales/ko/currencies.yml +286 -347
  368. data/resources/locales/ko/languages.yml +27 -76
  369. data/resources/locales/ko/numbers.yml +50 -26
  370. data/resources/locales/ko/plural_rules.yml +6 -0
  371. data/resources/locales/ko/plurals.yml +11 -3
  372. data/resources/locales/ko/territories.yml +4 -4
  373. data/resources/locales/lv/calendars.yml +34 -19
  374. data/resources/locales/lv/currencies.yml +155 -366
  375. data/resources/locales/lv/languages.yml +7 -71
  376. data/resources/locales/lv/numbers.yml +99 -26
  377. data/resources/locales/lv/plural_rules.yml +8 -0
  378. data/resources/locales/lv/plurals.yml +16 -9
  379. data/resources/locales/lv/territories.yml +2 -2
  380. data/resources/locales/ms/calendars.yml +28 -14
  381. data/resources/locales/ms/currencies.yml +185 -500
  382. data/resources/locales/ms/languages.yml +27 -297
  383. data/resources/locales/ms/lists.yml +6 -6
  384. data/resources/locales/ms/numbers.yml +50 -26
  385. data/resources/locales/ms/plural_rules.yml +7 -0
  386. data/resources/locales/ms/plurals.yml +13 -3
  387. data/resources/locales/ms/territories.yml +6 -6
  388. data/resources/locales/nb/calendars.yml +21 -6
  389. data/resources/locales/nb/currencies.yml +271 -44
  390. data/resources/locales/nb/languages.yml +14 -78
  391. data/resources/locales/nb/lists.yml +4 -4
  392. data/resources/locales/nb/numbers.yml +73 -24
  393. data/resources/locales/nb/plural_rules.yml +7 -0
  394. data/resources/locales/nb/plurals.yml +13 -3
  395. data/resources/locales/nb/territories.yml +6 -6
  396. data/resources/locales/nl/calendars.yml +63 -48
  397. data/resources/locales/nl/currencies.yml +294 -56
  398. data/resources/locales/nl/languages.yml +149 -121
  399. data/resources/locales/nl/numbers.yml +74 -25
  400. data/resources/locales/nl/plural_rules.yml +7 -0
  401. data/resources/locales/nl/plurals.yml +13 -4
  402. data/resources/locales/nl/territories.yml +9 -9
  403. data/resources/locales/pl/calendars.yml +23 -9
  404. data/resources/locales/pl/currencies.yml +147 -226
  405. data/resources/locales/pl/languages.yml +102 -73
  406. data/resources/locales/pl/numbers.yml +122 -25
  407. data/resources/locales/pl/plural_rules.yml +9 -0
  408. data/resources/locales/pl/plurals.yml +17 -9
  409. data/resources/locales/pl/rbnf.yml +17 -159
  410. data/resources/locales/pl/territories.yml +1 -1
  411. data/resources/locales/pt/calendars.yml +26 -12
  412. data/resources/locales/pt/currencies.yml +182 -91
  413. data/resources/locales/pt/languages.yml +72 -137
  414. data/resources/locales/pt/numbers.yml +74 -25
  415. data/resources/locales/pt/plural_rules.yml +7 -0
  416. data/resources/locales/pt/plurals.yml +13 -5
  417. data/resources/locales/pt/territories.yml +9 -9
  418. data/resources/locales/ro/calendars.yml +63 -49
  419. data/resources/locales/ro/currencies.yml +209 -291
  420. data/resources/locales/ro/languages.yml +12 -76
  421. data/resources/locales/ro/numbers.yml +98 -25
  422. data/resources/locales/ro/plural_rules.yml +9 -0
  423. data/resources/locales/ro/plurals.yml +17 -6
  424. data/resources/locales/ro/territories.yml +3 -3
  425. data/resources/locales/ru/calendars.yml +55 -41
  426. data/resources/locales/ru/currencies.yml +334 -256
  427. data/resources/locales/ru/languages.yml +8 -72
  428. data/resources/locales/ru/lists.yml +5 -5
  429. data/resources/locales/ru/numbers.yml +122 -24
  430. data/resources/locales/ru/plural_rules.yml +9 -0
  431. data/resources/locales/ru/plurals.yml +17 -7
  432. data/resources/locales/ru/rbnf.yml +15 -105
  433. data/resources/locales/ru/territories.yml +7 -7
  434. data/resources/locales/sk/calendars.yml +89 -51
  435. data/resources/locales/sk/currencies.yml +440 -415
  436. data/resources/locales/sk/languages.yml +50 -114
  437. data/resources/locales/sk/lists.yml +4 -4
  438. data/resources/locales/sk/numbers.yml +122 -25
  439. data/resources/locales/sk/plural_rules.yml +9 -0
  440. data/resources/locales/sk/plurals.yml +16 -6
  441. data/resources/locales/sk/territories.yml +18 -18
  442. data/resources/locales/sq/calendars.yml +72 -58
  443. data/resources/locales/sq/currencies.yml +86 -464
  444. data/resources/locales/sq/languages.yml +222 -579
  445. data/resources/locales/sq/lists.yml +4 -4
  446. data/resources/locales/sq/numbers.yml +73 -24
  447. data/resources/locales/sq/plural_rules.yml +9 -0
  448. data/resources/locales/sq/plurals.yml +16 -3
  449. data/resources/locales/sq/territories.yml +16 -17
  450. data/resources/locales/sr/calendars.yml +30 -16
  451. data/resources/locales/sr/currencies.yml +202 -116
  452. data/resources/locales/sr/languages.yml +200 -298
  453. data/resources/locales/sr/lists.yml +4 -4
  454. data/resources/locales/sr/numbers.yml +98 -25
  455. data/resources/locales/sr/plural_rules.yml +8 -0
  456. data/resources/locales/sr/plurals.yml +16 -8
  457. data/resources/locales/sr/territories.yml +20 -20
  458. data/resources/locales/sv/calendars.yml +46 -31
  459. data/resources/locales/sv/currencies.yml +213 -105
  460. data/resources/locales/sv/languages.yml +76 -73
  461. data/resources/locales/sv/numbers.yml +73 -25
  462. data/resources/locales/sv/plural_rules.yml +8 -0
  463. data/resources/locales/sv/plurals.yml +16 -4
  464. data/resources/locales/sv/rbnf.yml +1 -1
  465. data/resources/locales/sv/territories.yml +1 -1
  466. data/resources/locales/ta/calendars.yml +37 -23
  467. data/resources/locales/ta/currencies.yml +328 -643
  468. data/resources/locales/ta/languages.yml +94 -177
  469. data/resources/locales/ta/numbers.yml +74 -25
  470. data/resources/locales/ta/plural_rules.yml +7 -0
  471. data/resources/locales/ta/plurals.yml +13 -3
  472. data/resources/locales/ta/territories.yml +34 -34
  473. data/resources/locales/th/calendars.yml +33 -6
  474. data/resources/locales/th/currencies.yml +272 -187
  475. data/resources/locales/th/languages.yml +102 -76
  476. data/resources/locales/th/numbers.yml +50 -26
  477. data/resources/locales/th/plural_rules.yml +6 -0
  478. data/resources/locales/th/plurals.yml +11 -3
  479. data/resources/locales/th/territories.yml +2 -2
  480. data/resources/locales/tr/calendars.yml +25 -11
  481. data/resources/locales/tr/currencies.yml +365 -199
  482. data/resources/locales/tr/languages.yml +106 -77
  483. data/resources/locales/tr/numbers.yml +74 -25
  484. data/resources/locales/tr/plural_rules.yml +7 -0
  485. data/resources/locales/tr/plurals.yml +13 -3
  486. data/resources/locales/tr/territories.yml +5 -5
  487. data/resources/locales/uk/calendars.yml +24 -9
  488. data/resources/locales/uk/currencies.yml +139 -207
  489. data/resources/locales/uk/languages.yml +19 -94
  490. data/resources/locales/uk/lists.yml +6 -6
  491. data/resources/locales/uk/numbers.yml +121 -24
  492. data/resources/locales/uk/plural_rules.yml +10 -0
  493. data/resources/locales/uk/plurals.yml +19 -9
  494. data/resources/locales/uk/territories.yml +18 -18
  495. data/resources/locales/ur/calendars.yml +38 -16
  496. data/resources/locales/ur/currencies.yml +273 -577
  497. data/resources/locales/ur/languages.yml +76 -405
  498. data/resources/locales/ur/lists.yml +7 -7
  499. data/resources/locales/ur/numbers.yml +75 -26
  500. data/resources/locales/ur/plural_rules.yml +7 -0
  501. data/resources/locales/ur/plurals.yml +13 -4
  502. data/resources/locales/ur/territories.yml +1 -1
  503. data/resources/locales/vi/calendars.yml +29 -14
  504. data/resources/locales/vi/currencies.yml +273 -195
  505. data/resources/locales/vi/languages.yml +20 -94
  506. data/resources/locales/vi/lists.yml +2 -2
  507. data/resources/locales/vi/numbers.yml +49 -25
  508. data/resources/locales/vi/plural_rules.yml +7 -0
  509. data/resources/locales/vi/plurals.yml +13 -3
  510. data/resources/locales/vi/territories.yml +8 -8
  511. data/resources/locales/zh-Hant/calendars.yml +28 -13
  512. data/resources/locales/zh-Hant/currencies.yml +368 -134
  513. data/resources/locales/zh-Hant/languages.yml +119 -90
  514. data/resources/locales/zh-Hant/lists.yml +4 -4
  515. data/resources/locales/zh-Hant/numbers.yml +50 -26
  516. data/resources/locales/zh-Hant/plural_rules.yml +6 -0
  517. data/resources/locales/zh-Hant/plurals.yml +11 -3
  518. data/resources/locales/zh-Hant/territories.yml +9 -9
  519. data/resources/locales/zh/calendars.yml +20 -5
  520. data/resources/locales/zh/currencies.yml +372 -189
  521. data/resources/locales/zh/languages.yml +7 -71
  522. data/resources/locales/zh/lists.yml +4 -4
  523. data/resources/locales/zh/numbers.yml +50 -26
  524. data/resources/locales/zh/plural_rules.yml +6 -0
  525. data/resources/locales/zh/plurals.yml +11 -3
  526. data/resources/locales/zh/rbnf.yml +46 -0
  527. data/resources/shared/currency_digits_and_rounding.yml +8 -2
  528. data/resources/shared/numbering_systems.yml +3 -0
  529. data/resources/shared/postal_codes.yml +320 -1275
  530. data/resources/shared/rbnf_root.yml +65 -16
  531. data/resources/shared/territories_containment.yml +1 -0
  532. data/resources/uli/segments/de.yml +102 -0
  533. data/resources/uli/segments/es.yml +33 -0
  534. data/resources/uli/segments/fr.yml +21 -0
  535. data/resources/uli/segments/it.yml +11 -0
  536. data/spec/data_readers/number_data_reader_spec.rb +25 -0
  537. data/spec/formatters/list_formatter_spec.rb +2 -2
  538. data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +11 -17
  539. data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +80 -31
  540. data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +40 -9
  541. data/spec/formatters/numbers/currency_formatter_spec.rb +1 -1
  542. data/spec/formatters/numbers/rbnf/allowed_failures.yml +47 -35
  543. data/spec/formatters/numbers/rbnf/locales/bn/rbnf_test.yml +1634 -1283
  544. data/spec/formatters/numbers/rbnf/locales/cy/rbnf_test.yml +42 -42
  545. data/spec/formatters/numbers/rbnf/locales/de-CH/rbnf_test.yml +702 -0
  546. data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +702 -0
  547. data/spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml +14 -14
  548. data/spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml +14 -14
  549. data/spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml +14 -14
  550. data/spec/formatters/numbers/rbnf/locales/es-US/rbnf_test.yml +14 -14
  551. data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +54 -54
  552. data/spec/formatters/numbers/rbnf/locales/eu/rbnf_test.yml +1634 -1283
  553. data/spec/formatters/numbers/rbnf/locales/fr-CH/rbnf_test.yml +32 -32
  554. data/spec/formatters/numbers/rbnf/locales/gl/rbnf_test.yml +1634 -1283
  555. data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +105 -105
  556. data/spec/formatters/numbers/rbnf/locales/hi/rbnf_test.yml +350 -116
  557. data/spec/formatters/numbers/rbnf/locales/sv/rbnf_test.yml +24 -24
  558. data/spec/formatters/numbers/rbnf/locales/ur/rbnf_test.yml +1634 -1283
  559. data/spec/formatters/numbers/rbnf/locales/zh/rbnf_test.yml +117 -0
  560. data/spec/formatters/plurals/rules_spec.rb +37 -14
  561. data/spec/localized/localized_number_spec.rb +2 -1
  562. data/spec/parsers/number_parser_spec.rb +5 -5
  563. data/spec/shared/calendar_spec.rb +3 -3
  564. data/spec/shared/postal_codes_spec.rb +16 -0
  565. data/spec/shared/territories_spec.rb +2 -2
  566. data/spec/spec_helper.rb +1 -1
  567. data/twitter_cldr.gemspec +1 -0
  568. metadata +364 -285
  569. data/resources/custom/locales/hu/plurals.yml +0 -3
@@ -3,21 +3,21 @@
3
3
  :lists:
4
4
  :default:
5
5
  2: "{0} e {1}"
6
- :end: "{0}, e {1}"
6
+ :end: "{0} e {1}"
7
7
  :middle: "{0}, {1}"
8
8
  :start: "{0}, {1}"
9
9
  :unit:
10
10
  2: "{0} e {1}"
11
- :end: "{0}, e {1}"
11
+ :end: "{0} e {1}"
12
12
  :middle: "{0}, {1}"
13
13
  :start: "{0}, {1}"
14
14
  :unit-narrow:
15
- 2: "{0}, {1}"
16
- :end: "{0}, e {1}"
15
+ 2: "{0} e {1}"
16
+ :end: "{0} e {1}"
17
17
  :middle: "{0}, {1}"
18
18
  :start: "{0}, {1}"
19
19
  :unit-short:
20
- 2: "{0}, {1}"
21
- :end: "{0}, e {1}"
20
+ 2: "{0} e {1}"
21
+ :end: "{0} e {1}"
22
22
  :middle: "{0}, {1}"
23
23
  :start: "{0}, {1}"
@@ -14,31 +14,79 @@
14
14
  :patterns:
15
15
  :default: "#,##0.###"
16
16
  :long:
17
- 1000: "0 migliaia"
18
- 10000: "00 migliaia"
19
- 100000: "000 migliaia"
20
- 1000000: "0 milioni"
21
- 10000000: "00 milioni"
22
- 100000000: "000 milioni"
23
- 1000000000: "0 miliardi"
24
- 10000000000: "00 miliardi"
25
- 100000000000: "000 miliardi"
26
- 1000000000000: "0 bilioni"
27
- 10000000000000: "00 bilioni"
28
- 100000000000000: "000 bilioni"
17
+ 1000:
18
+ :one: "0 migliaio"
19
+ :other: "0 migliaia"
20
+ 10000:
21
+ :one: "00 migliaia"
22
+ :other: "00 migliaia"
23
+ 100000:
24
+ :one: "000 migliaia"
25
+ :other: "000 migliaia"
26
+ 1000000:
27
+ :one: "0 milione"
28
+ :other: "0 milioni"
29
+ 10000000:
30
+ :one: "00 milioni"
31
+ :other: "00 milioni"
32
+ 100000000:
33
+ :one: "000 milioni"
34
+ :other: "000 milioni"
35
+ 1000000000:
36
+ :one: "0 miliardo"
37
+ :other: "0 miliardi"
38
+ 10000000000:
39
+ :one: "00 miliardi"
40
+ :other: "00 miliardi"
41
+ 100000000000:
42
+ :one: "000 miliardi"
43
+ :other: "000 miliardi"
44
+ 1000000000000:
45
+ :one: "0 migliaio di miliardi"
46
+ :other: "0 migliaia di miliardi"
47
+ 10000000000000:
48
+ :one: "00 migliaia di miliardi"
49
+ :other: "00 migliaia di miliardi"
50
+ 100000000000000:
51
+ :one: "000 migliaia di miliardi"
52
+ :other: "000 migliaia di miliardi"
29
53
  :short:
30
- 1000: 0
31
- 10000: 0
32
- 100000: 0
33
- 1000000: "0 Mln"
34
- 10000000: "00 Mln"
35
- 100000000: "000 Mln"
36
- 1000000000: "0 Mld"
37
- 10000000000: "00 Mld"
38
- 100000000000: "000 Mld"
39
- 1000000000000: "0 Bln"
40
- 10000000000000: "00 Bln"
41
- 100000000000000: "000 Bln"
54
+ 1000:
55
+ :one: 0
56
+ :other: 0
57
+ 10000:
58
+ :one: 0
59
+ :other: 0
60
+ 100000:
61
+ :one: 0
62
+ :other: 0
63
+ 1000000:
64
+ :one: "0 Mln"
65
+ :other: "0 Mln"
66
+ 10000000:
67
+ :one: "00 Mln"
68
+ :other: "00 Mln"
69
+ 100000000:
70
+ :one: "000 Mln"
71
+ :other: "000 Mln"
72
+ 1000000000:
73
+ :one: "0 Mld"
74
+ :other: "0 Mld"
75
+ 10000000000:
76
+ :one: "00 Mld"
77
+ :other: "00 Mld"
78
+ 100000000000:
79
+ :one: "000 Mld"
80
+ :other: "000 Mld"
81
+ 1000000000000:
82
+ :one: "0 Bln"
83
+ :other: "0 Bln"
84
+ 10000000000000:
85
+ :one: "00 Bln"
86
+ :other: "00 Bln"
87
+ 100000000000000:
88
+ :one: "000 Bln"
89
+ :other: "000 Bln"
42
90
  :percent:
43
91
  :number_system: "latn"
44
92
  :patterns:
@@ -60,3 +108,4 @@
60
108
  :percent_sign: "%"
61
109
  :plus_sign: "+"
62
110
  :superscripting_exponent: "×"
111
+ :time_separator: ":"
@@ -0,0 +1,8 @@
1
+ ---
2
+ :it-CH:
3
+ :cardinal:
4
+ :one: "i = 1 and v = 0 @integer 1"
5
+ :other: " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
6
+ :ordinal:
7
+ :many: "n = 11,8,80,800 @integer 8, 11, 80, 800"
8
+ :other: " @integer 0~7, 9, 10, 12~17, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,5 +1,16 @@
1
1
  ---
2
- :it-CH: ! '{ :''it-CH'' => { :i18n => { :plural => { :keys => [:one, :other], :rule
3
- => lambda { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); (n.to_i == 1 && ((v = n.to_s.split(".")[1]) ? v.length : 0) == 0) ? :one :
5
- :other } } } } }'
2
+ :it-CH:
3
+ :cardinal:
4
+ :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
5
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); ((i == 1 && v ==
6
+ 0) ? :one : :other) }'
7
+ :names:
8
+ - :one
9
+ - :other
10
+ :ordinal:
11
+ :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
12
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (((n == 11) || (n
13
+ == 8) || (n == 80) || (n == 800)) ? :many : :other) }'
14
+ :names:
15
+ - :many
16
+ - :other
@@ -19,7 +19,7 @@
19
19
  :aw: "Aruba"
20
20
  :ax: "Isole Aland"
21
21
  :az: "Azerbaigian"
22
- :ba: "Bosnia Erzegovina"
22
+ :ba: "Bosnia-Erzegovina"
23
23
  :bb: "Barbados"
24
24
  :bd: "Bangladesh"
25
25
  :be: "Belgio"
@@ -28,7 +28,7 @@
28
28
  :bh: "Bahrein"
29
29
  :bi: "Burundi"
30
30
  :bj: "Benin"
31
- :bl: "San Bartolomeo"
31
+ :bl: "Saint-Barthélemy"
32
32
  :bm: "Bermuda"
33
33
  :bn: "Brunei"
34
34
  :bo: "Bolivia"
@@ -42,11 +42,11 @@
42
42
  :bz: "Belize"
43
43
  :ca: "Canada"
44
44
  :cc: "Isole Cocos"
45
- :cd: "Congo - RDC"
45
+ :cd: "Congo (RDC)"
46
46
  :cf: "Repubblica Centrafricana"
47
- :cg: "Repubblica del Congo"
47
+ :cg: "Congo (repubblica)"
48
48
  :ch: "Svizzera"
49
- :ci: "Costa d'Avorio"
49
+ :ci: "Costa dAvorio"
50
50
  :ck: "Isole Cook"
51
51
  :cl: "Cile"
52
52
  :cm: "Camerun"
@@ -96,7 +96,7 @@
96
96
  :gp: "Guadalupa"
97
97
  :gq: "Guinea Equatoriale"
98
98
  :gr: "Grecia"
99
- :gs: "Georgia del Sud e Isole Sandwich del Sud"
99
+ :gs: "Georgia del Sud e isole Sandwich meridionali"
100
100
  :gt: "Guatemala"
101
101
  :gu: "Guam"
102
102
  :gw: "Guinea-Bissau"
@@ -153,7 +153,7 @@
153
153
  :mh: "Isole Marshall"
154
154
  :mk: "Repubblica ex Jugoslava di Macedonia"
155
155
  :ml: "Mali"
156
- :mm: "Myanmar"
156
+ :mm: "Myanmar (Birmania)"
157
157
  :mn: "Mongolia"
158
158
  :mo: "Macao"
159
159
  :mp: "Isole Marianne Settentrionali"
@@ -181,7 +181,7 @@
181
181
  :nu: "Niue"
182
182
  :nz: "Nuova Zelanda"
183
183
  :om: "Oman"
184
- :pa: "Panama"
184
+ :pa: "Panamá"
185
185
  :pe: "Perù"
186
186
  :pf: "Polinesia Francese"
187
187
  :pg: "Papua Nuova Guinea"
@@ -218,7 +218,7 @@
218
218
  :so: "Somalia"
219
219
  :sr: "Suriname"
220
220
  :ss: "Sudan del Sud"
221
- :st: "Sao Tomé e Príncipe"
221
+ :st: "São Tomé e Príncipe"
222
222
  :sv: "El Salvador"
223
223
  :sx: "Sint Maarten"
224
224
  :sy: "Siria"
@@ -3,10 +3,11 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
- :EHm: "E HH.mm"
6
+ :E: "ccc"
7
+ :EHm: "E HH:mm"
7
8
  :EHms: "E HH:mm:ss"
8
9
  :Ed: "E d"
9
- :Ehm: "E h.mm a"
10
+ :Ehm: "E h:mm a"
10
11
  :Ehms: "E h:mm:ss a"
11
12
  :Gy: "y G"
12
13
  :GyMMM: "MMM y G"
@@ -22,9 +23,9 @@
22
23
  :MMMd: "d MMM"
23
24
  :Md: "d/M"
24
25
  :d: "d"
25
- :h: "hh a"
26
- :hm: "hh:mm a"
27
- :hms: "hh:mm:ss a"
26
+ :h: "h a"
27
+ :hm: "h:mm a"
28
+ :hms: "h:mm:ss a"
28
29
  :ms: "mm:ss"
29
30
  ? !ruby/symbol "y"
30
31
  : "y"
@@ -115,25 +116,42 @@
115
116
  0: "BCE"
116
117
  1: "CE"
117
118
  :fields:
118
- :day: "giorno"
119
- :dayperiod: "periodo del giorno"
120
- :era: "era"
121
- :hour: "ora"
122
- :minute: "minuto"
123
- :month: "mese"
124
- :second: "secondo"
125
- :week: "settimana"
126
- :weekday: "giorno della settimana"
127
- :year: "anno"
128
- :zone: "fuso orario"
119
+ :day: "Giorno"
120
+ :day-narrow: "g"
121
+ :day-short: "g"
122
+ :dayperiod: "AM/PM"
123
+ :era: "Era"
124
+ :hour: "Ora"
125
+ :hour-narrow: "h"
126
+ :hour-short: "h."
127
+ :minute: "Minuto"
128
+ :minute-narrow: "m"
129
+ :minute-short: "min."
130
+ :month: "Mese"
131
+ :month-narrow: "mese"
132
+ :month-short: "mese"
133
+ :quarter: "Trimestre"
134
+ :quarter-narrow: "trim."
135
+ :quarter-short: "trim."
136
+ :second: "Secondo"
137
+ :second-narrow: "s"
138
+ :second-short: "sec."
139
+ :week: "Settimana"
140
+ :week-narrow: "sett."
141
+ :week-short: "sett."
142
+ :weekday: "Giorno della settimana"
143
+ :year: "Anno"
144
+ :year-narrow: "anno"
145
+ :year-short: "anno"
146
+ :zone: "Fuso orario"
129
147
  :formats:
130
148
  :date:
131
149
  :full:
132
150
  :pattern: "EEEE d MMMM y"
133
151
  :long:
134
- :pattern: "dd MMMM y"
152
+ :pattern: "d MMMM y"
135
153
  :medium:
136
- :pattern: "dd/MMM/y"
154
+ :pattern: "dd MMM y"
137
155
  :short:
138
156
  :pattern: "dd/MM/yy"
139
157
  :datetime:
@@ -142,9 +160,9 @@
142
160
  :long:
143
161
  :pattern: "{{date}} {{time}}"
144
162
  :medium:
145
- :pattern: "{{date}} {{time}}"
163
+ :pattern: "{{date}}, {{time}}"
146
164
  :short:
147
- :pattern: "{{date}} {{time}}"
165
+ :pattern: "{{date}}, {{time}}"
148
166
  :time:
149
167
  :full:
150
168
  :pattern: "HH:mm:ss zzzz"
@@ -244,11 +262,8 @@
244
262
  :pm: "p."
245
263
  :wide:
246
264
  :am: "AM"
247
- :noon: "noon"
265
+ :noon: "mezzogiorno"
248
266
  :pm: "PM"
249
- :variant:
250
- :am: "a.m."
251
- :pm: "p.m."
252
267
  :stand-alone: {}
253
268
  :quarters:
254
269
  :format:
@@ -279,7 +294,7 @@
279
294
  3: 3
280
295
  4: 4
281
296
  :wide:
282
- 1: "Primo trimestre"
283
- 2: "Secondo trimestre"
284
- 3: "Terzo trimestre"
285
- 4: "Quarto trimestre"
297
+ 1: " trimestre"
298
+ 2: " trimestre"
299
+ 3: " trimestre"
300
+ 4: " trimestre"
@@ -3,59 +3,48 @@
3
3
  :currencies:
4
4
  :ADP:
5
5
  :one: "Peseta Andorrana"
6
- :other: "Andorran pesetas"
7
6
  :AED:
8
7
  :one: "dirham degli EAU"
9
8
  :other: "dirham degli EAU"
9
+ :symbol: "AED"
10
10
  :AFA:
11
11
  :one: "Afgani (1927–2002)"
12
- :other: "Afghan afghanis (1927–2002)"
13
12
  :AFN:
14
13
  :one: "afghani"
15
14
  :other: "afghani"
16
- :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
15
+ :symbol: "AFN"
19
16
  :ALL:
20
17
  :one: "lek albanese"
21
- :other: "lek albanese"
18
+ :other: "lekë albanesi"
19
+ :symbol: "ALL"
22
20
  :AMD:
23
- :one: "dram"
24
- :other: "dram"
21
+ :one: "dram armeno"
22
+ :other: "dram armeni"
23
+ :symbol: "AMD"
25
24
  :ANG:
26
25
  :one: "fiorino delle Antille Olandesi"
27
26
  :other: "fiorini delle Antille Olandesi"
27
+ :symbol: "ANG"
28
28
  :AOA:
29
29
  :one: "kwanza angolano"
30
- :other: "kwanza angolani"
30
+ :other: "kwanzas angolani"
31
+ :symbol: "AOA"
31
32
  :AOK:
32
33
  :one: "Kwanza Angolano (1977–1990)"
33
- :other: "Angolan kwanzas (1977–1991)"
34
34
  :AON:
35
35
  :one: "Nuovo Kwanza Angolano (1990–2000)"
36
- :other: "Angolan new kwanzas (1990–2000)"
37
36
  :AOR:
38
37
  :one: "Kwanza Reajustado Angolano (1995–1999)"
39
- :other: "Angolan readjusted kwanzas (1995–1999)"
40
38
  :ARA:
41
39
  :one: "Austral Argentino"
42
- :other: "Argentine australs"
43
- :ARL:
44
- :one: "Argentine peso ley (1970–1983)"
45
- :other: "Argentine pesos ley (1970–1983)"
46
- :ARM:
47
- :one: "Argentine peso (1881–1970)"
48
- :other: "Argentine pesos (1881–1970)"
49
40
  :ARP:
50
41
  :one: "Peso Argentino (vecchio Cod.)"
51
- :other: "Argentine pesos (1983–1985)"
52
42
  :ARS:
53
43
  :one: "peso argentino"
54
44
  :other: "pesos argentini"
55
- :symbol: "$"
45
+ :symbol: "ARS"
56
46
  :ATS:
57
47
  :one: "Scellino Austriaco"
58
- :other: "Austrian schillings"
59
48
  :AUD:
60
49
  :one: "dollaro australiano"
61
50
  :other: "dollari australiani"
@@ -63,122 +52,102 @@
63
52
  :AWG:
64
53
  :one: "fiorino di Aruba"
65
54
  :other: "fiorini di Aruba"
55
+ :symbol: "AWG"
66
56
  :AZM:
67
- :one: "Manat Azero (1993–2006)"
68
- :other: "Azerbaijani manats (1993–2006)"
57
+ :one: "Manat azero (1993–2006)"
69
58
  :AZN:
70
59
  :one: "manat azero"
71
60
  :other: "manat azeri"
61
+ :symbol: "AZN"
72
62
  :BAD:
73
63
  :one: "Dinar Bosnia-Herzegovina"
74
- :other: "Bosnia-Herzegovina dinars (1992–1994)"
75
64
  :BAM:
76
65
  :one: "marco bosniaco"
77
66
  :other: "marchi bosniaci"
78
- :BAN:
79
- :one: "Bosnia-Herzegovina new dinar (1994–1997)"
80
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
67
+ :symbol: "BAM"
81
68
  :BBD:
82
69
  :one: "dollaro di Barbados"
83
70
  :other: "dollari di Barbados"
84
- :symbol: "$"
71
+ :symbol: "BBD"
85
72
  :BDT:
86
73
  :one: "taka bengalese"
87
74
  :other: "taka bengalesi"
88
- :symbol: ""
75
+ :symbol: "BDT"
89
76
  :BEC:
90
77
  :one: "Franco Belga (convertibile)"
91
- :other: "Belgian francs (convertible)"
92
78
  :BEF:
93
79
  :one: "Franco Belga"
94
- :other: "Belgian francs"
95
80
  :BEL:
96
81
  :one: "Franco Belga (finanziario)"
97
- :other: "Belgian francs (financial)"
98
82
  :BGL:
99
- :one: "Lev Bulgaro"
100
- :other: "Bulgarian hard leva"
101
- :BGM:
102
- :one: "Bulgarian socialist lev"
103
- :other: "Bulgarian socialist leva"
83
+ :one: "lev bulgaro (1962–1999)"
84
+ :other: "leva bulgari (1962–1999)"
104
85
  :BGN:
105
- :one: "nuovo lev bulgaro"
106
- :other: "nuovi lev bulgari"
107
- :BGO:
108
- :one: "Bulgarian lev (1879–1952)"
109
- :other: "Bulgarian leva (1879–1952)"
86
+ :one: "lev bulgaro"
87
+ :other: "leva bulgari"
88
+ :symbol: "BGN"
110
89
  :BHD:
111
- :one: "dinaro del Bahrain"
112
- :other: "dinari del Bahrain"
90
+ :one: "dinaro del Bahrein"
91
+ :other: "dinari del Bahrein"
92
+ :symbol: "BHD"
113
93
  :BIF:
114
94
  :one: "franco del Burundi"
115
95
  :other: "franchi del Burundi"
96
+ :symbol: "BIF"
116
97
  :BMD:
117
98
  :one: "dollaro delle Bermuda"
118
99
  :other: "dollari delle Bermuda"
119
- :symbol: "$"
100
+ :symbol: "BMD"
120
101
  :BND:
121
102
  :one: "dollaro del Brunei"
122
103
  :other: "dollari del Brunei"
123
- :symbol: "$"
104
+ :symbol: "BND"
124
105
  :BOB:
125
106
  :one: "boliviano"
126
107
  :other: "boliviani"
127
- :BOL:
128
- :one: "Bolivian boliviano (1863–1963)"
129
- :other: "Bolivian bolivianos (1863–1963)"
108
+ :symbol: "BOB"
130
109
  :BOP:
131
110
  :one: "Peso Boliviano"
132
- :other: "Bolivian pesos"
133
111
  :BOV:
134
112
  :one: "Mvdol Boliviano"
135
- :other: "Bolivian mvdols"
136
113
  :BRB:
137
114
  :one: "Cruzeiro Novo Brasiliano (1967–1986)"
138
- :other: "Brazilian new cruzeiros (1967–1986)"
139
115
  :BRC:
140
116
  :one: "Cruzado Brasiliano"
141
- :other: "Brazilian cruzados (1986–1989)"
142
117
  :BRE:
143
118
  :one: "Cruzeiro Brasiliano (1990–1993)"
144
- :other: "Brazilian cruzeiros (1990–1993)"
145
119
  :BRL:
146
120
  :one: "real brasiliano"
147
121
  :other: "real brasiliani"
148
- :symbol: "R$"
122
+ :symbol: "BRL"
149
123
  :BRN:
150
124
  :one: "Cruzado Novo Brasiliano"
151
- :other: "Brazilian new cruzados (1989–1990)"
152
125
  :BRR:
153
126
  :one: "Cruzeiro Brasiliano"
154
- :other: "Brazilian cruzeiros (1993–1994)"
155
- :BRZ:
156
- :one: "Brazilian cruzeiro (1942–1967)"
157
- :other: "Brazilian cruzeiros (1942–1967)"
158
127
  :BSD:
159
128
  :one: "dollaro delle Bahamas"
160
129
  :other: "dollari delle Bahamas"
161
- :symbol: "$"
130
+ :symbol: "BSD"
162
131
  :BTN:
163
132
  :one: "ngultrum del Bhutan"
164
133
  :other: "ngultrum del Bhutan"
134
+ :symbol: "BTN"
165
135
  :BUK:
166
136
  :one: "Kyat Birmano"
167
- :other: "Burmese kyats"
168
137
  :BWP:
169
138
  :one: "pula del Botswana"
170
139
  :other: "pula del Botswana"
140
+ :symbol: "BWP"
171
141
  :BYB:
172
142
  :one: "Nuovo Rublo Bielorussia (1994–1999)"
173
- :other: "Belarusian new rubles (1994–1999)"
174
143
  :BYR:
175
144
  :one: "rublo bielorusso"
176
145
  :other: "rubli bielorussi"
177
- :symbol: "р."
146
+ :symbol: "BYR"
178
147
  :BZD:
179
148
  :one: "dollaro del Belize"
180
149
  :other: "dollari del Belize"
181
- :symbol: "$"
150
+ :symbol: "BZD"
182
151
  :CAD:
183
152
  :one: "dollaro canadese"
184
153
  :other: "dollari canadesi"
@@ -186,28 +155,17 @@
186
155
  :CDF:
187
156
  :one: "franco congolese"
188
157
  :other: "franchi congolesi"
189
- :CHE:
190
- :one: "WIR euro"
191
- :other: "WIR euros"
158
+ :symbol: "CDF"
192
159
  :CHF:
193
160
  :one: "franco svizzero"
194
161
  :other: "franchi svizzeri"
195
- :CHW:
196
- :one: "WIR franc"
197
- :other: "WIR francs"
198
- :CLE:
199
- :one: "Chilean escudo"
200
- :other: "Chilean escudos"
162
+ :symbol: "CHF"
201
163
  :CLF:
202
164
  :one: "Unidades de Fomento Chilene"
203
- :other: "Chilean units of account (UF)"
204
165
  :CLP:
205
166
  :one: "peso cileno"
206
167
  :other: "pesos cileni"
207
- :symbol: "$"
208
- :CNX:
209
- :one: "Chinese People’s Bank dollar"
210
- :other: "Chinese People’s Bank dollars"
168
+ :symbol: "CLP"
211
169
  :CNY:
212
170
  :one: "renmimbi cinese"
213
171
  :other: "renmimbi cinesi"
@@ -215,183 +173,173 @@
215
173
  :COP:
216
174
  :one: "peso colombiano"
217
175
  :other: "pesos colombiani"
218
- :symbol: "$"
219
- :COU:
220
- :one: "Colombian real value unit"
221
- :other: "Colombian real value units"
176
+ :symbol: "COP"
222
177
  :CRC:
223
178
  :one: "colón costaricano"
224
179
  :other: "colón costaricani"
225
- :symbol: ""
180
+ :symbol: "CRC"
226
181
  :CSD:
227
182
  :one: "Antico Dinaro Serbo"
228
- :other: "Serbian dinars (2002–2006)"
229
183
  :CSK:
230
184
  :one: "Corona forte cecoslovacca"
231
- :other: "Czechoslovak hard korunas"
232
185
  :CUC:
233
186
  :one: "peso cubano convertibile"
234
187
  :other: "pesos cubani convertibili"
188
+ :symbol: "CUC"
235
189
  :CUP:
236
190
  :one: "peso cubano"
237
191
  :other: "pesos cubani"
238
- :symbol: "$"
192
+ :symbol: "CUP"
239
193
  :CVE:
240
194
  :one: "escudo del Capo Verde"
241
195
  :other: "escudo del Capo Verde"
196
+ :symbol: "CVE"
242
197
  :CYP:
243
198
  :one: "Sterlina Cipriota"
244
- :other: "Cypriot pounds"
245
199
  :CZK:
246
200
  :one: "corona ceca"
247
201
  :other: "corone ceche"
202
+ :symbol: "CZK"
248
203
  :DDM:
249
204
  :one: "Ostmark della Germania Orientale"
250
- :other: "East German marks"
251
205
  :DEM:
252
206
  :one: "Marco Tedesco"
253
- :other: "German marks"
254
207
  :DJF:
255
208
  :one: "Franco Gibutiano"
256
209
  :other: "Franco Gibutiano"
210
+ :symbol: "DJF"
257
211
  :DKK:
258
212
  :one: "corona danese"
259
213
  :other: "corone danesi"
214
+ :symbol: "DKK"
260
215
  :DOP:
261
216
  :one: "peso dominicano"
262
217
  :other: "pesos dominicani"
263
- :symbol: "$"
218
+ :symbol: "DOP"
264
219
  :DZD:
265
220
  :one: "dinaro algerino"
266
221
  :other: "dinari algerini"
222
+ :symbol: "DZD"
267
223
  :ECS:
268
224
  :one: "Sucre dell’Ecuador"
269
- :other: "Ecuadorian sucres"
270
225
  :ECV:
271
226
  :one: "Unidad de Valor Constante (UVC) dell’Ecuador"
272
- :other: "Ecuadorian units of constant value"
273
227
  :EEK:
274
228
  :one: "Corona dell’Estonia"
275
- :other: "Estonian kroons"
276
229
  :EGP:
277
230
  :one: "sterlina egiziana"
278
231
  :other: "sterline egiziane"
232
+ :symbol: "EGP"
279
233
  :ERN:
280
234
  :one: "nakfa eritreo"
281
235
  :other: "nakfa eritrei"
236
+ :symbol: "ERN"
282
237
  :ESA:
283
238
  :one: "Peseta Spagnola Account"
284
- :other: "Spanish pesetas (A account)"
285
239
  :ESB:
286
240
  :one: "Peseta Spagnola Account Convertibile"
287
- :other: "Spanish pesetas (convertible account)"
288
241
  :ESP:
289
242
  :one: "Peseta Spagnola"
290
- :other: "Spanish pesetas"
291
243
  :symbol: "₧"
292
244
  :ETB:
293
245
  :one: "birr etiopico"
294
246
  :other: "birr etiopici"
247
+ :symbol: "ETB"
295
248
  :EUR:
296
249
  :one: "euro"
297
250
  :other: "euro"
298
251
  :symbol: "€"
299
252
  :FIM:
300
253
  :one: "Markka Finlandese"
301
- :other: "Finnish markkas"
302
254
  :FJD:
303
255
  :one: "dollaro delle Figi"
304
256
  :other: "dollari delle Figi"
305
- :symbol: "$"
257
+ :symbol: "FJD"
306
258
  :FKP:
307
259
  :one: "sterlina delle Falkland"
308
260
  :other: "sterline delle Falkland"
261
+ :symbol: "FKP"
309
262
  :FRF:
310
263
  :one: "Franco Francese"
311
- :other: "French francs"
312
264
  :GBP:
313
- :one: "sterlina inglese"
314
- :other: "sterline inglesi"
265
+ :one: "sterlina britannica"
266
+ :other: "sterline britanniche"
315
267
  :symbol: "£"
316
268
  :GEK:
317
269
  :one: "Kupon Larit Georgiano"
318
- :other: "Georgian kupon larits"
319
270
  :GEL:
320
271
  :one: "lari georgiano"
321
272
  :other: "lari georgiani"
273
+ :symbol: "GEL"
322
274
  :GHC:
323
275
  :one: "Cedi del Ghana"
324
- :other: "Ghanaian cedis (1979–2007)"
325
276
  :GHS:
326
277
  :one: "cedi ghanese"
327
278
  :other: "cedi ghanesi"
328
- :symbol: ""
279
+ :symbol: "GHS"
329
280
  :GIP:
330
281
  :one: "sterlina di Gibilterra"
331
282
  :other: "sterline di Gibilterra"
332
- :symbol: "£"
283
+ :symbol: "GIP"
333
284
  :GMD:
334
285
  :one: "dalasi del Gambia"
335
286
  :other: "dalasi del Gambia"
287
+ :symbol: "GMD"
336
288
  :GNF:
337
289
  :one: "franco della Guinea"
338
290
  :other: "franchi della Guinea"
291
+ :symbol: "GNF"
339
292
  :GNS:
340
293
  :one: "Syli della Guinea"
341
- :other: "Guinean sylis"
342
294
  :GQE:
343
295
  :one: "Ekwele della Guinea Equatoriale"
344
- :other: "Equatorial Guinean ekwele"
345
296
  :GRD:
346
297
  :one: "Dracma Greca"
347
- :other: "Greek drachmas"
348
298
  :GTQ:
349
299
  :one: "quetzal guatemalteco"
350
300
  :other: "quetzal guatemaltechi"
301
+ :symbol: "GTQ"
351
302
  :GWE:
352
303
  :one: "Escudo della Guinea portoghese"
353
- :other: "Portuguese Guinea escudos"
354
304
  :GWP:
355
305
  :one: "Peso della Guinea-Bissau"
356
- :other: "Guinea-Bissau pesos"
357
306
  :GYD:
358
307
  :one: "dollaro della Guyana"
359
308
  :other: "dollari della Guyana"
360
- :symbol: "$"
309
+ :symbol: "GYD"
361
310
  :HKD:
362
311
  :one: "dollaro di Hong Kong"
363
312
  :other: "dollari di Hong Kong"
364
- :symbol: "HK$"
313
+ :symbol: "HKD"
365
314
  :HNL:
366
315
  :one: "lempira honduregna"
367
316
  :other: "lempire honduregne"
317
+ :symbol: "HNL"
368
318
  :HRD:
369
319
  :one: "Dinaro Croato"
370
- :other: "Croatian dinars"
371
320
  :HRK:
372
321
  :one: "kuna croata"
373
- :other: "kuna croate"
322
+ :other: "kune croate"
323
+ :symbol: "HRK"
374
324
  :HTG:
375
325
  :one: "gourde haitiano"
376
326
  :other: "gourde haitiani"
327
+ :symbol: "HTG"
377
328
  :HUF:
378
329
  :one: "fiorino ungherese"
379
330
  :other: "fiorini ungheresi"
331
+ :symbol: "HUF"
380
332
  :IDR:
381
333
  :one: "rupia indonesiana"
382
334
  :other: "rupie indonesiane"
335
+ :symbol: "IDR"
383
336
  :IEP:
384
337
  :one: "Sterlina irlandese"
385
- :other: "Irish pounds"
386
338
  :ILP:
387
339
  :one: "Sterlina Israeliana"
388
- :other: "Israeli pounds"
389
- :ILR:
390
- :one: "Israeli sheqel (1980–1985)"
391
- :other: "Israeli sheqels (1980–1985)"
392
340
  :ILS:
393
- :one: "nuovo shekel israeliano"
394
- :other: "Nuovi shekel israeliani"
341
+ :one: "nuovo siclo israeliano"
342
+ :other: "nuovi sicli israeliani"
395
343
  :symbol: "₪"
396
344
  :INR:
397
345
  :one: "rupia indiana"
@@ -400,554 +348,513 @@
400
348
  :IQD:
401
349
  :one: "dinaro iracheno"
402
350
  :other: "dinari iracheni"
351
+ :symbol: "IQD"
403
352
  :IRR:
404
353
  :one: "rial iraniano"
405
354
  :other: "rial iraniani"
406
- :ISJ:
407
- :one: "Icelandic króna (1918–1981)"
408
- :other: "Icelandic krónur (1918–1981)"
355
+ :symbol: "IRR"
409
356
  :ISK:
410
357
  :one: "corona islandese"
411
358
  :other: "corone islandesi"
359
+ :symbol: "ISK"
412
360
  :ITL:
413
361
  :one: "Lira Italiana"
414
- :other: "Italian liras"
415
362
  :JMD:
416
363
  :one: "dollaro giamaicano"
417
364
  :other: "dollari giamaicani"
418
- :symbol: "$"
365
+ :symbol: "JMD"
419
366
  :JOD:
420
367
  :one: "dinaro giordano"
421
368
  :other: "dinari giordani"
369
+ :symbol: "JOD"
422
370
  :JPY:
423
371
  :one: "yen giapponese"
424
372
  :other: "yen giapponesi"
425
- :symbol: "JP¥"
373
+ :symbol: "JPY"
426
374
  :KES:
427
375
  :one: "scellino keniota"
428
376
  :other: "scellini keniota"
377
+ :symbol: "KES"
429
378
  :KGS:
430
379
  :one: "som Kirghiso"
431
380
  :other: "som Kirghisi"
381
+ :symbol: "KGS"
432
382
  :KHR:
433
383
  :one: "riel cambogiano"
434
384
  :other: "riel cambogiani"
435
- :symbol: ""
385
+ :symbol: "KHR"
436
386
  :KMF:
437
387
  :one: "franco Comoriano"
438
388
  :other: "franchi Comoriani"
389
+ :symbol: "KMF"
439
390
  :KPW:
440
391
  :one: "won nordcoreano"
441
- :other: "word nordcoreani"
442
- :KRH:
443
- :one: "South Korean hwan (1953–1962)"
444
- :other: "South Korean hwan (1953–1962)"
445
- :KRO:
446
- :one: "South Korean won (1945–1953)"
447
- :other: "South Korean won (1945–1953)"
392
+ :other: "won nordcoreani"
393
+ :symbol: "KPW"
448
394
  :KRW:
449
395
  :one: "won sudcoreano"
450
396
  :other: "won sudcoreani"
451
- :symbol: ""
397
+ :symbol: "KRW"
452
398
  :KWD:
453
399
  :one: "dinaro kuwaitiano"
454
400
  :other: "dinari kuwaitiani"
401
+ :symbol: "KWD"
455
402
  :KYD:
456
403
  :one: "dollaro delle Isole Cayman"
457
404
  :other: "dollari delle Isole Cayman"
458
- :symbol: "$"
405
+ :symbol: "KYD"
459
406
  :KZT:
460
407
  :one: "tenge kazaco"
461
- :other: "tenge kazaco"
462
- :symbol: ""
408
+ :other: "tenge kazaki"
409
+ :symbol: "KZT"
463
410
  :LAK:
464
411
  :one: "kip laotiano"
465
412
  :other: "kip laotiani"
466
- :symbol: ""
413
+ :symbol: "LAK"
467
414
  :LBP:
468
- :one: "sterlina libanese"
469
- :other: "sterline libanesi"
415
+ :one: "lira libanese"
416
+ :other: "lire libanesi"
417
+ :symbol: "LBP"
470
418
  :LKR:
471
- :one: "rupia dello Sri Lanka"
472
- :other: "rupie dello Sri Lanka"
419
+ :one: "rupia singalese"
420
+ :other: "rupie singalesi"
421
+ :symbol: "LKR"
473
422
  :LRD:
474
423
  :one: "dollaro liberiano"
475
424
  :other: "dollari liberiani"
476
- :symbol: "$"
425
+ :symbol: "LRD"
477
426
  :LSL:
478
427
  :one: "Loti del Lesotho"
479
- :other: "Lesotho lotis"
480
428
  :LTL:
481
429
  :one: "litas lituano"
482
430
  :other: "litas lituani"
431
+ :symbol: "LTL"
483
432
  :LTT:
484
433
  :one: "Talonas Lituani"
485
- :other: "Lithuanian talonases"
486
434
  :LUC:
487
435
  :one: "Franco Convertibile del Lussemburgo"
488
- :other: "Luxembourgian convertible francs"
489
436
  :LUF:
490
437
  :one: "Franco del Lussemburgo"
491
- :other: "Luxembourgian francs"
492
438
  :LUL:
493
439
  :one: "Franco Finanziario del Lussemburgo"
494
- :other: "Luxembourg financial francs"
495
440
  :LVL:
496
441
  :one: "lats lettone"
497
442
  :other: "lati lettoni"
443
+ :symbol: "LVL"
498
444
  :LVR:
499
445
  :one: "Rublo Lettone"
500
- :other: "Latvian rubles"
501
446
  :LYD:
502
447
  :one: "dinaro libico"
503
448
  :other: "dinari libici"
449
+ :symbol: "LYD"
504
450
  :MAD:
505
451
  :one: "dirham marocchino"
506
- :other: "Dirham marocchini"
452
+ :other: "dirham marocchini"
453
+ :symbol: "MAD"
507
454
  :MAF:
508
455
  :one: "Franco Marocchino"
509
- :other: "Moroccan francs"
510
- :MCF:
511
- :one: "Monegasque franc"
512
- :other: "Monegasque francs"
513
- :MDC:
514
- :one: "Moldovan cupon"
515
- :other: "Moldovan cupon"
516
456
  :MDL:
517
457
  :one: "leu moldavo"
518
- :other: "leu moldavi"
458
+ :other: "lei moldavi"
459
+ :symbol: "MDL"
519
460
  :MGA:
520
461
  :one: "ariary malgascio"
521
462
  :other: "ariary malgasci"
463
+ :symbol: "MGA"
522
464
  :MGF:
523
465
  :one: "Franco Malgascio"
524
- :other: "Malagasy francs"
525
466
  :MKD:
526
467
  :one: "denaro macedone"
527
468
  :other: "denari macedoni"
528
- :MKN:
529
- :one: "Macedonian denar (1992–1993)"
530
- :other: "Macedonian denari (1992–1993)"
469
+ :symbol: "MKD"
531
470
  :MLF:
532
471
  :one: "Franco di Mali"
533
- :other: "Malian francs"
534
472
  :MMK:
535
473
  :one: "kyat di Myanmar"
536
474
  :other: "kyat di Myanmar"
475
+ :symbol: "MMK"
537
476
  :MNT:
538
477
  :one: "tugrik mongolo"
539
478
  :other: "tugrik mongoli"
540
- :symbol: ""
479
+ :symbol: "MNT"
541
480
  :MOP:
542
481
  :one: "pataca di Macao"
543
482
  :other: "patacas di Macao"
483
+ :symbol: "MOP"
544
484
  :MRO:
545
485
  :one: "ouguiya della Mauritania"
546
486
  :other: "ouguiya della Mauritania"
487
+ :symbol: "MRO"
547
488
  :MTL:
548
489
  :one: "Lira Maltese"
549
- :other: "Maltese lira"
550
490
  :MTP:
551
491
  :one: "Sterlina Maltese"
552
- :other: "Maltese pounds"
553
492
  :MUR:
554
493
  :one: "rupia mauriziana"
555
494
  :other: "rupie mauriziane"
556
- :MVP:
557
- :one: "Maldivian rupee"
558
- :other: "Maldivian rupees"
495
+ :symbol: "MUR"
559
496
  :MVR:
560
497
  :one: "rufiyaa delle Maldive"
561
498
  :other: "rufiyaa delle Maldive"
499
+ :symbol: "MVR"
562
500
  :MWK:
563
501
  :one: "kwacha malawiano"
564
502
  :other: "kwacha malawiani"
503
+ :symbol: "MWK"
565
504
  :MXN:
566
505
  :one: "peso messicano"
567
506
  :other: "pesos messicani"
568
- :symbol: "MX$"
507
+ :symbol: "MXN"
569
508
  :MXP:
570
509
  :one: "Peso messicano d’argento (1861–1992)"
571
- :other: "Mexican silver pesos (1861–1992)"
572
510
  :MXV:
573
511
  :one: "Unidad de Inversion (UDI) Messicana"
574
- :other: "Mexican investment units"
575
512
  :MYR:
576
513
  :one: "ringgit malese"
577
514
  :other: "ringgit malesi"
515
+ :symbol: "MYR"
578
516
  :MZE:
579
517
  :one: "Escudo del Mozambico"
580
- :other: "Mozambican escudos"
581
- :MZM:
582
- :one: "Mozambican metical (1980–2006)"
583
- :other: "Mozambican meticals (1980–2006)"
584
518
  :MZN:
585
519
  :one: "metical mozambicano"
586
520
  :other: "metical mozambicani"
521
+ :symbol: "MZN"
587
522
  :NAD:
588
523
  :one: "dollaro namibiano"
589
524
  :other: "dollari namibiani"
590
- :symbol: "$"
525
+ :symbol: "NAD"
591
526
  :NGN:
592
527
  :one: "naira nigeriana"
593
528
  :other: "naire nigeriane"
594
- :symbol: ""
529
+ :symbol: "NGN"
595
530
  :NIC:
596
531
  :one: "Cordoba Nicaraguense"
597
532
  :other: "Cordoba Nicaraguense"
598
533
  :NIO:
599
534
  :one: "córdoba nicaraguense"
600
535
  :other: "córdoba nicaraguensi"
536
+ :symbol: "NIO"
601
537
  :NLG:
602
538
  :one: "Fiorino Olandese"
603
- :other: "Dutch guilders"
604
539
  :NOK:
605
540
  :one: "corona norvegese"
606
541
  :other: "corone norvegesi"
542
+ :symbol: "NOK"
607
543
  :NPR:
608
544
  :one: "rupia nepalese"
609
545
  :other: "rupie nepalesi"
546
+ :symbol: "NPR"
610
547
  :NZD:
611
548
  :one: "dollaro neozelandese"
612
549
  :other: "dollari neozelandesi"
613
550
  :symbol: "NZ$"
614
551
  :OMR:
615
- :one: "rial dell'Oman"
616
- :other: "rial dell'Oman"
552
+ :one: "rial dellOman"
553
+ :other: "rial dellOman"
554
+ :symbol: "OMR"
617
555
  :PAB:
618
556
  :one: "balboa panamense"
619
557
  :other: "balboa panamensi"
558
+ :symbol: "PAB"
620
559
  :PEI:
621
560
  :one: "Inti Peruviano"
622
- :other: "Peruvian intis"
623
561
  :PEN:
624
562
  :one: "nuevo sol peruviano"
625
563
  :other: "nuevos soles peruviani"
564
+ :symbol: "PEN"
626
565
  :PES:
627
566
  :one: "Sol Peruviano"
628
- :other: "Peruvian soles (1863–1965)"
629
567
  :PGK:
630
568
  :one: "kina papuana"
631
569
  :other: "kina papuane"
570
+ :symbol: "PGK"
632
571
  :PHP:
633
572
  :one: "peso filippino"
634
573
  :other: "pesos filippini"
635
- :symbol: ""
574
+ :symbol: "PHP"
636
575
  :PKR:
637
576
  :one: "rupia pakistana"
638
577
  :other: "rupie pakistane"
578
+ :symbol: "PKR"
639
579
  :PLN:
640
- :one: "zloty polacco"
641
- :other: "zloty polacchi"
580
+ :one: "złoty polacco"
581
+ :other: "złoty polacchi"
582
+ :symbol: "PLN"
642
583
  :PLZ:
643
- :one: "Zloty Polacco (1950–1995)"
644
- :other: "Polish zlotys (PLZ)"
584
+ :one: "złoty polacco (1950–1995)"
585
+ :other: "złoty polacchi (1950–1995)"
645
586
  :PTE:
646
587
  :one: "Escudo Portoghese"
647
- :other: "Portuguese escudos"
648
588
  :PYG:
649
589
  :one: "guaraní paraguaiano"
650
590
  :other: "guaraní paraguaiani"
651
- :symbol: ""
591
+ :symbol: "PYG"
652
592
  :QAR:
653
593
  :one: "rial del Qatar"
654
594
  :other: "rial del Qatar"
595
+ :symbol: "QAR"
655
596
  :RHD:
656
597
  :one: "Dollaro della Rhodesia"
657
- :other: "Rhodesian dollars"
658
598
  :ROL:
659
599
  :one: "Leu della Romania"
660
- :other: "Romanian Lei (1952–2006)"
661
600
  :RON:
662
601
  :one: "leu rumeno"
663
602
  :other: "lei rumeni"
603
+ :symbol: "RON"
664
604
  :RSD:
665
605
  :one: "dinaro serbo"
666
606
  :other: "dinara serbi"
607
+ :symbol: "RSD"
667
608
  :RUB:
668
609
  :one: "rublo russo"
669
610
  :other: "rubli russi"
611
+ :symbol: "RUB"
670
612
  :RUR:
671
613
  :one: "Rublo della CSI"
672
- :other: "Russian rubles (1991–1998)"
673
614
  :symbol: "р."
674
615
  :RWF:
675
616
  :one: "franco ruandese"
676
617
  :other: "franchi ruandesi"
618
+ :symbol: "RWF"
677
619
  :SAR:
678
620
  :one: "riyal saudita"
679
621
  :other: "riyal sauditi"
622
+ :symbol: "SAR"
680
623
  :SBD:
681
624
  :one: "dollaro delle Isole Solomon"
682
625
  :other: "dollari delle Isole Solomon"
683
- :symbol: "$"
626
+ :symbol: "SBD"
684
627
  :SCR:
685
628
  :one: "rupia delle Seychelles"
686
629
  :other: "rupie delle Seychelles"
630
+ :symbol: "SCR"
687
631
  :SDD:
688
632
  :one: "Dinaro Sudanese"
689
- :other: "Sudanese dinars (1992–2007)"
690
633
  :SDG:
691
634
  :one: "sterlina sudanese"
692
635
  :other: "sterline sudanesi"
693
- :SDP:
694
- :one: "Sudanese pound (1957–1998)"
695
- :other: "Sudanese pounds (1957–1998)"
636
+ :symbol: "SDG"
696
637
  :SEK:
697
638
  :one: "corona svedese"
698
639
  :other: "corone svedesi"
640
+ :symbol: "SEK"
699
641
  :SGD:
700
642
  :one: "dollaro di Singapore"
701
643
  :other: "dollari di Singapore"
702
- :symbol: "$"
644
+ :symbol: "SGD"
703
645
  :SHP:
704
646
  :one: "sterlina di Sant’Elena"
705
647
  :other: "sterline di Sant’Elena"
648
+ :symbol: "SHP"
706
649
  :SIT:
707
650
  :one: "Tallero Sloveno"
708
- :other: "Slovenian tolars"
709
651
  :SKK:
710
652
  :one: "Corona Slovacca"
711
- :other: "Slovak korunas"
712
653
  :SLL:
713
- :one: "leone della Sierra Leone"
654
+ :one: "leone sierraleonese"
714
655
  :other: "leoni della Sierra Leone"
656
+ :symbol: "SLL"
715
657
  :SOS:
716
658
  :one: "scellino somalo"
717
659
  :other: "scellini somali"
660
+ :symbol: "SOS"
718
661
  :SRD:
719
662
  :one: "dollaro surinamese"
720
663
  :other: "dollari surinamesi"
721
- :symbol: "$"
664
+ :symbol: "SRD"
722
665
  :SRG:
723
666
  :one: "Fiorino del Suriname"
724
- :other: "Surinamese guilders"
725
667
  :SSP:
726
668
  :one: "sterlina sudsudanese"
727
669
  :other: "sterline sudsudanesi"
728
- :symbol: "£"
670
+ :symbol: "SSP"
729
671
  :STD:
730
672
  :one: "dobra di Sao Tomé e Principe"
731
673
  :other: "dobra di Sao Tomé e Principe"
674
+ :symbol: "STD"
732
675
  :SUR:
733
676
  :one: "Rublo Sovietico"
734
- :other: "Soviet roubles"
735
677
  :SVC:
736
678
  :one: "Colón Salvadoregno"
737
- :other: "Salvadoran colones"
738
679
  :SYP:
739
- :one: "sterlina siriana"
740
- :other: "sterline siriane"
680
+ :one: "lira siriana"
681
+ :other: "lire siriane"
682
+ :symbol: "SYP"
741
683
  :SZL:
742
684
  :one: "lilangeni dello Swaziland"
743
685
  :other: "lilangeni dello Swaziland"
686
+ :symbol: "SZL"
744
687
  :THB:
745
- :one: "baht tailandese"
746
- :other: "baht tailandesi"
688
+ :one: "baht thailandese"
689
+ :other: "baht thailandesi"
747
690
  :symbol: "฿"
748
691
  :TJR:
749
692
  :one: "Rublo del Tajikistan"
750
- :other: "Tajikistani rubles"
751
693
  :TJS:
752
694
  :one: "somoni del Tajikistan"
753
695
  :other: "somoni del Tajikistan"
696
+ :symbol: "TJS"
754
697
  :TMM:
755
698
  :one: "Manat Turkmeno (1993–2009)"
756
- :other: "Turkmenistani manat (1993–2009)"
757
699
  :TMT:
758
700
  :one: "manat turkmeno"
759
701
  :other: "manat turkmeni"
702
+ :symbol: "TMT"
760
703
  :TND:
761
704
  :one: "dinaro tunisino"
762
705
  :other: "dinari tunisini"
706
+ :symbol: "TND"
763
707
  :TOP:
764
708
  :one: "paʻanga di Tonga"
765
709
  :other: "paʻanga di Tonga"
710
+ :symbol: "TOP"
766
711
  :TPE:
767
712
  :one: "Escudo di Timor"
768
- :other: "Timorese escudos"
769
713
  :TRL:
714
+ :one: "lira turca (1922–2005)"
715
+ :other: "lire turche (1922–2005)"
716
+ :TRY:
770
717
  :one: "lira turca"
771
718
  :other: "lire turche"
772
- :TRY:
773
- :one: "nuova lira turca"
774
- :other: "nuove lire turche"
775
- :symbol: "₺"
719
+ :symbol: "TRY"
776
720
  :TTD:
777
721
  :one: "dollaro di Trinidad e Tobago"
778
722
  :other: "dollari di Trinidad e Tobago"
779
- :symbol: "$"
723
+ :symbol: "TTD"
780
724
  :TWD:
781
725
  :one: "nuovo dollaro taiwanese"
782
726
  :other: "nuovi dollari taiwanesi"
783
- :symbol: "NT$"
727
+ :symbol: "TWD"
784
728
  :TZS:
785
729
  :one: "scellino della Tanzania"
786
730
  :other: "scellini della Tanzania"
731
+ :symbol: "TZS"
787
732
  :UAH:
788
733
  :one: "grivnia ucraina"
789
734
  :other: "grivnie ucraine"
790
- :symbol: ""
735
+ :symbol: "UAH"
791
736
  :UAK:
792
737
  :one: "Karbovanetz Ucraino"
793
- :other: "Ukrainian karbovantsiv"
794
738
  :UGS:
795
739
  :one: "Scellino Ugandese (1966–1987)"
796
- :other: "Ugandan shillings (1966–1987)"
797
740
  :UGX:
798
741
  :one: "scellino ugandese"
799
742
  :other: "scellini ugandesi"
743
+ :symbol: "UGX"
800
744
  :USD:
801
745
  :one: "dollaro statunitense"
802
746
  :other: "dollari statunitensi"
803
747
  :symbol: "US$"
804
748
  :USN:
805
749
  :one: "Dollaro Statunitense (Next day)"
806
- :other: "US dollars (next day)"
807
750
  :USS:
808
751
  :one: "Dollaro Statunitense (Same day)"
809
- :other: "US dollars (same day)"
810
752
  :UYI:
811
753
  :one: "Peso uruguaiano in unità indicizzate"
812
- :other: "Uruguayan pesos (indexed units)"
813
754
  :UYP:
814
755
  :one: "Peso Uruguaiano (1975–1993)"
815
- :other: "Uruguayan pesos (1975–1993)"
816
756
  :UYU:
817
757
  :one: "peso uruguaiano"
818
758
  :other: "pesos uruguaiani"
819
- :symbol: "$"
759
+ :symbol: "UYU"
820
760
  :UZS:
821
761
  :one: "sum dell’Uzbekistan"
822
762
  :other: "sum dell’Uzbekistan"
763
+ :symbol: "UZS"
823
764
  :VEB:
824
765
  :one: "bolivar Venezuelano (1871–2008)"
825
766
  :other: "bolivares venezuelani (1871–2008)"
826
767
  :VEF:
827
768
  :one: "bolívar venezuelano"
828
769
  :other: "bolívares venezuelani"
770
+ :symbol: "VEF"
829
771
  :VND:
830
772
  :one: "dong vietnamita"
831
773
  :other: "dong vietnamiti"
832
774
  :symbol: "₫"
833
- :VNN:
834
- :one: "Vietnamese dong (1978–1985)"
835
- :other: "Vietnamese dong (1978–1985)"
836
775
  :VUV:
837
776
  :one: "vatu di Vanuatu"
838
777
  :other: "vatu di Vanuatu"
778
+ :symbol: "VUV"
839
779
  :WST:
840
780
  :one: "tala samoano"
841
781
  :other: "tala samoani"
782
+ :symbol: "WST"
842
783
  :XAF:
843
784
  :one: "franco CFA BEAC"
844
785
  :other: "franchi CFA BEAC"
845
786
  :symbol: "FCFA"
846
787
  :XAG:
847
788
  :one: "Argento"
848
- :other: "troy ounces of silver"
849
789
  :XAU:
850
790
  :one: "Oro"
851
- :other: "troy ounces of gold"
852
791
  :XBA:
853
792
  :one: "Unità composita europea"
854
- :other: "European composite units"
855
793
  :XBB:
856
794
  :one: "Unità monetaria europea"
857
- :other: "European monetary units"
858
795
  :XBC:
859
796
  :one: "Unità di acconto europea (XBC)"
860
- :other: "European units of account (XBC)"
861
797
  :XBD:
862
798
  :one: "Unità di acconto europea (XBD)"
863
- :other: "European units of account (XBD)"
864
799
  :XCD:
865
800
  :one: "dollaro dei Caraibi orientali"
866
801
  :other: "dollari dei Caraibi orientali"
867
802
  :symbol: "EC$"
868
803
  :XDR:
869
804
  :one: "Diritti Speciali di Incasso"
870
- :other: "special drawing rights"
871
- :XEU:
872
- :one: "European currency unit"
873
- :other: "European currency units"
874
805
  :XFO:
875
806
  :one: "Franco Oro Francese"
876
- :other: "French gold francs"
877
807
  :XFU:
878
808
  :one: "Franco UIC Francese"
879
- :other: "French UIC-francs"
880
809
  :XOF:
881
810
  :one: "franco CFA BCEAO"
882
811
  :other: "franchi CFA BCEAO"
883
812
  :symbol: "CFA"
884
813
  :XPD:
885
814
  :one: "Palladio"
886
- :other: "troy ounces of palladium"
887
815
  :XPF:
888
816
  :one: "franco CFP"
889
817
  :other: "franchi CFP"
890
818
  :symbol: "CFPF"
891
819
  :XPT:
892
820
  :one: "Platino"
893
- :other: "troy ounces of platinum"
894
821
  :XRE:
895
822
  :one: "Fondi RINET"
896
- :other: "RINET Funds units"
897
- :XSU:
898
- :one: "Sucre"
899
- :other: "Sucres"
900
823
  :XTS:
901
824
  :one: "Codice di verifica della valuta"
902
- :other: "Testing Currency units"
903
- :XUA:
904
- :one: "ADB unit of account"
905
- :other: "ADB units of account"
906
825
  :XXX:
907
- :one: "valuta sconosciuta/non valida"
908
- :other: "valuta sconosciuta"
826
+ :one: "(valuta sconosciuta)"
827
+ :other: "(valute sconosciute)"
909
828
  :YDD:
910
829
  :one: "Dinaro dello Yemen"
911
- :other: "Yemeni dinars"
912
830
  :YER:
913
831
  :one: "rial yemenita"
914
832
  :other: "rial yemeniti"
833
+ :symbol: "YER"
915
834
  :YUD:
916
835
  :one: "Dinaro Forte Yugoslavo"
917
- :other: "Yugoslavian hard dinars (1966–1990)"
918
836
  :YUM:
919
837
  :one: "Dinaro Noviy Yugoslavo"
920
- :other: "Yugoslavian new dinars (1994–2002)"
921
838
  :YUN:
922
839
  :one: "Dinaro Convertibile Yugoslavo"
923
- :other: "Yugoslavian convertible dinars (1990–1992)"
924
- :YUR:
925
- :one: "Yugoslavian reformed dinar (1992–1993)"
926
- :other: "Yugoslavian reformed dinars (1992–1993)"
927
840
  :ZAL:
928
841
  :one: "Rand Sudafricano (finanziario)"
929
- :other: "South African rands (financial)"
930
842
  :ZAR:
931
843
  :one: "rand sudafricano"
932
844
  :other: "rand sudafricani"
845
+ :symbol: "ZAR"
933
846
  :ZMK:
934
847
  :one: "kwacha zambiano (1968–2012)"
935
848
  :other: "kwacha zambiani (1968–2012)"
936
849
  :ZMW:
937
850
  :one: "kwacha zambiano"
938
851
  :other: "kwacha zambiani"
852
+ :symbol: "ZMW"
939
853
  :ZRN:
940
854
  :one: "Nuovo Zaire dello Zaire"
941
- :other: "Zairean new zaires (1993–1998)"
942
855
  :ZRZ:
943
856
  :one: "Zaire dello Zaire"
944
- :other: "Zairean zaires (1971–1993)"
945
857
  :ZWD:
946
858
  :one: "Dollaro dello Zimbabwe"
947
- :other: "Zimbabwean dollars (1980–2008)"
948
859
  :ZWL:
949
860
  :one: "Dollaro Zimbabwiano (2009)"
950
- :other: "Zimbabwean dollars (2009)"
951
- :ZWR:
952
- :one: "Zimbabwean dollar (2008)"
953
- :other: "Zimbabwean dollars (2008)"