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 Tausend"
18
- 10000: "00 Tausend"
19
- 100000: "000 Tausend"
20
- 1000000: "0 Millionen"
21
- 10000000: "00 Millionen"
22
- 100000000: "000 Millionen"
23
- 1000000000: "0 Milliarden"
24
- 10000000000: "00 Milliarden"
25
- 100000000000: "000 Milliarden"
26
- 1000000000000: "0 Billionen"
27
- 10000000000000: "00 Billionen"
28
- 100000000000000: "000 Billionen"
17
+ 1000:
18
+ :one: "0 Tausend"
19
+ :other: "0 Tausend"
20
+ 10000:
21
+ :one: "00 Tausend"
22
+ :other: "00 Tausend"
23
+ 100000:
24
+ :one: "000 Tausend"
25
+ :other: "000 Tausend"
26
+ 1000000:
27
+ :one: "0 Million"
28
+ :other: "0 Millionen"
29
+ 10000000:
30
+ :one: "00 Millionen"
31
+ :other: "00 Millionen"
32
+ 100000000:
33
+ :one: "000 Millionen"
34
+ :other: "000 Millionen"
35
+ 1000000000:
36
+ :one: "0 Milliarde"
37
+ :other: "0 Milliarden"
38
+ 10000000000:
39
+ :one: "00 Milliarden"
40
+ :other: "00 Milliarden"
41
+ 100000000000:
42
+ :one: "000 Milliarden"
43
+ :other: "000 Milliarden"
44
+ 1000000000000:
45
+ :one: "0 Billion"
46
+ :other: "0 Billionen"
47
+ 10000000000000:
48
+ :one: "00 Billionen"
49
+ :other: "00 Billionen"
50
+ 100000000000000:
51
+ :one: "000 Billionen"
52
+ :other: "000 Billionen"
29
53
  :short:
30
- 1000: "0 Tsd"
31
- 10000: "00 Tsd"
32
- 100000: "000 Tsd"
33
- 1000000: "0 Mio"
34
- 10000000: "00 Mio"
35
- 100000000: "000 Mio"
36
- 1000000000: "0 Mrd"
37
- 10000000000: "00 Mrd"
38
- 100000000000: "000 Mrd"
39
- 1000000000000: "0 Bio"
40
- 10000000000000: "00 Bio"
41
- 100000000000000: "000 Bio"
54
+ 1000:
55
+ :one: "0 Tsd'.'"
56
+ :other: "0 Tsd'.'"
57
+ 10000:
58
+ :one: "00 Tsd'.'"
59
+ :other: "00 Tsd'.'"
60
+ 100000:
61
+ :one: "000 Tsd'.'"
62
+ :other: "000 Tsd'.'"
63
+ 1000000:
64
+ :one: "0 Mio"
65
+ :other: "0 Mio"
66
+ 10000000:
67
+ :one: "00 Mio"
68
+ :other: "00 Mio"
69
+ 100000000:
70
+ :one: "000 Mio"
71
+ :other: "000 Mio"
72
+ 1000000000:
73
+ :one: "0 Mrd"
74
+ :other: "0 Mrd"
75
+ 10000000000:
76
+ :one: "00 Mrd"
77
+ :other: "00 Mrd"
78
+ 100000000000:
79
+ :one: "000 Mrd"
80
+ :other: "000 Mrd"
81
+ 1000000000000:
82
+ :one: "0 Bio'.'"
83
+ :other: "0 Bio'.'"
84
+ 10000000000000:
85
+ :one: "00 Bio'.'"
86
+ :other: "00 Bio'.'"
87
+ 100000000000000:
88
+ :one: "000 Bio'.'"
89
+ :other: "000 Bio'.'"
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
+ :de-CH:
3
+ :cardinal:
4
+ :one: "i = 1 and v = 0 @integer 1"
5
+ :other: " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
6
+ :ordinal:
7
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,5 +1,14 @@
1
1
  ---
2
- :de-CH: ! '{ :''de-CH'' => { :i18n => { :plural => { :keys => [:one, :other], :rule
3
- => lambda { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); (n.to_i == 1 && ((v = n.to_s.split(".")[1]) ? v.length : 0) == 0) ? :one :
5
- :other } } } } }'
2
+ :de-CH:
3
+ :cardinal:
4
+ :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
5
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); ((i == 1 && v ==
6
+ 0) ? :one : :other) }'
7
+ :names:
8
+ - :one
9
+ - :other
10
+ :ordinal:
11
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
12
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
13
+ :names:
14
+ - :other
@@ -78,7 +78,7 @@
78
78
  :eu: "Europäische Union"
79
79
  :fi: "Finnland"
80
80
  :fj: "Fidschi"
81
- :fk: "Falklandinseln"
81
+ :fk: "Falklandinseln (Malwinen)"
82
82
  :fm: "Mikronesien"
83
83
  :fo: "Färöer"
84
84
  :fr: "Frankreich"
@@ -155,7 +155,7 @@
155
155
  :ml: "Mali"
156
156
  :mm: "Myanmar"
157
157
  :mn: "Mongolei"
158
- :mo: "Macao"
158
+ :mo: "Macau"
159
159
  :mp: "Nördliche Marianen"
160
160
  :mq: "Martinique"
161
161
  :mr: "Mauretanien"
@@ -243,7 +243,7 @@
243
243
  :ua: "Ukraine"
244
244
  :ug: "Uganda"
245
245
  :um: "Amerikanisch-Ozeanien"
246
- :us: "Vereinigte Staaten"
246
+ :us: "USA"
247
247
  :uy: "Uruguay"
248
248
  :uz: "Usbekistan"
249
249
  :va: "Vatikanstadt"
@@ -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."
@@ -20,7 +21,6 @@
20
21
  :MMM: "LLL"
21
22
  :MMMEd: "E, d. MMM"
22
23
  :MMMMEd: "E, d. MMMM"
23
- :MMMMdd: "dd. MMMM"
24
24
  :MMMd: "d. MMM"
25
25
  :MMd: "d.MM."
26
26
  :MMdd: "dd.MM."
@@ -115,22 +115,39 @@
115
115
  0: "v. u. Z."
116
116
  1: "u. Z."
117
117
  :name:
118
- 0: "vor der gewöhnlichen Zeitrechnung"
119
- 1: "der gewöhnlichen Zeitrechnung"
118
+ 0: "vor unserer Zeitrechnung"
119
+ 1: "unserer Zeitrechnung"
120
120
  :narrow:
121
- 0: "vdZ"
122
- 1: "dZ"
121
+ 0: "v. u. Z."
122
+ 1: "u. Z."
123
123
  :fields:
124
124
  :day: "Tag"
125
+ :day-narrow: "Tag"
126
+ :day-short: "Tag"
125
127
  :dayperiod: "Tageshälfte"
126
128
  :era: "Epoche"
127
129
  :hour: "Stunde"
130
+ :hour-narrow: "Std."
131
+ :hour-short: "Std."
128
132
  :minute: "Minute"
133
+ :minute-narrow: "Min."
134
+ :minute-short: "Min."
129
135
  :month: "Monat"
136
+ :month-narrow: "M"
137
+ :month-short: "Monat"
138
+ :quarter: "Quartal"
139
+ :quarter-narrow: "Q"
140
+ :quarter-short: "Quart."
130
141
  :second: "Sekunde"
142
+ :second-narrow: "Sek."
143
+ :second-short: "Sek."
131
144
  :week: "Woche"
145
+ :week-narrow: "W"
146
+ :week-short: "Woche"
132
147
  :weekday: "Wochentag"
133
148
  :year: "Jahr"
149
+ :year-narrow: "J"
150
+ :year-short: "Jahr"
134
151
  :zone: "Zeitzone"
135
152
  :formats:
136
153
  :date:
@@ -144,13 +161,13 @@
144
161
  :pattern: "dd.MM.yy"
145
162
  :datetime:
146
163
  :full:
147
- :pattern: "{{date}} {{time}}"
164
+ :pattern: "{{date}} 'um' {{time}}"
148
165
  :long:
149
- :pattern: "{{date}} {{time}}"
166
+ :pattern: "{{date}} 'um' {{time}}"
150
167
  :medium:
151
- :pattern: "{{date}} {{time}}"
168
+ :pattern: "{{date}}, {{time}}"
152
169
  :short:
153
- :pattern: "{{date}} {{time}}"
170
+ :pattern: "{{date}}, {{time}}"
154
171
  :time:
155
172
  :full:
156
173
  :pattern: "HH:mm:ss zzzz"
@@ -245,9 +262,9 @@
245
262
  :format:
246
263
  :abbreviated: :calendars.gregorian.dayPeriods.format.wide
247
264
  :narrow:
248
- :am: "a"
249
- :noon: "n"
250
- :pm: "p"
265
+ :am: "vorm."
266
+ :noon: "Mittag"
267
+ :pm: "nachm."
251
268
  :wide:
252
269
  :afternoon: "nachmittags"
253
270
  :am: "vorm."
@@ -257,9 +274,6 @@
257
274
  :night: "nachts"
258
275
  :noon: "Mittag"
259
276
  :pm: "nachm."
260
- :variant:
261
- :am: "a.m."
262
- :pm: "p.m."
263
277
  :stand-alone:
264
278
  :wide:
265
279
  :afternoon: "Nachmittag"
@@ -4,55 +4,70 @@
4
4
  :ADP:
5
5
  :one: "Andorranische Pesete"
6
6
  :other: "Andorranische Peseten"
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: "Afghanische Afghani (1927–2002)"
12
14
  :other: "Afghanische Afghani (1927–2002)"
15
+ :symbol: "AFA"
13
16
  :AFN:
14
17
  :one: "Afghanischer Afghani"
15
18
  :other: "Afghanische Afghani"
19
+ :symbol: "AFN"
16
20
  :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
21
+ :one: "Albanischer Lek (1946–1965)"
22
+ :other: "Albanische Lek (1946–1965)"
19
23
  :ALL:
20
24
  :one: "Albanischer Lek"
21
25
  :other: "Albanische Lek"
26
+ :symbol: "ALL"
22
27
  :AMD:
23
28
  :one: "Armenischer Dram"
24
29
  :other: "Armenische Dram"
30
+ :symbol: "AMD"
25
31
  :ANG:
26
32
  :one: "Niederländische-Antillen-Gulden"
27
33
  :other: "Niederländische-Antillen-Gulden"
34
+ :symbol: "ANG"
28
35
  :AOA:
29
36
  :one: "Angolanischer Kwanza"
30
37
  :other: "Angolanische Kwanza"
38
+ :symbol: "AOA"
31
39
  :AOK:
32
40
  :one: "Angolanischer Kwanza (1977–1990)"
33
41
  :other: "Angolanische Kwanza (1977–1990)"
42
+ :symbol: "AOK"
34
43
  :AON:
35
44
  :one: "Angolanischer Neuer Kwanza (1990–2000)"
36
45
  :other: "Angolanische Neue Kwanza (1990–2000)"
46
+ :symbol: "AON"
37
47
  :AOR:
38
48
  :one: "Angolanischer Kwanza Reajustado (1995–1999)"
39
49
  :other: "Angolanische Kwanza Reajustado (1995–1999)"
50
+ :symbol: "AOR"
40
51
  :ARA:
41
52
  :one: "Argentinischer Austral"
42
53
  :other: "Argentinische Austral"
54
+ :symbol: "ARA"
43
55
  :ARL:
44
- :one: "Argentine peso ley (1970–1983)"
45
- :other: "Argentine pesos ley (1970–1983)"
56
+ :one: "Argentinischer Peso Ley (1970–1983)"
57
+ :other: "Argentinische Pesos Ley (1970–1983)"
58
+ :symbol: "ARL"
46
59
  :ARM:
47
- :one: "Argentine peso (1881–1970)"
48
- :other: "Argentine pesos (1881–1970)"
60
+ :one: "Argentinischer Peso (1881–1970)"
61
+ :other: "Argentinische Pesos (1881–1970)"
62
+ :symbol: "ARM"
49
63
  :ARP:
50
64
  :one: "Argentinischer Peso (1983–1985)"
51
65
  :other: "Argentinische Peso (1983–1985)"
66
+ :symbol: "ARP"
52
67
  :ARS:
53
68
  :one: "Argentinischer Peso"
54
69
  :other: "Argentinische Pesos"
55
- :symbol: "$"
70
+ :symbol: "ARS"
56
71
  :ATS:
57
72
  :one: "Österreichischer Schilling"
58
73
  :other: "Österreichische Schilling"
@@ -64,85 +79,106 @@
64
79
  :AWG:
65
80
  :one: "Aruba-Florin"
66
81
  :other: "Aruba-Florin"
82
+ :symbol: "AWG"
67
83
  :AZM:
68
84
  :one: "Aserbaidschan-Manat (1993–2006)"
69
85
  :other: "Aserbaidschan-Manat (1993–2006)"
86
+ :symbol: "AZM"
70
87
  :AZN:
71
88
  :one: "Aserbaidschan-Manat"
72
89
  :other: "Aserbaidschan-Manat"
90
+ :symbol: "AZN"
73
91
  :BAD:
74
92
  :one: "Bosnien und Herzegowina Dinar (1992–1994)"
75
93
  :other: "Bosnien und Herzegowina Dinar (1992–1994)"
94
+ :symbol: "BAD"
76
95
  :BAM:
77
96
  :one: "Bosnien und Herzegowina Konvertierbare Mark"
78
97
  :other: "Bosnien und Herzegowina Konvertierbare Mark"
98
+ :symbol: "BAM"
79
99
  :BAN:
80
- :one: "Bosnia-Herzegovina new dinar (1994–1997)"
81
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
100
+ :one: "Bosnien und Herzegowina Neuer Dinar (1994–1997)"
101
+ :other: "Bosnien und Herzegowina Neue Dinar (1994–1997)"
102
+ :symbol: "BAN"
82
103
  :BBD:
83
104
  :one: "Barbados-Dollar"
84
105
  :other: "Barbados-Dollar"
85
- :symbol: "$"
106
+ :symbol: "BBD"
86
107
  :BDT:
87
108
  :one: "Bangladesch-Taka"
88
109
  :other: "Bangladesch-Taka"
89
- :symbol: ""
110
+ :symbol: "BDT"
90
111
  :BEC:
91
112
  :one: "Belgischer Franc (konvertibel)"
92
113
  :other: "Belgische Franc (konvertibel)"
114
+ :symbol: "BEC"
93
115
  :BEF:
94
116
  :one: "Belgischer Franc"
95
117
  :other: "Belgische Franc"
118
+ :symbol: "BEF"
96
119
  :BEL:
97
120
  :one: "Belgischer Finanz-Franc"
98
121
  :other: "Belgische Finanz-Franc"
122
+ :symbol: "BEL"
99
123
  :BGL:
100
124
  :one: "Bulgarische Lew (1962–1999)"
101
125
  :other: "Bulgarische Lew (1962–1999)"
102
126
  :BGM:
103
- :one: "Bulgarian socialist lev"
104
- :other: "Bulgarian socialist leva"
127
+ :one: "Bulgarischer Lew (1952–1962)"
128
+ :other: "Bulgarische Lew (1952–1962)"
129
+ :symbol: "BGK"
105
130
  :BGN:
106
131
  :one: "Bulgarischer Lew"
107
132
  :other: "Bulgarische Lew"
133
+ :symbol: "BGN"
108
134
  :BGO:
109
- :one: "Bulgarian lev (1879–1952)"
110
- :other: "Bulgarian leva (1879–1952)"
135
+ :one: "Bulgarischer Lew (1879–1952)"
136
+ :other: "Bulgarische Lew (1879–1952)"
137
+ :symbol: "BGJ"
111
138
  :BHD:
112
139
  :one: "Bahrain-Dinar"
113
140
  :other: "Bahrain-Dinar"
141
+ :symbol: "BHD"
114
142
  :BIF:
115
143
  :one: "Burundi-Franc"
116
- :other: "Burundi-Franc"
144
+ :other: "Burundi-Francs"
145
+ :symbol: "BIF"
117
146
  :BMD:
118
147
  :one: "Bermuda-Dollar"
119
148
  :other: "Bermuda-Dollar"
120
- :symbol: "$"
149
+ :symbol: "BMD"
121
150
  :BND:
122
151
  :one: "Brunei-Dollar"
123
152
  :other: "Brunei-Dollar"
124
- :symbol: "$"
153
+ :symbol: "BND"
125
154
  :BOB:
126
155
  :one: "Bolivanischer Boliviano"
127
- :other: "Bolivanische Boliviano"
156
+ :other: "Bolivianische Bolivianos"
157
+ :symbol: "BOB"
128
158
  :BOL:
129
- :one: "Bolivian boliviano (1863–1963)"
130
- :other: "Bolivian bolivianos (1863–1963)"
159
+ :one: "Bolivianischer Boliviano (1863–1963)"
160
+ :other: "Bolivianische Bolivianos (1863–1963)"
161
+ :symbol: "BOL"
131
162
  :BOP:
132
163
  :one: "Bolivianischer Peso"
133
164
  :other: "Bolivianische Peso"
165
+ :symbol: "BOP"
134
166
  :BOV:
135
167
  :one: "Boliviansiche Mvdol"
136
168
  :other: "Bolivianische Mvdol"
169
+ :symbol: "BOV"
137
170
  :BRB:
138
171
  :one: "Brasilianischer Cruzeiro Novo (1967–1986)"
139
172
  :other: "Brasilianische Cruzeiro Novo (1967–1986)"
173
+ :symbol: "BRB"
140
174
  :BRC:
141
175
  :one: "Brasilianischer Cruzado (1986–1989)"
142
176
  :other: "Brasilianische Cruzado (1986–1989)"
177
+ :symbol: "BRC"
143
178
  :BRE:
144
179
  :one: "Brasilianischer Cruzeiro (1990–1993)"
145
180
  :other: "Brasilianische Cruzeiro (1990–1993)"
181
+ :symbol: "BRE"
146
182
  :BRL:
147
183
  :one: "Brasilianischer Real"
148
184
  :other: "Brasilianische Real"
@@ -150,149 +186,182 @@
150
186
  :BRN:
151
187
  :one: "Brasilianischer Cruzado Novo (1989–1990)"
152
188
  :other: "Brasilianische Cruzado Novo (1989–1990)"
189
+ :symbol: "BRN"
153
190
  :BRR:
154
191
  :one: "Brasilianischer Cruzeiro (1993–1994)"
155
192
  :other: "Brasilianische Cruzeiro (1993–1994)"
193
+ :symbol: "BRR"
156
194
  :BRZ:
157
195
  :one: "Brasilianischer Cruzeiro (1942–1967)"
158
- :other: "Brazilian cruzeiros (1942–1967)"
196
+ :other: "Brasilianischer Cruzeiro (1942–1967)"
197
+ :symbol: "BRZ"
159
198
  :BSD:
160
- :one: "Bahama-Dollar"
161
- :other: "Bahama-Dollar"
162
- :symbol: "$"
199
+ :one: "Bahamas-Dollar"
200
+ :other: "Bahamas-Dollar"
201
+ :symbol: "BSD"
163
202
  :BTN:
164
203
  :one: "Bhutan-Ngultrum"
165
204
  :other: "Bhutan-Ngultrum"
205
+ :symbol: "BTN"
166
206
  :BUK:
167
207
  :one: "Birmanischer Kyat"
168
208
  :other: "Birmanische Kyat"
169
209
  :BWP:
170
210
  :one: "Botswanischer Pula"
171
211
  :other: "Botswanische Pula"
212
+ :symbol: "BWP"
172
213
  :BYB:
173
214
  :one: "Belarus-Rubel (1994–1999)"
174
215
  :other: "Belarus-Rubel (1994–1999)"
216
+ :symbol: "BYB"
175
217
  :BYR:
176
- :one: "Belarus-Rubel"
177
- :other: "Belarus-Rubel"
178
- :symbol: "р."
218
+ :one: "Weißrussischer Rubel"
219
+ :other: "Weißrussische Rubel"
220
+ :symbol: "BYR"
179
221
  :BZD:
180
222
  :one: "Belize-Dollar"
181
223
  :other: "Belize-Dollar"
182
- :symbol: "$"
224
+ :symbol: "BZD"
183
225
  :CAD:
184
226
  :one: "Kanadischer Dollar"
185
227
  :other: "Kanadische Dollar"
186
228
  :symbol: "CA$"
187
229
  :CDF:
188
230
  :one: "Kongo-Franc"
189
- :other: "Kongo-Franc"
231
+ :other: "Kongo-Francs"
232
+ :symbol: "CDF"
190
233
  :CHE:
191
234
  :one: "WIR-Euro"
192
235
  :other: "WIR-Euro"
236
+ :symbol: "CHE"
193
237
  :CHF:
194
238
  :one: "Schweizer Franken"
195
239
  :other: "Schweizer Franken"
240
+ :symbol: "CHF"
196
241
  :CHW:
197
242
  :one: "WIR Franken"
198
243
  :other: "WIR Franken"
244
+ :symbol: "CHW"
199
245
  :CLE:
200
- :one: "Chilean escudo"
201
- :other: "Chilean escudos"
246
+ :one: "Chilenischer Escudo"
247
+ :other: "Chilenische Escudo"
248
+ :symbol: "CLE"
202
249
  :CLF:
203
250
  :one: "Chilenische Unidades de Fomento"
204
251
  :other: "Chilenische Unidades de Fomento"
252
+ :symbol: "CLF"
205
253
  :CLP:
206
254
  :one: "Chilenischer Peso"
207
255
  :other: "Chilenische Pesos"
208
- :symbol: "$"
256
+ :symbol: "CLP"
209
257
  :CNX:
210
- :one: "Chinese People’s Bank dollar"
211
- :other: "Chinese People’s Bank dollars"
258
+ :one: "Dollar der Chinesischen Volksbank"
259
+ :other: "Dollar der Chinesischen Volksbank"
260
+ :symbol: "CNX"
212
261
  :CNY:
213
- :one: "Renminbi Yuan"
262
+ :one: "Chinesischer Yuan"
214
263
  :other: "Renminbi Yuan"
215
264
  :symbol: "CN¥"
216
265
  :COP:
217
266
  :one: "Kolumbianischer Peso"
218
267
  :other: "Kolumbianische Pesos"
219
- :symbol: "$"
268
+ :symbol: "COP"
220
269
  :COU:
221
- :one: "Colombian real value unit"
222
- :other: "Colombian real value units"
270
+ :one: "Kolumbianische Unidad de valor real"
271
+ :other: "Kolumbianische Unidades de valor real"
272
+ :symbol: "COU"
223
273
  :CRC:
224
274
  :one: "Costa-Rica-Colón"
225
275
  :other: "Costa-Rica-Colón"
226
- :symbol: ""
276
+ :symbol: "CRC"
227
277
  :CSD:
228
278
  :one: "Serbischer Dinar (2002–2006)"
229
279
  :other: "Serbische Dinar (2002–2006)"
280
+ :symbol: "CSD"
230
281
  :CSK:
231
282
  :one: "Tschechoslowakische Kronen"
232
283
  :other: "Tschechoslowakische Kronen"
284
+ :symbol: "CSK"
233
285
  :CUC:
234
286
  :one: "Kubanischer Peso (konvertibel)"
235
287
  :other: "Kubanische Pesos (konvertibel)"
288
+ :symbol: "CUC"
236
289
  :CUP:
237
290
  :one: "Kubanischer Peso"
238
291
  :other: "Kubanische Pesos"
239
- :symbol: "$"
292
+ :symbol: "CUP"
240
293
  :CVE:
241
294
  :one: "Kap-Verde-Escudo"
242
295
  :other: "Kap-Verde-Escudos"
296
+ :symbol: "CVE"
243
297
  :CYP:
244
298
  :one: "Zypern Pfund"
245
299
  :other: "Zypern Pfund"
300
+ :symbol: "CYP"
246
301
  :CZK:
247
302
  :one: "Tschechische Krone"
248
303
  :other: "Tschechische Kronen"
304
+ :symbol: "CZK"
249
305
  :DDM:
250
306
  :one: "Mark der DDR"
251
307
  :other: "Mark der DDR"
308
+ :symbol: "DDM"
252
309
  :DEM:
253
310
  :one: "Deutsche Mark"
254
311
  :other: "Deutsche Mark"
312
+ :symbol: "DM"
255
313
  :DJF:
256
314
  :one: "Dschibuti-Franc"
257
315
  :other: "Dschibuti-Franc"
316
+ :symbol: "DJF"
258
317
  :DKK:
259
318
  :one: "Dänische Krone"
260
319
  :other: "Dänische Kronen"
320
+ :symbol: "DKK"
261
321
  :DOP:
262
322
  :one: "Dominikanischer Peso"
263
323
  :other: "Dominikanische Pesos"
264
- :symbol: "$"
324
+ :symbol: "DOP"
265
325
  :DZD:
266
326
  :one: "Algerischer Dinar"
267
327
  :other: "Algerische Dinar"
328
+ :symbol: "DZD"
268
329
  :ECS:
269
330
  :one: "Ecuadorianischer Sucre"
270
331
  :other: "Ecuadorianische Sucre"
332
+ :symbol: "ECS"
271
333
  :ECV:
272
334
  :one: "Verrechnungseinheiten für Ecuador"
273
335
  :other: "Verrechnungseinheiten für Ecuador"
336
+ :symbol: "ECV"
274
337
  :EEK:
275
338
  :one: "Estnische Krone"
276
339
  :other: "Estnische Kronen"
340
+ :symbol: "EEK"
277
341
  :EGP:
278
342
  :one: "Ägyptisches Pfund"
279
343
  :other: "Ägyptische Pfund"
344
+ :symbol: "EGP"
280
345
  :ERN:
281
346
  :one: "Eritreischer Nakfa"
282
347
  :other: "Eritreische Nakfa"
348
+ :symbol: "ERN"
283
349
  :ESA:
284
350
  :one: "Spanische Peseta (A–Konten)"
285
351
  :other: "Spanische Peseten (A–Konten)"
352
+ :symbol: "ESA"
286
353
  :ESB:
287
354
  :one: "Spanische Peseta (konvertibel)"
288
355
  :other: "Spanische Peseten (konvertibel)"
356
+ :symbol: "ESB"
289
357
  :ESP:
290
358
  :one: "Spanische Peseta"
291
359
  :other: "Spanische Peseten"
292
- :symbol: ""
360
+ :symbol: "ESP"
293
361
  :ETB:
294
362
  :one: "Äthiopischer Birr"
295
363
  :other: "Äthiopische Birr"
364
+ :symbol: "ETB"
296
365
  :EUR:
297
366
  :one: "Euro"
298
367
  :other: "Euro"
@@ -300,16 +369,19 @@
300
369
  :FIM:
301
370
  :one: "Finnische Mark"
302
371
  :other: "Finnische Mark"
372
+ :symbol: "FIM"
303
373
  :FJD:
304
374
  :one: "Fidschi-Dollar"
305
375
  :other: "Fidschi-Dollar"
306
- :symbol: "$"
376
+ :symbol: "FJD"
307
377
  :FKP:
308
378
  :one: "Falkland-Pfund"
309
379
  :other: "Falkland-Pfund"
380
+ :symbol: "FKP"
310
381
  :FRF:
311
382
  :one: "Französischer Franc"
312
383
  :other: "Französische Franc"
384
+ :symbol: "FRF"
313
385
  :GBP:
314
386
  :one: "Britisches Pfund Sterling"
315
387
  :other: "Britische Pfund Sterling"
@@ -320,45 +392,54 @@
320
392
  :GEL:
321
393
  :one: "Georgischer Lari"
322
394
  :other: "Georgische Lari"
395
+ :symbol: "GEL"
323
396
  :GHC:
324
397
  :one: "Ghanaischer Cedi (1979–2007)"
325
398
  :other: "Ghanaische Cedi (1979–2007)"
399
+ :symbol: "GHC"
326
400
  :GHS:
327
401
  :one: "Ghanaischer Cedi"
328
402
  :other: "Ghanaische Cedi"
329
- :symbol: ""
403
+ :symbol: "GHS"
330
404
  :GIP:
331
405
  :one: "Gibraltar-Pfund"
332
406
  :other: "Gibraltar Pfund"
333
- :symbol: "£"
407
+ :symbol: "GIP"
334
408
  :GMD:
335
409
  :one: "Gambia-Dalasi"
336
410
  :other: "Gambia-Dalasi"
411
+ :symbol: "GMD"
337
412
  :GNF:
338
413
  :one: "Guinea-Franc"
339
414
  :other: "Guinea-Franc"
415
+ :symbol: "GNF"
340
416
  :GNS:
341
417
  :one: "Guineischer Syli"
342
418
  :other: "Guineische Syli"
419
+ :symbol: "GNS"
343
420
  :GQE:
344
421
  :one: "Äquatorialguinea-Ekwele"
345
422
  :other: "Äquatorialguinea-Ekwele"
423
+ :symbol: "GQE"
346
424
  :GRD:
347
425
  :one: "Griechische Drachme"
348
426
  :other: "Griechische Drachmen"
427
+ :symbol: "GRD"
349
428
  :GTQ:
350
429
  :one: "Guatemaltekischer Quetzal"
351
430
  :other: "Guatemaltekische Quetzales"
431
+ :symbol: "GTQ"
352
432
  :GWE:
353
433
  :one: "Portugiesisch Guinea Escudo"
354
434
  :other: "Portugiesisch Guinea Escudo"
355
435
  :GWP:
356
436
  :one: "Guinea-Bissau Peso"
357
437
  :other: "Guinea-Bissau Pesos"
438
+ :symbol: "GWP"
358
439
  :GYD:
359
440
  :one: "Guyana-Dollar"
360
441
  :other: "Guyana-Dollar"
361
- :symbol: "$"
442
+ :symbol: "GYD"
362
443
  :HKD:
363
444
  :one: "Hongkong-Dollar"
364
445
  :other: "Hongkong-Dollar"
@@ -366,30 +447,38 @@
366
447
  :HNL:
367
448
  :one: "Honduras-Lempira"
368
449
  :other: "Honduras-Lempira"
450
+ :symbol: "HNL"
369
451
  :HRD:
370
452
  :one: "Kroatischer Dinar"
371
453
  :other: "Kroatische Dinar"
454
+ :symbol: "HRD"
372
455
  :HRK:
373
456
  :one: "Kroatischer Kuna"
374
457
  :other: "Kroatische Kuna"
458
+ :symbol: "HRK"
375
459
  :HTG:
376
460
  :one: "Haitianische Gourde"
377
461
  :other: "Haitianische Gourdes"
462
+ :symbol: "HTG"
378
463
  :HUF:
379
464
  :one: "Ungarischer Forint"
380
465
  :other: "Ungarische Forint"
466
+ :symbol: "HUF"
381
467
  :IDR:
382
468
  :one: "Indonesische Rupiah"
383
469
  :other: "Indonesische Rupiah"
470
+ :symbol: "IDR"
384
471
  :IEP:
385
472
  :one: "Irisches Pfund"
386
473
  :other: "Irische Pfund"
474
+ :symbol: "IEP"
387
475
  :ILP:
388
476
  :one: "Israelisches Pfund"
389
477
  :other: "Israelische Pfund"
478
+ :symbol: "ILP"
390
479
  :ILR:
391
- :one: "Israeli sheqel (1980–1985)"
392
- :other: "Israeli sheqels (1980–1985)"
480
+ :one: "Israelischer Schekel (1980–1985)"
481
+ :other: "Israelische Schekel (1980–1985)"
393
482
  :ILS:
394
483
  :one: "Israelischer Neuer Schekel"
395
484
  :other: "Israelische Neue Schekel"
@@ -401,25 +490,30 @@
401
490
  :IQD:
402
491
  :one: "Irakischer Dinar"
403
492
  :other: "Irakische Dinar"
493
+ :symbol: "IQD"
404
494
  :IRR:
405
495
  :one: "Iranischer Rial"
406
496
  :other: "Iranische Rial"
497
+ :symbol: "IRR"
407
498
  :ISJ:
408
- :one: "Icelandic króna (1918–1981)"
409
- :other: "Icelandic krónur (1918–1981)"
499
+ :one: "Isländische Krone (1918–1981)"
500
+ :other: "Isländische Kronen (1918–1981)"
410
501
  :ISK:
411
502
  :one: "Isländische Krone"
412
503
  :other: "Isländische Kronen"
504
+ :symbol: "ISK"
413
505
  :ITL:
414
506
  :one: "Italienische Lira"
415
507
  :other: "Italienische Lire"
508
+ :symbol: "ITL"
416
509
  :JMD:
417
510
  :one: "Jamaika-Dollar"
418
511
  :other: "Jamaika-Dollar"
419
- :symbol: "$"
512
+ :symbol: "JMD"
420
513
  :JOD:
421
514
  :one: "Jordanischer Dinar"
422
515
  :other: "Jordanische Dinar"
516
+ :symbol: "JOD"
423
517
  :JPY:
424
518
  :one: "Japanischer Yen"
425
519
  :other: "Japanische Yen"
@@ -427,25 +521,31 @@
427
521
  :KES:
428
522
  :one: "Kenia-Schilling"
429
523
  :other: "Kenia-Schilling"
524
+ :symbol: "KES"
430
525
  :KGS:
431
526
  :one: "Kirgisischer Som"
432
527
  :other: "Kirgisische Som"
528
+ :symbol: "KGS"
433
529
  :KHR:
434
530
  :one: "Kambodschanischer Riel"
435
531
  :other: "Kambodschanische Riel"
436
- :symbol: ""
532
+ :symbol: "KHR"
437
533
  :KMF:
438
534
  :one: "Komoren-Franc"
439
- :other: "Komoren-Franc"
535
+ :other: "Komoren-Francs"
536
+ :symbol: "KMF"
440
537
  :KPW:
441
538
  :one: "Nordkoreanischer Won"
442
539
  :other: "Nordkoreanische Won"
540
+ :symbol: "KPW"
443
541
  :KRH:
444
- :one: "South Korean hwan (1953–1962)"
445
- :other: "South Korean hwan (1953–1962)"
542
+ :one: "Südkoreanischer Hwan (1953–1962)"
543
+ :other: "Südkoreanischer Hwan (1953–1962)"
544
+ :symbol: "KRH"
446
545
  :KRO:
447
- :one: "South Korean won (1945–1953)"
448
- :other: "South Korean won (1945–1953)"
546
+ :one: "Südkoreanischer Won (1945–1953)"
547
+ :other: "Südkoreanischer Won (1945–1953)"
548
+ :symbol: "KRO"
449
549
  :KRW:
450
550
  :one: "Südkoreanischer Won"
451
551
  :other: "Südkoreanische Won"
@@ -453,116 +553,146 @@
453
553
  :KWD:
454
554
  :one: "Kuwait-Dinar"
455
555
  :other: "Kuwait-Dinar"
556
+ :symbol: "KWD"
456
557
  :KYD:
457
558
  :one: "Kaiman-Dollar"
458
559
  :other: "Kaiman-Dollar"
459
- :symbol: "$"
560
+ :symbol: "KYD"
460
561
  :KZT:
461
562
  :one: "Kasachischer Tenge"
462
563
  :other: "Kasachische Tenge"
463
- :symbol: ""
564
+ :symbol: "KZT"
464
565
  :LAK:
465
566
  :one: "Laotischer Kip"
466
567
  :other: "Laotische Kip"
467
- :symbol: ""
568
+ :symbol: "LAK"
468
569
  :LBP:
469
570
  :one: "Libanesisches Pfund"
470
571
  :other: "Libanesische Pfund"
572
+ :symbol: "LBP"
471
573
  :LKR:
472
574
  :one: "Sri-Lanka-Rupie"
473
575
  :other: "Sri-Lanka-Rupien"
576
+ :symbol: "LKR"
474
577
  :LRD:
475
578
  :one: "Liberianischer Dollar"
476
579
  :other: "Liberianische Dollar"
477
- :symbol: "$"
580
+ :symbol: "LRD"
478
581
  :LSL:
479
582
  :one: "Loti"
480
583
  :other: "Loti"
584
+ :symbol: "LSL"
481
585
  :LTL:
482
586
  :one: "Litauischer Litas"
483
587
  :other: "Litauische Litas"
588
+ :symbol: "LTL"
484
589
  :LTT:
485
590
  :one: "Litauische Talonas"
486
591
  :other: "Litauische Talonas"
592
+ :symbol: "LTT"
487
593
  :LUC:
488
594
  :one: "Luxemburgische Franc (konvertibel)"
489
595
  :other: "Luxemburgische Franc (konvertibel)"
596
+ :symbol: "LUC"
490
597
  :LUF:
491
598
  :one: "Luxemburgische Franc"
492
599
  :other: "Luxemburgische Franc"
600
+ :symbol: "LUF"
493
601
  :LUL:
494
602
  :one: "Luxemburgische Finanz-Franc"
495
603
  :other: "Luxemburgische Finanz-Franc"
604
+ :symbol: "LUL"
496
605
  :LVL:
497
606
  :one: "Lettischer Lats"
498
607
  :other: "Lettische Lats"
608
+ :symbol: "LVL"
499
609
  :LVR:
500
610
  :one: "Lettische Rubel"
501
611
  :other: "Lettische Rubel"
612
+ :symbol: "LVR"
502
613
  :LYD:
503
614
  :one: "Libyscher Dinar"
504
615
  :other: "Libysche Dinar"
616
+ :symbol: "LYD"
505
617
  :MAD:
506
618
  :one: "Marokkanischer Dirham"
507
619
  :other: "Marokkanische Dirham"
620
+ :symbol: "MAD"
508
621
  :MAF:
509
622
  :one: "Marokkanische Franc"
510
623
  :other: "Marokkanische Franc"
624
+ :symbol: "MAF"
511
625
  :MCF:
512
- :one: "Monegasque franc"
513
- :other: "Monegasque francs"
626
+ :one: "Monegassischer Franc"
627
+ :other: "Monegassische Franc"
628
+ :symbol: "MCF"
514
629
  :MDC:
515
- :one: "Moldovan cupon"
516
- :other: "Moldovan cupon"
630
+ :one: "Moldau-Cupon"
631
+ :other: "Moldau-Cupon"
632
+ :symbol: "MDC"
517
633
  :MDL:
518
634
  :one: "Moldau-Leu"
519
635
  :other: "Moldau-Leu"
636
+ :symbol: "MDL"
520
637
  :MGA:
521
638
  :one: "Madagaskar-Ariary"
522
639
  :other: "Madagaskar-Ariary"
640
+ :symbol: "MGA"
523
641
  :MGF:
524
642
  :one: "Madagaskar-Franc"
525
643
  :other: "Madagaskar-Franc"
644
+ :symbol: "MGF"
526
645
  :MKD:
527
646
  :one: "Mazedonischer Denar"
528
647
  :other: "Mazedonische Denari"
648
+ :symbol: "MKD"
529
649
  :MKN:
530
- :one: "Macedonian denar (1992–1993)"
531
- :other: "Macedonian denari (1992–1993)"
650
+ :one: "Mazedonischer Denar (1992–1993)"
651
+ :other: "Mazedonische Denar (1992–1993)"
652
+ :symbol: "MKN"
532
653
  :MLF:
533
654
  :one: "Malische Franc"
534
655
  :other: "Malische Franc"
656
+ :symbol: "MLF"
535
657
  :MMK:
536
658
  :one: "Myanmarischer Kyat"
537
659
  :other: "Myanmarische Kyat"
660
+ :symbol: "MMK"
538
661
  :MNT:
539
662
  :one: "Mongolischer Tögrög"
540
663
  :other: "Mongolische Tögrög"
541
- :symbol: ""
664
+ :symbol: "MNT"
542
665
  :MOP:
543
666
  :one: "Macao-Pataca"
544
667
  :other: "Macao-Pataca"
668
+ :symbol: "MOP"
545
669
  :MRO:
546
670
  :one: "Mauretanischer Ouguiya"
547
671
  :other: "Mauretanische Ouguiya"
672
+ :symbol: "MRO"
548
673
  :MTL:
549
674
  :one: "Maltesische Lira"
550
675
  :other: "Maltesische Lira"
676
+ :symbol: "MTL"
551
677
  :MTP:
552
678
  :one: "Maltesische Pfund"
553
679
  :other: "Maltesische Pfund"
680
+ :symbol: "MTP"
554
681
  :MUR:
555
682
  :one: "Mauritius-Rupie"
556
683
  :other: "Mauritius-Rupien"
684
+ :symbol: "MUR"
557
685
  :MVP:
558
- :one: "Maldivian rupee"
559
- :other: "Maldivian rupees"
686
+ :one: "Malediven-Rupie (alt)"
687
+ :other: "Malediven-Rupien (alt)"
560
688
  :MVR:
561
- :one: "Malediven-Rupie"
689
+ :one: "Malediven-Rufiyaa"
562
690
  :other: "Malediven-Rupien"
691
+ :symbol: "MVR"
563
692
  :MWK:
564
693
  :one: "Malawi-Kwacha"
565
694
  :other: "Malawi-Kwacha"
695
+ :symbol: "MWK"
566
696
  :MXN:
567
697
  :one: "Mexikanischer Peso"
568
698
  :other: "Mexikanische Pesos"
@@ -570,44 +700,54 @@
570
700
  :MXP:
571
701
  :one: "Mexikanische Silber-Peso (1861–1992)"
572
702
  :other: "Mexikanische Silber-Pesos (1861–1992)"
703
+ :symbol: "MXP"
573
704
  :MXV:
574
705
  :one: "Mexicanischer Unidad de Inversion (UDI)"
575
706
  :other: "Mexikanische Unidad de Inversion (UDI)"
707
+ :symbol: "MXV"
576
708
  :MYR:
577
709
  :one: "Malaysischer Ringgit"
578
710
  :other: "Malaysische Ringgit"
711
+ :symbol: "MYR"
579
712
  :MZE:
580
713
  :one: "Mozambikanische Escudo"
581
714
  :other: "Mozambikanische Escudo"
582
715
  :MZM:
583
716
  :one: "Mosambikanischer Metical (1980–2006)"
584
717
  :other: "Mosambikanische Meticais (1980–2006)"
718
+ :symbol: "MZM"
585
719
  :MZN:
586
720
  :one: "Mosambikanischer Metical"
587
721
  :other: "Mosambikanische Meticais"
722
+ :symbol: "MZN"
588
723
  :NAD:
589
724
  :one: "Namibia-Dollar"
590
725
  :other: "Namibia-Dollar"
591
- :symbol: "$"
726
+ :symbol: "NAD"
592
727
  :NGN:
593
728
  :one: "Nigerianischer Naira"
594
729
  :other: "Nigerianische Naira"
595
- :symbol: ""
730
+ :symbol: "NGN"
596
731
  :NIC:
597
732
  :one: "Nicaraguanischer Córdoba (1988–1991)"
598
733
  :other: "Nicaraguanische Córdoba (1988–1991)"
734
+ :symbol: "NIC"
599
735
  :NIO:
600
- :one: "Nicaragua-Cordoba"
601
- :other: "Nicaragua-Cordoba"
736
+ :one: "Nicaragua-Córdoba"
737
+ :other: "Nicaragua-Córdobas"
738
+ :symbol: "NIO"
602
739
  :NLG:
603
740
  :one: "Niederländischer Gulden"
604
741
  :other: "Niederländische Gulden"
742
+ :symbol: "NLG"
605
743
  :NOK:
606
744
  :one: "Norwegische Krone"
607
745
  :other: "Norwegische Kronen"
746
+ :symbol: "NOK"
608
747
  :NPR:
609
748
  :one: "Nepalesische Rupie"
610
749
  :other: "Nepalesische Rupien"
750
+ :symbol: "NPR"
611
751
  :NZD:
612
752
  :one: "Neuseeland-Dollar"
613
753
  :other: "Neuseeland-Dollar"
@@ -615,133 +755,166 @@
615
755
  :OMR:
616
756
  :one: "Omanischer Rial"
617
757
  :other: "Omanische Rials"
758
+ :symbol: "OMR"
618
759
  :PAB:
619
760
  :one: "Panamaischer Balboa"
620
761
  :other: "Panamaische Balboas"
762
+ :symbol: "PAB"
621
763
  :PEI:
622
764
  :one: "Peruanische Inti"
623
765
  :other: "Peruanische Inti"
766
+ :symbol: "PEI"
624
767
  :PEN:
625
768
  :one: "Peruanischer Neuer Sol"
626
769
  :other: "Peruanische Neue Sol"
770
+ :symbol: "PEN"
627
771
  :PES:
628
772
  :one: "Peruanischer Sol (1863–1965)"
629
773
  :other: "Peruanische Sol (1863–1965)"
774
+ :symbol: "PES"
630
775
  :PGK:
631
776
  :one: "Papua-Neuguineischer Kina"
632
777
  :other: "Papua-Neuguineische Kina"
778
+ :symbol: "PGK"
633
779
  :PHP:
634
780
  :one: "Philippinischer Peso"
635
781
  :other: "Philippinische Pesos"
636
- :symbol: ""
782
+ :symbol: "PHP"
637
783
  :PKR:
638
784
  :one: "Pakistanische Rupie"
639
785
  :other: "Pakistanische Rupien"
786
+ :symbol: "PKR"
640
787
  :PLN:
641
788
  :one: "Polnischer Złoty"
642
789
  :other: "Polnische Złoty"
790
+ :symbol: "PLN"
643
791
  :PLZ:
644
792
  :one: "Polnischer Zloty (1950–1995)"
645
793
  :other: "Polnische Zloty (1950–1995)"
646
794
  :PTE:
647
795
  :one: "Portugiesische Escudo"
648
796
  :other: "Portugiesische Escudo"
797
+ :symbol: "PTE"
649
798
  :PYG:
650
799
  :one: "Paraguayischer Guaraní"
651
800
  :other: "Paraguayische Guaraníes"
652
- :symbol: ""
801
+ :symbol: "PYG"
653
802
  :QAR:
654
803
  :one: "Katar-Riyal"
655
804
  :other: "Katar-Riyal"
805
+ :symbol: "QAR"
656
806
  :RHD:
657
807
  :one: "Rhodesische Dollar"
658
808
  :other: "Rhodesische Dollar"
809
+ :symbol: "RHD"
659
810
  :ROL:
660
811
  :one: "Rumänischer Leu (1952–2006)"
661
812
  :other: "Rumänische Leu (1952–2006)"
813
+ :symbol: "ROL"
662
814
  :RON:
663
815
  :one: "Rumänischer Leu"
664
816
  :other: "Rumänische Leu"
817
+ :symbol: "RON"
665
818
  :RSD:
666
819
  :one: "Serbischer Dinar"
667
820
  :other: "Serbische Dinaren"
821
+ :symbol: "RSD"
668
822
  :RUB:
669
823
  :one: "Russischer Rubel"
670
824
  :other: "Russische Rubel"
825
+ :symbol: "RUB"
671
826
  :RUR:
672
827
  :one: "Russischer Rubel (1991–1998)"
673
828
  :other: "Russische Rubel (1991–1998)"
674
- :symbol: "р."
829
+ :symbol: "RUR"
675
830
  :RWF:
676
831
  :one: "Ruanda-Franc"
677
- :other: "Ruanda-Franc"
832
+ :other: "Ruanda-Francs"
833
+ :symbol: "RWF"
678
834
  :SAR:
679
835
  :one: "Saudi-Rial"
680
836
  :other: "Saudi-Rial"
837
+ :symbol: "SAR"
681
838
  :SBD:
682
839
  :one: "Salomonen-Dollar"
683
840
  :other: "Salomonen-Dollar"
684
- :symbol: "$"
841
+ :symbol: "SBD"
685
842
  :SCR:
686
843
  :one: "Seychellen-Rupie"
687
844
  :other: "Seychellen-Rupien"
845
+ :symbol: "SCR"
688
846
  :SDD:
689
847
  :one: "Sudanesischer Dinar (1992–2007)"
690
848
  :other: "Sudanesische Dinar (1992–2007)"
849
+ :symbol: "SDD"
691
850
  :SDG:
692
851
  :one: "Sudanesisches Pfund"
693
852
  :other: "Sudanesische Pfund"
853
+ :symbol: "SDG"
694
854
  :SDP:
695
855
  :one: "Sudanesisches Pfund (1957–1998)"
696
856
  :other: "Sudanesische Pfund (1957–1998)"
857
+ :symbol: "SDP"
697
858
  :SEK:
698
859
  :one: "Schwedische Krone"
699
860
  :other: "Schwedische Kronen"
861
+ :symbol: "SEK"
700
862
  :SGD:
701
863
  :one: "Singapur-Dollar"
702
864
  :other: "Singapur-Dollar"
703
- :symbol: "$"
865
+ :symbol: "SGD"
704
866
  :SHP:
705
867
  :one: "St. Helena-Pfund"
706
868
  :other: "St. Helena-Pfund"
869
+ :symbol: "SHP"
707
870
  :SIT:
708
871
  :one: "Slowenischer Tolar"
709
872
  :other: "Slowenische Tolar"
873
+ :symbol: "SIT"
710
874
  :SKK:
711
875
  :one: "Slowakische Kronen"
712
876
  :other: "Slowakische Kronen"
877
+ :symbol: "SKK"
713
878
  :SLL:
714
879
  :one: "Sierra-leonischer Leone"
715
880
  :other: "Sierra-leonische Leones"
881
+ :symbol: "SLL"
716
882
  :SOS:
717
883
  :one: "Somalia-Schilling"
718
884
  :other: "Somalia-Schilling"
885
+ :symbol: "SOS"
719
886
  :SRD:
720
887
  :one: "Suriname-Dollar"
721
888
  :other: "Suriname-Dollar"
722
- :symbol: "$"
889
+ :symbol: "SRD"
723
890
  :SRG:
724
891
  :one: "Suriname-Gulden"
725
892
  :other: "Suriname-Gulden"
893
+ :symbol: "SRG"
726
894
  :SSP:
727
895
  :one: "Südsudanesisches Pfund"
728
896
  :other: "Südsudanesische Pfund"
729
- :symbol: "£"
897
+ :symbol: "SSP"
730
898
  :STD:
731
899
  :one: "São-toméischer Dobra"
732
900
  :other: "São-toméische Dobra"
901
+ :symbol: "STD"
733
902
  :SUR:
734
903
  :one: "Sowjetische Rubel"
735
904
  :other: "Sowjetische Rubel"
905
+ :symbol: "SUR"
736
906
  :SVC:
737
907
  :one: "El Salvador-Colon"
738
908
  :other: "El Salvador-Colon"
909
+ :symbol: "SVC"
739
910
  :SYP:
740
911
  :one: "Syrisches Pfund"
741
912
  :other: "Syrische Pfund"
913
+ :symbol: "SYP"
742
914
  :SZL:
743
915
  :one: "Swasiländischer Lilangeni"
744
916
  :other: "Swasiländische Emalangeni"
917
+ :symbol: "SZL"
745
918
  :THB:
746
919
  :one: "Thailändischer Baht"
747
920
  :other: "Thailändische Baht"
@@ -749,35 +922,43 @@
749
922
  :TJR:
750
923
  :one: "Tadschikistan-Rubel"
751
924
  :other: "Tadschikistan-Rubel"
925
+ :symbol: "TJR"
752
926
  :TJS:
753
927
  :one: "Tadschikistan-Somoni"
754
928
  :other: "Tadschikistan-Somoni"
929
+ :symbol: "TJS"
755
930
  :TMM:
756
931
  :one: "Turkmenistan-Manat (1993–2009)"
757
932
  :other: "Turkmenistan-Manat (1993–2009)"
933
+ :symbol: "TMM"
758
934
  :TMT:
759
935
  :one: "Turkmenistan-Manat"
760
936
  :other: "Turkmenistan-Manat"
937
+ :symbol: "TMT"
761
938
  :TND:
762
939
  :one: "Tunesischer Dinar"
763
940
  :other: "Tunesische Dinar"
941
+ :symbol: "TND"
764
942
  :TOP:
765
943
  :one: "Tongaischer Paʻanga"
766
944
  :other: "Tongaische Paʻanga"
945
+ :symbol: "TOP"
767
946
  :TPE:
768
947
  :one: "Timor-Escudo"
769
948
  :other: "Timor-Escudo"
949
+ :symbol: "TPE"
770
950
  :TRL:
771
951
  :one: "Türkische Lira (1922–2005)"
772
952
  :other: "Türkische Lira (1922–2005)"
953
+ :symbol: "TRL"
773
954
  :TRY:
774
955
  :one: "Türkische Lira"
775
956
  :other: "Türkische Lira"
776
- :symbol: ""
957
+ :symbol: "TRY"
777
958
  :TTD:
778
959
  :one: "Trinidad und Tobago-Dollar"
779
960
  :other: "Trinidad und Tobago-Dollar"
780
- :symbol: "$"
961
+ :symbol: "TTD"
781
962
  :TWD:
782
963
  :one: "Neuer Taiwan-Dollar"
783
964
  :other: "Neue Taiwan-Dollar"
@@ -785,19 +966,23 @@
785
966
  :TZS:
786
967
  :one: "Tansania-Schilling"
787
968
  :other: "Tansania-Schilling"
969
+ :symbol: "TZS"
788
970
  :UAH:
789
971
  :one: "Ukrainische Hrywnja"
790
972
  :other: "Ukrainische Hrywen"
791
- :symbol: ""
973
+ :symbol: "UAH"
792
974
  :UAK:
793
975
  :one: "Ukrainische Karbovanetz"
794
976
  :other: "Ukrainische Karbovanetz"
977
+ :symbol: "UAK"
795
978
  :UGS:
796
979
  :one: "Uganda-Schilling (1966–1987)"
797
980
  :other: "Uganda-Schilling (1966–1987)"
981
+ :symbol: "UGS"
798
982
  :UGX:
799
983
  :one: "Uganda-Schilling"
800
984
  :other: "Uganda-Schilling"
985
+ :symbol: "UGX"
801
986
  :USD:
802
987
  :one: "US-Dollar"
803
988
  :other: "US-Dollar"
@@ -805,41 +990,51 @@
805
990
  :USN:
806
991
  :one: "US-Dollar (Nächster Tag)"
807
992
  :other: "US-Dollar (Nächster Tag)"
993
+ :symbol: "USN"
808
994
  :USS:
809
995
  :one: "US-Dollar (Gleicher Tag)"
810
996
  :other: "US-Dollar (Gleicher Tag)"
997
+ :symbol: "USS"
811
998
  :UYI:
812
- :one: "Uruguayan peso (indexed units)"
813
- :other: "Uruguayan pesos (indexed units)"
999
+ :one: "Uruguayischer Peso (Indexierte Rechnungseinheiten)"
1000
+ :other: "Uruguayische Pesos (Indexierte Rechnungseinheiten)"
1001
+ :symbol: "UYI"
814
1002
  :UYP:
815
1003
  :one: "Uruguayischer Peso (1975–1993)"
816
1004
  :other: "Uruguayische Pesos (1975–1993)"
1005
+ :symbol: "UYP"
817
1006
  :UYU:
818
1007
  :one: "Uruguayischer Peso"
819
1008
  :other: "Uruguayische Pesos"
820
- :symbol: "$"
1009
+ :symbol: "UYU"
821
1010
  :UZS:
822
1011
  :one: "Usbekistan-Sum"
823
1012
  :other: "Usbekistan-Sum"
1013
+ :symbol: "UZS"
824
1014
  :VEB:
825
1015
  :one: "Venezolanischer Bolívar (1871–2008)"
826
1016
  :other: "Venezolanische Bolívares (1871–2008)"
1017
+ :symbol: "VEB"
827
1018
  :VEF:
828
1019
  :one: "Venezolanischer Bolívar"
829
1020
  :other: "Venezolanische Bolívares"
1021
+ :symbol: "VEF"
830
1022
  :VND:
831
1023
  :one: "Vietnamesischer Dong"
832
1024
  :other: "Vietnamesische Dong"
833
1025
  :symbol: "₫"
834
1026
  :VNN:
835
- :one: "Vietnamese dong (1978–1985)"
836
- :other: "Vietnamese dong (1978–1985)"
1027
+ :one: "Vietnamesischer Dong(1978–1985)"
1028
+ :other: "Vietnamesische Dong(1978–1985)"
1029
+ :symbol: "VNN"
837
1030
  :VUV:
838
1031
  :one: "Vanuatu-Vatu"
839
1032
  :other: "Vanuatu-Vatu"
1033
+ :symbol: "VUV"
840
1034
  :WST:
841
1035
  :one: "Samoanischer Tala"
842
1036
  :other: "Samoanische Tala"
1037
+ :symbol: "WST"
843
1038
  :XAF:
844
1039
  :one: "CFA-Franc (BEAC)"
845
1040
  :other: "CFA-Franc (BEAC)"
@@ -847,21 +1042,27 @@
847
1042
  :XAG:
848
1043
  :one: "Unze Silber"
849
1044
  :other: "Unzen Silber"
1045
+ :symbol: "XAG"
850
1046
  :XAU:
851
1047
  :one: "Unze Gold"
852
1048
  :other: "Unzen Gold"
1049
+ :symbol: "XAU"
853
1050
  :XBA:
854
1051
  :one: "Europäische Rechnungseinheiten"
855
1052
  :other: "Europäische Rechnungseinheiten"
1053
+ :symbol: "XBA"
856
1054
  :XBB:
857
1055
  :one: "Europäische Währungseinheiten (XBB)"
858
1056
  :other: "Europäische Währungseinheiten (XBB)"
1057
+ :symbol: "XBB"
859
1058
  :XBC:
860
1059
  :one: "Europäische Rechnungseinheiten (XBC)"
861
1060
  :other: "Europäische Rechnungseinheiten (XBC)"
1061
+ :symbol: "XBC"
862
1062
  :XBD:
863
1063
  :one: "Europäische Rechnungseinheiten (XBD)"
864
1064
  :other: "Europäische Rechnungseinheiten (XBD)"
1065
+ :symbol: "XBD"
865
1066
  :XCD:
866
1067
  :one: "Ostkaribischer Dollar"
867
1068
  :other: "Ostkaribische Dollar"
@@ -869,22 +1070,27 @@
869
1070
  :XDR:
870
1071
  :one: "Sonderziehungsrechte"
871
1072
  :other: "Sonderziehungsrechte"
1073
+ :symbol: "XDR"
872
1074
  :XEU:
873
1075
  :one: "Europäische Währungseinheiten (XEU)"
874
1076
  :other: "Europäische Währungseinheiten (XEU)"
1077
+ :symbol: "XEU"
875
1078
  :XFO:
876
1079
  :one: "Französische Gold-Franc"
877
1080
  :other: "Französische Gold-Franc"
1081
+ :symbol: "XFO"
878
1082
  :XFU:
879
1083
  :one: "Französische UIC-Franc"
880
1084
  :other: "Französische UIC-Franc"
1085
+ :symbol: "XFU"
881
1086
  :XOF:
882
1087
  :one: "CFA-Franc (BCEAO)"
883
- :other: "CFA-Franc (BCEAO)"
1088
+ :other: "CFA-Francs (BCEAO)"
884
1089
  :symbol: "CFA"
885
1090
  :XPD:
886
1091
  :one: "Unze Palladium"
887
1092
  :other: "Unzen Palladium"
1093
+ :symbol: "XPD"
888
1094
  :XPF:
889
1095
  :one: "CFP-Franc"
890
1096
  :other: "CFP-Franc"
@@ -892,63 +1098,84 @@
892
1098
  :XPT:
893
1099
  :one: "Unze Platin"
894
1100
  :other: "Unzen Platin"
1101
+ :symbol: "XPT"
895
1102
  :XRE:
896
1103
  :one: "RINET Funds"
897
1104
  :other: "RINET Funds"
1105
+ :symbol: "XRE"
898
1106
  :XSU:
899
- :one: "Sucre"
900
- :other: "Sucres"
1107
+ :one: "SUCRE"
1108
+ :other: "SUCRE"
1109
+ :symbol: "XSU"
901
1110
  :XTS:
902
1111
  :one: "Testwährung"
903
1112
  :other: "Testwährung"
1113
+ :symbol: "XTS"
904
1114
  :XUA:
905
- :one: "ADB unit of account"
906
- :other: "ADB units of account"
1115
+ :one: "Rechnungseinheit der AfEB"
1116
+ :other: "Rechnungseinheiten der AfEB"
1117
+ :symbol: "XUA"
907
1118
  :XXX:
908
- :one: "Unbekannte Währung"
909
- :other: "Unbekannte Währung"
1119
+ :one: "(unbekannte Währung)"
1120
+ :other: "(unbekannte Währung)"
1121
+ :symbol: "XXX"
910
1122
  :YDD:
911
1123
  :one: "Jemen-Dinar"
912
1124
  :other: "Jemen-Dinar"
1125
+ :symbol: "YDD"
913
1126
  :YER:
914
1127
  :one: "Jemen-Rial"
915
1128
  :other: "Jemen-Rial"
1129
+ :symbol: "YER"
916
1130
  :YUD:
917
1131
  :one: "Jugoslawischer Dinar (1966–1990)"
918
1132
  :other: "Jugoslawische Dinar (1966–1990)"
1133
+ :symbol: "YUD"
919
1134
  :YUM:
920
1135
  :one: "Jugoslawischer Neuer Dinar (1994–2002)"
921
1136
  :other: "Jugoslawische Neue Dinar (1994–2002)"
1137
+ :symbol: "YUM"
922
1138
  :YUN:
923
1139
  :one: "Jugoslawische Dinar (konvertibel)"
924
1140
  :other: "Jugoslawische Dinar (konvertibel)"
1141
+ :symbol: "YUN"
925
1142
  :YUR:
926
- :one: "Yugoslavian reformed dinar (1992–1993)"
927
- :other: "Yugoslavian reformed dinars (1992–1993)"
1143
+ :one: "Jugoslawischer reformierter Dinar (1992–1993)"
1144
+ :other: "Jugoslawische reformierte Dinar (1992–1993)"
1145
+ :symbol: "YUR"
928
1146
  :ZAL:
929
1147
  :one: "Südafrikanischer Rand (Finanz)"
930
1148
  :other: "Südafrikanischer Rand (Finanz)"
1149
+ :symbol: "ZAL"
931
1150
  :ZAR:
932
1151
  :one: "Südafrikanischer Rand"
933
1152
  :other: "Südafrikanische Rand"
1153
+ :symbol: "ZAR"
934
1154
  :ZMK:
935
1155
  :one: "Kwacha (1968–2012)"
936
1156
  :other: "Kwacha (1968–2012)"
1157
+ :symbol: "ZMK"
937
1158
  :ZMW:
938
1159
  :one: "Kwacha"
939
1160
  :other: "Kwacha"
1161
+ :symbol: "ZMW"
940
1162
  :ZRN:
941
1163
  :one: "Zaire-Neuer Zaïre (1993–1998)"
942
1164
  :other: "Zaire-Neue Zaïre (1993–1998)"
1165
+ :symbol: "ZRN"
943
1166
  :ZRZ:
944
1167
  :one: "Zaire-Zaïre (1971–1993)"
945
1168
  :other: "Zaire-Zaïre (1971–1993)"
1169
+ :symbol: "ZRZ"
946
1170
  :ZWD:
947
1171
  :one: "Simbabwe-Dollar (1980–2008)"
948
1172
  :other: "Simbabwe-Dollar (1980–2008)"
1173
+ :symbol: "ZWD"
949
1174
  :ZWL:
950
1175
  :one: "Simbabwe-Dollar (2009)"
951
1176
  :other: "Simbabwe-Dollar (2009)"
1177
+ :symbol: "ZWL"
952
1178
  :ZWR:
953
1179
  :one: "Simbabwe-Dollar (2008)"
954
1180
  :other: "Simbabwe-Dollar (2008)"
1181
+ :symbol: "ZWR"