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
+ :da:
3
+ :cardinal:
4
+ :one: "n = 1 or t != 0 and i = 0,1 @integer 1 @decimal 0.1~1.6"
5
+ :other: " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0, 2.0~3.4, 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
- :da: ! '{ :''da'' => { :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 || (((t = n.to_s.split(".")[1]) ? t.gsub(/0+$/, "").to_i : 0)
5
- != 0 && [0, 1].include?(n.to_i))) ? :one : :other } } } } }'
2
+ :da:
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 || (t !=
6
+ 0 && ((i == 0) || (i == 1)))) ? :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
@@ -96,13 +96,13 @@
96
96
  :gp: "Guadeloupe"
97
97
  :gq: "Ækvatorialguinea"
98
98
  :gr: "Grækenland"
99
- :gs: "South Georgia og De Sydlige Sandwichøer"
99
+ :gs: "South Georgia og South Sandwich Islands"
100
100
  :gt: "Guatemala"
101
101
  :gu: "Guam"
102
102
  :gw: "Guinea-Bissau"
103
103
  :gy: "Guyana"
104
104
  :hk: "Hongkong"
105
- :hm: "Heard- og McDonald-øerne"
105
+ :hm: "Heard Island og McDonald Islands"
106
106
  :hn: "Honduras"
107
107
  :hr: "Kroatien"
108
108
  :ht: "Haiti"
@@ -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,46 +186,54 @@
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: "Weissrussischer Rubel"
219
+ :other: "Weissrussische 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"
@@ -197,103 +241,127 @@
197
241
  :CHW:
198
242
  :one: "WIR Franken"
199
243
  :other: "WIR Franken"
244
+ :symbol: "CHW"
200
245
  :CLE:
201
- :one: "Chilean escudo"
202
- :other: "Chilean escudos"
246
+ :one: "Chilenischer Escudo"
247
+ :other: "Chilenische Escudo"
248
+ :symbol: "CLE"
203
249
  :CLF:
204
250
  :one: "Chilenische Unidades de Fomento"
205
251
  :other: "Chilenische Unidades de Fomento"
252
+ :symbol: "CLF"
206
253
  :CLP:
207
254
  :one: "Chilenischer Peso"
208
255
  :other: "Chilenische Pesos"
209
- :symbol: "$"
256
+ :symbol: "CLP"
210
257
  :CNX:
211
- :one: "Chinese People’s Bank dollar"
212
- :other: "Chinese People’s Bank dollars"
258
+ :one: "Dollar der Chinesischen Volksbank"
259
+ :other: "Dollar der Chinesischen Volksbank"
260
+ :symbol: "CNX"
213
261
  :CNY:
214
- :one: "Renminbi Yuan"
262
+ :one: "Chinesischer Yuan"
215
263
  :other: "Renminbi Yuan"
216
264
  :symbol: "CN¥"
217
265
  :COP:
218
266
  :one: "Kolumbianischer Peso"
219
267
  :other: "Kolumbianische Pesos"
220
- :symbol: "$"
268
+ :symbol: "COP"
221
269
  :COU:
222
- :one: "Colombian real value unit"
223
- :other: "Colombian real value units"
270
+ :one: "Kolumbianische Unidad de valor real"
271
+ :other: "Kolumbianische Unidades de valor real"
272
+ :symbol: "COU"
224
273
  :CRC:
225
274
  :one: "Costa-Rica-Colón"
226
275
  :other: "Costa-Rica-Colón"
227
- :symbol: ""
276
+ :symbol: "CRC"
228
277
  :CSD:
229
278
  :one: "Serbischer Dinar (2002–2006)"
230
279
  :other: "Serbische Dinar (2002–2006)"
280
+ :symbol: "CSD"
231
281
  :CSK:
232
282
  :one: "Tschechoslowakische Kronen"
233
283
  :other: "Tschechoslowakische Kronen"
284
+ :symbol: "CSK"
234
285
  :CUC:
235
286
  :one: "Kubanischer Peso (konvertibel)"
236
287
  :other: "Kubanische Pesos (konvertibel)"
288
+ :symbol: "CUC"
237
289
  :CUP:
238
290
  :one: "Kubanischer Peso"
239
291
  :other: "Kubanische Pesos"
240
- :symbol: "$"
292
+ :symbol: "CUP"
241
293
  :CVE:
242
294
  :one: "Kap-Verde-Escudo"
243
295
  :other: "Kap-Verde-Escudos"
296
+ :symbol: "CVE"
244
297
  :CYP:
245
298
  :one: "Zypern Pfund"
246
299
  :other: "Zypern Pfund"
300
+ :symbol: "CYP"
247
301
  :CZK:
248
302
  :one: "Tschechische Krone"
249
303
  :other: "Tschechische Kronen"
304
+ :symbol: "CZK"
250
305
  :DDM:
251
306
  :one: "Mark der DDR"
252
307
  :other: "Mark der DDR"
308
+ :symbol: "DDM"
253
309
  :DEM:
254
310
  :one: "Deutsche Mark"
255
311
  :other: "Deutsche Mark"
312
+ :symbol: "DM"
256
313
  :DJF:
257
314
  :one: "Dschibuti-Franc"
258
315
  :other: "Dschibuti-Franc"
316
+ :symbol: "DJF"
259
317
  :DKK:
260
318
  :one: "Dänische Krone"
261
319
  :other: "Dänische Kronen"
320
+ :symbol: "DKK"
262
321
  :DOP:
263
322
  :one: "Dominikanischer Peso"
264
323
  :other: "Dominikanische Pesos"
265
- :symbol: "$"
324
+ :symbol: "DOP"
266
325
  :DZD:
267
326
  :one: "Algerischer Dinar"
268
327
  :other: "Algerische Dinar"
328
+ :symbol: "DZD"
269
329
  :ECS:
270
330
  :one: "Ecuadorianischer Sucre"
271
331
  :other: "Ecuadorianische Sucre"
332
+ :symbol: "ECS"
272
333
  :ECV:
273
334
  :one: "Verrechnungseinheiten für Ecuador"
274
335
  :other: "Verrechnungseinheiten für Ecuador"
336
+ :symbol: "ECV"
275
337
  :EEK:
276
338
  :one: "Estnische Krone"
277
339
  :other: "Estnische Kronen"
340
+ :symbol: "EEK"
278
341
  :EGP:
279
342
  :one: "Ägyptisches Pfund"
280
343
  :other: "Ägyptische Pfund"
344
+ :symbol: "EGP"
281
345
  :ERN:
282
346
  :one: "Eritreischer Nakfa"
283
347
  :other: "Eritreische Nakfa"
348
+ :symbol: "ERN"
284
349
  :ESA:
285
350
  :one: "Spanische Peseta (A–Konten)"
286
351
  :other: "Spanische Peseten (A–Konten)"
352
+ :symbol: "ESA"
287
353
  :ESB:
288
354
  :one: "Spanische Peseta (konvertibel)"
289
355
  :other: "Spanische Peseten (konvertibel)"
356
+ :symbol: "ESB"
290
357
  :ESP:
291
358
  :one: "Spanische Peseta"
292
359
  :other: "Spanische Peseten"
293
- :symbol: ""
360
+ :symbol: "ESP"
294
361
  :ETB:
295
362
  :one: "Äthiopischer Birr"
296
363
  :other: "Äthiopische Birr"
364
+ :symbol: "ETB"
297
365
  :EUR:
298
366
  :one: "Euro"
299
367
  :other: "Euro"
@@ -301,16 +369,19 @@
301
369
  :FIM:
302
370
  :one: "Finnische Mark"
303
371
  :other: "Finnische Mark"
372
+ :symbol: "FIM"
304
373
  :FJD:
305
374
  :one: "Fidschi-Dollar"
306
375
  :other: "Fidschi-Dollar"
307
- :symbol: "$"
376
+ :symbol: "FJD"
308
377
  :FKP:
309
378
  :one: "Falkland-Pfund"
310
379
  :other: "Falkland-Pfund"
380
+ :symbol: "FKP"
311
381
  :FRF:
312
382
  :one: "Französischer Franc"
313
383
  :other: "Französische Franc"
384
+ :symbol: "FRF"
314
385
  :GBP:
315
386
  :one: "Britisches Pfund Sterling"
316
387
  :other: "Britische Pfund Sterling"
@@ -321,45 +392,54 @@
321
392
  :GEL:
322
393
  :one: "Georgischer Lari"
323
394
  :other: "Georgische Lari"
395
+ :symbol: "GEL"
324
396
  :GHC:
325
397
  :one: "Ghanaischer Cedi (1979–2007)"
326
398
  :other: "Ghanaische Cedi (1979–2007)"
399
+ :symbol: "GHC"
327
400
  :GHS:
328
401
  :one: "Ghanaischer Cedi"
329
402
  :other: "Ghanaische Cedi"
330
- :symbol: ""
403
+ :symbol: "GHS"
331
404
  :GIP:
332
405
  :one: "Gibraltar-Pfund"
333
406
  :other: "Gibraltar Pfund"
334
- :symbol: "£"
407
+ :symbol: "GIP"
335
408
  :GMD:
336
409
  :one: "Gambia-Dalasi"
337
410
  :other: "Gambia-Dalasi"
411
+ :symbol: "GMD"
338
412
  :GNF:
339
413
  :one: "Guinea-Franc"
340
414
  :other: "Guinea-Franc"
415
+ :symbol: "GNF"
341
416
  :GNS:
342
417
  :one: "Guineischer Syli"
343
418
  :other: "Guineische Syli"
419
+ :symbol: "GNS"
344
420
  :GQE:
345
421
  :one: "Äquatorialguinea-Ekwele"
346
422
  :other: "Äquatorialguinea-Ekwele"
423
+ :symbol: "GQE"
347
424
  :GRD:
348
425
  :one: "Griechische Drachme"
349
426
  :other: "Griechische Drachmen"
427
+ :symbol: "GRD"
350
428
  :GTQ:
351
429
  :one: "Guatemaltekischer Quetzal"
352
430
  :other: "Guatemaltekische Quetzales"
431
+ :symbol: "GTQ"
353
432
  :GWE:
354
433
  :one: "Portugiesisch Guinea Escudo"
355
434
  :other: "Portugiesisch Guinea Escudo"
356
435
  :GWP:
357
436
  :one: "Guinea-Bissau Peso"
358
437
  :other: "Guinea-Bissau Pesos"
438
+ :symbol: "GWP"
359
439
  :GYD:
360
440
  :one: "Guyana-Dollar"
361
441
  :other: "Guyana-Dollar"
362
- :symbol: "$"
442
+ :symbol: "GYD"
363
443
  :HKD:
364
444
  :one: "Hongkong-Dollar"
365
445
  :other: "Hongkong-Dollar"
@@ -367,30 +447,38 @@
367
447
  :HNL:
368
448
  :one: "Honduras-Lempira"
369
449
  :other: "Honduras-Lempira"
450
+ :symbol: "HNL"
370
451
  :HRD:
371
452
  :one: "Kroatischer Dinar"
372
453
  :other: "Kroatische Dinar"
454
+ :symbol: "HRD"
373
455
  :HRK:
374
456
  :one: "Kroatischer Kuna"
375
457
  :other: "Kroatische Kuna"
458
+ :symbol: "HRK"
376
459
  :HTG:
377
460
  :one: "Haitianische Gourde"
378
461
  :other: "Haitianische Gourdes"
462
+ :symbol: "HTG"
379
463
  :HUF:
380
464
  :one: "Ungarischer Forint"
381
465
  :other: "Ungarische Forint"
466
+ :symbol: "HUF"
382
467
  :IDR:
383
468
  :one: "Indonesische Rupiah"
384
469
  :other: "Indonesische Rupiah"
470
+ :symbol: "IDR"
385
471
  :IEP:
386
472
  :one: "Irisches Pfund"
387
473
  :other: "Irische Pfund"
474
+ :symbol: "IEP"
388
475
  :ILP:
389
476
  :one: "Israelisches Pfund"
390
477
  :other: "Israelische Pfund"
478
+ :symbol: "ILP"
391
479
  :ILR:
392
- :one: "Israeli sheqel (1980–1985)"
393
- :other: "Israeli sheqels (1980–1985)"
480
+ :one: "Israelischer Schekel (1980–1985)"
481
+ :other: "Israelische Schekel (1980–1985)"
394
482
  :ILS:
395
483
  :one: "Israelischer Neuer Schekel"
396
484
  :other: "Israelische Neue Schekel"
@@ -402,25 +490,30 @@
402
490
  :IQD:
403
491
  :one: "Irakischer Dinar"
404
492
  :other: "Irakische Dinar"
493
+ :symbol: "IQD"
405
494
  :IRR:
406
495
  :one: "Iranischer Rial"
407
496
  :other: "Iranische Rial"
497
+ :symbol: "IRR"
408
498
  :ISJ:
409
- :one: "Icelandic króna (1918–1981)"
410
- :other: "Icelandic krónur (1918–1981)"
499
+ :one: "Isländische Krone (1918–1981)"
500
+ :other: "Isländische Kronen (1918–1981)"
411
501
  :ISK:
412
502
  :one: "Isländische Krone"
413
503
  :other: "Isländische Kronen"
504
+ :symbol: "ISK"
414
505
  :ITL:
415
506
  :one: "Italienische Lira"
416
507
  :other: "Italienische Lire"
508
+ :symbol: "ITL"
417
509
  :JMD:
418
510
  :one: "Jamaika-Dollar"
419
511
  :other: "Jamaika-Dollar"
420
- :symbol: "$"
512
+ :symbol: "JMD"
421
513
  :JOD:
422
514
  :one: "Jordanischer Dinar"
423
515
  :other: "Jordanische Dinar"
516
+ :symbol: "JOD"
424
517
  :JPY:
425
518
  :one: "Japanischer Yen"
426
519
  :other: "Japanische Yen"
@@ -428,25 +521,31 @@
428
521
  :KES:
429
522
  :one: "Kenia-Schilling"
430
523
  :other: "Kenia-Schilling"
524
+ :symbol: "KES"
431
525
  :KGS:
432
526
  :one: "Kirgisischer Som"
433
527
  :other: "Kirgisische Som"
528
+ :symbol: "KGS"
434
529
  :KHR:
435
530
  :one: "Kambodschanischer Riel"
436
531
  :other: "Kambodschanische Riel"
437
- :symbol: ""
532
+ :symbol: "KHR"
438
533
  :KMF:
439
534
  :one: "Komoren-Franc"
440
- :other: "Komoren-Franc"
535
+ :other: "Komoren-Francs"
536
+ :symbol: "KMF"
441
537
  :KPW:
442
538
  :one: "Nordkoreanischer Won"
443
539
  :other: "Nordkoreanische Won"
540
+ :symbol: "KPW"
444
541
  :KRH:
445
- :one: "South Korean hwan (1953–1962)"
446
- :other: "South Korean hwan (1953–1962)"
542
+ :one: "Südkoreanischer Hwan (1953–1962)"
543
+ :other: "Südkoreanischer Hwan (1953–1962)"
544
+ :symbol: "KRH"
447
545
  :KRO:
448
- :one: "South Korean won (1945–1953)"
449
- :other: "South Korean won (1945–1953)"
546
+ :one: "Südkoreanischer Won (1945–1953)"
547
+ :other: "Südkoreanischer Won (1945–1953)"
548
+ :symbol: "KRO"
450
549
  :KRW:
451
550
  :one: "Südkoreanischer Won"
452
551
  :other: "Südkoreanische Won"
@@ -454,116 +553,146 @@
454
553
  :KWD:
455
554
  :one: "Kuwait-Dinar"
456
555
  :other: "Kuwait-Dinar"
556
+ :symbol: "KWD"
457
557
  :KYD:
458
558
  :one: "Kaiman-Dollar"
459
559
  :other: "Kaiman-Dollar"
460
- :symbol: "$"
560
+ :symbol: "KYD"
461
561
  :KZT:
462
562
  :one: "Kasachischer Tenge"
463
563
  :other: "Kasachische Tenge"
464
- :symbol: ""
564
+ :symbol: "KZT"
465
565
  :LAK:
466
566
  :one: "Laotischer Kip"
467
567
  :other: "Laotische Kip"
468
- :symbol: ""
568
+ :symbol: "LAK"
469
569
  :LBP:
470
570
  :one: "Libanesisches Pfund"
471
571
  :other: "Libanesische Pfund"
572
+ :symbol: "LBP"
472
573
  :LKR:
473
574
  :one: "Sri-Lanka-Rupie"
474
575
  :other: "Sri-Lanka-Rupien"
576
+ :symbol: "LKR"
475
577
  :LRD:
476
578
  :one: "Liberianischer Dollar"
477
579
  :other: "Liberianische Dollar"
478
- :symbol: "$"
580
+ :symbol: "LRD"
479
581
  :LSL:
480
582
  :one: "Loti"
481
583
  :other: "Loti"
584
+ :symbol: "LSL"
482
585
  :LTL:
483
586
  :one: "Litauischer Litas"
484
587
  :other: "Litauische Litas"
588
+ :symbol: "LTL"
485
589
  :LTT:
486
590
  :one: "Litauische Talonas"
487
591
  :other: "Litauische Talonas"
592
+ :symbol: "LTT"
488
593
  :LUC:
489
594
  :one: "Luxemburgische Franc (konvertibel)"
490
595
  :other: "Luxemburgische Franc (konvertibel)"
596
+ :symbol: "LUC"
491
597
  :LUF:
492
598
  :one: "Luxemburgische Franc"
493
599
  :other: "Luxemburgische Franc"
600
+ :symbol: "LUF"
494
601
  :LUL:
495
602
  :one: "Luxemburgische Finanz-Franc"
496
603
  :other: "Luxemburgische Finanz-Franc"
604
+ :symbol: "LUL"
497
605
  :LVL:
498
606
  :one: "Lettischer Lats"
499
607
  :other: "Lettische Lats"
608
+ :symbol: "LVL"
500
609
  :LVR:
501
610
  :one: "Lettische Rubel"
502
611
  :other: "Lettische Rubel"
612
+ :symbol: "LVR"
503
613
  :LYD:
504
614
  :one: "Libyscher Dinar"
505
615
  :other: "Libysche Dinar"
616
+ :symbol: "LYD"
506
617
  :MAD:
507
618
  :one: "Marokkanischer Dirham"
508
619
  :other: "Marokkanische Dirham"
620
+ :symbol: "MAD"
509
621
  :MAF:
510
622
  :one: "Marokkanische Franc"
511
623
  :other: "Marokkanische Franc"
624
+ :symbol: "MAF"
512
625
  :MCF:
513
- :one: "Monegasque franc"
514
- :other: "Monegasque francs"
626
+ :one: "Monegassischer Franc"
627
+ :other: "Monegassische Franc"
628
+ :symbol: "MCF"
515
629
  :MDC:
516
- :one: "Moldovan cupon"
517
- :other: "Moldovan cupon"
630
+ :one: "Moldau-Cupon"
631
+ :other: "Moldau-Cupon"
632
+ :symbol: "MDC"
518
633
  :MDL:
519
634
  :one: "Moldau-Leu"
520
635
  :other: "Moldau-Leu"
636
+ :symbol: "MDL"
521
637
  :MGA:
522
638
  :one: "Madagaskar-Ariary"
523
639
  :other: "Madagaskar-Ariary"
640
+ :symbol: "MGA"
524
641
  :MGF:
525
642
  :one: "Madagaskar-Franc"
526
643
  :other: "Madagaskar-Franc"
644
+ :symbol: "MGF"
527
645
  :MKD:
528
646
  :one: "Mazedonischer Denar"
529
647
  :other: "Mazedonische Denari"
648
+ :symbol: "MKD"
530
649
  :MKN:
531
- :one: "Macedonian denar (1992–1993)"
532
- :other: "Macedonian denari (1992–1993)"
650
+ :one: "Mazedonischer Denar (1992–1993)"
651
+ :other: "Mazedonische Denar (1992–1993)"
652
+ :symbol: "MKN"
533
653
  :MLF:
534
654
  :one: "Malische Franc"
535
655
  :other: "Malische Franc"
656
+ :symbol: "MLF"
536
657
  :MMK:
537
658
  :one: "Myanmarischer Kyat"
538
659
  :other: "Myanmarische Kyat"
660
+ :symbol: "MMK"
539
661
  :MNT:
540
662
  :one: "Mongolischer Tögrög"
541
663
  :other: "Mongolische Tögrög"
542
- :symbol: ""
664
+ :symbol: "MNT"
543
665
  :MOP:
544
666
  :one: "Macao-Pataca"
545
667
  :other: "Macao-Pataca"
668
+ :symbol: "MOP"
546
669
  :MRO:
547
670
  :one: "Mauretanischer Ouguiya"
548
671
  :other: "Mauretanische Ouguiya"
672
+ :symbol: "MRO"
549
673
  :MTL:
550
674
  :one: "Maltesische Lira"
551
675
  :other: "Maltesische Lira"
676
+ :symbol: "MTL"
552
677
  :MTP:
553
678
  :one: "Maltesische Pfund"
554
679
  :other: "Maltesische Pfund"
680
+ :symbol: "MTP"
555
681
  :MUR:
556
682
  :one: "Mauritius-Rupie"
557
683
  :other: "Mauritius-Rupien"
684
+ :symbol: "MUR"
558
685
  :MVP:
559
- :one: "Maldivian rupee"
560
- :other: "Maldivian rupees"
686
+ :one: "Malediven-Rupie (alt)"
687
+ :other: "Malediven-Rupien (alt)"
561
688
  :MVR:
562
- :one: "Malediven-Rupie"
689
+ :one: "Malediven-Rufiyaa"
563
690
  :other: "Malediven-Rupien"
691
+ :symbol: "MVR"
564
692
  :MWK:
565
693
  :one: "Malawi-Kwacha"
566
694
  :other: "Malawi-Kwacha"
695
+ :symbol: "MWK"
567
696
  :MXN:
568
697
  :one: "Mexikanischer Peso"
569
698
  :other: "Mexikanische Pesos"
@@ -571,44 +700,54 @@
571
700
  :MXP:
572
701
  :one: "Mexikanische Silber-Peso (1861–1992)"
573
702
  :other: "Mexikanische Silber-Pesos (1861–1992)"
703
+ :symbol: "MXP"
574
704
  :MXV:
575
705
  :one: "Mexicanischer Unidad de Inversion (UDI)"
576
706
  :other: "Mexikanische Unidad de Inversion (UDI)"
707
+ :symbol: "MXV"
577
708
  :MYR:
578
709
  :one: "Malaysischer Ringgit"
579
710
  :other: "Malaysische Ringgit"
711
+ :symbol: "MYR"
580
712
  :MZE:
581
713
  :one: "Mozambikanische Escudo"
582
714
  :other: "Mozambikanische Escudo"
583
715
  :MZM:
584
716
  :one: "Mosambikanischer Metical (1980–2006)"
585
717
  :other: "Mosambikanische Meticais (1980–2006)"
718
+ :symbol: "MZM"
586
719
  :MZN:
587
720
  :one: "Mosambikanischer Metical"
588
721
  :other: "Mosambikanische Meticais"
722
+ :symbol: "MZN"
589
723
  :NAD:
590
724
  :one: "Namibia-Dollar"
591
725
  :other: "Namibia-Dollar"
592
- :symbol: "$"
726
+ :symbol: "NAD"
593
727
  :NGN:
594
728
  :one: "Nigerianischer Naira"
595
729
  :other: "Nigerianische Naira"
596
- :symbol: ""
730
+ :symbol: "NGN"
597
731
  :NIC:
598
732
  :one: "Nicaraguanischer Córdoba (1988–1991)"
599
733
  :other: "Nicaraguanische Córdoba (1988–1991)"
734
+ :symbol: "NIC"
600
735
  :NIO:
601
- :one: "Nicaragua-Cordoba"
602
- :other: "Nicaragua-Cordoba"
736
+ :one: "Nicaragua-Córdoba"
737
+ :other: "Nicaragua-Córdobas"
738
+ :symbol: "NIO"
603
739
  :NLG:
604
740
  :one: "Niederländischer Gulden"
605
741
  :other: "Niederländische Gulden"
742
+ :symbol: "NLG"
606
743
  :NOK:
607
744
  :one: "Norwegische Krone"
608
745
  :other: "Norwegische Kronen"
746
+ :symbol: "NOK"
609
747
  :NPR:
610
748
  :one: "Nepalesische Rupie"
611
749
  :other: "Nepalesische Rupien"
750
+ :symbol: "NPR"
612
751
  :NZD:
613
752
  :one: "Neuseeland-Dollar"
614
753
  :other: "Neuseeland-Dollar"
@@ -616,133 +755,166 @@
616
755
  :OMR:
617
756
  :one: "Omanischer Rial"
618
757
  :other: "Omanische Rials"
758
+ :symbol: "OMR"
619
759
  :PAB:
620
760
  :one: "Panamaischer Balboa"
621
761
  :other: "Panamaische Balboas"
762
+ :symbol: "PAB"
622
763
  :PEI:
623
764
  :one: "Peruanische Inti"
624
765
  :other: "Peruanische Inti"
766
+ :symbol: "PEI"
625
767
  :PEN:
626
768
  :one: "Peruanischer Neuer Sol"
627
769
  :other: "Peruanische Neue Sol"
770
+ :symbol: "PEN"
628
771
  :PES:
629
772
  :one: "Peruanischer Sol (1863–1965)"
630
773
  :other: "Peruanische Sol (1863–1965)"
774
+ :symbol: "PES"
631
775
  :PGK:
632
776
  :one: "Papua-Neuguineischer Kina"
633
777
  :other: "Papua-Neuguineische Kina"
778
+ :symbol: "PGK"
634
779
  :PHP:
635
780
  :one: "Philippinischer Peso"
636
781
  :other: "Philippinische Pesos"
637
- :symbol: ""
782
+ :symbol: "PHP"
638
783
  :PKR:
639
784
  :one: "Pakistanische Rupie"
640
785
  :other: "Pakistanische Rupien"
786
+ :symbol: "PKR"
641
787
  :PLN:
642
788
  :one: "Polnischer Złoty"
643
789
  :other: "Polnische Złoty"
790
+ :symbol: "PLN"
644
791
  :PLZ:
645
792
  :one: "Polnischer Zloty (1950–1995)"
646
793
  :other: "Polnische Zloty (1950–1995)"
647
794
  :PTE:
648
795
  :one: "Portugiesische Escudo"
649
796
  :other: "Portugiesische Escudo"
797
+ :symbol: "PTE"
650
798
  :PYG:
651
799
  :one: "Paraguayischer Guaraní"
652
800
  :other: "Paraguayische Guaraníes"
653
- :symbol: ""
801
+ :symbol: "PYG"
654
802
  :QAR:
655
803
  :one: "Katar-Riyal"
656
804
  :other: "Katar-Riyal"
805
+ :symbol: "QAR"
657
806
  :RHD:
658
807
  :one: "Rhodesische Dollar"
659
808
  :other: "Rhodesische Dollar"
809
+ :symbol: "RHD"
660
810
  :ROL:
661
811
  :one: "Rumänischer Leu (1952–2006)"
662
812
  :other: "Rumänische Leu (1952–2006)"
813
+ :symbol: "ROL"
663
814
  :RON:
664
815
  :one: "Rumänischer Leu"
665
816
  :other: "Rumänische Leu"
817
+ :symbol: "RON"
666
818
  :RSD:
667
819
  :one: "Serbischer Dinar"
668
820
  :other: "Serbische Dinaren"
821
+ :symbol: "RSD"
669
822
  :RUB:
670
823
  :one: "Russischer Rubel"
671
824
  :other: "Russische Rubel"
825
+ :symbol: "RUB"
672
826
  :RUR:
673
827
  :one: "Russischer Rubel (1991–1998)"
674
828
  :other: "Russische Rubel (1991–1998)"
675
- :symbol: "р."
829
+ :symbol: "RUR"
676
830
  :RWF:
677
831
  :one: "Ruanda-Franc"
678
- :other: "Ruanda-Franc"
832
+ :other: "Ruanda-Francs"
833
+ :symbol: "RWF"
679
834
  :SAR:
680
835
  :one: "Saudi-Rial"
681
836
  :other: "Saudi-Rial"
837
+ :symbol: "SAR"
682
838
  :SBD:
683
839
  :one: "Salomonen-Dollar"
684
840
  :other: "Salomonen-Dollar"
685
- :symbol: "$"
841
+ :symbol: "SBD"
686
842
  :SCR:
687
843
  :one: "Seychellen-Rupie"
688
844
  :other: "Seychellen-Rupien"
845
+ :symbol: "SCR"
689
846
  :SDD:
690
847
  :one: "Sudanesischer Dinar (1992–2007)"
691
848
  :other: "Sudanesische Dinar (1992–2007)"
849
+ :symbol: "SDD"
692
850
  :SDG:
693
851
  :one: "Sudanesisches Pfund"
694
852
  :other: "Sudanesische Pfund"
853
+ :symbol: "SDG"
695
854
  :SDP:
696
855
  :one: "Sudanesisches Pfund (1957–1998)"
697
856
  :other: "Sudanesische Pfund (1957–1998)"
857
+ :symbol: "SDP"
698
858
  :SEK:
699
859
  :one: "Schwedische Krone"
700
860
  :other: "Schwedische Kronen"
861
+ :symbol: "SEK"
701
862
  :SGD:
702
863
  :one: "Singapur-Dollar"
703
864
  :other: "Singapur-Dollar"
704
- :symbol: "$"
865
+ :symbol: "SGD"
705
866
  :SHP:
706
867
  :one: "St. Helena-Pfund"
707
868
  :other: "St. Helena-Pfund"
869
+ :symbol: "SHP"
708
870
  :SIT:
709
871
  :one: "Slowenischer Tolar"
710
872
  :other: "Slowenische Tolar"
873
+ :symbol: "SIT"
711
874
  :SKK:
712
875
  :one: "Slowakische Kronen"
713
876
  :other: "Slowakische Kronen"
877
+ :symbol: "SKK"
714
878
  :SLL:
715
879
  :one: "Sierra-leonischer Leone"
716
880
  :other: "Sierra-leonische Leones"
881
+ :symbol: "SLL"
717
882
  :SOS:
718
883
  :one: "Somalia-Schilling"
719
884
  :other: "Somalia-Schilling"
885
+ :symbol: "SOS"
720
886
  :SRD:
721
887
  :one: "Suriname-Dollar"
722
888
  :other: "Suriname-Dollar"
723
- :symbol: "$"
889
+ :symbol: "SRD"
724
890
  :SRG:
725
891
  :one: "Suriname-Gulden"
726
892
  :other: "Suriname-Gulden"
893
+ :symbol: "SRG"
727
894
  :SSP:
728
895
  :one: "Südsudanesisches Pfund"
729
896
  :other: "Südsudanesische Pfund"
730
- :symbol: "£"
897
+ :symbol: "SSP"
731
898
  :STD:
732
899
  :one: "São-toméischer Dobra"
733
900
  :other: "São-toméische Dobra"
901
+ :symbol: "STD"
734
902
  :SUR:
735
903
  :one: "Sowjetische Rubel"
736
904
  :other: "Sowjetische Rubel"
905
+ :symbol: "SUR"
737
906
  :SVC:
738
907
  :one: "El Salvador-Colon"
739
908
  :other: "El Salvador-Colon"
909
+ :symbol: "SVC"
740
910
  :SYP:
741
911
  :one: "Syrisches Pfund"
742
912
  :other: "Syrische Pfund"
913
+ :symbol: "SYP"
743
914
  :SZL:
744
915
  :one: "Swasiländischer Lilangeni"
745
916
  :other: "Swasiländische Emalangeni"
917
+ :symbol: "SZL"
746
918
  :THB:
747
919
  :one: "Thailändischer Baht"
748
920
  :other: "Thailändische Baht"
@@ -750,35 +922,43 @@
750
922
  :TJR:
751
923
  :one: "Tadschikistan-Rubel"
752
924
  :other: "Tadschikistan-Rubel"
925
+ :symbol: "TJR"
753
926
  :TJS:
754
927
  :one: "Tadschikistan-Somoni"
755
928
  :other: "Tadschikistan-Somoni"
929
+ :symbol: "TJS"
756
930
  :TMM:
757
931
  :one: "Turkmenistan-Manat (1993–2009)"
758
932
  :other: "Turkmenistan-Manat (1993–2009)"
933
+ :symbol: "TMM"
759
934
  :TMT:
760
935
  :one: "Turkmenistan-Manat"
761
936
  :other: "Turkmenistan-Manat"
937
+ :symbol: "TMT"
762
938
  :TND:
763
939
  :one: "Tunesischer Dinar"
764
940
  :other: "Tunesische Dinar"
941
+ :symbol: "TND"
765
942
  :TOP:
766
943
  :one: "Tongaischer Paʻanga"
767
944
  :other: "Tongaische Paʻanga"
945
+ :symbol: "TOP"
768
946
  :TPE:
769
947
  :one: "Timor-Escudo"
770
948
  :other: "Timor-Escudo"
949
+ :symbol: "TPE"
771
950
  :TRL:
772
951
  :one: "Türkische Lira (1922–2005)"
773
952
  :other: "Türkische Lira (1922–2005)"
953
+ :symbol: "TRL"
774
954
  :TRY:
775
955
  :one: "Türkische Lira"
776
956
  :other: "Türkische Lira"
777
- :symbol: ""
957
+ :symbol: "TRY"
778
958
  :TTD:
779
959
  :one: "Trinidad und Tobago-Dollar"
780
960
  :other: "Trinidad und Tobago-Dollar"
781
- :symbol: "$"
961
+ :symbol: "TTD"
782
962
  :TWD:
783
963
  :one: "Neuer Taiwan-Dollar"
784
964
  :other: "Neue Taiwan-Dollar"
@@ -786,19 +966,23 @@
786
966
  :TZS:
787
967
  :one: "Tansania-Schilling"
788
968
  :other: "Tansania-Schilling"
969
+ :symbol: "TZS"
789
970
  :UAH:
790
971
  :one: "Ukrainische Hrywnja"
791
972
  :other: "Ukrainische Hrywen"
792
- :symbol: ""
973
+ :symbol: "UAH"
793
974
  :UAK:
794
975
  :one: "Ukrainische Karbovanetz"
795
976
  :other: "Ukrainische Karbovanetz"
977
+ :symbol: "UAK"
796
978
  :UGS:
797
979
  :one: "Uganda-Schilling (1966–1987)"
798
980
  :other: "Uganda-Schilling (1966–1987)"
981
+ :symbol: "UGS"
799
982
  :UGX:
800
983
  :one: "Uganda-Schilling"
801
984
  :other: "Uganda-Schilling"
985
+ :symbol: "UGX"
802
986
  :USD:
803
987
  :one: "US-Dollar"
804
988
  :other: "US-Dollar"
@@ -806,41 +990,51 @@
806
990
  :USN:
807
991
  :one: "US-Dollar (Nächster Tag)"
808
992
  :other: "US-Dollar (Nächster Tag)"
993
+ :symbol: "USN"
809
994
  :USS:
810
995
  :one: "US-Dollar (Gleicher Tag)"
811
996
  :other: "US-Dollar (Gleicher Tag)"
997
+ :symbol: "USS"
812
998
  :UYI:
813
- :one: "Uruguayan peso (indexed units)"
814
- :other: "Uruguayan pesos (indexed units)"
999
+ :one: "Uruguayischer Peso (Indexierte Rechnungseinheiten)"
1000
+ :other: "Uruguayische Pesos (Indexierte Rechnungseinheiten)"
1001
+ :symbol: "UYI"
815
1002
  :UYP:
816
1003
  :one: "Uruguayischer Peso (1975–1993)"
817
1004
  :other: "Uruguayische Pesos (1975–1993)"
1005
+ :symbol: "UYP"
818
1006
  :UYU:
819
1007
  :one: "Uruguayischer Peso"
820
1008
  :other: "Uruguayische Pesos"
821
- :symbol: "$"
1009
+ :symbol: "UYU"
822
1010
  :UZS:
823
1011
  :one: "Usbekistan-Sum"
824
1012
  :other: "Usbekistan-Sum"
1013
+ :symbol: "UZS"
825
1014
  :VEB:
826
1015
  :one: "Venezolanischer Bolívar (1871–2008)"
827
1016
  :other: "Venezolanische Bolívares (1871–2008)"
1017
+ :symbol: "VEB"
828
1018
  :VEF:
829
1019
  :one: "Venezolanischer Bolívar"
830
1020
  :other: "Venezolanische Bolívares"
1021
+ :symbol: "VEF"
831
1022
  :VND:
832
1023
  :one: "Vietnamesischer Dong"
833
1024
  :other: "Vietnamesische Dong"
834
1025
  :symbol: "₫"
835
1026
  :VNN:
836
- :one: "Vietnamese dong (1978–1985)"
837
- :other: "Vietnamese dong (1978–1985)"
1027
+ :one: "Vietnamesischer Dong(1978–1985)"
1028
+ :other: "Vietnamesische Dong(1978–1985)"
1029
+ :symbol: "VNN"
838
1030
  :VUV:
839
1031
  :one: "Vanuatu-Vatu"
840
1032
  :other: "Vanuatu-Vatu"
1033
+ :symbol: "VUV"
841
1034
  :WST:
842
1035
  :one: "Samoanischer Tala"
843
1036
  :other: "Samoanische Tala"
1037
+ :symbol: "WST"
844
1038
  :XAF:
845
1039
  :one: "CFA-Franc (BEAC)"
846
1040
  :other: "CFA-Franc (BEAC)"
@@ -848,21 +1042,27 @@
848
1042
  :XAG:
849
1043
  :one: "Unze Silber"
850
1044
  :other: "Unzen Silber"
1045
+ :symbol: "XAG"
851
1046
  :XAU:
852
1047
  :one: "Unze Gold"
853
1048
  :other: "Unzen Gold"
1049
+ :symbol: "XAU"
854
1050
  :XBA:
855
1051
  :one: "Europäische Rechnungseinheiten"
856
1052
  :other: "Europäische Rechnungseinheiten"
1053
+ :symbol: "XBA"
857
1054
  :XBB:
858
1055
  :one: "Europäische Währungseinheiten (XBB)"
859
1056
  :other: "Europäische Währungseinheiten (XBB)"
1057
+ :symbol: "XBB"
860
1058
  :XBC:
861
1059
  :one: "Europäische Rechnungseinheiten (XBC)"
862
1060
  :other: "Europäische Rechnungseinheiten (XBC)"
1061
+ :symbol: "XBC"
863
1062
  :XBD:
864
1063
  :one: "Europäische Rechnungseinheiten (XBD)"
865
1064
  :other: "Europäische Rechnungseinheiten (XBD)"
1065
+ :symbol: "XBD"
866
1066
  :XCD:
867
1067
  :one: "Ostkaribischer Dollar"
868
1068
  :other: "Ostkaribische Dollar"
@@ -870,22 +1070,27 @@
870
1070
  :XDR:
871
1071
  :one: "Sonderziehungsrechte"
872
1072
  :other: "Sonderziehungsrechte"
1073
+ :symbol: "XDR"
873
1074
  :XEU:
874
1075
  :one: "Europäische Währungseinheiten (XEU)"
875
1076
  :other: "Europäische Währungseinheiten (XEU)"
1077
+ :symbol: "XEU"
876
1078
  :XFO:
877
1079
  :one: "Französische Gold-Franc"
878
1080
  :other: "Französische Gold-Franc"
1081
+ :symbol: "XFO"
879
1082
  :XFU:
880
1083
  :one: "Französische UIC-Franc"
881
1084
  :other: "Französische UIC-Franc"
1085
+ :symbol: "XFU"
882
1086
  :XOF:
883
1087
  :one: "CFA-Franc (BCEAO)"
884
- :other: "CFA-Franc (BCEAO)"
1088
+ :other: "CFA-Francs (BCEAO)"
885
1089
  :symbol: "CFA"
886
1090
  :XPD:
887
1091
  :one: "Unze Palladium"
888
1092
  :other: "Unzen Palladium"
1093
+ :symbol: "XPD"
889
1094
  :XPF:
890
1095
  :one: "CFP-Franc"
891
1096
  :other: "CFP-Franc"
@@ -893,63 +1098,84 @@
893
1098
  :XPT:
894
1099
  :one: "Unze Platin"
895
1100
  :other: "Unzen Platin"
1101
+ :symbol: "XPT"
896
1102
  :XRE:
897
1103
  :one: "RINET Funds"
898
1104
  :other: "RINET Funds"
1105
+ :symbol: "XRE"
899
1106
  :XSU:
900
- :one: "Sucre"
901
- :other: "Sucres"
1107
+ :one: "SUCRE"
1108
+ :other: "SUCRE"
1109
+ :symbol: "XSU"
902
1110
  :XTS:
903
1111
  :one: "Testwährung"
904
1112
  :other: "Testwährung"
1113
+ :symbol: "XTS"
905
1114
  :XUA:
906
- :one: "ADB unit of account"
907
- :other: "ADB units of account"
1115
+ :one: "Rechnungseinheit der AfEB"
1116
+ :other: "Rechnungseinheiten der AfEB"
1117
+ :symbol: "XUA"
908
1118
  :XXX:
909
- :one: "Unbekannte Währung"
910
- :other: "Unbekannte Währung"
1119
+ :one: "(unbekannte Währung)"
1120
+ :other: "(unbekannte Währung)"
1121
+ :symbol: "XXX"
911
1122
  :YDD:
912
1123
  :one: "Jemen-Dinar"
913
1124
  :other: "Jemen-Dinar"
1125
+ :symbol: "YDD"
914
1126
  :YER:
915
1127
  :one: "Jemen-Rial"
916
1128
  :other: "Jemen-Rial"
1129
+ :symbol: "YER"
917
1130
  :YUD:
918
1131
  :one: "Jugoslawischer Dinar (1966–1990)"
919
1132
  :other: "Jugoslawische Dinar (1966–1990)"
1133
+ :symbol: "YUD"
920
1134
  :YUM:
921
1135
  :one: "Jugoslawischer Neuer Dinar (1994–2002)"
922
1136
  :other: "Jugoslawische Neue Dinar (1994–2002)"
1137
+ :symbol: "YUM"
923
1138
  :YUN:
924
1139
  :one: "Jugoslawische Dinar (konvertibel)"
925
1140
  :other: "Jugoslawische Dinar (konvertibel)"
1141
+ :symbol: "YUN"
926
1142
  :YUR:
927
- :one: "Yugoslavian reformed dinar (1992–1993)"
928
- :other: "Yugoslavian reformed dinars (1992–1993)"
1143
+ :one: "Jugoslawischer reformierter Dinar (1992–1993)"
1144
+ :other: "Jugoslawische reformierte Dinar (1992–1993)"
1145
+ :symbol: "YUR"
929
1146
  :ZAL:
930
1147
  :one: "Südafrikanischer Rand (Finanz)"
931
1148
  :other: "Südafrikanischer Rand (Finanz)"
1149
+ :symbol: "ZAL"
932
1150
  :ZAR:
933
1151
  :one: "Südafrikanischer Rand"
934
1152
  :other: "Südafrikanische Rand"
1153
+ :symbol: "ZAR"
935
1154
  :ZMK:
936
1155
  :one: "Kwacha (1968–2012)"
937
1156
  :other: "Kwacha (1968–2012)"
1157
+ :symbol: "ZMK"
938
1158
  :ZMW:
939
1159
  :one: "Kwacha"
940
1160
  :other: "Kwacha"
1161
+ :symbol: "ZMW"
941
1162
  :ZRN:
942
1163
  :one: "Zaire-Neuer Zaïre (1993–1998)"
943
1164
  :other: "Zaire-Neue Zaïre (1993–1998)"
1165
+ :symbol: "ZRN"
944
1166
  :ZRZ:
945
1167
  :one: "Zaire-Zaïre (1971–1993)"
946
1168
  :other: "Zaire-Zaïre (1971–1993)"
1169
+ :symbol: "ZRZ"
947
1170
  :ZWD:
948
1171
  :one: "Simbabwe-Dollar (1980–2008)"
949
1172
  :other: "Simbabwe-Dollar (1980–2008)"
1173
+ :symbol: "ZWD"
950
1174
  :ZWL:
951
1175
  :one: "Simbabwe-Dollar (2009)"
952
1176
  :other: "Simbabwe-Dollar (2009)"
1177
+ :symbol: "ZWL"
953
1178
  :ZWR:
954
1179
  :one: "Simbabwe-Dollar (2008)"
955
1180
  :other: "Simbabwe-Dollar (2008)"
1181
+ :symbol: "ZWR"