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
@@ -0,0 +1,7 @@
1
+ ---
2
+ :nb:
3
+ :cardinal:
4
+ :one: "n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000"
5
+ :other: " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~0.9, 1.1~1.6, 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,4 +1,14 @@
1
1
  ---
2
- :nb: ! '{ :''nb'' => { :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); n.to_f == 1 ? :one : :other } } } } }'
2
+ :nb:
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); (n == 1 ? :one :
6
+ :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
@@ -28,9 +28,9 @@
28
28
  :bh: "Bahrain"
29
29
  :bi: "Burundi"
30
30
  :bj: "Benin"
31
- :bl: "Saint Barthélemy"
31
+ :bl: "Saint-Barthélemy"
32
32
  :bm: "Bermuda"
33
- :bn: "Brunei Darussalam"
33
+ :bn: "Brunei"
34
34
  :bo: "Bolivia"
35
35
  :bq: "Karibisk Nederland"
36
36
  :br: "Brasil"
@@ -75,10 +75,10 @@
75
75
  :er: "Eritrea"
76
76
  :es: "Spania"
77
77
  :et: "Etiopia"
78
- :eu: "Den europeiske union"
78
+ :eu: "EU"
79
79
  :fi: "Finland"
80
80
  :fj: "Fiji"
81
- :fk: "Falklandsøyene"
81
+ :fk: "Falklandsøyene (Islas Malvinas)"
82
82
  :fm: "Mikronesiaføderasjonen"
83
83
  :fo: "Færøyene"
84
84
  :fr: "Frankrike"
@@ -102,7 +102,7 @@
102
102
  :gw: "Guinea-Bissau"
103
103
  :gy: "Guyana"
104
104
  :hk: "Hongkong"
105
- :hm: "Heardøya og McDonaldøyene"
105
+ :hm: "Heard- og McDonaldøyene"
106
106
  :hn: "Honduras"
107
107
  :hr: "Kroatia"
108
108
  :ht: "Haiti"
@@ -141,7 +141,7 @@
141
141
  :lr: "Liberia"
142
142
  :ls: "Lesotho"
143
143
  :lt: "Litauen"
144
- :lu: "Luxembourg"
144
+ :lu: "Luxemburg"
145
145
  :lv: "Latvia"
146
146
  :ly: "Libya"
147
147
  :ma: "Marokko"
@@ -3,6 +3,7 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
+ :E: "ccc"
6
7
  :EHm: "E HH:mm"
7
8
  :EHms: "E HH:mm:ss"
8
9
  :Ed: "E d"
@@ -74,13 +75,13 @@
74
75
  :wed: "woensdag"
75
76
  :stand-alone:
76
77
  :abbreviated:
77
- :fri: "vr"
78
- :mon: "ma"
79
- :sat: "za"
80
- :sun: "zo"
81
- :thu: "do"
82
- :tue: "di"
83
- :wed: "wo"
78
+ :fri: "Vr"
79
+ :mon: "Ma"
80
+ :sat: "Za"
81
+ :sun: "Zo"
82
+ :thu: "Do"
83
+ :tue: "Di"
84
+ :wed: "Wo"
84
85
  :narrow:
85
86
  :fri: "V"
86
87
  :mon: "M"
@@ -98,13 +99,13 @@
98
99
  :tue: "di"
99
100
  :wed: "wo"
100
101
  :wide:
101
- :fri: "vrijdag"
102
- :mon: "maandag"
103
- :sat: "zaterdag"
104
- :sun: "zondag"
105
- :thu: "donderdag"
106
- :tue: "dinsdag"
107
- :wed: "woensdag"
102
+ :fri: "Vrijdag"
103
+ :mon: "Maandag"
104
+ :sat: "Zaterdag"
105
+ :sun: "Zondag"
106
+ :thu: "Donderdag"
107
+ :tue: "Dinsdag"
108
+ :wed: "Woensdag"
108
109
  :eras:
109
110
  :abbr:
110
111
  0: "v.g.j."
@@ -117,15 +118,32 @@
117
118
  1: "gj"
118
119
  :fields:
119
120
  :day: "Dag"
120
- :dayperiod: "AM/PM"
121
+ :day-narrow: "dag"
122
+ :day-short: "dag"
123
+ :dayperiod: "a.m./p.m."
121
124
  :era: "Tijdperk"
122
125
  :hour: "Uur"
126
+ :hour-narrow: "u"
127
+ :hour-short: "uur"
123
128
  :minute: "Minuut"
129
+ :minute-narrow: "m"
130
+ :minute-short: "min."
124
131
  :month: "Maand"
132
+ :month-narrow: "mnd"
133
+ :month-short: "mnd"
134
+ :quarter: "Kwartaal"
135
+ :quarter-narrow: "kwartaal"
136
+ :quarter-short: "kwartaal"
125
137
  :second: "Seconde"
138
+ :second-narrow: "s"
139
+ :second-short: "sec."
126
140
  :week: "Week"
141
+ :week-narrow: "wk"
142
+ :week-short: "wk"
127
143
  :weekday: "Dag van de week"
128
144
  :year: "Jaar"
145
+ :year-narrow: "jr."
146
+ :year-short: "jr."
129
147
  :zone: "Zone"
130
148
  :formats:
131
149
  :date:
@@ -198,18 +216,18 @@
198
216
  9: "september"
199
217
  :stand-alone:
200
218
  :abbreviated:
201
- 1: "jan"
202
- 10: "okt"
203
- 11: "nov"
204
- 12: "dec"
205
- 2: "feb"
206
- 3: "mrt"
207
- 4: "apr"
208
- 5: "mei"
209
- 6: "jun"
210
- 7: "jul"
211
- 8: "aug"
212
- 9: "sep"
219
+ 1: "Jan."
220
+ 10: "Okt."
221
+ 11: "Nov."
222
+ 12: "Dec."
223
+ 2: "Feb."
224
+ 3: "Mrt."
225
+ 4: "Apr."
226
+ 5: "Mei"
227
+ 6: "Jun."
228
+ 7: "Jul."
229
+ 8: "Aug."
230
+ 9: "Sep."
213
231
  :narrow:
214
232
  1: "J"
215
233
  10: "O"
@@ -224,33 +242,30 @@
224
242
  8: "A"
225
243
  9: "S"
226
244
  :wide:
227
- 1: "januari"
228
- 10: "oktober"
229
- 11: "november"
230
- 12: "december"
231
- 2: "februari"
232
- 3: "maart"
233
- 4: "april"
234
- 5: "mei"
235
- 6: "juni"
236
- 7: "juli"
237
- 8: "augustus"
238
- 9: "september"
245
+ 1: "Januari"
246
+ 10: "Oktober"
247
+ 11: "November"
248
+ 12: "December"
249
+ 2: "Februari"
250
+ 3: "Maart"
251
+ 4: "April"
252
+ 5: "Mei"
253
+ 6: "Juni"
254
+ 7: "Juli"
255
+ 8: "Augustus"
256
+ 9: "September"
239
257
  :periods:
240
258
  :format:
241
259
  :abbreviated:
242
- :noon: "12 uur 's middags"
260
+ :noon: "12 uur s middags"
243
261
  :narrow:
244
- :am: "AM"
262
+ :am: "a.m."
245
263
  :noon: "n"
246
- :pm: "PM"
264
+ :pm: "p.m."
247
265
  :wide:
248
- :am: "AM"
249
- :noon: "12 uur 's middags"
250
- :pm: "PM"
251
- :variant:
252
- :am: "a.m."
253
- :pm: "p.m."
266
+ :am: "a.m."
267
+ :noon: "12 uur s middags"
268
+ :pm: "p.m."
254
269
  :stand-alone:
255
270
  :abbreviated:
256
271
  :am: "a.m."
@@ -4,58 +4,75 @@
4
4
  :ADP:
5
5
  :one: "Andorrese peseta"
6
6
  :other: "Andorrese peseta"
7
+ :symbol: "ADP"
7
8
  :AED:
8
9
  :one: "VAE-dirham"
9
10
  :other: "VAE-dirham"
11
+ :symbol: "AED"
10
12
  :AFA:
11
13
  :one: "Afghani (AFA)"
12
14
  :other: "Afghani (AFA)"
15
+ :symbol: "AFA"
13
16
  :AFN:
14
17
  :one: "Afghaanse afghani"
15
18
  :other: "Afghaanse afghani"
19
+ :symbol: "AFN"
16
20
  :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
21
+ :one: "Albanese lek (1946–1965)"
22
+ :other: "Albanese lek (1946–1965)"
23
+ :symbol: "ALK"
19
24
  :ALL:
20
25
  :one: "Albanese lek"
21
26
  :other: "Albanese lek"
27
+ :symbol: "ALL"
22
28
  :AMD:
23
29
  :one: "Armeense dram"
24
30
  :other: "Armeense dram"
31
+ :symbol: "AMD"
25
32
  :ANG:
26
33
  :one: "Nederlands-Antilliaanse gulden"
27
34
  :other: "Nederlands-Antilliaanse gulden"
35
+ :symbol: "ANG"
28
36
  :AOA:
29
37
  :one: "Angolese kwanza"
30
38
  :other: "Angolese kwanza"
39
+ :symbol: "AOA"
31
40
  :AOK:
32
41
  :one: "Angolese kwanza (1977–1990)"
33
42
  :other: "Angolese kwanza (1977–1990)"
43
+ :symbol: "AOK"
34
44
  :AON:
35
45
  :one: "Angolese nieuwe kwanza (1990–2000)"
36
46
  :other: "Angolese nieuwe kwanza (1990–2000)"
47
+ :symbol: "AON"
37
48
  :AOR:
38
49
  :one: "Angolese kwanza reajustado (1995–1999)"
39
50
  :other: "Angolese kwanza reajustado (1995–1999)"
51
+ :symbol: "AOR"
40
52
  :ARA:
41
53
  :one: "Argentijnse austral"
42
54
  :other: "Argentijnse austral"
55
+ :symbol: "ARA"
43
56
  :ARL:
44
57
  :one: "Argentijnse peso ley (1970–1983)"
45
58
  :other: "Argentijnse peso ley (1970–1983)"
59
+ :symbol: "ARL"
46
60
  :ARM:
47
61
  :one: "Argentijnse peso (1881–1970)"
48
62
  :other: "Argentijnse peso (1881–1970)"
63
+ :symbol: "ARM"
49
64
  :ARP:
50
65
  :one: "Argentijnse peso (1983–1985)"
51
66
  :other: "Argentijnse peso (1983–1985)"
67
+ :symbol: "ARP"
52
68
  :ARS:
53
69
  :one: "Argentijnse peso"
54
70
  :other: "Argentijnse peso"
55
- :symbol: "$"
71
+ :symbol: "ARS"
56
72
  :ATS:
57
73
  :one: "Oostenrijkse schilling"
58
74
  :other: "Oostenrijkse schilling"
75
+ :symbol: "ATS"
59
76
  :AUD:
60
77
  :one: "Australische dollar"
61
78
  :other: "Australische dollar"
@@ -63,85 +80,107 @@
63
80
  :AWG:
64
81
  :one: "Arubaanse gulden"
65
82
  :other: "Arubaanse gulden"
83
+ :symbol: "AWG"
66
84
  :AZM:
67
85
  :one: "Azerbeidzjaanse manat (1993–2006)"
68
86
  :other: "Azerbeidzjaanse manat (1993–2006)"
87
+ :symbol: "AZM"
69
88
  :AZN:
70
89
  :one: "Azerbeidzjaanse manat"
71
90
  :other: "Azerbeidzjaanse manat"
91
+ :symbol: "AZN"
72
92
  :BAD:
73
93
  :one: "Bosnische dinar"
74
94
  :other: "Bosnische dinar"
95
+ :symbol: "BAD"
75
96
  :BAM:
76
97
  :one: "Bosnische convertibele mark"
77
98
  :other: "Bosnische convertibele mark"
99
+ :symbol: "BAM"
78
100
  :BAN:
79
101
  :one: "Nieuwe Bosnische dinar (1994–1997)"
80
102
  :other: "Nieuwe Bosnische dinar (1994–1997)"
103
+ :symbol: "BAN"
81
104
  :BBD:
82
105
  :one: "Barbadaanse dollar"
83
106
  :other: "Barbadaanse dollar"
84
- :symbol: "$"
107
+ :symbol: "BBD"
85
108
  :BDT:
86
109
  :one: "Bengalese taka"
87
110
  :other: "Bengalese taka"
88
- :symbol: ""
111
+ :symbol: "BDT"
89
112
  :BEC:
90
113
  :one: "Belgische frank (convertibel)"
91
114
  :other: "Belgische frank (convertibel)"
115
+ :symbol: "BEC"
92
116
  :BEF:
93
117
  :one: "Belgische frank"
94
118
  :other: "Belgische frank"
119
+ :symbol: "BEF"
95
120
  :BEL:
96
121
  :one: "Belgische frank (financieel)"
97
122
  :other: "Belgische frank (financieel)"
123
+ :symbol: "BEL"
98
124
  :BGL:
99
125
  :one: "Bulgaarse harde lev"
100
126
  :other: "Bulgaarse harde lev"
127
+ :symbol: "BGL"
101
128
  :BGM:
102
129
  :one: "Bulgaarse socialistische lev"
103
130
  :other: "Bulgaarse socialistische lev"
131
+ :symbol: "BGM"
104
132
  :BGN:
105
133
  :one: "Bulgaarse lev"
106
134
  :other: "Bulgaarse leva"
135
+ :symbol: "BGN"
107
136
  :BGO:
108
137
  :one: "Bulgaarse lev (1879–1952)"
109
138
  :other: "Bulgaarse lev (1879–1952)"
139
+ :symbol: "BGO"
110
140
  :BHD:
111
141
  :one: "Bahreinse dinar"
112
142
  :other: "Bahreinse dinar"
143
+ :symbol: "BHD"
113
144
  :BIF:
114
145
  :one: "Burundese frank"
115
146
  :other: "Burundese frank"
147
+ :symbol: "BIF"
116
148
  :BMD:
117
149
  :one: "Bermuda-dollar"
118
150
  :other: "Bermuda-dollar"
119
- :symbol: "$"
151
+ :symbol: "BMD"
120
152
  :BND:
121
153
  :one: "Bruneise dollar"
122
154
  :other: "Bruneise dollar"
123
- :symbol: "$"
155
+ :symbol: "BND"
124
156
  :BOB:
125
157
  :one: "Boliviaanse boliviano"
126
158
  :other: "Boliviaanse boliviano"
159
+ :symbol: "BOB"
127
160
  :BOL:
128
161
  :one: "Boliviaanse boliviano (1863–1963)"
129
162
  :other: "Boliviaanse boliviano (1863–1963)"
163
+ :symbol: "BOL"
130
164
  :BOP:
131
165
  :one: "Boliviaanse peso"
132
166
  :other: "Boliviaanse peso"
167
+ :symbol: "BOP"
133
168
  :BOV:
134
169
  :one: "Boliviaanse mvdol"
135
170
  :other: "Boliviaanse mvdol"
171
+ :symbol: "BOV"
136
172
  :BRB:
137
173
  :one: "Braziliaanse cruzeiro novo (1967–1986)"
138
174
  :other: "Braziliaanse cruzeiro novo (1967–1986)"
175
+ :symbol: "BRB"
139
176
  :BRC:
140
177
  :one: "Braziliaanse cruzado"
141
178
  :other: "Braziliaanse cruzado"
179
+ :symbol: "BRC"
142
180
  :BRE:
143
181
  :one: "Braziliaanse cruzeiro (1990–1993)"
144
182
  :other: "Braziliaanse cruzeiro (1990–1993)"
183
+ :symbol: "BRE"
145
184
  :BRL:
146
185
  :one: "Braziliaanse real"
147
186
  :other: "Braziliaanse real"
@@ -149,36 +188,43 @@
149
188
  :BRN:
150
189
  :one: "Braziliaanse cruzado novo"
151
190
  :other: "Braziliaanse cruzado novo"
191
+ :symbol: "BRN"
152
192
  :BRR:
153
193
  :one: "Braziliaanse cruzeiro"
154
194
  :other: "Braziliaanse cruzeiro"
195
+ :symbol: "BRR"
155
196
  :BRZ:
156
197
  :one: "Braziliaanse cruzeiro (1942–1967)"
157
198
  :other: "Braziliaanse cruzeiro (1942–1967)"
199
+ :symbol: "BRZ"
158
200
  :BSD:
159
201
  :one: "Bahamaanse dollar"
160
202
  :other: "Bahamaanse dollar"
161
- :symbol: "$"
203
+ :symbol: "BSD"
162
204
  :BTN:
163
205
  :one: "Bhutaanse ngultrum"
164
206
  :other: "Bhutaanse ngultrum"
207
+ :symbol: "BTN"
165
208
  :BUK:
166
209
  :one: "Birmese kyat"
167
210
  :other: "Birmese kyat"
211
+ :symbol: "BUK"
168
212
  :BWP:
169
213
  :one: "Botswaanse pula"
170
214
  :other: "Botswaanse pula"
215
+ :symbol: "BWP"
171
216
  :BYB:
172
217
  :one: "Wit-Russische nieuwe roebel (1994–1999)"
173
218
  :other: "Wit-Russische nieuwe roebel (1994–1999)"
219
+ :symbol: "BYB"
174
220
  :BYR:
175
221
  :one: "Wit-Russische roebel"
176
222
  :other: "Wit-Russische roebel"
177
- :symbol: "р."
223
+ :symbol: "BYR"
178
224
  :BZD:
179
225
  :one: "Belizaanse dollar"
180
226
  :other: "Belizaanse dollar"
181
- :symbol: "$"
227
+ :symbol: "BZD"
182
228
  :CAD:
183
229
  :one: "Canadese dollar"
184
230
  :other: "Canadese dollar"
@@ -186,28 +232,35 @@
186
232
  :CDF:
187
233
  :one: "Congolese frank"
188
234
  :other: "Congolese frank"
235
+ :symbol: "CDF"
189
236
  :CHE:
190
237
  :one: "WIR euro"
191
238
  :other: "WIR euro"
239
+ :symbol: "CHE"
192
240
  :CHF:
193
241
  :one: "Zwitserse frank"
194
242
  :other: "Zwitserse frank"
243
+ :symbol: "CHF"
195
244
  :CHW:
196
245
  :one: "WIR franc"
197
246
  :other: "WIR franc"
247
+ :symbol: "CHW"
198
248
  :CLE:
199
249
  :one: "Chileense escudo"
200
250
  :other: "Chileense escudo"
251
+ :symbol: "CLE"
201
252
  :CLF:
202
253
  :one: "Chileense unidades de fomento"
203
254
  :other: "Chileense unidades de fomento"
255
+ :symbol: "CLF"
204
256
  :CLP:
205
257
  :one: "Chileense peso"
206
258
  :other: "Chileense peso"
207
- :symbol: "$"
259
+ :symbol: "CLP"
208
260
  :CNX:
209
- :one: "Chinese People’s Bank dollar"
210
- :other: "Chinese People’s Bank dollars"
261
+ :one: "dollar van de Chinese Volksbank"
262
+ :other: "dollar van de Chinese Volksbank"
263
+ :symbol: "CNX"
211
264
  :CNY:
212
265
  :one: "Chinese renminbi"
213
266
  :other: "Chinese renminbi"
@@ -215,83 +268,103 @@
215
268
  :COP:
216
269
  :one: "Colombiaanse peso"
217
270
  :other: "Colombiaanse peso"
218
- :symbol: "$"
271
+ :symbol: "COP"
219
272
  :COU:
220
273
  :one: "Unidad de Valor Real"
221
274
  :other: "Unidad de Valor Real"
275
+ :symbol: "COU"
222
276
  :CRC:
223
- :one: "Costaricaanse colón"
224
- :other: "Costaricaanse colón"
225
- :symbol: ""
277
+ :one: "Costa Ricaanse colon"
278
+ :other: "Costa Ricaanse colon"
279
+ :symbol: "CRC"
226
280
  :CSD:
227
281
  :one: "Oude Servische dinar"
228
282
  :other: "Oude Servische dinar"
283
+ :symbol: "CSD"
229
284
  :CSK:
230
285
  :one: "Tsjechoslowaakse harde koruna"
231
286
  :other: "Tsjechoslowaakse harde koruna"
287
+ :symbol: "CSK"
232
288
  :CUC:
233
289
  :one: "Cubaanse convertibele peso"
234
290
  :other: "Cubaanse convertibele peso"
291
+ :symbol: "CUC"
235
292
  :CUP:
236
293
  :one: "Cubaanse peso"
237
294
  :other: "Cubaanse peso"
238
- :symbol: "$"
295
+ :symbol: "CUP"
239
296
  :CVE:
240
297
  :one: "Kaapverdische escudo"
241
298
  :other: "Kaapverdische escudo"
299
+ :symbol: "CVE"
242
300
  :CYP:
243
301
  :one: "Cyprisch pond"
244
302
  :other: "Cyprisch pond"
303
+ :symbol: "CYP"
245
304
  :CZK:
246
305
  :one: "Tsjechische kroon"
247
306
  :other: "Tsjechische kronen"
307
+ :symbol: "CZK"
248
308
  :DDM:
249
309
  :one: "Oost-Duitse ostmark"
250
310
  :other: "Oost-Duitse ostmark"
311
+ :symbol: "DDM"
251
312
  :DEM:
252
313
  :one: "Duitse mark"
253
314
  :other: "Duitse mark"
315
+ :symbol: "DEM"
254
316
  :DJF:
255
317
  :one: "Djiboutiaanse frank"
256
318
  :other: "Djiboutiaanse frank"
319
+ :symbol: "DJF"
257
320
  :DKK:
258
321
  :one: "Deense kroon"
259
322
  :other: "Deense kronen"
323
+ :symbol: "DKK"
260
324
  :DOP:
261
325
  :one: "Dominicaanse peso"
262
326
  :other: "Dominicaanse peso"
263
- :symbol: "$"
327
+ :symbol: "DOP"
264
328
  :DZD:
265
329
  :one: "Algerijnse dinar"
266
330
  :other: "Algerijnse dinar"
331
+ :symbol: "DZD"
267
332
  :ECS:
268
333
  :one: "Ecuadoraanse sucre"
269
334
  :other: "Ecuadoraanse sucre"
335
+ :symbol: "ECS"
270
336
  :ECV:
271
337
  :one: "Ecuadoraanse unidad de valor constante (UVC)"
272
338
  :other: "Ecuadoraanse unidad de valor constante (UVC)"
339
+ :symbol: "ECV"
273
340
  :EEK:
274
341
  :one: "Estlandse kroon"
275
342
  :other: "Estlandse kroon"
343
+ :symbol: "EEK"
276
344
  :EGP:
277
345
  :one: "Egyptisch pond"
278
346
  :other: "Egyptisch pond"
347
+ :symbol: "EGP"
279
348
  :ERN:
280
349
  :one: "Eritrese nakfa"
281
350
  :other: "Eritrese nakfa"
351
+ :symbol: "ERN"
282
352
  :ESA:
283
353
  :one: "Spaanse peseta (account A)"
284
354
  :other: "Spaanse peseta (account A)"
355
+ :symbol: "ESA"
285
356
  :ESB:
286
357
  :one: "Spaanse peseta (convertibele account)"
287
358
  :other: "Spaanse peseta (convertibele account)"
359
+ :symbol: "ESB"
288
360
  :ESP:
289
361
  :one: "Spaanse peseta"
290
362
  :other: "Spaanse peseta"
291
- :symbol: ""
363
+ :symbol: "ESP"
292
364
  :ETB:
293
365
  :one: "Ethiopische birr"
294
366
  :other: "Ethiopische birr"
367
+ :symbol: "ETB"
295
368
  :EUR:
296
369
  :one: "euro"
297
370
  :other: "euro"
@@ -299,6 +372,7 @@
299
372
  :FIM:
300
373
  :one: "Finse markka"
301
374
  :other: "Finse markka"
375
+ :symbol: "FIM"
302
376
  :FJD:
303
377
  :one: "Fiji-dollar"
304
378
  :other: "Fiji-dollar"
@@ -306,9 +380,11 @@
306
380
  :FKP:
307
381
  :one: "Falklandeilands pond"
308
382
  :other: "Falklandeilands pond"
383
+ :symbol: "FKP"
309
384
  :FRF:
310
385
  :one: "Franse franc"
311
386
  :other: "Franse franc"
387
+ :symbol: "FRF"
312
388
  :GBP:
313
389
  :one: "Brits pond sterling"
314
390
  :other: "Brits pond sterling"
@@ -316,48 +392,59 @@
316
392
  :GEK:
317
393
  :one: "Georgische kupon larit"
318
394
  :other: "Georgische kupon larit"
395
+ :symbol: "GEK"
319
396
  :GEL:
320
397
  :one: "Georgische lari"
321
398
  :other: "Georgische lari"
399
+ :symbol: "GEL"
322
400
  :GHC:
323
401
  :one: "Ghanese cedi (1979–2007)"
324
402
  :other: "Ghanese cedi (1979–2007)"
403
+ :symbol: "GHC"
325
404
  :GHS:
326
405
  :one: "Ghanese cedi"
327
406
  :other: "Ghanese cedi"
328
- :symbol: ""
407
+ :symbol: "GHS"
329
408
  :GIP:
330
409
  :one: "Gibraltarees pond"
331
410
  :other: "Gibraltarees pond"
332
- :symbol: "£"
411
+ :symbol: "GIP"
333
412
  :GMD:
334
413
  :one: "Gambiaanse dalasi"
335
414
  :other: "Gambiaanse dalasi"
415
+ :symbol: "GMD"
336
416
  :GNF:
337
417
  :one: "Guinese franc"
338
418
  :other: "Guinese franc"
419
+ :symbol: "GNF"
339
420
  :GNS:
340
421
  :one: "Guinese syli"
341
422
  :other: "Guinese syli"
423
+ :symbol: "GNS"
342
424
  :GQE:
343
425
  :one: "Equatoriaal-Guinese ekwele guineana"
344
426
  :other: "Equatoriaal-Guinese ekwele guineana"
427
+ :symbol: "GQE"
345
428
  :GRD:
346
429
  :one: "Griekse drachme"
347
430
  :other: "Griekse drachme"
431
+ :symbol: "GRD"
348
432
  :GTQ:
349
433
  :one: "Guatemalteekse quetzal"
350
434
  :other: "Guatemalteekse quetzal"
435
+ :symbol: "GTQ"
351
436
  :GWE:
352
437
  :one: "Portugees-Guinese escudo"
353
438
  :other: "Portugees-Guinese escudo"
439
+ :symbol: "GWE"
354
440
  :GWP:
355
441
  :one: "Guinee-Bissause peso"
356
442
  :other: "Guinee-Bissause peso"
443
+ :symbol: "GWP"
357
444
  :GYD:
358
445
  :one: "Guyaanse dollar"
359
446
  :other: "Guyaanse dollar"
360
- :symbol: "$"
447
+ :symbol: "GYD"
361
448
  :HKD:
362
449
  :one: "Hongkongse dollar"
363
450
  :other: "Hongkongse dollar"
@@ -365,30 +452,39 @@
365
452
  :HNL:
366
453
  :one: "Hondurese lempira"
367
454
  :other: "Hondurese lempira"
455
+ :symbol: "HNL"
368
456
  :HRD:
369
457
  :one: "Kroatische dinar"
370
458
  :other: "Kroatische dinar"
459
+ :symbol: "HRD"
371
460
  :HRK:
372
461
  :one: "Kroatische kuna"
373
462
  :other: "Kroatische kuna"
463
+ :symbol: "HRK"
374
464
  :HTG:
375
465
  :one: "Haïtiaanse gourde"
376
466
  :other: "Haïtiaanse gourde"
467
+ :symbol: "HTG"
377
468
  :HUF:
378
469
  :one: "Hongaarse forint"
379
470
  :other: "Hongaarse forint"
471
+ :symbol: "HUF"
380
472
  :IDR:
381
473
  :one: "Indonesische roepia"
382
474
  :other: "Indonesische roepia"
475
+ :symbol: "IDR"
383
476
  :IEP:
384
477
  :one: "Iers pond"
385
478
  :other: "Iers pond"
479
+ :symbol: "IEP"
386
480
  :ILP:
387
481
  :one: "Israëlisch pond"
388
482
  :other: "Israëlisch pond"
483
+ :symbol: "ILP"
389
484
  :ILR:
390
- :one: "Israeli sheqel (1980–1985)"
391
- :other: "Israeli sheqels (1980–1985)"
485
+ :one: "Israëlische sjekel (1980–1985)"
486
+ :other: "Israëlische sjekel (1980–1985)"
487
+ :symbol: "ILR"
392
488
  :ILS:
393
489
  :one: "Israëlische nieuwe shekel"
394
490
  :other: "Israëlische nieuwe shekel"
@@ -400,25 +496,31 @@
400
496
  :IQD:
401
497
  :one: "Iraakse dinar"
402
498
  :other: "Iraakse dinar"
499
+ :symbol: "IQD"
403
500
  :IRR:
404
501
  :one: "Iraanse rial"
405
502
  :other: "Iraanse rial"
503
+ :symbol: "IRR"
406
504
  :ISJ:
407
- :one: "Icelandic króna (1918–1981)"
408
- :other: "Icelandic krónur (1918–1981)"
505
+ :one: "IJslandse kroon (1918–1981)"
506
+ :other: "IJslandse kronen (1918–1981)"
507
+ :symbol: "ISJ"
409
508
  :ISK:
410
509
  :one: "IJslandse kroon"
411
510
  :other: "IJslandse kronen"
511
+ :symbol: "ISK"
412
512
  :ITL:
413
513
  :one: "Italiaanse lire"
414
514
  :other: "Italiaanse lire"
515
+ :symbol: "ITL"
415
516
  :JMD:
416
517
  :one: "Jamaicaanse dollar"
417
518
  :other: "Jamaicaanse dollar"
418
- :symbol: "$"
519
+ :symbol: "JMD"
419
520
  :JOD:
420
521
  :one: "Jordaanse dinar"
421
522
  :other: "Jordaanse dinar"
523
+ :symbol: "JOD"
422
524
  :JPY:
423
525
  :one: "Japanse yen"
424
526
  :other: "Japanse yen"
@@ -426,25 +528,31 @@
426
528
  :KES:
427
529
  :one: "Keniaanse shilling"
428
530
  :other: "Keniaanse shilling"
531
+ :symbol: "KES"
429
532
  :KGS:
430
533
  :one: "Kirgizische som"
431
534
  :other: "Kirgizische som"
535
+ :symbol: "KGS"
432
536
  :KHR:
433
537
  :one: "Cambodjaanse riel"
434
538
  :other: "Cambodjaanse riel"
435
- :symbol: ""
539
+ :symbol: "KHR"
436
540
  :KMF:
437
541
  :one: "Comorese frank"
438
542
  :other: "Comorese frank"
543
+ :symbol: "KMF"
439
544
  :KPW:
440
545
  :one: "Noord-Koreaanse won"
441
546
  :other: "Noord-Koreaanse won"
547
+ :symbol: "KPW"
442
548
  :KRH:
443
549
  :one: "Zuid-Koreaanse hwan (1953–1962)"
444
550
  :other: "Zuid-Koreaanse hwan (1953–1962)"
551
+ :symbol: "KRH"
445
552
  :KRO:
446
553
  :one: "oude Zuid-Koreaanse won (1945–1953)"
447
554
  :other: "oude Zuid-Koreaanse won (1945–1953)"
555
+ :symbol: "KRO"
448
556
  :KRW:
449
557
  :one: "Zuid-Koreaanse won"
450
558
  :other: "Zuid-Koreaanse won"
@@ -452,116 +560,147 @@
452
560
  :KWD:
453
561
  :one: "Koeweitse dinar"
454
562
  :other: "Koeweitse dinar"
563
+ :symbol: "KWD"
455
564
  :KYD:
456
565
  :one: "Caymaneilandse dollar"
457
566
  :other: "Caymaneilandse dollar"
458
- :symbol: "$"
567
+ :symbol: "KYD"
459
568
  :KZT:
460
- :one: "Kazachstaanse tenge"
461
- :other: "Kazachstaanse tenge"
462
- :symbol: ""
569
+ :one: "Kazachse tenge"
570
+ :other: "Kazachse tenge"
571
+ :symbol: "KZT"
463
572
  :LAK:
464
573
  :one: "Laotiaanse kip"
465
574
  :other: "Laotiaanse kip"
466
- :symbol: ""
575
+ :symbol: "LAK"
467
576
  :LBP:
468
577
  :one: "Libanees pond"
469
578
  :other: "Libanees pond"
579
+ :symbol: "LBP"
470
580
  :LKR:
471
581
  :one: "Sri Lankaanse roepie"
472
582
  :other: "Sri Lankaanse roepie"
583
+ :symbol: "LKR"
473
584
  :LRD:
474
585
  :one: "Liberiaanse dollar"
475
586
  :other: "Liberiaanse dollar"
476
- :symbol: "$"
587
+ :symbol: "LRD"
477
588
  :LSL:
478
589
  :one: "Lesothaanse loti"
479
590
  :other: "Lesothaanse loti"
591
+ :symbol: "LSL"
480
592
  :LTL:
481
593
  :one: "Litouwse litas"
482
594
  :other: "Litouwse litas"
595
+ :symbol: "LTL"
483
596
  :LTT:
484
597
  :one: "Litouwse talonas"
485
598
  :other: "Litouwse talonas"
599
+ :symbol: "LTT"
486
600
  :LUC:
487
601
  :one: "Luxemburgse convertibele franc"
488
602
  :other: "Luxemburgse convertibele franc"
603
+ :symbol: "LUC"
489
604
  :LUF:
490
605
  :one: "Luxemburgse frank"
491
606
  :other: "Luxemburgse frank"
607
+ :symbol: "LUF"
492
608
  :LUL:
493
609
  :one: "Luxemburgse financiële franc"
494
610
  :other: "Luxemburgse financiële franc"
611
+ :symbol: "LUL"
495
612
  :LVL:
496
613
  :one: "Letse lats"
497
614
  :other: "Letse lats"
615
+ :symbol: "LVL"
498
616
  :LVR:
499
617
  :one: "Letse roebel"
500
618
  :other: "Letse roebel"
619
+ :symbol: "LVR"
501
620
  :LYD:
502
621
  :one: "Libische dinar"
503
622
  :other: "Libische dinar"
623
+ :symbol: "LYD"
504
624
  :MAD:
505
625
  :one: "Marokkaanse dirham"
506
626
  :other: "Marokkaanse dirham"
627
+ :symbol: "MAD"
507
628
  :MAF:
508
629
  :one: "Marokkaanse franc"
509
630
  :other: "Marokkaanse franc"
631
+ :symbol: "MAF"
510
632
  :MCF:
511
633
  :one: "Monegaskische frank"
512
634
  :other: "Monegaskische frank"
635
+ :symbol: "MCF"
513
636
  :MDC:
514
637
  :one: "Moldavische cupon"
515
638
  :other: "Moldavische cupon"
639
+ :symbol: "MDC"
516
640
  :MDL:
517
641
  :one: "Moldavische leu"
518
642
  :other: "Moldavische leu"
643
+ :symbol: "MDL"
519
644
  :MGA:
520
645
  :one: "Malagassische ariary"
521
646
  :other: "Malagassische ariary"
647
+ :symbol: "MGA"
522
648
  :MGF:
523
649
  :one: "Malagassische franc"
524
650
  :other: "Malagassische franc"
651
+ :symbol: "MGF"
525
652
  :MKD:
526
653
  :one: "Macedonische denar"
527
654
  :other: "Macedonische denar"
655
+ :symbol: "MKD"
528
656
  :MKN:
529
657
  :one: "Macedonische denar (1992–1993)"
530
658
  :other: "Macedonische denar (1992–1993)"
659
+ :symbol: "MKN"
531
660
  :MLF:
532
661
  :one: "Malinese franc"
533
662
  :other: "Malinese franc"
663
+ :symbol: "MLF"
534
664
  :MMK:
535
665
  :one: "Myanmarese kyat"
536
666
  :other: "Myanmarese kyat"
667
+ :symbol: "MMK"
537
668
  :MNT:
538
669
  :one: "Mongoolse tugrik"
539
670
  :other: "Mongoolse tugrik"
540
- :symbol: ""
671
+ :symbol: "MNT"
541
672
  :MOP:
542
673
  :one: "Macause pataca"
543
674
  :other: "Macause pataca"
675
+ :symbol: "MOP"
544
676
  :MRO:
545
677
  :one: "Mauritaanse ouguiya"
546
678
  :other: "Mauritaanse ouguiya"
679
+ :symbol: "MRO"
547
680
  :MTL:
548
681
  :one: "Maltese lire"
549
682
  :other: "Maltese lire"
683
+ :symbol: "MTL"
550
684
  :MTP:
551
685
  :one: "Maltees pond"
552
686
  :other: "Maltees pond"
687
+ :symbol: "MTP"
553
688
  :MUR:
554
689
  :one: "Mauritiaanse roepie"
555
690
  :other: "Mauritiaanse roepie"
691
+ :symbol: "MUR"
556
692
  :MVP:
557
- :one: "Maldivian rupee"
558
- :other: "Maldivian rupees"
693
+ :one: "Maldivische roepie"
694
+ :other: "Maldivische roepie"
695
+ :symbol: "MVP"
559
696
  :MVR:
560
697
  :one: "Maldivische rufiyaa"
561
698
  :other: "Maldivische rufiyaa"
699
+ :symbol: "MVR"
562
700
  :MWK:
563
701
  :one: "Malawische kwacha"
564
702
  :other: "Malawische kwacha"
703
+ :symbol: "MWK"
565
704
  :MXN:
566
705
  :one: "Mexicaanse peso"
567
706
  :other: "Mexicaanse peso"
@@ -569,44 +708,55 @@
569
708
  :MXP:
570
709
  :one: "Mexicaanse zilveren peso (1861–1992)"
571
710
  :other: "Mexicaanse zilveren peso (1861–1992)"
711
+ :symbol: "MXP"
572
712
  :MXV:
573
713
  :one: "Mexicaanse unidad de inversion (UDI)"
574
714
  :other: "Mexicaanse unidad de inversion (UDI)"
715
+ :symbol: "MXV"
575
716
  :MYR:
576
717
  :one: "Maleisische ringgit"
577
718
  :other: "Maleisische ringgit"
719
+ :symbol: "MYR"
578
720
  :MZE:
579
721
  :one: "Mozambikaanse escudo"
580
722
  :other: "Mozambikaanse escudo"
723
+ :symbol: "MZE"
581
724
  :MZM:
582
725
  :one: "Oude Mozambikaanse metical"
583
726
  :other: "Oude Mozambikaanse metical"
727
+ :symbol: "MZM"
584
728
  :MZN:
585
729
  :one: "Mozambikaanse metical"
586
730
  :other: "Mozambikaanse metical"
731
+ :symbol: "MZN"
587
732
  :NAD:
588
733
  :one: "Namibische dollar"
589
734
  :other: "Namibische dollar"
590
- :symbol: "$"
735
+ :symbol: "NAD"
591
736
  :NGN:
592
737
  :one: "Nigeriaanse naira"
593
738
  :other: "Nigeriaanse naira"
594
- :symbol: ""
739
+ :symbol: "NGN"
595
740
  :NIC:
596
741
  :one: "Nicaraguaanse córdoba (1988–1991)"
597
742
  :other: "Nicaraguaanse córdoba (1988–1991)"
743
+ :symbol: "NIC"
598
744
  :NIO:
599
745
  :one: "Nicaraguaanse córdoba"
600
746
  :other: "Nicaraguaanse córdoba"
747
+ :symbol: "NIO"
601
748
  :NLG:
602
749
  :one: "Nederlandse gulden"
603
750
  :other: "Nederlandse gulden"
751
+ :symbol: "NLG"
604
752
  :NOK:
605
753
  :one: "Noorse kroon"
606
754
  :other: "Noorse kronen"
755
+ :symbol: "NOK"
607
756
  :NPR:
608
757
  :one: "Nepalese roepie"
609
758
  :other: "Nepalese roepie"
759
+ :symbol: "NPR"
610
760
  :NZD:
611
761
  :one: "Nieuw-Zeelandse dollar"
612
762
  :other: "Nieuw-Zeelandse dollar"
@@ -614,69 +764,87 @@
614
764
  :OMR:
615
765
  :one: "Omaanse rial"
616
766
  :other: "Omaanse rial"
767
+ :symbol: "OMR"
617
768
  :PAB:
618
769
  :one: "Panamese balboa"
619
770
  :other: "Panamese balboa"
771
+ :symbol: "PAB"
620
772
  :PEI:
621
773
  :one: "Peruaanse inti"
622
774
  :other: "Peruaanse inti"
775
+ :symbol: "PEI"
623
776
  :PEN:
624
777
  :one: "Peruaanse nieuwe sol"
625
778
  :other: "Peruaanse nieuwe sol"
779
+ :symbol: "PEN"
626
780
  :PES:
627
781
  :one: "Peruaanse sol"
628
782
  :other: "Peruaanse sol"
783
+ :symbol: "PES"
629
784
  :PGK:
630
- :one: "Papuaanse kina"
631
- :other: "Papuaanse kina"
785
+ :one: "Papoea-Nieuw-Guinese kina"
786
+ :other: "Papoea-Nieuw-Guinese kina"
787
+ :symbol: "PGK"
632
788
  :PHP:
633
789
  :one: "Filipijnse peso"
634
790
  :other: "Filipijnse peso"
635
- :symbol: ""
791
+ :symbol: "PHP"
636
792
  :PKR:
637
793
  :one: "Pakistaanse roepie"
638
794
  :other: "Pakistaanse roepie"
795
+ :symbol: "PKR"
639
796
  :PLN:
640
797
  :one: "Poolse zloty"
641
798
  :other: "Poolse zloty"
799
+ :symbol: "PLN"
642
800
  :PLZ:
643
801
  :one: "Poolse zloty (1950–1995)"
644
802
  :other: "Poolse zloty (1950–1995)"
803
+ :symbol: "PLZ"
645
804
  :PTE:
646
805
  :one: "Portugese escudo"
647
806
  :other: "Portugese escudo"
807
+ :symbol: "PTE"
648
808
  :PYG:
649
809
  :one: "Paraguayaanse guarani"
650
810
  :other: "Paraguayaanse guarani"
651
- :symbol: ""
811
+ :symbol: "PYG"
652
812
  :QAR:
653
813
  :one: "Qatarese rial"
654
814
  :other: "Qatarese rial"
815
+ :symbol: "QAR"
655
816
  :RHD:
656
817
  :one: "Rhodesische dollar"
657
818
  :other: "Rhodesische dollar"
819
+ :symbol: "RHD"
658
820
  :ROL:
659
821
  :one: "Oude Roemeense leu"
660
822
  :other: "Oude Roemeense leu"
823
+ :symbol: "ROL"
661
824
  :RON:
662
825
  :one: "Roemeense leu"
663
826
  :other: "Roemeense leu"
827
+ :symbol: "RON"
664
828
  :RSD:
665
829
  :one: "Servische dinar"
666
830
  :other: "Servische dinar"
831
+ :symbol: "RSD"
667
832
  :RUB:
668
833
  :one: "Russische roebel"
669
834
  :other: "Russische roebel"
835
+ :symbol: "RUB"
670
836
  :RUR:
671
837
  :one: "Russische roebel (1991–1998)"
672
838
  :other: "Russische roebel (1991–1998)"
673
- :symbol: "р."
839
+ :symbol: "RUR"
674
840
  :RWF:
675
841
  :one: "Rwandese frank"
676
842
  :other: "Rwandese frank"
843
+ :symbol: "RWF"
677
844
  :SAR:
678
845
  :one: "Saoedi-Arabische riyal"
679
846
  :other: "Saoedi-Arabische riyal"
847
+ :symbol: "SAR"
680
848
  :SBD:
681
849
  :one: "Salomon-dollar"
682
850
  :other: "Salomon-dollar"
@@ -684,63 +852,79 @@
684
852
  :SCR:
685
853
  :one: "Seychelse roepie"
686
854
  :other: "Seychelse roepie"
855
+ :symbol: "SCR"
687
856
  :SDD:
688
857
  :one: "Soedanese dinar"
689
858
  :other: "Soedanese dinar"
859
+ :symbol: "SDD"
690
860
  :SDG:
691
861
  :one: "Soedanees pond"
692
862
  :other: "Soedanees pond"
863
+ :symbol: "SDG"
693
864
  :SDP:
694
865
  :one: "Soedanees pond (1957–1998)"
695
866
  :other: "Soedanees pond (1957–1998)"
867
+ :symbol: "SDP"
696
868
  :SEK:
697
869
  :one: "Zweedse kroon"
698
870
  :other: "Zweedse kronen"
871
+ :symbol: "SEK"
699
872
  :SGD:
700
873
  :one: "Singaporese dollar"
701
874
  :other: "Singaporese dollar"
702
- :symbol: "$"
875
+ :symbol: "SGD"
703
876
  :SHP:
704
877
  :one: "Sint-Heleens pond"
705
878
  :other: "Sint-Heleens pond"
879
+ :symbol: "SHP"
706
880
  :SIT:
707
881
  :one: "Sloveense tolar"
708
882
  :other: "Sloveense tolar"
883
+ :symbol: "SIT"
709
884
  :SKK:
710
885
  :one: "Slowaakse koruna"
711
886
  :other: "Slowaakse koruna"
887
+ :symbol: "SKK"
712
888
  :SLL:
713
889
  :one: "Sierraleoonse leone"
714
890
  :other: "Sierraleoonse leone"
891
+ :symbol: "SLL"
715
892
  :SOS:
716
893
  :one: "Somalische shilling"
717
894
  :other: "Somalische shilling"
895
+ :symbol: "SOS"
718
896
  :SRD:
719
897
  :one: "Surinaamse dollar"
720
898
  :other: "Surinaamse dollar"
721
- :symbol: "$"
899
+ :symbol: "SRD"
722
900
  :SRG:
723
901
  :one: "Surinaamse gulden"
724
902
  :other: "Surinaamse gulden"
903
+ :symbol: "SRG"
725
904
  :SSP:
726
905
  :one: "Zuid-Soedanees pond"
727
906
  :other: "Zuid-Soedanees pond"
728
- :symbol: "£"
907
+ :symbol: "SSP"
729
908
  :STD:
730
909
  :one: "Santomese dobra"
731
910
  :other: "Santomese dobra"
911
+ :symbol: "STD"
732
912
  :SUR:
733
913
  :one: "Sovjet-roebel"
734
914
  :other: "Sovjet-roebel"
915
+ :symbol: "SUR"
735
916
  :SVC:
736
917
  :one: "Salvadoraanse colón"
737
918
  :other: "Salvadoraanse colón"
919
+ :symbol: "SVC"
738
920
  :SYP:
739
921
  :one: "Syrisch pond"
740
922
  :other: "Syrisch pond"
923
+ :symbol: "SYP"
741
924
  :SZL:
742
925
  :one: "Swazische lilangeni"
743
926
  :other: "Swazische lilangeni"
927
+ :symbol: "SZL"
744
928
  :THB:
745
929
  :one: "Thaise baht"
746
930
  :other: "Thaise baht"
@@ -748,35 +932,43 @@
748
932
  :TJR:
749
933
  :one: "Tadzjikistaanse roebel"
750
934
  :other: "Tadzjikistaanse roebel"
935
+ :symbol: "TJR"
751
936
  :TJS:
752
- :one: "Tadzjikistaanse somoni"
753
- :other: "Tadzjikistaanse somoni"
937
+ :one: "Tadzjiekse somoni"
938
+ :other: "Tadzjiekse somoni"
939
+ :symbol: "TJS"
754
940
  :TMM:
755
941
  :one: "Turkmeense manat (1993–2009)"
756
942
  :other: "Turkmeense manat (1993–2009)"
943
+ :symbol: "TMM"
757
944
  :TMT:
758
945
  :one: "Turkmeense manat"
759
946
  :other: "Turkmeense manat"
947
+ :symbol: "TMT"
760
948
  :TND:
761
949
  :one: "Tunesische dinar"
762
950
  :other: "Tunesische dinar"
951
+ :symbol: "TND"
763
952
  :TOP:
764
953
  :one: "Tongaanse paʻanga"
765
954
  :other: "Tongaanse paʻanga"
955
+ :symbol: "TOP"
766
956
  :TPE:
767
957
  :one: "Timorese escudo"
768
958
  :other: "Timorese escudo"
959
+ :symbol: "TPE"
769
960
  :TRL:
770
961
  :one: "oude Turkse lira"
771
962
  :other: "oude Turkse lira"
963
+ :symbol: "TRL"
772
964
  :TRY:
773
965
  :one: "Turkse lira"
774
966
  :other: "Turkse lira"
775
- :symbol: ""
967
+ :symbol: "TRY"
776
968
  :TTD:
777
969
  :one: "Trinidad en Tobago-dollar"
778
970
  :other: "Trinidad en Tobago-dollar"
779
- :symbol: "$"
971
+ :symbol: "TTD"
780
972
  :TWD:
781
973
  :one: "Nieuwe Taiwanese dollar"
782
974
  :other: "Nieuwe Taiwanese dollar"
@@ -784,19 +976,23 @@
784
976
  :TZS:
785
977
  :one: "Tanzaniaanse shilling"
786
978
  :other: "Tanzaniaanse shilling"
979
+ :symbol: "TZS"
787
980
  :UAH:
788
981
  :one: "Oekraïense hryvnia"
789
982
  :other: "Oekraïense hryvnia"
790
- :symbol: ""
983
+ :symbol: "UAH"
791
984
  :UAK:
792
985
  :one: "Oekraïense karbovanetz"
793
986
  :other: "Oekraïense karbovanetz"
987
+ :symbol: "UAK"
794
988
  :UGS:
795
989
  :one: "Oegandese shilling (1966–1987)"
796
990
  :other: "Oegandese shilling (1966–1987)"
991
+ :symbol: "UGS"
797
992
  :UGX:
798
993
  :one: "Oegandese shilling"
799
994
  :other: "Oegandese shilling"
995
+ :symbol: "UGX"
800
996
  :USD:
801
997
  :one: "Amerikaanse dollar"
802
998
  :other: "Amerikaanse dollar"
@@ -804,28 +1000,35 @@
804
1000
  :USN:
805
1001
  :one: "Amerikaanse dollar (volgende dag)"
806
1002
  :other: "Amerikaanse dollar (volgende dag)"
1003
+ :symbol: "USN"
807
1004
  :USS:
808
1005
  :one: "Amerikaanse dollar (zelfde dag)"
809
1006
  :other: "Amerikaanse dollar (zelfde dag)"
1007
+ :symbol: "USS"
810
1008
  :UYI:
811
1009
  :one: "Uruguayaanse peso en geïndexeerde eenheden"
812
1010
  :other: "Uruguayaanse peso en geïndexeerde eenheden"
1011
+ :symbol: "UYI"
813
1012
  :UYP:
814
1013
  :one: "Uruguayaanse peso (1975–1993)"
815
1014
  :other: "Uruguayaanse peso (1975–1993)"
1015
+ :symbol: "UYP"
816
1016
  :UYU:
817
1017
  :one: "Uruguayaanse peso"
818
1018
  :other: "Uruguayaanse peso"
819
- :symbol: "$"
1019
+ :symbol: "UYU"
820
1020
  :UZS:
821
- :one: "Oezbekistaanse sum"
822
- :other: "Oezbekistaanse sum"
1021
+ :one: "Oezbeekse sum"
1022
+ :other: "Oezbeekse sum"
1023
+ :symbol: "UZS"
823
1024
  :VEB:
824
1025
  :one: "Venezolaanse bolivar (1871–2008)"
825
1026
  :other: "Venezolaanse bolivar (1871–2008)"
1027
+ :symbol: "VEB"
826
1028
  :VEF:
827
1029
  :one: "Venezolaanse bolivar"
828
1030
  :other: "Venezolaanse bolivar"
1031
+ :symbol: "VEF"
829
1032
  :VND:
830
1033
  :one: "Vietnamese dong"
831
1034
  :other: "Vietnamese dong"
@@ -833,12 +1036,15 @@
833
1036
  :VNN:
834
1037
  :one: "oude Vietnamese dong (1978–1985)"
835
1038
  :other: "oude Vietnamese dong (1978–1985)"
1039
+ :symbol: "VNN"
836
1040
  :VUV:
837
1041
  :one: "Vanuatuaanse vatu"
838
1042
  :other: "Vanuatuaanse vatu"
1043
+ :symbol: "VUV"
839
1044
  :WST:
840
1045
  :one: "Samoaanse tala"
841
1046
  :other: "Samoaanse tala"
1047
+ :symbol: "WST"
842
1048
  :XAF:
843
1049
  :one: "CFA-frank"
844
1050
  :other: "CFA-frank"
@@ -846,21 +1052,27 @@
846
1052
  :XAG:
847
1053
  :one: "Troy ounce zilver"
848
1054
  :other: "Troy ounces zilver"
1055
+ :symbol: "XAG"
849
1056
  :XAU:
850
1057
  :one: "Troy ounce goud"
851
1058
  :other: "Troy ounces goud"
1059
+ :symbol: "XAU"
852
1060
  :XBA:
853
1061
  :one: "Europese samengestelde eenheid"
854
1062
  :other: "Europese samengestelde eenheid"
1063
+ :symbol: "XBA"
855
1064
  :XBB:
856
1065
  :one: "Europese monetaire eenheid"
857
1066
  :other: "Europese monetaire eenheid"
1067
+ :symbol: "XBB"
858
1068
  :XBC:
859
1069
  :one: "Europese rekeneenheid (XBC)"
860
1070
  :other: "Europese rekeneenheid (XBC)"
1071
+ :symbol: "XBC"
861
1072
  :XBD:
862
1073
  :one: "Europese rekeneenheid (XBD)"
863
1074
  :other: "Europese rekeneenheid (XBD)"
1075
+ :symbol: "XBD"
864
1076
  :XCD:
865
1077
  :one: "Oost-Caribische dollar"
866
1078
  :other: "Oost-Caribische dollar"
@@ -868,15 +1080,19 @@
868
1080
  :XDR:
869
1081
  :one: "Special Drawing Rights"
870
1082
  :other: "Special Drawing Rights"
1083
+ :symbol: "XDR"
871
1084
  :XEU:
872
1085
  :one: "European Currency Unit"
873
1086
  :other: "European Currency Unit"
1087
+ :symbol: "XEU"
874
1088
  :XFO:
875
1089
  :one: "Franse gouden franc"
876
1090
  :other: "Franse gouden franc"
1091
+ :symbol: "XFO"
877
1092
  :XFU:
878
1093
  :one: "Franse UIC-franc"
879
1094
  :other: "Franse UIC-franc"
1095
+ :symbol: "XFU"
880
1096
  :XOF:
881
1097
  :one: "CFA-franc BCEAO"
882
1098
  :other: "CFA-franc BCEAO"
@@ -884,6 +1100,7 @@
884
1100
  :XPD:
885
1101
  :one: "Troy ounce palladium"
886
1102
  :other: "Troy ounces palladium"
1103
+ :symbol: "XPD"
887
1104
  :XPF:
888
1105
  :one: "CFP-franc"
889
1106
  :other: "CFP-frank"
@@ -891,63 +1108,84 @@
891
1108
  :XPT:
892
1109
  :one: "Troy ounce platina"
893
1110
  :other: "Troy ounces platina"
1111
+ :symbol: "XPT"
894
1112
  :XRE:
895
1113
  :one: "RINET-fondsen"
896
1114
  :other: "RINET-fondsen"
1115
+ :symbol: "XRE"
897
1116
  :XSU:
898
1117
  :one: "Sucre"
899
1118
  :other: "Sucre"
1119
+ :symbol: "XSU"
900
1120
  :XTS:
901
1121
  :one: "Valutacode voor testdoeleinden"
902
1122
  :other: "Valutacode voor testdoeleinden"
1123
+ :symbol: "XTS"
903
1124
  :XUA:
904
1125
  :one: "ADB-rekeneenheid"
905
1126
  :other: "ADB-rekeneenheid"
1127
+ :symbol: "XUA"
906
1128
  :XXX:
907
1129
  :one: "onbekende munteenheid"
908
1130
  :other: "onbekende munteenheid"
1131
+ :symbol: "XXX"
909
1132
  :YDD:
910
1133
  :one: "Jemenitische dinar"
911
1134
  :other: "Jemenitische dinar"
1135
+ :symbol: "YDD"
912
1136
  :YER:
913
1137
  :one: "Jemenitische rial"
914
1138
  :other: "Jemenitische rial"
1139
+ :symbol: "YER"
915
1140
  :YUD:
916
1141
  :one: "Joegoslavische harde dinar"
917
1142
  :other: "Joegoslavische harde dinar"
1143
+ :symbol: "YUD"
918
1144
  :YUM:
919
1145
  :one: "Joegoslavische noviy-dinar"
920
1146
  :other: "Joegoslavische noviy-dinar"
1147
+ :symbol: "YUM"
921
1148
  :YUN:
922
1149
  :one: "Joegoslavische convertibele dinar"
923
1150
  :other: "Joegoslavische convertibele dinar"
1151
+ :symbol: "YUN"
924
1152
  :YUR:
925
1153
  :one: "Joegoslavische hervormde dinar (1992–1993)"
926
1154
  :other: "Joegoslavische hervormde dinar (1992–1993)"
1155
+ :symbol: "YUR"
927
1156
  :ZAL:
928
1157
  :one: "Zuid-Afrikaanse rand (financieel)"
929
1158
  :other: "Zuid-Afrikaanse rand (financieel)"
1159
+ :symbol: "ZAL"
930
1160
  :ZAR:
931
1161
  :one: "Zuid-Afrikaanse rand"
932
1162
  :other: "Zuid-Afrikaanse rand"
1163
+ :symbol: "ZAR"
933
1164
  :ZMK:
934
1165
  :one: "Zambiaanse kwacha (1968–2012)"
935
1166
  :other: "Zambiaanse kwacha (1968–2012)"
1167
+ :symbol: "ZMK"
936
1168
  :ZMW:
937
1169
  :one: "Zambiaanse kwacha"
938
1170
  :other: "Zambiaanse kwacha"
1171
+ :symbol: "ZMW"
939
1172
  :ZRN:
940
1173
  :one: "Zaïrese nieuwe zaïre"
941
1174
  :other: "Zaïrese nieuwe zaïre"
1175
+ :symbol: "ZRN"
942
1176
  :ZRZ:
943
1177
  :one: "Zaïrese zaïre"
944
1178
  :other: "Zaïrese zaïre"
1179
+ :symbol: "ZRZ"
945
1180
  :ZWD:
946
1181
  :one: "Zimbabwaanse dollar"
947
1182
  :other: "Zimbabwaanse dollar"
1183
+ :symbol: "ZWD"
948
1184
  :ZWL:
949
1185
  :one: "Zimbabwaanse dollar (2009)"
950
1186
  :other: "Zimbabwaanse dollar (2009)"
1187
+ :symbol: "ZWL"
951
1188
  :ZWR:
952
1189
  :one: "Zimbabwaanse dollar (2008)"
953
1190
  :other: "Zimbabwaanse dollar (2008)"
1191
+ :symbol: "ZWR"