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
@@ -14,31 +14,79 @@
14
14
  :patterns:
15
15
  :default: "#,##0.###"
16
16
  :long:
17
- 1000: "0 þúsund"
18
- 10000: "00 þúsund"
19
- 100000: "000 þúsund"
20
- 1000000: "0 milljónir"
21
- 10000000: "00 milljónir"
22
- 100000000: "000 milljónir"
23
- 1000000000: "0 milljarðar"
24
- 10000000000: "00 milljarðar"
25
- 100000000000: "000 milljarðar"
26
- 1000000000000: "0 billjónir"
27
- 10000000000000: "00 billjónir"
28
- 100000000000000: "000 billjónir"
17
+ 1000:
18
+ :one: "0 þúsund"
19
+ :other: "0 þúsund"
20
+ 10000:
21
+ :one: "00 þúsund"
22
+ :other: "00 þúsund"
23
+ 100000:
24
+ :one: "000 þúsund"
25
+ :other: "000 þúsund"
26
+ 1000000:
27
+ :one: "0 milljón"
28
+ :other: "0 milljónir"
29
+ 10000000:
30
+ :one: "00 milljón"
31
+ :other: "00 milljónir"
32
+ 100000000:
33
+ :one: "000 milljón"
34
+ :other: "000 milljónir"
35
+ 1000000000:
36
+ :one: "0 milljarður"
37
+ :other: "0 milljarðar"
38
+ 10000000000:
39
+ :one: "00 milljarður"
40
+ :other: "00 milljarðar"
41
+ 100000000000:
42
+ :one: "000 milljarður"
43
+ :other: "000 milljarðar"
44
+ 1000000000000:
45
+ :one: "0 billjón"
46
+ :other: "0 billjónir"
47
+ 10000000000000:
48
+ :one: "00 billjón"
49
+ :other: "00 billjónir"
50
+ 100000000000000:
51
+ :one: "000 billjón"
52
+ :other: "000 billjónir"
29
53
  :short:
30
- 1000: "0 þ'.'"
31
- 10000: "00 þ'.'"
32
- 100000: "000 þ'.'"
33
- 1000000: "0 m'.'"
34
- 10000000: "00 m'.'"
35
- 100000000: "000 m'.'"
36
- 1000000000: "0 ma'.'"
37
- 10000000000: "00 ma'.'"
38
- 100000000000: "000 ma'.'"
39
- 1000000000000: "0 bn"
40
- 10000000000000: "00 bn"
41
- 100000000000000: "000 bn"
54
+ 1000:
55
+ :one: "0 þ'.'"
56
+ :other: "0 þ'.'"
57
+ 10000:
58
+ :one: "00 þ'.'"
59
+ :other: "00 þ'.'"
60
+ 100000:
61
+ :one: "000 þ'.'"
62
+ :other: "000 þ'.'"
63
+ 1000000:
64
+ :one: "0 m'.'"
65
+ :other: "0 m'.'"
66
+ 10000000:
67
+ :one: "00 m'.'"
68
+ :other: "00 m'.'"
69
+ 100000000:
70
+ :one: "000 m'.'"
71
+ :other: "000 m'.'"
72
+ 1000000000:
73
+ :one: "0 ma'.'"
74
+ :other: "0 ma'.'"
75
+ 10000000000:
76
+ :one: "00 ma'.'"
77
+ :other: "00 ma'.'"
78
+ 100000000000:
79
+ :one: "000 ma'.'"
80
+ :other: "000 ma'.'"
81
+ 1000000000000:
82
+ :one: "0 bn"
83
+ :other: "0 bn"
84
+ 10000000000000:
85
+ :one: "00 bn"
86
+ :other: "00 bn"
87
+ 100000000000000:
88
+ :one: "000 bn"
89
+ :other: "000 bn"
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,7 @@
1
+ ---
2
+ :is:
3
+ :cardinal:
4
+ :one: "t = 0 and i % 10 = 1 and i % 100 != 11 or t != 0 @integer 1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, … @decimal 0.1~1.6, 10.1, 100.1, 1000.1, …"
5
+ :other: " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
6
+ :ordinal:
7
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,6 +1,14 @@
1
1
  ---
2
- :is: ! '{ :''is'' => { :i18n => { :plural => { :keys => [:one, :other], :rule => lambda
3
- { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); ((((t = n.to_s.split(".")[1]) ? t.gsub(/0+$/, "").to_i : 0) == 0 && n.to_i
5
- % 10 == 1 && n.to_i % 100 != 11) || ((t = n.to_s.split(".")[1]) ? t.gsub(/0+$/,
6
- "").to_i : 0) != 0) ? :one : :other } } } } }'
2
+ :is:
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); ((((t == 0 && i
6
+ % 10 == 1) && i % 100 != 11) || t != 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); :other }
13
+ :names:
14
+ - :other
@@ -56,7 +56,7 @@
56
56
  :cr: "Kostaríka"
57
57
  :cu: "Kúba"
58
58
  :cv: "Grænhöfðaeyjar"
59
- :cw: "Curaçao"
59
+ :cw: "Curacao"
60
60
  :cx: "Jólaey"
61
61
  :cy: "Kýpur"
62
62
  :cz: "Tékkland"
@@ -79,7 +79,7 @@
79
79
  :fi: "Finnland"
80
80
  :fj: "Fídjieyjar"
81
81
  :fk: "Falklandseyjar (Malvinas)"
82
- :fm: "Míkrónesía (FM)"
82
+ :fm: "Míkrónesía"
83
83
  :fo: "Færeyjar"
84
84
  :fr: "Frakkland"
85
85
  :ga: "Gabon"
@@ -123,11 +123,11 @@
123
123
  :jo: "Jórdanía"
124
124
  :jp: "Japan"
125
125
  :ke: "Kenía"
126
- :kg: "Kirgisistan"
126
+ :kg: "Kirgistan"
127
127
  :kh: "Kambódía"
128
128
  :ki: "Kíribatí"
129
129
  :km: "Kómoreyjar"
130
- :kn: "Sankti Kristófer og Nevis"
130
+ :kn: "Sankti Kitts og Nevis"
131
131
  :kp: "Norður-Kórea"
132
132
  :kr: "Suður-Kórea"
133
133
  :kw: "Kúveit"
@@ -246,7 +246,7 @@
246
246
  :us: "BNA"
247
247
  :uy: "Úrúgvæ"
248
248
  :uz: "Úsbekistan"
249
- :va: "Páfastóll"
249
+ :va: "Vatíkanið"
250
250
  :vc: "Sankti Vinsent og Grenadíneyjar"
251
251
  :ve: "Venesúela"
252
252
  :vg: "Bresku Jómfrúaeyjar"
@@ -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"
@@ -25,11 +26,11 @@
25
26
  :MMdd: "dd.MM"
26
27
  :Md: "d/M"
27
28
  :d: "d"
28
- :h: "hh a"
29
+ :h: "h a"
29
30
  :hhmm: "hh:mm a"
30
31
  :hhmmss: "hh:mm:ss a"
31
- :hm: "hh:mm a"
32
- :hms: "hh:mm:ss a"
32
+ :hm: "h:mm a"
33
+ :hms: "h:mm:ss a"
33
34
  :ms: "mm:ss"
34
35
  ? !ruby/symbol "y"
35
36
  : "y"
@@ -121,17 +122,34 @@
121
122
  0: "BCE"
122
123
  1: "CE"
123
124
  :fields:
124
- :day: "giorno"
125
- :dayperiod: "periodo del giorno"
126
- :era: "era"
127
- :hour: "ora"
128
- :minute: "minuto"
129
- :month: "mese"
130
- :second: "secondo"
131
- :week: "settimana"
132
- :weekday: "giorno della settimana"
133
- :year: "anno"
134
- :zone: "fuso orario"
125
+ :day: "Giorno"
126
+ :day-narrow: "g"
127
+ :day-short: "g"
128
+ :dayperiod: "AM/PM"
129
+ :era: "Era"
130
+ :hour: "Ora"
131
+ :hour-narrow: "h"
132
+ :hour-short: "h."
133
+ :minute: "Minuto"
134
+ :minute-narrow: "m"
135
+ :minute-short: "min."
136
+ :month: "Mese"
137
+ :month-narrow: "mese"
138
+ :month-short: "mese"
139
+ :quarter: "Trimestre"
140
+ :quarter-narrow: "trim."
141
+ :quarter-short: "trim."
142
+ :second: "Secondo"
143
+ :second-narrow: "s"
144
+ :second-short: "sec."
145
+ :week: "Settimana"
146
+ :week-narrow: "sett."
147
+ :week-short: "sett."
148
+ :weekday: "Giorno della settimana"
149
+ :year: "Anno"
150
+ :year-narrow: "anno"
151
+ :year-short: "anno"
152
+ :zone: "Fuso orario"
135
153
  :formats:
136
154
  :date:
137
155
  :full:
@@ -148,9 +166,9 @@
148
166
  :long:
149
167
  :pattern: "{{date}} {{time}}"
150
168
  :medium:
151
- :pattern: "{{date}} {{time}}"
169
+ :pattern: "{{date}}, {{time}}"
152
170
  :short:
153
- :pattern: "{{date}} {{time}}"
171
+ :pattern: "{{date}}, {{time}}"
154
172
  :time:
155
173
  :full:
156
174
  :pattern: "HH.mm:ss 'h' zzzz"
@@ -250,11 +268,8 @@
250
268
  :pm: "p."
251
269
  :wide:
252
270
  :am: "AM"
253
- :noon: "noon"
271
+ :noon: "mezzogiorno"
254
272
  :pm: "PM"
255
- :variant:
256
- :am: "a.m."
257
- :pm: "p.m."
258
273
  :stand-alone: {}
259
274
  :quarters:
260
275
  :format:
@@ -285,7 +300,7 @@
285
300
  3: 3
286
301
  4: 4
287
302
  :wide:
288
- 1: "Primo trimestre"
289
- 2: "Secondo trimestre"
290
- 3: "Terzo trimestre"
291
- 4: "Quarto trimestre"
303
+ 1: " trimestre"
304
+ 2: " trimestre"
305
+ 3: " trimestre"
306
+ 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,29 +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
162
  :symbol: "CHF"
196
- :CHW:
197
- :one: "WIR franc"
198
- :other: "WIR francs"
199
- :CLE:
200
- :one: "Chilean escudo"
201
- :other: "Chilean escudos"
202
163
  :CLF:
203
164
  :one: "Unidades de Fomento Chilene"
204
- :other: "Chilean units of account (UF)"
205
165
  :CLP:
206
166
  :one: "peso cileno"
207
167
  :other: "pesos cileni"
208
- :symbol: "$"
209
- :CNX:
210
- :one: "Chinese People’s Bank dollar"
211
- :other: "Chinese People’s Bank dollars"
168
+ :symbol: "CLP"
212
169
  :CNY:
213
170
  :one: "renmimbi cinese"
214
171
  :other: "renmimbi cinesi"
@@ -216,183 +173,173 @@
216
173
  :COP:
217
174
  :one: "peso colombiano"
218
175
  :other: "pesos colombiani"
219
- :symbol: "$"
220
- :COU:
221
- :one: "Colombian real value unit"
222
- :other: "Colombian real value units"
176
+ :symbol: "COP"
223
177
  :CRC:
224
178
  :one: "colón costaricano"
225
179
  :other: "colón costaricani"
226
- :symbol: ""
180
+ :symbol: "CRC"
227
181
  :CSD:
228
182
  :one: "Antico Dinaro Serbo"
229
- :other: "Serbian dinars (2002–2006)"
230
183
  :CSK:
231
184
  :one: "Corona forte cecoslovacca"
232
- :other: "Czechoslovak hard korunas"
233
185
  :CUC:
234
186
  :one: "peso cubano convertibile"
235
187
  :other: "pesos cubani convertibili"
188
+ :symbol: "CUC"
236
189
  :CUP:
237
190
  :one: "peso cubano"
238
191
  :other: "pesos cubani"
239
- :symbol: "$"
192
+ :symbol: "CUP"
240
193
  :CVE:
241
194
  :one: "escudo del Capo Verde"
242
195
  :other: "escudo del Capo Verde"
196
+ :symbol: "CVE"
243
197
  :CYP:
244
198
  :one: "Sterlina Cipriota"
245
- :other: "Cypriot pounds"
246
199
  :CZK:
247
200
  :one: "corona ceca"
248
201
  :other: "corone ceche"
202
+ :symbol: "CZK"
249
203
  :DDM:
250
204
  :one: "Ostmark della Germania Orientale"
251
- :other: "East German marks"
252
205
  :DEM:
253
206
  :one: "Marco Tedesco"
254
- :other: "German marks"
255
207
  :DJF:
256
208
  :one: "Franco Gibutiano"
257
209
  :other: "Franco Gibutiano"
210
+ :symbol: "DJF"
258
211
  :DKK:
259
212
  :one: "corona danese"
260
213
  :other: "corone danesi"
214
+ :symbol: "DKK"
261
215
  :DOP:
262
216
  :one: "peso dominicano"
263
217
  :other: "pesos dominicani"
264
- :symbol: "$"
218
+ :symbol: "DOP"
265
219
  :DZD:
266
220
  :one: "dinaro algerino"
267
221
  :other: "dinari algerini"
222
+ :symbol: "DZD"
268
223
  :ECS:
269
224
  :one: "Sucre dell’Ecuador"
270
- :other: "Ecuadorian sucres"
271
225
  :ECV:
272
226
  :one: "Unidad de Valor Constante (UVC) dell’Ecuador"
273
- :other: "Ecuadorian units of constant value"
274
227
  :EEK:
275
228
  :one: "Corona dell’Estonia"
276
- :other: "Estonian kroons"
277
229
  :EGP:
278
230
  :one: "sterlina egiziana"
279
231
  :other: "sterline egiziane"
232
+ :symbol: "EGP"
280
233
  :ERN:
281
234
  :one: "nakfa eritreo"
282
235
  :other: "nakfa eritrei"
236
+ :symbol: "ERN"
283
237
  :ESA:
284
238
  :one: "Peseta Spagnola Account"
285
- :other: "Spanish pesetas (A account)"
286
239
  :ESB:
287
240
  :one: "Peseta Spagnola Account Convertibile"
288
- :other: "Spanish pesetas (convertible account)"
289
241
  :ESP:
290
242
  :one: "Peseta Spagnola"
291
- :other: "Spanish pesetas"
292
243
  :symbol: "₧"
293
244
  :ETB:
294
245
  :one: "birr etiopico"
295
246
  :other: "birr etiopici"
247
+ :symbol: "ETB"
296
248
  :EUR:
297
249
  :one: "euro"
298
250
  :other: "euro"
299
251
  :symbol: "€"
300
252
  :FIM:
301
253
  :one: "Markka Finlandese"
302
- :other: "Finnish markkas"
303
254
  :FJD:
304
255
  :one: "dollaro delle Figi"
305
256
  :other: "dollari delle Figi"
306
- :symbol: "$"
257
+ :symbol: "FJD"
307
258
  :FKP:
308
259
  :one: "sterlina delle Falkland"
309
260
  :other: "sterline delle Falkland"
261
+ :symbol: "FKP"
310
262
  :FRF:
311
263
  :one: "Franco Francese"
312
- :other: "French francs"
313
264
  :GBP:
314
- :one: "sterlina inglese"
315
- :other: "sterline inglesi"
265
+ :one: "sterlina britannica"
266
+ :other: "sterline britanniche"
316
267
  :symbol: "£"
317
268
  :GEK:
318
269
  :one: "Kupon Larit Georgiano"
319
- :other: "Georgian kupon larits"
320
270
  :GEL:
321
271
  :one: "lari georgiano"
322
272
  :other: "lari georgiani"
273
+ :symbol: "GEL"
323
274
  :GHC:
324
275
  :one: "Cedi del Ghana"
325
- :other: "Ghanaian cedis (1979–2007)"
326
276
  :GHS:
327
277
  :one: "cedi ghanese"
328
278
  :other: "cedi ghanesi"
329
- :symbol: ""
279
+ :symbol: "GHS"
330
280
  :GIP:
331
281
  :one: "sterlina di Gibilterra"
332
282
  :other: "sterline di Gibilterra"
333
- :symbol: "£"
283
+ :symbol: "GIP"
334
284
  :GMD:
335
285
  :one: "dalasi del Gambia"
336
286
  :other: "dalasi del Gambia"
287
+ :symbol: "GMD"
337
288
  :GNF:
338
289
  :one: "franco della Guinea"
339
290
  :other: "franchi della Guinea"
291
+ :symbol: "GNF"
340
292
  :GNS:
341
293
  :one: "Syli della Guinea"
342
- :other: "Guinean sylis"
343
294
  :GQE:
344
295
  :one: "Ekwele della Guinea Equatoriale"
345
- :other: "Equatorial Guinean ekwele"
346
296
  :GRD:
347
297
  :one: "Dracma Greca"
348
- :other: "Greek drachmas"
349
298
  :GTQ:
350
299
  :one: "quetzal guatemalteco"
351
300
  :other: "quetzal guatemaltechi"
301
+ :symbol: "GTQ"
352
302
  :GWE:
353
303
  :one: "Escudo della Guinea portoghese"
354
- :other: "Portuguese Guinea escudos"
355
304
  :GWP:
356
305
  :one: "Peso della Guinea-Bissau"
357
- :other: "Guinea-Bissau pesos"
358
306
  :GYD:
359
307
  :one: "dollaro della Guyana"
360
308
  :other: "dollari della Guyana"
361
- :symbol: "$"
309
+ :symbol: "GYD"
362
310
  :HKD:
363
311
  :one: "dollaro di Hong Kong"
364
312
  :other: "dollari di Hong Kong"
365
- :symbol: "HK$"
313
+ :symbol: "HKD"
366
314
  :HNL:
367
315
  :one: "lempira honduregna"
368
316
  :other: "lempire honduregne"
317
+ :symbol: "HNL"
369
318
  :HRD:
370
319
  :one: "Dinaro Croato"
371
- :other: "Croatian dinars"
372
320
  :HRK:
373
321
  :one: "kuna croata"
374
- :other: "kuna croate"
322
+ :other: "kune croate"
323
+ :symbol: "HRK"
375
324
  :HTG:
376
325
  :one: "gourde haitiano"
377
326
  :other: "gourde haitiani"
327
+ :symbol: "HTG"
378
328
  :HUF:
379
329
  :one: "fiorino ungherese"
380
330
  :other: "fiorini ungheresi"
331
+ :symbol: "HUF"
381
332
  :IDR:
382
333
  :one: "rupia indonesiana"
383
334
  :other: "rupie indonesiane"
335
+ :symbol: "IDR"
384
336
  :IEP:
385
337
  :one: "Sterlina irlandese"
386
- :other: "Irish pounds"
387
338
  :ILP:
388
339
  :one: "Sterlina Israeliana"
389
- :other: "Israeli pounds"
390
- :ILR:
391
- :one: "Israeli sheqel (1980–1985)"
392
- :other: "Israeli sheqels (1980–1985)"
393
340
  :ILS:
394
- :one: "nuovo shekel israeliano"
395
- :other: "Nuovi shekel israeliani"
341
+ :one: "nuovo siclo israeliano"
342
+ :other: "nuovi sicli israeliani"
396
343
  :symbol: "₪"
397
344
  :INR:
398
345
  :one: "rupia indiana"
@@ -401,554 +348,513 @@
401
348
  :IQD:
402
349
  :one: "dinaro iracheno"
403
350
  :other: "dinari iracheni"
351
+ :symbol: "IQD"
404
352
  :IRR:
405
353
  :one: "rial iraniano"
406
354
  :other: "rial iraniani"
407
- :ISJ:
408
- :one: "Icelandic króna (1918–1981)"
409
- :other: "Icelandic krónur (1918–1981)"
355
+ :symbol: "IRR"
410
356
  :ISK:
411
357
  :one: "corona islandese"
412
358
  :other: "corone islandesi"
359
+ :symbol: "ISK"
413
360
  :ITL:
414
361
  :one: "Lira Italiana"
415
- :other: "Italian liras"
416
362
  :JMD:
417
363
  :one: "dollaro giamaicano"
418
364
  :other: "dollari giamaicani"
419
- :symbol: "$"
365
+ :symbol: "JMD"
420
366
  :JOD:
421
367
  :one: "dinaro giordano"
422
368
  :other: "dinari giordani"
369
+ :symbol: "JOD"
423
370
  :JPY:
424
371
  :one: "yen giapponese"
425
372
  :other: "yen giapponesi"
426
- :symbol: "JP¥"
373
+ :symbol: "JPY"
427
374
  :KES:
428
375
  :one: "scellino keniota"
429
376
  :other: "scellini keniota"
377
+ :symbol: "KES"
430
378
  :KGS:
431
379
  :one: "som Kirghiso"
432
380
  :other: "som Kirghisi"
381
+ :symbol: "KGS"
433
382
  :KHR:
434
383
  :one: "riel cambogiano"
435
384
  :other: "riel cambogiani"
436
- :symbol: ""
385
+ :symbol: "KHR"
437
386
  :KMF:
438
387
  :one: "franco Comoriano"
439
388
  :other: "franchi Comoriani"
389
+ :symbol: "KMF"
440
390
  :KPW:
441
391
  :one: "won nordcoreano"
442
- :other: "word nordcoreani"
443
- :KRH:
444
- :one: "South Korean hwan (1953–1962)"
445
- :other: "South Korean hwan (1953–1962)"
446
- :KRO:
447
- :one: "South Korean won (1945–1953)"
448
- :other: "South Korean won (1945–1953)"
392
+ :other: "won nordcoreani"
393
+ :symbol: "KPW"
449
394
  :KRW:
450
395
  :one: "won sudcoreano"
451
396
  :other: "won sudcoreani"
452
- :symbol: ""
397
+ :symbol: "KRW"
453
398
  :KWD:
454
399
  :one: "dinaro kuwaitiano"
455
400
  :other: "dinari kuwaitiani"
401
+ :symbol: "KWD"
456
402
  :KYD:
457
403
  :one: "dollaro delle Isole Cayman"
458
404
  :other: "dollari delle Isole Cayman"
459
- :symbol: "$"
405
+ :symbol: "KYD"
460
406
  :KZT:
461
407
  :one: "tenge kazaco"
462
- :other: "tenge kazaco"
463
- :symbol: ""
408
+ :other: "tenge kazaki"
409
+ :symbol: "KZT"
464
410
  :LAK:
465
411
  :one: "kip laotiano"
466
412
  :other: "kip laotiani"
467
- :symbol: ""
413
+ :symbol: "LAK"
468
414
  :LBP:
469
- :one: "sterlina libanese"
470
- :other: "sterline libanesi"
415
+ :one: "lira libanese"
416
+ :other: "lire libanesi"
417
+ :symbol: "LBP"
471
418
  :LKR:
472
- :one: "rupia dello Sri Lanka"
473
- :other: "rupie dello Sri Lanka"
419
+ :one: "rupia singalese"
420
+ :other: "rupie singalesi"
421
+ :symbol: "LKR"
474
422
  :LRD:
475
423
  :one: "dollaro liberiano"
476
424
  :other: "dollari liberiani"
477
- :symbol: "$"
425
+ :symbol: "LRD"
478
426
  :LSL:
479
427
  :one: "Loti del Lesotho"
480
- :other: "Lesotho lotis"
481
428
  :LTL:
482
429
  :one: "litas lituano"
483
430
  :other: "litas lituani"
431
+ :symbol: "LTL"
484
432
  :LTT:
485
433
  :one: "Talonas Lituani"
486
- :other: "Lithuanian talonases"
487
434
  :LUC:
488
435
  :one: "Franco Convertibile del Lussemburgo"
489
- :other: "Luxembourgian convertible francs"
490
436
  :LUF:
491
437
  :one: "Franco del Lussemburgo"
492
- :other: "Luxembourgian francs"
493
438
  :LUL:
494
439
  :one: "Franco Finanziario del Lussemburgo"
495
- :other: "Luxembourg financial francs"
496
440
  :LVL:
497
441
  :one: "lats lettone"
498
442
  :other: "lati lettoni"
443
+ :symbol: "LVL"
499
444
  :LVR:
500
445
  :one: "Rublo Lettone"
501
- :other: "Latvian rubles"
502
446
  :LYD:
503
447
  :one: "dinaro libico"
504
448
  :other: "dinari libici"
449
+ :symbol: "LYD"
505
450
  :MAD:
506
451
  :one: "dirham marocchino"
507
- :other: "Dirham marocchini"
452
+ :other: "dirham marocchini"
453
+ :symbol: "MAD"
508
454
  :MAF:
509
455
  :one: "Franco Marocchino"
510
- :other: "Moroccan francs"
511
- :MCF:
512
- :one: "Monegasque franc"
513
- :other: "Monegasque francs"
514
- :MDC:
515
- :one: "Moldovan cupon"
516
- :other: "Moldovan cupon"
517
456
  :MDL:
518
457
  :one: "leu moldavo"
519
- :other: "leu moldavi"
458
+ :other: "lei moldavi"
459
+ :symbol: "MDL"
520
460
  :MGA:
521
461
  :one: "ariary malgascio"
522
462
  :other: "ariary malgasci"
463
+ :symbol: "MGA"
523
464
  :MGF:
524
465
  :one: "Franco Malgascio"
525
- :other: "Malagasy francs"
526
466
  :MKD:
527
467
  :one: "denaro macedone"
528
468
  :other: "denari macedoni"
529
- :MKN:
530
- :one: "Macedonian denar (1992–1993)"
531
- :other: "Macedonian denari (1992–1993)"
469
+ :symbol: "MKD"
532
470
  :MLF:
533
471
  :one: "Franco di Mali"
534
- :other: "Malian francs"
535
472
  :MMK:
536
473
  :one: "kyat di Myanmar"
537
474
  :other: "kyat di Myanmar"
475
+ :symbol: "MMK"
538
476
  :MNT:
539
477
  :one: "tugrik mongolo"
540
478
  :other: "tugrik mongoli"
541
- :symbol: ""
479
+ :symbol: "MNT"
542
480
  :MOP:
543
481
  :one: "pataca di Macao"
544
482
  :other: "patacas di Macao"
483
+ :symbol: "MOP"
545
484
  :MRO:
546
485
  :one: "ouguiya della Mauritania"
547
486
  :other: "ouguiya della Mauritania"
487
+ :symbol: "MRO"
548
488
  :MTL:
549
489
  :one: "Lira Maltese"
550
- :other: "Maltese lira"
551
490
  :MTP:
552
491
  :one: "Sterlina Maltese"
553
- :other: "Maltese pounds"
554
492
  :MUR:
555
493
  :one: "rupia mauriziana"
556
494
  :other: "rupie mauriziane"
557
- :MVP:
558
- :one: "Maldivian rupee"
559
- :other: "Maldivian rupees"
495
+ :symbol: "MUR"
560
496
  :MVR:
561
497
  :one: "rufiyaa delle Maldive"
562
498
  :other: "rufiyaa delle Maldive"
499
+ :symbol: "MVR"
563
500
  :MWK:
564
501
  :one: "kwacha malawiano"
565
502
  :other: "kwacha malawiani"
503
+ :symbol: "MWK"
566
504
  :MXN:
567
505
  :one: "peso messicano"
568
506
  :other: "pesos messicani"
569
- :symbol: "MX$"
507
+ :symbol: "MXN"
570
508
  :MXP:
571
509
  :one: "Peso messicano d’argento (1861–1992)"
572
- :other: "Mexican silver pesos (1861–1992)"
573
510
  :MXV:
574
511
  :one: "Unidad de Inversion (UDI) Messicana"
575
- :other: "Mexican investment units"
576
512
  :MYR:
577
513
  :one: "ringgit malese"
578
514
  :other: "ringgit malesi"
515
+ :symbol: "MYR"
579
516
  :MZE:
580
517
  :one: "Escudo del Mozambico"
581
- :other: "Mozambican escudos"
582
- :MZM:
583
- :one: "Mozambican metical (1980–2006)"
584
- :other: "Mozambican meticals (1980–2006)"
585
518
  :MZN:
586
519
  :one: "metical mozambicano"
587
520
  :other: "metical mozambicani"
521
+ :symbol: "MZN"
588
522
  :NAD:
589
523
  :one: "dollaro namibiano"
590
524
  :other: "dollari namibiani"
591
- :symbol: "$"
525
+ :symbol: "NAD"
592
526
  :NGN:
593
527
  :one: "naira nigeriana"
594
528
  :other: "naire nigeriane"
595
- :symbol: ""
529
+ :symbol: "NGN"
596
530
  :NIC:
597
531
  :one: "Cordoba Nicaraguense"
598
532
  :other: "Cordoba Nicaraguense"
599
533
  :NIO:
600
534
  :one: "córdoba nicaraguense"
601
535
  :other: "córdoba nicaraguensi"
536
+ :symbol: "NIO"
602
537
  :NLG:
603
538
  :one: "Fiorino Olandese"
604
- :other: "Dutch guilders"
605
539
  :NOK:
606
540
  :one: "corona norvegese"
607
541
  :other: "corone norvegesi"
542
+ :symbol: "NOK"
608
543
  :NPR:
609
544
  :one: "rupia nepalese"
610
545
  :other: "rupie nepalesi"
546
+ :symbol: "NPR"
611
547
  :NZD:
612
548
  :one: "dollaro neozelandese"
613
549
  :other: "dollari neozelandesi"
614
550
  :symbol: "NZ$"
615
551
  :OMR:
616
- :one: "rial dell'Oman"
617
- :other: "rial dell'Oman"
552
+ :one: "rial dellOman"
553
+ :other: "rial dellOman"
554
+ :symbol: "OMR"
618
555
  :PAB:
619
556
  :one: "balboa panamense"
620
557
  :other: "balboa panamensi"
558
+ :symbol: "PAB"
621
559
  :PEI:
622
560
  :one: "Inti Peruviano"
623
- :other: "Peruvian intis"
624
561
  :PEN:
625
562
  :one: "nuevo sol peruviano"
626
563
  :other: "nuevos soles peruviani"
564
+ :symbol: "PEN"
627
565
  :PES:
628
566
  :one: "Sol Peruviano"
629
- :other: "Peruvian soles (1863–1965)"
630
567
  :PGK:
631
568
  :one: "kina papuana"
632
569
  :other: "kina papuane"
570
+ :symbol: "PGK"
633
571
  :PHP:
634
572
  :one: "peso filippino"
635
573
  :other: "pesos filippini"
636
- :symbol: ""
574
+ :symbol: "PHP"
637
575
  :PKR:
638
576
  :one: "rupia pakistana"
639
577
  :other: "rupie pakistane"
578
+ :symbol: "PKR"
640
579
  :PLN:
641
- :one: "zloty polacco"
642
- :other: "zloty polacchi"
580
+ :one: "złoty polacco"
581
+ :other: "złoty polacchi"
582
+ :symbol: "PLN"
643
583
  :PLZ:
644
- :one: "Zloty Polacco (1950–1995)"
645
- :other: "Polish zlotys (PLZ)"
584
+ :one: "złoty polacco (1950–1995)"
585
+ :other: "złoty polacchi (1950–1995)"
646
586
  :PTE:
647
587
  :one: "Escudo Portoghese"
648
- :other: "Portuguese escudos"
649
588
  :PYG:
650
589
  :one: "guaraní paraguaiano"
651
590
  :other: "guaraní paraguaiani"
652
- :symbol: ""
591
+ :symbol: "PYG"
653
592
  :QAR:
654
593
  :one: "rial del Qatar"
655
594
  :other: "rial del Qatar"
595
+ :symbol: "QAR"
656
596
  :RHD:
657
597
  :one: "Dollaro della Rhodesia"
658
- :other: "Rhodesian dollars"
659
598
  :ROL:
660
599
  :one: "Leu della Romania"
661
- :other: "Romanian Lei (1952–2006)"
662
600
  :RON:
663
601
  :one: "leu rumeno"
664
602
  :other: "lei rumeni"
603
+ :symbol: "RON"
665
604
  :RSD:
666
605
  :one: "dinaro serbo"
667
606
  :other: "dinara serbi"
607
+ :symbol: "RSD"
668
608
  :RUB:
669
609
  :one: "rublo russo"
670
610
  :other: "rubli russi"
611
+ :symbol: "RUB"
671
612
  :RUR:
672
613
  :one: "Rublo della CSI"
673
- :other: "Russian rubles (1991–1998)"
674
614
  :symbol: "р."
675
615
  :RWF:
676
616
  :one: "franco ruandese"
677
617
  :other: "franchi ruandesi"
618
+ :symbol: "RWF"
678
619
  :SAR:
679
620
  :one: "riyal saudita"
680
621
  :other: "riyal sauditi"
622
+ :symbol: "SAR"
681
623
  :SBD:
682
624
  :one: "dollaro delle Isole Solomon"
683
625
  :other: "dollari delle Isole Solomon"
684
- :symbol: "$"
626
+ :symbol: "SBD"
685
627
  :SCR:
686
628
  :one: "rupia delle Seychelles"
687
629
  :other: "rupie delle Seychelles"
630
+ :symbol: "SCR"
688
631
  :SDD:
689
632
  :one: "Dinaro Sudanese"
690
- :other: "Sudanese dinars (1992–2007)"
691
633
  :SDG:
692
634
  :one: "sterlina sudanese"
693
635
  :other: "sterline sudanesi"
694
- :SDP:
695
- :one: "Sudanese pound (1957–1998)"
696
- :other: "Sudanese pounds (1957–1998)"
636
+ :symbol: "SDG"
697
637
  :SEK:
698
638
  :one: "corona svedese"
699
639
  :other: "corone svedesi"
640
+ :symbol: "SEK"
700
641
  :SGD:
701
642
  :one: "dollaro di Singapore"
702
643
  :other: "dollari di Singapore"
703
- :symbol: "$"
644
+ :symbol: "SGD"
704
645
  :SHP:
705
646
  :one: "sterlina di Sant’Elena"
706
647
  :other: "sterline di Sant’Elena"
648
+ :symbol: "SHP"
707
649
  :SIT:
708
650
  :one: "Tallero Sloveno"
709
- :other: "Slovenian tolars"
710
651
  :SKK:
711
652
  :one: "Corona Slovacca"
712
- :other: "Slovak korunas"
713
653
  :SLL:
714
- :one: "leone della Sierra Leone"
654
+ :one: "leone sierraleonese"
715
655
  :other: "leoni della Sierra Leone"
656
+ :symbol: "SLL"
716
657
  :SOS:
717
658
  :one: "scellino somalo"
718
659
  :other: "scellini somali"
660
+ :symbol: "SOS"
719
661
  :SRD:
720
662
  :one: "dollaro surinamese"
721
663
  :other: "dollari surinamesi"
722
- :symbol: "$"
664
+ :symbol: "SRD"
723
665
  :SRG:
724
666
  :one: "Fiorino del Suriname"
725
- :other: "Surinamese guilders"
726
667
  :SSP:
727
668
  :one: "sterlina sudsudanese"
728
669
  :other: "sterline sudsudanesi"
729
- :symbol: "£"
670
+ :symbol: "SSP"
730
671
  :STD:
731
672
  :one: "dobra di Sao Tomé e Principe"
732
673
  :other: "dobra di Sao Tomé e Principe"
674
+ :symbol: "STD"
733
675
  :SUR:
734
676
  :one: "Rublo Sovietico"
735
- :other: "Soviet roubles"
736
677
  :SVC:
737
678
  :one: "Colón Salvadoregno"
738
- :other: "Salvadoran colones"
739
679
  :SYP:
740
- :one: "sterlina siriana"
741
- :other: "sterline siriane"
680
+ :one: "lira siriana"
681
+ :other: "lire siriane"
682
+ :symbol: "SYP"
742
683
  :SZL:
743
684
  :one: "lilangeni dello Swaziland"
744
685
  :other: "lilangeni dello Swaziland"
686
+ :symbol: "SZL"
745
687
  :THB:
746
- :one: "baht tailandese"
747
- :other: "baht tailandesi"
688
+ :one: "baht thailandese"
689
+ :other: "baht thailandesi"
748
690
  :symbol: "฿"
749
691
  :TJR:
750
692
  :one: "Rublo del Tajikistan"
751
- :other: "Tajikistani rubles"
752
693
  :TJS:
753
694
  :one: "somoni del Tajikistan"
754
695
  :other: "somoni del Tajikistan"
696
+ :symbol: "TJS"
755
697
  :TMM:
756
698
  :one: "Manat Turkmeno (1993–2009)"
757
- :other: "Turkmenistani manat (1993–2009)"
758
699
  :TMT:
759
700
  :one: "manat turkmeno"
760
701
  :other: "manat turkmeni"
702
+ :symbol: "TMT"
761
703
  :TND:
762
704
  :one: "dinaro tunisino"
763
705
  :other: "dinari tunisini"
706
+ :symbol: "TND"
764
707
  :TOP:
765
708
  :one: "paʻanga di Tonga"
766
709
  :other: "paʻanga di Tonga"
710
+ :symbol: "TOP"
767
711
  :TPE:
768
712
  :one: "Escudo di Timor"
769
- :other: "Timorese escudos"
770
713
  :TRL:
714
+ :one: "lira turca (1922–2005)"
715
+ :other: "lire turche (1922–2005)"
716
+ :TRY:
771
717
  :one: "lira turca"
772
718
  :other: "lire turche"
773
- :TRY:
774
- :one: "nuova lira turca"
775
- :other: "nuove lire turche"
776
- :symbol: "₺"
719
+ :symbol: "TRY"
777
720
  :TTD:
778
721
  :one: "dollaro di Trinidad e Tobago"
779
722
  :other: "dollari di Trinidad e Tobago"
780
- :symbol: "$"
723
+ :symbol: "TTD"
781
724
  :TWD:
782
725
  :one: "nuovo dollaro taiwanese"
783
726
  :other: "nuovi dollari taiwanesi"
784
- :symbol: "NT$"
727
+ :symbol: "TWD"
785
728
  :TZS:
786
729
  :one: "scellino della Tanzania"
787
730
  :other: "scellini della Tanzania"
731
+ :symbol: "TZS"
788
732
  :UAH:
789
733
  :one: "grivnia ucraina"
790
734
  :other: "grivnie ucraine"
791
- :symbol: ""
735
+ :symbol: "UAH"
792
736
  :UAK:
793
737
  :one: "Karbovanetz Ucraino"
794
- :other: "Ukrainian karbovantsiv"
795
738
  :UGS:
796
739
  :one: "Scellino Ugandese (1966–1987)"
797
- :other: "Ugandan shillings (1966–1987)"
798
740
  :UGX:
799
741
  :one: "scellino ugandese"
800
742
  :other: "scellini ugandesi"
743
+ :symbol: "UGX"
801
744
  :USD:
802
745
  :one: "dollaro statunitense"
803
746
  :other: "dollari statunitensi"
804
747
  :symbol: "US$"
805
748
  :USN:
806
749
  :one: "Dollaro Statunitense (Next day)"
807
- :other: "US dollars (next day)"
808
750
  :USS:
809
751
  :one: "Dollaro Statunitense (Same day)"
810
- :other: "US dollars (same day)"
811
752
  :UYI:
812
753
  :one: "Peso uruguaiano in unità indicizzate"
813
- :other: "Uruguayan pesos (indexed units)"
814
754
  :UYP:
815
755
  :one: "Peso Uruguaiano (1975–1993)"
816
- :other: "Uruguayan pesos (1975–1993)"
817
756
  :UYU:
818
757
  :one: "peso uruguaiano"
819
758
  :other: "pesos uruguaiani"
820
- :symbol: "$"
759
+ :symbol: "UYU"
821
760
  :UZS:
822
761
  :one: "sum dell’Uzbekistan"
823
762
  :other: "sum dell’Uzbekistan"
763
+ :symbol: "UZS"
824
764
  :VEB:
825
765
  :one: "bolivar Venezuelano (1871–2008)"
826
766
  :other: "bolivares venezuelani (1871–2008)"
827
767
  :VEF:
828
768
  :one: "bolívar venezuelano"
829
769
  :other: "bolívares venezuelani"
770
+ :symbol: "VEF"
830
771
  :VND:
831
772
  :one: "dong vietnamita"
832
773
  :other: "dong vietnamiti"
833
774
  :symbol: "₫"
834
- :VNN:
835
- :one: "Vietnamese dong (1978–1985)"
836
- :other: "Vietnamese dong (1978–1985)"
837
775
  :VUV:
838
776
  :one: "vatu di Vanuatu"
839
777
  :other: "vatu di Vanuatu"
778
+ :symbol: "VUV"
840
779
  :WST:
841
780
  :one: "tala samoano"
842
781
  :other: "tala samoani"
782
+ :symbol: "WST"
843
783
  :XAF:
844
784
  :one: "franco CFA BEAC"
845
785
  :other: "franchi CFA BEAC"
846
786
  :symbol: "FCFA"
847
787
  :XAG:
848
788
  :one: "Argento"
849
- :other: "troy ounces of silver"
850
789
  :XAU:
851
790
  :one: "Oro"
852
- :other: "troy ounces of gold"
853
791
  :XBA:
854
792
  :one: "Unità composita europea"
855
- :other: "European composite units"
856
793
  :XBB:
857
794
  :one: "Unità monetaria europea"
858
- :other: "European monetary units"
859
795
  :XBC:
860
796
  :one: "Unità di acconto europea (XBC)"
861
- :other: "European units of account (XBC)"
862
797
  :XBD:
863
798
  :one: "Unità di acconto europea (XBD)"
864
- :other: "European units of account (XBD)"
865
799
  :XCD:
866
800
  :one: "dollaro dei Caraibi orientali"
867
801
  :other: "dollari dei Caraibi orientali"
868
802
  :symbol: "EC$"
869
803
  :XDR:
870
804
  :one: "Diritti Speciali di Incasso"
871
- :other: "special drawing rights"
872
- :XEU:
873
- :one: "European currency unit"
874
- :other: "European currency units"
875
805
  :XFO:
876
806
  :one: "Franco Oro Francese"
877
- :other: "French gold francs"
878
807
  :XFU:
879
808
  :one: "Franco UIC Francese"
880
- :other: "French UIC-francs"
881
809
  :XOF:
882
810
  :one: "franco CFA BCEAO"
883
811
  :other: "franchi CFA BCEAO"
884
812
  :symbol: "CFA"
885
813
  :XPD:
886
814
  :one: "Palladio"
887
- :other: "troy ounces of palladium"
888
815
  :XPF:
889
816
  :one: "franco CFP"
890
817
  :other: "franchi CFP"
891
818
  :symbol: "CFPF"
892
819
  :XPT:
893
820
  :one: "Platino"
894
- :other: "troy ounces of platinum"
895
821
  :XRE:
896
822
  :one: "Fondi RINET"
897
- :other: "RINET Funds units"
898
- :XSU:
899
- :one: "Sucre"
900
- :other: "Sucres"
901
823
  :XTS:
902
824
  :one: "Codice di verifica della valuta"
903
- :other: "Testing Currency units"
904
- :XUA:
905
- :one: "ADB unit of account"
906
- :other: "ADB units of account"
907
825
  :XXX:
908
- :one: "valuta sconosciuta/non valida"
909
- :other: "valuta sconosciuta"
826
+ :one: "(valuta sconosciuta)"
827
+ :other: "(valute sconosciute)"
910
828
  :YDD:
911
829
  :one: "Dinaro dello Yemen"
912
- :other: "Yemeni dinars"
913
830
  :YER:
914
831
  :one: "rial yemenita"
915
832
  :other: "rial yemeniti"
833
+ :symbol: "YER"
916
834
  :YUD:
917
835
  :one: "Dinaro Forte Yugoslavo"
918
- :other: "Yugoslavian hard dinars (1966–1990)"
919
836
  :YUM:
920
837
  :one: "Dinaro Noviy Yugoslavo"
921
- :other: "Yugoslavian new dinars (1994–2002)"
922
838
  :YUN:
923
839
  :one: "Dinaro Convertibile Yugoslavo"
924
- :other: "Yugoslavian convertible dinars (1990–1992)"
925
- :YUR:
926
- :one: "Yugoslavian reformed dinar (1992–1993)"
927
- :other: "Yugoslavian reformed dinars (1992–1993)"
928
840
  :ZAL:
929
841
  :one: "Rand Sudafricano (finanziario)"
930
- :other: "South African rands (financial)"
931
842
  :ZAR:
932
843
  :one: "rand sudafricano"
933
844
  :other: "rand sudafricani"
845
+ :symbol: "ZAR"
934
846
  :ZMK:
935
847
  :one: "kwacha zambiano (1968–2012)"
936
848
  :other: "kwacha zambiani (1968–2012)"
937
849
  :ZMW:
938
850
  :one: "kwacha zambiano"
939
851
  :other: "kwacha zambiani"
852
+ :symbol: "ZMW"
940
853
  :ZRN:
941
854
  :one: "Nuovo Zaire dello Zaire"
942
- :other: "Zairean new zaires (1993–1998)"
943
855
  :ZRZ:
944
856
  :one: "Zaire dello Zaire"
945
- :other: "Zairean zaires (1971–1993)"
946
857
  :ZWD:
947
858
  :one: "Dollaro dello Zimbabwe"
948
- :other: "Zimbabwean dollars (1980–2008)"
949
859
  :ZWL:
950
860
  :one: "Dollaro Zimbabwiano (2009)"
951
- :other: "Zimbabwean dollars (2009)"
952
- :ZWR:
953
- :one: "Zimbabwean dollar (2008)"
954
- :other: "Zimbabwean dollars (2008)"