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
@@ -5,40 +5,63 @@
5
5
  :currency:
6
6
  :number_system: "latn"
7
7
  :patterns:
8
- :default: "¤#,##0.00;(¤#,##0.00)"
8
+ :default: "¤#,##0.00"
9
9
  :unit:
10
- :one: "{0} {1}"
11
10
  :other: "{0} {1}"
12
11
  :decimal:
13
12
  :number_system: "latn"
14
13
  :patterns:
15
14
  :default: "#,##0.###"
16
15
  :long:
17
- 1000: "0 พัน"
18
- 10000: "0 หมื่น"
19
- 100000: "0 แสน"
20
- 1000000: "0 ล้าน"
21
- 10000000: "00 ล้าน"
22
- 100000000: "000 ล้าน"
23
- 1000000000: "0 พันล้าน"
24
- 10000000000: "0 หมื่นล้าน"
25
- 100000000000: "0 แสนล้าน"
26
- 1000000000000: "0 ล้านล้าน"
27
- 10000000000000: "00 ล้านล้าน"
28
- 100000000000000: "000 ล้านล้าน"
16
+ 1000:
17
+ :other: "0 พัน"
18
+ 10000:
19
+ :other: "0 หมื่น"
20
+ 100000:
21
+ :other: "0 แสน"
22
+ 1000000:
23
+ :other: "0 ล้าน"
24
+ 10000000:
25
+ :other: "00 ล้าน"
26
+ 100000000:
27
+ :other: "000 ล้าน"
28
+ 1000000000:
29
+ :other: "0 พันล้าน"
30
+ 10000000000:
31
+ :other: "0 หมื่นล้าน"
32
+ 100000000000:
33
+ :other: "0 แสนล้าน"
34
+ 1000000000000:
35
+ :other: "0 ล้านล้าน"
36
+ 10000000000000:
37
+ :other: "00 ล้านล้าน"
38
+ 100000000000000:
39
+ :other: "000 ล้านล้าน"
29
40
  :short:
30
- 1000: "0 พ'.'"
31
- 10000: "0 '.'"
32
- 100000: "0 ส'.'"
33
- 1000000: "0 '.'"
34
- 10000000: "00 ล'.'"
35
- 100000000: "000 '.'"
36
- 1000000000: "0 พ'.'ล'.'"
37
- 10000000000: "0 ม'.'ล'.'"
38
- 100000000000: "0 ส'.'ล'.'"
39
- 1000000000000: "0 ล'.'ล'.'"
40
- 10000000000000: "00 ล'.'ล'.'"
41
- 100000000000000: "000 ล'.'ล'.'"
41
+ 1000:
42
+ :other: "0 '.'"
43
+ 10000:
44
+ :other: "0 '.'"
45
+ 100000:
46
+ :other: "0 '.'"
47
+ 1000000:
48
+ :other: "0 ล'.'"
49
+ 10000000:
50
+ :other: "00 ล'.'"
51
+ 100000000:
52
+ :other: "000 ล'.'"
53
+ 1000000000:
54
+ :other: "0 พ'.'ล'.'"
55
+ 10000000000:
56
+ :other: "0 ม'.'ล'.'"
57
+ 100000000000:
58
+ :other: "0 ส'.'ล'.'"
59
+ 1000000000000:
60
+ :other: "0 ล'.'ล'.'"
61
+ 10000000000000:
62
+ :other: "00 ล'.'ล'.'"
63
+ 100000000000000:
64
+ :other: "000 ล'.'ล'.'"
42
65
  :percent:
43
66
  :number_system: "latn"
44
67
  :patterns:
@@ -60,3 +83,4 @@
60
83
  :percent_sign: "%"
61
84
  :plus_sign: "+"
62
85
  :superscripting_exponent: "×"
86
+ :time_separator: ":"
@@ -0,0 +1,6 @@
1
+ ---
2
+ :th:
3
+ :cardinal:
4
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
5
+ :ordinal:
6
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,4 +1,12 @@
1
1
  ---
2
- :th: ! '{ :''th'' => { :i18n => { :plural => { :keys => [:other], :rule => lambda
3
- { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); :other } } } } }'
2
+ :th:
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); :other }
6
+ :names:
7
+ - :other
8
+ :ordinal:
9
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
10
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
11
+ :names:
12
+ - :other
@@ -41,7 +41,7 @@
41
41
  :by: "เบลารุส"
42
42
  :bz: "เบลีซ"
43
43
  :ca: "แคนาดา"
44
- :cc: "หมู่เกาะโคโคส"
44
+ :cc: "หมู่เกาะโคโคส (คีลิง)"
45
45
  :cd: "คองโก (สาธารณรัฐประชาธิปไตย)"
46
46
  :cf: "สาธารณรัฐแอฟริกากลาง"
47
47
  :cg: "คองโก (สาธารณรัฐ)"
@@ -151,7 +151,7 @@
151
151
  :mf: "เซนต์มาติน"
152
152
  :mg: "มาดากัสการ์"
153
153
  :mh: "หมู่เกาะมาร์แชลล์"
154
- :mk: "มาซิโดเนีย"
154
+ :mk: "มาซิโดเนีย (FYROM)"
155
155
  :ml: "มาลี"
156
156
  :mm: "เมียนม่าร์ (พม่า)"
157
157
  :mn: "มองโกเลีย"
@@ -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: "d E"
@@ -113,22 +114,38 @@
113
114
  0: "İÖ"
114
115
  1: "İS"
115
116
  :name:
116
- 0: "Milattan Önce"
117
- 1: "Milattan Sonra"
117
+ 0: "İsa’dan Önce"
118
+ 1: "İsa’dan Sonra"
118
119
  :narrow:
119
- 0: "B"
120
- 1: "A"
120
+ 0: ""
121
121
  :fields:
122
122
  :day: "Gün"
123
+ :day-narrow: "gün"
124
+ :day-short: "gün"
123
125
  :dayperiod: "ÖÖ/ÖS"
124
126
  :era: "Miladi Dönem"
125
127
  :hour: "Saat"
128
+ :hour-narrow: "sa."
129
+ :hour-short: "sa."
126
130
  :minute: "Dakika"
131
+ :minute-narrow: "dk."
132
+ :minute-short: "dk."
127
133
  :month: "Ay"
134
+ :month-narrow: "ay"
135
+ :month-short: "ay"
136
+ :quarter: "Çeyrek"
137
+ :quarter-narrow: "çyr."
138
+ :quarter-short: "çyr."
128
139
  :second: "Saniye"
140
+ :second-narrow: "sn."
141
+ :second-short: "sn."
129
142
  :week: "Hafta"
143
+ :week-narrow: "hf."
144
+ :week-short: "hf."
130
145
  :weekday: "Haftanın Günü"
131
146
  :year: "Yıl"
147
+ :year-narrow: "yıl"
148
+ :year-short: "yıl"
132
149
  :zone: "Saat Dilimi"
133
150
  :formats:
134
151
  :date:
@@ -243,16 +260,13 @@
243
260
  :format:
244
261
  :abbreviated: :calendars.gregorian.dayPeriods.format.wide
245
262
  :narrow:
246
- :am: "a"
247
- :noon: "n"
248
- :pm: "p"
263
+ :am: "öö"
264
+ :noon: "ö"
265
+ :pm: "ös"
249
266
  :wide:
250
267
  :am: "ÖÖ"
251
- :noon: "noon"
268
+ :noon: "öğle"
252
269
  :pm: "ÖS"
253
- :variant:
254
- :am: "a.m."
255
- :pm: "p.m."
256
270
  :stand-alone: {}
257
271
  :quarters:
258
272
  :format:
@@ -3,59 +3,68 @@
3
3
  :currencies:
4
4
  :ADP:
5
5
  :one: "Andorra Pezetası"
6
- :other: "Andorran pesetas"
6
+ :other: "Andorra Pezetası"
7
+ :symbol: "ADP"
7
8
  :AED:
8
9
  :one: "BAE dirhemi"
9
10
  :other: "BAE dirhemi"
11
+ :symbol: "AED"
10
12
  :AFA:
11
13
  :one: "Afganistan Afganisi (1927–2002)"
12
- :other: "Afghan afghanis (1927–2002)"
14
+ :other: "Afganistan Afganisi (1927–2002)"
13
15
  :AFN:
14
16
  :one: "Afganistan afganisi"
15
17
  :other: "Afganistan afganisi"
18
+ :symbol: "AFN"
16
19
  :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
20
+ :one: "Arnavutluk leki (1946–1965)"
21
+ :other: "Arnavutluk leki (1946–1965)"
19
22
  :ALL:
20
23
  :one: "Arnavutluk leki"
21
24
  :other: "Arnavutluk leki"
25
+ :symbol: "ALL"
22
26
  :AMD:
23
27
  :one: "Ermenistan dramı"
24
28
  :other: "Ermenistan dramı"
29
+ :symbol: "AMD"
25
30
  :ANG:
26
31
  :one: "Hollanda Antilleri guldeni"
27
32
  :other: "Hollanda Antilleri guldeni"
33
+ :symbol: "ANG"
28
34
  :AOA:
29
35
  :one: "Angola kvanzası"
30
36
  :other: "Angola kvanzası"
37
+ :symbol: "AOA"
31
38
  :AOK:
32
39
  :one: "Angola Kvanzası (1977–1990)"
33
- :other: "Angolan kwanzas (1977–1991)"
34
40
  :AON:
35
41
  :one: "Yeni Angola Kvanzası (1990–2000)"
36
- :other: "Angolan new kwanzas (1990–2000)"
37
42
  :AOR:
38
43
  :one: "Angola Kvanzası Reajustado (1995–1999)"
39
- :other: "Angolan readjusted kwanzas (1995–1999)"
40
44
  :ARA:
41
45
  :one: "Arjantin Australi"
42
- :other: "Argentine australs"
46
+ :other: "Arjantin Australi"
47
+ :symbol: "ARA"
43
48
  :ARL:
44
- :one: "Argentine peso ley (1970–1983)"
45
- :other: "Argentine pesos ley (1970–1983)"
49
+ :one: "Arjantin peso leyi (1970–1983)"
50
+ :other: "Arjantin peso leyi (1970–1983)"
51
+ :symbol: "ARL"
46
52
  :ARM:
47
- :one: "Argentine peso (1881–1970)"
48
- :other: "Argentine pesos (1881–1970)"
53
+ :one: "Arjantin pesosu (1881–1970)"
54
+ :other: "Arjantin pesosu (1881–1970)"
55
+ :symbol: "ARM"
49
56
  :ARP:
50
57
  :one: "Arjantin Pezosu (1983–1985)"
51
- :other: "Argentine pesos (1983–1985)"
58
+ :other: "Arjantin Pezosu (1983–1985)"
59
+ :symbol: "ARP"
52
60
  :ARS:
53
61
  :one: "Arjantin pesosu"
54
62
  :other: "Arjantin pesosu"
55
- :symbol: "$"
63
+ :symbol: "ARS"
56
64
  :ATS:
57
65
  :one: "Avusturya Şilini"
58
- :other: "Austrian schillings"
66
+ :other: "Avusturya Şilini"
67
+ :symbol: "ATS"
59
68
  :AUD:
60
69
  :one: "Avustralya doları"
61
70
  :other: "Avustralya doları"
@@ -63,122 +72,151 @@
63
72
  :AWG:
64
73
  :one: "Aruba florini"
65
74
  :other: "Aruba florini"
75
+ :symbol: "AWG"
66
76
  :AZM:
67
77
  :one: "Azerbaycan Manatı (1993–2006)"
68
- :other: "Azerbaijani manats (1993–2006)"
78
+ :other: "Azerbaycan Manatı (1993–2006)"
79
+ :symbol: "AZM"
69
80
  :AZN:
70
81
  :one: "Azerbaycan manatı"
71
82
  :other: "Azerbaycan manatı"
83
+ :symbol: "AZN"
72
84
  :BAD:
73
85
  :one: "Bosna Hersek Dinarı"
74
- :other: "Bosnia-Herzegovina dinars (1992–1994)"
86
+ :other: "Bosna Hersek Dinarı"
87
+ :symbol: "BAD"
75
88
  :BAM:
76
89
  :one: "Konvertibl Bosna Hersek markı"
77
90
  :other: "Konvertibl Bosna Hersek markı"
91
+ :symbol: "BAM"
78
92
  :BAN:
79
- :one: "Bosnia-Herzegovina new dinar (1994–1997)"
80
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
93
+ :one: "Yeni Bosna Hersek dinarı (1994–1997)"
94
+ :other: "Yeni Bosna Hersek dinarı (1994–1997)"
95
+ :symbol: "BAN"
81
96
  :BBD:
82
97
  :one: "Barbados doları"
83
98
  :other: "Barbados doları"
84
- :symbol: "$"
99
+ :symbol: "BBD"
85
100
  :BDT:
86
101
  :one: "Bangladeş takası"
87
102
  :other: "Bangladeş takası"
88
- :symbol: ""
103
+ :symbol: "BDT"
89
104
  :BEC:
90
105
  :one: "Belçika Frangı (konvertibl)"
91
- :other: "Belgian francs (convertible)"
106
+ :other: "Belçika Frangı (konvertibl)"
107
+ :symbol: "BEC"
92
108
  :BEF:
93
109
  :one: "Belçika Frangı"
94
- :other: "Belgian francs"
110
+ :other: "Belçika Frangı"
111
+ :symbol: "BEF"
95
112
  :BEL:
96
113
  :one: "Belçika Frangı (finansal)"
97
- :other: "Belgian francs (financial)"
114
+ :other: "Belçika Frangı (finansal)"
115
+ :symbol: "BEL"
98
116
  :BGL:
99
117
  :one: "Bulgar Levası (Hard)"
100
- :other: "Bulgarian hard leva"
118
+ :other: "Bulgar Levası (Hard)"
119
+ :symbol: "BGL"
101
120
  :BGM:
102
- :one: "Bulgarian socialist lev"
103
- :other: "Bulgarian socialist leva"
121
+ :one: "Sosyalist Bulgaristan levası"
122
+ :other: "Sosyalist Bulgaristan levası"
123
+ :symbol: "BGM"
104
124
  :BGN:
105
125
  :one: "Bulgar levası"
106
126
  :other: "Bulgar levası"
127
+ :symbol: "BGN"
107
128
  :BGO:
108
- :one: "Bulgarian lev (1879–1952)"
109
- :other: "Bulgarian leva (1879–1952)"
129
+ :one: "Bulgar levası (1879–1952)"
130
+ :other: "Bulgar levası (1879–1952)"
131
+ :symbol: "BGO"
110
132
  :BHD:
111
133
  :one: "Bahreyn dinarı"
112
134
  :other: "Bahreyn dinarı"
135
+ :symbol: "BHD"
113
136
  :BIF:
114
137
  :one: "Burundi frangı"
115
138
  :other: "Burundi frangı"
139
+ :symbol: "BIF"
116
140
  :BMD:
117
141
  :one: "Bermuda doları"
118
142
  :other: "Bermuda doları"
119
- :symbol: "$"
143
+ :symbol: "BMD"
120
144
  :BND:
121
145
  :one: "Brunei doları"
122
146
  :other: "Brunei doları"
123
- :symbol: "$"
147
+ :symbol: "BND"
124
148
  :BOB:
125
149
  :one: "Bolivya bolivyanosu"
126
150
  :other: "Bolivya bolivyanosu"
151
+ :symbol: "BOB"
127
152
  :BOL:
128
- :one: "Bolivian boliviano (1863–1963)"
129
- :other: "Bolivian bolivianos (1863–1963)"
153
+ :one: "Bolivya bolivyanosu (1863–1963)"
154
+ :other: "Bolivya bolivyanosu (1863–1963)"
155
+ :symbol: "BOL"
130
156
  :BOP:
131
157
  :one: "Bolivya Pezosu"
132
- :other: "Bolivian pesos"
158
+ :other: "Bolivya Pezosu"
159
+ :symbol: "BOP"
133
160
  :BOV:
134
161
  :one: "Bolivya Mvdolu"
135
- :other: "Bolivian mvdols"
162
+ :other: "Bolivya Mvdolu"
163
+ :symbol: "BOV"
136
164
  :BRB:
137
165
  :one: "Yeni Brezilya Kruzeirosu (1967–1986)"
138
- :other: "Brazilian new cruzeiros (1967–1986)"
166
+ :other: "Yeni Brezilya Kruzeirosu (1967–1986)"
167
+ :symbol: "BRB"
139
168
  :BRC:
140
169
  :one: "Brezilya Kruzadosu"
141
- :other: "Brazilian cruzados (1986–1989)"
170
+ :other: "Brezilya Kruzadosu"
171
+ :symbol: "BRC"
142
172
  :BRE:
143
173
  :one: "Brezilya Kruzeirosu (1990–1993)"
144
- :other: "Brazilian cruzeiros (1990–1993)"
174
+ :other: "Brezilya Kruzeirosu (1990–1993)"
175
+ :symbol: "BRE"
145
176
  :BRL:
146
177
  :one: "Brezilya reali"
147
178
  :other: "Brezilya reali"
148
179
  :symbol: "R$"
149
180
  :BRN:
150
181
  :one: "Yeni Brezilya Kruzadosu"
151
- :other: "Brazilian new cruzados (1989–1990)"
182
+ :other: "Yeni Brezilya Kruzadosu"
183
+ :symbol: "BRN"
152
184
  :BRR:
153
185
  :one: "Brezilya Kruzeirosu"
154
- :other: "Brazilian cruzeiros (1993–1994)"
186
+ :other: "Brezilya Kruzeirosu"
187
+ :symbol: "BRR"
155
188
  :BRZ:
156
- :one: "Brazilian cruzeiro (1942–1967)"
157
- :other: "Brazilian cruzeiros (1942–1967)"
189
+ :one: "Brezilya kruzeirosu (1942–1967)"
190
+ :other: "Brezilya kruzeirosu (1942–1967)"
191
+ :symbol: "BRZ"
158
192
  :BSD:
159
193
  :one: "Bahama doları"
160
194
  :other: "Bahama doları"
161
- :symbol: "$"
195
+ :symbol: "BSD"
162
196
  :BTN:
163
197
  :one: "Bhutan ngultrumu"
164
198
  :other: "Bhutan ngultrumu"
199
+ :symbol: "BTN"
165
200
  :BUK:
166
201
  :one: "Burma Kyatı"
167
- :other: "Burmese kyats"
202
+ :other: "Burma Kyatı"
203
+ :symbol: "BUK"
168
204
  :BWP:
169
205
  :one: "Botsvana pulası"
170
206
  :other: "Botsvana pulası"
207
+ :symbol: "BWP"
171
208
  :BYB:
172
209
  :one: "Yeni Beyaz Rusya Rublesi (1994–1999)"
173
- :other: "Belarusian new rubles (1994–1999)"
210
+ :other: "Yeni Beyaz Rusya Rublesi (1994–1999)"
211
+ :symbol: "BYB"
174
212
  :BYR:
175
213
  :one: "Beyaz Rusya rublesi"
176
214
  :other: "Beyaz Rusya rublesi"
177
- :symbol: "р."
215
+ :symbol: "BYR"
178
216
  :BZD:
179
217
  :one: "Belize doları"
180
218
  :other: "Belize doları"
181
- :symbol: "$"
219
+ :symbol: "BZD"
182
220
  :CAD:
183
221
  :one: "Kanada doları"
184
222
  :other: "Kanada doları"
@@ -186,28 +224,34 @@
186
224
  :CDF:
187
225
  :one: "Kongo frangı"
188
226
  :other: "Kongo frangı"
227
+ :symbol: "CDF"
189
228
  :CHE:
190
229
  :one: "WIR Avrosu"
191
- :other: "WIR euros"
230
+ :other: "WIR Avrosu"
231
+ :symbol: "CHE"
192
232
  :CHF:
193
233
  :one: "İsviçre frangı"
194
234
  :other: "İsviçre frangı"
235
+ :symbol: "CHF"
195
236
  :CHW:
196
237
  :one: "WIR Frangı"
197
- :other: "WIR francs"
238
+ :other: "WIR Frangı"
239
+ :symbol: "CHW"
198
240
  :CLE:
199
- :one: "Chilean escudo"
200
- :other: "Chilean escudos"
241
+ :one: "Şili esküdosu"
242
+ :other: "Şili esküdosu"
243
+ :symbol: "CLE"
201
244
  :CLF:
202
245
  :one: "Şili Unidades de Fomento"
203
- :other: "Chilean units of account (UF)"
246
+ :other: "Şili Unidades de Fomento"
247
+ :symbol: "CLF"
204
248
  :CLP:
205
249
  :one: "Şili pesosu"
206
250
  :other: "Şili pesosu"
207
- :symbol: "$"
251
+ :symbol: "CLP"
208
252
  :CNX:
209
- :one: "Chinese People’s Bank dollar"
210
- :other: "Chinese People’s Bank dollars"
253
+ :one: "Çin Halk Cumhuriyeti Merkez Bankası doları"
254
+ :other: "Çin Halk Cumhuriyeti Merkez Bankası doları"
211
255
  :CNY:
212
256
  :one: "Çin yuanı"
213
257
  :other: "Çin yuanı"
@@ -215,149 +259,173 @@
215
259
  :COP:
216
260
  :one: "Kolombiya pesosu"
217
261
  :other: "Kolombiya pesosu"
218
- :symbol: "$"
262
+ :symbol: "COP"
219
263
  :COU:
220
264
  :one: "Unidad de Valor Real"
221
- :other: "Colombian real value units"
265
+ :other: "Unidad de Valor Real"
266
+ :symbol: "COU"
222
267
  :CRC:
223
268
  :one: "Kosta Rika kolonu"
224
269
  :other: "Kosta Rika kolonu"
225
- :symbol: ""
270
+ :symbol: "CRC"
226
271
  :CSD:
227
272
  :one: "Eski Sırbistan Dinarı"
228
- :other: "Serbian dinars (2002–2006)"
273
+ :other: "Eski Sırbistan Dinarı"
274
+ :symbol: "CSD"
229
275
  :CSK:
230
276
  :one: "Çekoslavak Korunası (Hard)"
231
- :other: "Czechoslovak hard korunas"
277
+ :other: "Çekoslavak Korunası (Hard)"
278
+ :symbol: "CSK"
232
279
  :CUC:
233
280
  :one: "Konvertibl Küba pesosu"
234
281
  :other: "Konvertibl Küba pesosu"
282
+ :symbol: "CUC"
235
283
  :CUP:
236
284
  :one: "Küba pesosu"
237
285
  :other: "Küba pesosu"
238
- :symbol: "$"
286
+ :symbol: "CUP"
239
287
  :CVE:
240
288
  :one: "Cape Verde esküdosu"
241
289
  :other: "Cape Verde esküdosu"
290
+ :symbol: "CVE"
242
291
  :CYP:
243
292
  :one: "Güney Kıbrıs Lirası"
244
- :other: "Cypriot pounds"
293
+ :other: "Güney Kıbrıs Lirası"
294
+ :symbol: "CYP"
245
295
  :CZK:
246
296
  :one: "Çek Cumhuriyeti korunası"
247
297
  :other: "Çek Cumhuriyeti korunası"
298
+ :symbol: "CZK"
248
299
  :DDM:
249
300
  :one: "Doğu Alman Markı"
250
- :other: "East German marks"
301
+ :other: "Doğu Alman Markı"
302
+ :symbol: "DDM"
251
303
  :DEM:
252
304
  :one: "Alman Markı"
253
- :other: "German marks"
305
+ :other: "Alman Markı"
306
+ :symbol: "DEM"
254
307
  :DJF:
255
308
  :one: "Cibuti frangı"
256
309
  :other: "Cibuti frangı"
310
+ :symbol: "DJF"
257
311
  :DKK:
258
312
  :one: "Danimarka kronu"
259
313
  :other: "Danimarka kronu"
314
+ :symbol: "DKK"
260
315
  :DOP:
261
316
  :one: "Dominik pesosu"
262
317
  :other: "Dominik pesosu"
263
- :symbol: "$"
318
+ :symbol: "DOP"
264
319
  :DZD:
265
320
  :one: "Cezayir dinarı"
266
321
  :other: "Cezayir dinarı"
322
+ :symbol: "DZD"
267
323
  :ECS:
268
324
  :one: "Ekvador Sukresi"
269
- :other: "Ecuadorian sucres"
325
+ :other: "Ekvador Sukresi"
326
+ :symbol: "ECS"
270
327
  :ECV:
271
328
  :one: "Ekvador Unidad de Valor Constante (UVC)"
272
- :other: "Ecuadorian units of constant value"
329
+ :other: "Ekvador Unidad de Valor Constante (UVC)"
330
+ :symbol: "ECV"
273
331
  :EEK:
274
332
  :one: "Estonya Krunu"
275
- :other: "Estonian kroons"
333
+ :other: "Estonya Krunu"
334
+ :symbol: "EEK"
276
335
  :EGP:
277
336
  :one: "Mısır lirası"
278
337
  :other: "Mısır lirası"
338
+ :symbol: "EGP"
279
339
  :ERN:
280
340
  :one: "Eritre nakfası"
281
341
  :other: "Eritre nakfası"
342
+ :symbol: "ERN"
282
343
  :ESA:
283
344
  :one: "İspanyol Pezetası (A hesabı)"
284
- :other: "Spanish pesetas (A account)"
345
+ :other: "İspanyol Pezetası (A hesabı)"
346
+ :symbol: "ESA"
285
347
  :ESB:
286
348
  :one: "İspanyol Pezetası (konvertibl hesap)"
287
- :other: "Spanish pesetas (convertible account)"
349
+ :other: "İspanyol Pezetası (konvertibl hesap)"
350
+ :symbol: "ESB"
288
351
  :ESP:
289
352
  :one: "İspanyol Pezetası"
290
- :other: "Spanish pesetas"
291
- :symbol: ""
353
+ :other: "İspanyol Pezetası"
354
+ :symbol: "ESP"
292
355
  :ETB:
293
356
  :one: "Etiyopya birri"
294
357
  :other: "Etiyopya birri"
358
+ :symbol: "ETB"
295
359
  :EUR:
296
360
  :one: "Euro"
297
361
  :other: "Euro"
298
362
  :symbol: "€"
299
363
  :FIM:
300
364
  :one: "Fin Markkası"
301
- :other: "Finnish markkas"
365
+ :other: "Fin Markkası"
366
+ :symbol: "FIM"
302
367
  :FJD:
303
368
  :one: "Fiji doları"
304
369
  :other: "Fiji doları"
305
- :symbol: "$"
370
+ :symbol: "FJD"
306
371
  :FKP:
307
372
  :one: "Falkland Adaları lirası"
308
373
  :other: "Falkland Adaları lirası"
374
+ :symbol: "FKP"
309
375
  :FRF:
310
376
  :one: "Fransız Frangı"
311
- :other: "French francs"
377
+ :other: "Fransız Frangı"
378
+ :symbol: "FRF"
312
379
  :GBP:
313
380
  :one: "İngiliz sterlini"
314
381
  :other: "İngiliz sterlini"
315
382
  :symbol: "£"
316
383
  :GEK:
317
384
  :one: "Gürcistan Kupon Larisi"
318
- :other: "Georgian kupon larits"
385
+ :other: "Gürcistan Kupon Larisi"
386
+ :symbol: "GEK"
319
387
  :GEL:
320
388
  :one: "Gürcistan larisi"
321
389
  :other: "Gürcistan larisi"
390
+ :symbol: "GEL"
322
391
  :GHC:
323
392
  :one: "Gana Sedisi (1979–2007)"
324
- :other: "Ghanaian cedis (1979–2007)"
325
393
  :GHS:
326
394
  :one: "Gana sedisi"
327
395
  :other: "Gana sedisi"
328
- :symbol: ""
396
+ :symbol: "GHS"
329
397
  :GIP:
330
398
  :one: "Cebelitarık lirası"
331
399
  :other: "Cebelitarık lirası"
332
- :symbol: "£"
400
+ :symbol: "GIP"
333
401
  :GMD:
334
402
  :one: "Gambiya dalasisi"
335
403
  :other: "Gambiya dalasisi"
404
+ :symbol: "GMD"
336
405
  :GNF:
337
406
  :one: "Gine frangı"
338
407
  :other: "Gine frangı"
408
+ :symbol: "GNF"
339
409
  :GNS:
340
410
  :one: "Gine Sylisi"
341
- :other: "Guinean sylis"
342
411
  :GQE:
343
412
  :one: "Ekvator Ginesi Ekuelesi"
344
- :other: "Equatorial Guinean ekwele"
345
413
  :GRD:
346
414
  :one: "Yunan Drahmisi"
347
- :other: "Greek drachmas"
415
+ :other: "Yunan Drahmisi"
416
+ :symbol: "GRD"
348
417
  :GTQ:
349
418
  :one: "Guatemala quetzalı"
350
419
  :other: "Guatemala quetzalı"
420
+ :symbol: "GTQ"
351
421
  :GWE:
352
422
  :one: "Portekiz Ginesi Esküdosu"
353
- :other: "Portuguese Guinea escudos"
354
423
  :GWP:
355
424
  :one: "Gine-Bissau Pezosu"
356
- :other: "Guinea-Bissau pesos"
357
425
  :GYD:
358
426
  :one: "Guyana doları"
359
427
  :other: "Guyana doları"
360
- :symbol: "$"
428
+ :symbol: "GYD"
361
429
  :HKD:
362
430
  :one: "Hong Kong doları"
363
431
  :other: "Hong Kong doları"
@@ -365,30 +433,38 @@
365
433
  :HNL:
366
434
  :one: "Honduras lempirası"
367
435
  :other: "Honduras lempirası"
436
+ :symbol: "HNL"
368
437
  :HRD:
369
438
  :one: "Hırvatistan Dinarı"
370
- :other: "Croatian dinars"
439
+ :other: "Hırvatistan Dinarı"
440
+ :symbol: "HRD"
371
441
  :HRK:
372
442
  :one: "Hırvatistan kunası"
373
443
  :other: "Hırvatistan kunası"
444
+ :symbol: "HRK"
374
445
  :HTG:
375
446
  :one: "Haiti gurdu"
376
447
  :other: "Haiti gurdu"
448
+ :symbol: "HTG"
377
449
  :HUF:
378
450
  :one: "Macar forinti"
379
451
  :other: "Macar forinti"
452
+ :symbol: "HUF"
380
453
  :IDR:
381
454
  :one: "Endonezya rupiahı"
382
455
  :other: "Endonezya rupiahı"
456
+ :symbol: "IDR"
383
457
  :IEP:
384
458
  :one: "İrlanda Lirası"
385
- :other: "Irish pounds"
459
+ :other: "İrlanda Lirası"
460
+ :symbol: "IEP"
386
461
  :ILP:
387
462
  :one: "İsrail Lirası"
388
- :other: "Israeli pounds"
463
+ :other: "İsrail Lirası"
464
+ :symbol: "ILP"
389
465
  :ILR:
390
- :one: "Israeli sheqel (1980–1985)"
391
- :other: "Israeli sheqels (1980–1985)"
466
+ :one: "İsrail şekeli (1980–1985)"
467
+ :other: "İsrail şekeli (1980–1985)"
392
468
  :ILS:
393
469
  :one: "Yeni İsrail şekeli"
394
470
  :other: "Yeni İsrail şekeli"
@@ -400,25 +476,30 @@
400
476
  :IQD:
401
477
  :one: "Irak dinarı"
402
478
  :other: "Irak dinarı"
479
+ :symbol: "IQD"
403
480
  :IRR:
404
481
  :one: "İran riyali"
405
482
  :other: "İran riyali"
483
+ :symbol: "IRR"
406
484
  :ISJ:
407
- :one: "Icelandic króna (1918–1981)"
408
- :other: "Icelandic krónur (1918–1981)"
485
+ :one: "İzlanda kronu (1918–1981)"
486
+ :other: "İzlanda kronu (1918–1981)"
409
487
  :ISK:
410
488
  :one: "İzlanda kronu"
411
489
  :other: "İzlanda kronu"
490
+ :symbol: "ISK"
412
491
  :ITL:
413
492
  :one: "İtalyan Lireti"
414
- :other: "Italian liras"
493
+ :other: "İtalyan Lireti"
494
+ :symbol: "ITL"
415
495
  :JMD:
416
496
  :one: "Jamaika doları"
417
497
  :other: "Jamaika doları"
418
- :symbol: "$"
498
+ :symbol: "JMD"
419
499
  :JOD:
420
500
  :one: "Ürdün dinarı"
421
501
  :other: "Ürdün dinarı"
502
+ :symbol: "JOD"
422
503
  :JPY:
423
504
  :one: "Japon yeni"
424
505
  :other: "Japon yeni"
@@ -426,25 +507,31 @@
426
507
  :KES:
427
508
  :one: "Kenya şilini"
428
509
  :other: "Kenya şilini"
510
+ :symbol: "KES"
429
511
  :KGS:
430
512
  :one: "Kırgızistan somu"
431
513
  :other: "Kırgızistan somu"
514
+ :symbol: "KGS"
432
515
  :KHR:
433
516
  :one: "Kamboçya rieli"
434
517
  :other: "Kamboçya rieli"
435
- :symbol: ""
518
+ :symbol: "KHR"
436
519
  :KMF:
437
520
  :one: "Komorlar frangı"
438
521
  :other: "Komorlar frangı"
522
+ :symbol: "KMF"
439
523
  :KPW:
440
524
  :one: "Kuzey Kore wonu"
441
525
  :other: "Kuzey Kore wonu"
526
+ :symbol: "KPW"
442
527
  :KRH:
443
- :one: "South Korean hwan (1953–1962)"
444
- :other: "South Korean hwan (1953–1962)"
528
+ :one: "Güney Kore hwanı (1953–1962)"
529
+ :other: "Güney Kore hwanı (1953–1962)"
530
+ :symbol: "KRH"
445
531
  :KRO:
446
- :one: "South Korean won (1945–1953)"
447
- :other: "South Korean won (1945–1953)"
532
+ :one: "Güney Kore wonu (1945–1953)"
533
+ :other: "Güney Kore wonu (1945–1953)"
534
+ :symbol: "KRO"
448
535
  :KRW:
449
536
  :one: "Güney Kore wonu"
450
537
  :other: "Güney Kore wonu"
@@ -452,161 +539,190 @@
452
539
  :KWD:
453
540
  :one: "Kuveyt dinarı"
454
541
  :other: "Kuveyt dinarı"
542
+ :symbol: "KWD"
455
543
  :KYD:
456
544
  :one: "Cayman Adaları doları"
457
545
  :other: "Cayman Adaları doları"
458
- :symbol: "$"
546
+ :symbol: "KYD"
459
547
  :KZT:
460
548
  :one: "Kazakistan tengesi"
461
549
  :other: "Kazakistan tengesi"
462
- :symbol: ""
550
+ :symbol: "KZT"
463
551
  :LAK:
464
552
  :one: "Laos kipi"
465
553
  :other: "Laos kipi"
466
- :symbol: ""
554
+ :symbol: "LAK"
467
555
  :LBP:
468
556
  :one: "Lübnan lirası"
469
557
  :other: "Lübnan lirası"
558
+ :symbol: "LBP"
470
559
  :LKR:
471
560
  :one: "Sri Lanka rupisi"
472
561
  :other: "Sri Lanka rupisi"
562
+ :symbol: "LKR"
473
563
  :LRD:
474
564
  :one: "Liberya doları"
475
565
  :other: "Liberya doları"
476
- :symbol: "$"
566
+ :symbol: "LRD"
477
567
  :LSL:
478
568
  :one: "Lesotho Lotisi"
479
- :other: "Lesotho lotis"
480
569
  :LTL:
481
570
  :one: "Litvanya litası"
482
571
  :other: "Litvanya litası"
572
+ :symbol: "LTL"
483
573
  :LTT:
484
574
  :one: "Litvanya Talonu"
485
- :other: "Lithuanian talonases"
575
+ :other: "Litvanya Talonu"
576
+ :symbol: "LTT"
486
577
  :LUC:
487
578
  :one: "Konvertibl Lüksemburg Frangı"
488
- :other: "Luxembourgian convertible francs"
579
+ :other: "Konvertibl Lüksemburg Frangı"
580
+ :symbol: "LUC"
489
581
  :LUF:
490
582
  :one: "Lüksemburg Frangı"
491
- :other: "Luxembourgian francs"
583
+ :other: "Lüksemburg Frangı"
584
+ :symbol: "LUF"
492
585
  :LUL:
493
586
  :one: "Finansal Lüksemburg Frangı"
494
- :other: "Luxembourg financial francs"
587
+ :other: "Finansal Lüksemburg Frangı"
588
+ :symbol: "LUL"
495
589
  :LVL:
496
590
  :one: "Letonya latı"
497
591
  :other: "Letonya latı"
592
+ :symbol: "LVL"
498
593
  :LVR:
499
594
  :one: "Letonya Rublesi"
500
- :other: "Latvian rubles"
595
+ :other: "Letonya Rublesi"
596
+ :symbol: "LVR"
501
597
  :LYD:
502
598
  :one: "Libya dinarı"
503
599
  :other: "Libya dinarı"
600
+ :symbol: "LYD"
504
601
  :MAD:
505
602
  :one: "Fas dirhemi"
506
603
  :other: "Fas dirhemi"
604
+ :symbol: "MAD"
507
605
  :MAF:
508
606
  :one: "Fas Frangı"
509
- :other: "Moroccan francs"
510
607
  :MCF:
511
- :one: "Monegasque franc"
512
- :other: "Monegasque francs"
608
+ :one: "Monako frangı"
609
+ :other: "Monako frangı"
610
+ :symbol: "MCF"
513
611
  :MDC:
514
- :one: "Moldovan cupon"
515
- :other: "Moldovan cupon"
612
+ :one: "Moldova kuponu"
613
+ :other: "Moldova kuponu"
614
+ :symbol: "MDC"
516
615
  :MDL:
517
616
  :one: "Moldova leyi"
518
617
  :other: "Moldova leyi"
618
+ :symbol: "MDL"
519
619
  :MGA:
520
620
  :one: "Madagaskar ariarisi"
521
621
  :other: "Madagaskar ariarisi"
622
+ :symbol: "MGA"
522
623
  :MGF:
523
624
  :one: "Madagaskar Frangı"
524
- :other: "Malagasy francs"
525
625
  :MKD:
526
626
  :one: "Makedonya dinarı"
527
627
  :other: "Makedonya dinarı"
628
+ :symbol: "MKD"
528
629
  :MKN:
529
- :one: "Macedonian denar (1992–1993)"
530
- :other: "Macedonian denari (1992–1993)"
630
+ :one: "Makedonya dinarı (1992–1993)"
631
+ :other: "Makedonya dinarı (1992–1993)"
632
+ :symbol: "MKN"
531
633
  :MLF:
532
634
  :one: "Mali Frangı"
533
- :other: "Malian francs"
534
635
  :MMK:
535
636
  :one: "Myanmar kyatı"
536
637
  :other: "Myanmar kyatı"
638
+ :symbol: "MMK"
537
639
  :MNT:
538
640
  :one: "Moğolistan tugriki"
539
641
  :other: "Moğolistan tugriki"
540
- :symbol: ""
642
+ :symbol: "MNT"
541
643
  :MOP:
542
644
  :one: "Makao patakası"
543
645
  :other: "Makao patakası"
646
+ :symbol: "MOP"
544
647
  :MRO:
545
648
  :one: "Moritanya ouguiyası"
546
649
  :other: "Moritanya ouguiyası"
650
+ :symbol: "MRO"
547
651
  :MTL:
548
652
  :one: "Malta Lirası"
549
- :other: "Maltese lira"
653
+ :other: "Malta Lirası"
654
+ :symbol: "MTL"
550
655
  :MTP:
551
656
  :one: "Malta Sterlini"
552
- :other: "Maltese pounds"
657
+ :other: "Malta Sterlini"
658
+ :symbol: "MTP"
553
659
  :MUR:
554
660
  :one: "Mauritius rupisi"
555
661
  :other: "Mauritius rupisi"
662
+ :symbol: "MUR"
556
663
  :MVP:
557
- :one: "Maldivian rupee"
558
- :other: "Maldivian rupees"
664
+ :one: "Maldiv rupisi"
665
+ :other: "Maldiv rupisi"
559
666
  :MVR:
560
667
  :one: "Maldiv rufiyaası"
561
668
  :other: "Maldiv rufiyaası"
669
+ :symbol: "MVR"
562
670
  :MWK:
563
671
  :one: "Malavi kvaçası"
564
672
  :other: "Malavi kvaçası"
673
+ :symbol: "MWK"
565
674
  :MXN:
566
675
  :one: "Meksika pesosu"
567
676
  :other: "Meksika pesosu"
568
677
  :symbol: "MX$"
569
678
  :MXP:
570
679
  :one: "Gümüş Meksika Pezosu (1861–1992)"
571
- :other: "Mexican silver pesos (1861–1992)"
680
+ :other: "Gümüş Meksika Pezosu (1861–1992)"
681
+ :symbol: "MXP"
572
682
  :MXV:
573
683
  :one: "Meksika Unidad de Inversion (UDI)"
574
- :other: "Mexican investment units"
684
+ :other: "Meksika Unidad de Inversion (UDI)"
685
+ :symbol: "MXV"
575
686
  :MYR:
576
687
  :one: "Malezya ringgiti"
577
688
  :other: "Malezya ringgiti"
689
+ :symbol: "MYR"
578
690
  :MZE:
579
691
  :one: "Mozambik Esküdosu"
580
- :other: "Mozambican escudos"
581
692
  :MZM:
582
693
  :one: "Eski Mozambik Metikali"
583
- :other: "Mozambican meticals (1980–2006)"
584
694
  :MZN:
585
695
  :one: "Mozambik metikali"
586
696
  :other: "Mozambik metikali"
697
+ :symbol: "MZN"
587
698
  :NAD:
588
699
  :one: "Namibya doları"
589
700
  :other: "Namibya doları"
590
- :symbol: "$"
701
+ :symbol: "NAD"
591
702
  :NGN:
592
703
  :one: "Nijerya nairası"
593
704
  :other: "Nijerya nairası"
594
- :symbol: ""
705
+ :symbol: "NGN"
595
706
  :NIC:
596
707
  :one: "Nikaragua Kordobası (1988–1991)"
597
- :other: "Nicaraguan córdobas (1988–1991)"
708
+ :other: "Nikaragua Kordobası (1988–1991)"
709
+ :symbol: "NIC"
598
710
  :NIO:
599
711
  :one: "Nikaragua kordobası"
600
712
  :other: "Nikaragua kordobası"
713
+ :symbol: "NIO"
601
714
  :NLG:
602
715
  :one: "Hollanda Florini"
603
- :other: "Dutch guilders"
716
+ :other: "Hollanda Florini"
717
+ :symbol: "NLG"
604
718
  :NOK:
605
719
  :one: "Norveç kronu"
606
720
  :other: "Norveç kronu"
721
+ :symbol: "NOK"
607
722
  :NPR:
608
723
  :one: "Nepal rupisi"
609
724
  :other: "Nepal rupisi"
725
+ :symbol: "NPR"
610
726
  :NZD:
611
727
  :one: "Yeni Zelanda doları"
612
728
  :other: "Yeni Zelanda doları"
@@ -614,161 +730,197 @@
614
730
  :OMR:
615
731
  :one: "Umman riyali"
616
732
  :other: "Umman riyali"
733
+ :symbol: "OMR"
617
734
  :PAB:
618
735
  :one: "Panama balboası"
619
736
  :other: "Panama balboası"
737
+ :symbol: "PAB"
620
738
  :PEI:
621
739
  :one: "Peru İnti"
622
- :other: "Peruvian intis"
740
+ :other: "Peru İnti"
741
+ :symbol: "PEI"
623
742
  :PEN:
624
743
  :one: "Peru nuevo solü"
625
744
  :other: "Peru nuevo solü"
745
+ :symbol: "PEN"
626
746
  :PES:
627
747
  :one: "Peru Solu"
628
- :other: "Peruvian soles (1863–1965)"
748
+ :other: "Peru Solu"
749
+ :symbol: "PES"
629
750
  :PGK:
630
751
  :one: "Papua Yeni Gine kinası"
631
752
  :other: "Papua Yeni Gine kinası"
753
+ :symbol: "PGK"
632
754
  :PHP:
633
755
  :one: "Filipinler pesosu"
634
756
  :other: "Filipinler pesosu"
635
- :symbol: ""
757
+ :symbol: "PHP"
636
758
  :PKR:
637
759
  :one: "Pakistan rupisi"
638
760
  :other: "Pakistan rupisi"
761
+ :symbol: "PKR"
639
762
  :PLN:
640
763
  :one: "Polonya zlotisi"
641
764
  :other: "Polonya zlotisi"
765
+ :symbol: "PLN"
642
766
  :PLZ:
643
767
  :one: "Polonya Zlotisi (1950–1995)"
644
- :other: "Polish zlotys (PLZ)"
768
+ :other: "Polonya Zlotisi (1950–1995)"
769
+ :symbol: "PLZ"
645
770
  :PTE:
646
771
  :one: "Portekiz Esküdosu"
647
- :other: "Portuguese escudos"
772
+ :other: "Portekiz Esküdosu"
773
+ :symbol: "PTE"
648
774
  :PYG:
649
775
  :one: "Paraguay guaranisi"
650
776
  :other: "Paraguay guaranisi"
651
- :symbol: ""
777
+ :symbol: "PYG"
652
778
  :QAR:
653
779
  :one: "Katar riyali"
654
780
  :other: "Katar riyali"
781
+ :symbol: "QAR"
655
782
  :RHD:
656
783
  :one: "Rodezya Doları"
657
- :other: "Rhodesian dollars"
658
784
  :ROL:
659
785
  :one: "Eski Romen Leyi"
660
- :other: "Romanian Lei (1952–2006)"
786
+ :other: "Eski Romen Leyi"
787
+ :symbol: "ROL"
661
788
  :RON:
662
789
  :one: "Romen leyi"
663
790
  :other: "Romen leyi"
791
+ :symbol: "RON"
664
792
  :RSD:
665
793
  :one: "Sırp dinarı"
666
794
  :other: "Sırp dinarı"
795
+ :symbol: "RSD"
667
796
  :RUB:
668
797
  :one: "Rus rublesi"
669
798
  :other: "Rus rublesi"
799
+ :symbol: "RUB"
670
800
  :RUR:
671
801
  :one: "Rus Rublesi (1991–1998)"
672
- :other: "Russian rubles (1991–1998)"
673
- :symbol: "р."
802
+ :other: "Rus Rublesi (1991–1998)"
803
+ :symbol: "RUR"
674
804
  :RWF:
675
805
  :one: "Ruanda frangı"
676
806
  :other: "Ruanda frangı"
807
+ :symbol: "RWF"
677
808
  :SAR:
678
809
  :one: "Suudi Arabistan riyali"
679
810
  :other: "Suudi Arabistan riyali"
811
+ :symbol: "SAR"
680
812
  :SBD:
681
813
  :one: "Solomon Adaları doları"
682
814
  :other: "Solomon Adaları doları"
683
- :symbol: "$"
815
+ :symbol: "SBD"
684
816
  :SCR:
685
817
  :one: "Seyşeller rupisi"
686
818
  :other: "Seyşeller rupisi"
819
+ :symbol: "SCR"
687
820
  :SDD:
688
821
  :one: "Eski Sudan Dinarı"
689
- :other: "Sudanese dinars (1992–2007)"
690
822
  :SDG:
691
823
  :one: "Sudan lirası"
692
824
  :other: "Sudan lirası"
825
+ :symbol: "SDG"
693
826
  :SDP:
694
827
  :one: "Eski Sudan Lirası"
695
- :other: "Sudanese pounds (1957–1998)"
696
828
  :SEK:
697
829
  :one: "İsveç kronu"
698
830
  :other: "İsveç kronu"
831
+ :symbol: "SEK"
699
832
  :SGD:
700
833
  :one: "Singapur doları"
701
834
  :other: "Singapur doları"
702
- :symbol: "$"
835
+ :symbol: "SGD"
703
836
  :SHP:
704
837
  :one: "Saint Helena lirası"
705
838
  :other: "Saint Helena lirası"
839
+ :symbol: "SHP"
706
840
  :SIT:
707
841
  :one: "Slovenya Toları"
708
- :other: "Slovenian tolars"
842
+ :other: "Slovenya Toları"
843
+ :symbol: "SIT"
709
844
  :SKK:
710
845
  :one: "Slovak Korunası"
711
- :other: "Slovak korunas"
846
+ :other: "Slovak Korunası"
847
+ :symbol: "SKK"
712
848
  :SLL:
713
849
  :one: "Sierra Leone leonesi"
714
850
  :other: "Sierra Leone leonesi"
851
+ :symbol: "SLL"
715
852
  :SOS:
716
853
  :one: "Somali şilini"
717
854
  :other: "Somali şilini"
855
+ :symbol: "SOS"
718
856
  :SRD:
719
857
  :one: "Surinam doları"
720
858
  :other: "Surinam doları"
721
- :symbol: "$"
859
+ :symbol: "SRD"
722
860
  :SRG:
723
861
  :one: "Surinam Guldeni"
724
- :other: "Surinamese guilders"
862
+ :other: "Surinam Guldeni"
863
+ :symbol: "SRG"
725
864
  :SSP:
726
865
  :one: "Güney Sudan lirası"
727
866
  :other: "Güney Sudan lirası"
728
- :symbol: "£"
867
+ :symbol: "SSP"
729
868
  :STD:
730
869
  :one: "São Tomé ve Príncipe dobrası"
731
870
  :other: "São Tomé ve Príncipe dobrası"
871
+ :symbol: "STD"
732
872
  :SUR:
733
873
  :one: "Sovyet Rublesi"
734
- :other: "Soviet roubles"
874
+ :other: "Sovyet Rublesi"
875
+ :symbol: "SUR"
735
876
  :SVC:
736
877
  :one: "El Salvador Kolonu"
737
- :other: "Salvadoran colones"
878
+ :other: "El Salvador Kolonu"
879
+ :symbol: "SVC"
738
880
  :SYP:
739
881
  :one: "Suriye lirası"
740
882
  :other: "Suriye lirası"
883
+ :symbol: "SYP"
741
884
  :SZL:
742
885
  :one: "Svaziland lilangenisi"
743
886
  :other: "Svaziland lilangenisi"
887
+ :symbol: "SZL"
744
888
  :THB:
745
889
  :one: "Tayland bahtı"
746
890
  :other: "Tayland bahtı"
747
891
  :symbol: "฿"
748
892
  :TJR:
749
893
  :one: "Tacikistan Rublesi"
750
- :other: "Tajikistani rubles"
894
+ :other: "Tacikistan Rublesi"
895
+ :symbol: "TJR"
751
896
  :TJS:
752
897
  :one: "Tacikistan somonisi"
753
898
  :other: "Tacikistan somonisi"
899
+ :symbol: "TJS"
754
900
  :TMM:
755
901
  :one: "Türkmenistan Manatı (1993–2009)"
756
- :other: "Turkmenistani manat (1993–2009)"
902
+ :other: "Türkmenistan Manatı (1993–2009)"
903
+ :symbol: "TMM"
757
904
  :TMT:
758
905
  :one: "Türkmenistan manatı"
759
906
  :other: "Türkmenistan manatı"
907
+ :symbol: "TMT"
760
908
  :TND:
761
909
  :one: "Tunus dinarı"
762
910
  :other: "Tunus dinarı"
911
+ :symbol: "TND"
763
912
  :TOP:
764
913
  :one: "Tonga paʻangası"
765
914
  :other: "Tonga paʻangası"
915
+ :symbol: "TOP"
766
916
  :TPE:
767
917
  :one: "Timor Esküdosu"
768
- :other: "Timorese escudos"
918
+ :other: "Timor Esküdosu"
919
+ :symbol: "TPE"
769
920
  :TRL:
770
921
  :one: "Eski Türk Lirası"
771
- :other: "Turkish Lira (1922–2005)"
922
+ :other: "Eski Türk Lirası"
923
+ :symbol: "TRL"
772
924
  :TRY:
773
925
  :one: "Türk lirası"
774
926
  :other: "Türk lirası"
@@ -776,7 +928,7 @@
776
928
  :TTD:
777
929
  :one: "Trinidad ve Tobago doları"
778
930
  :other: "Trinidad ve Tobago doları"
779
- :symbol: "$"
931
+ :symbol: "TTD"
780
932
  :TWD:
781
933
  :one: "Yeni Tayvan doları"
782
934
  :other: "Yeni Tayvan doları"
@@ -784,170 +936,184 @@
784
936
  :TZS:
785
937
  :one: "Tanzanya şilini"
786
938
  :other: "Tanzanya şilini"
939
+ :symbol: "TZS"
787
940
  :UAH:
788
941
  :one: "Ukrayna grivnası"
789
942
  :other: "Ukrayna grivnası"
790
- :symbol: ""
943
+ :symbol: "UAH"
791
944
  :UAK:
792
945
  :one: "Ukrayna Karbovanetz"
793
- :other: "Ukrainian karbovantsiv"
946
+ :other: "Ukrayna Karbovanetz"
947
+ :symbol: "UAK"
794
948
  :UGS:
795
949
  :one: "Uganda Şilini (1966–1987)"
796
- :other: "Ugandan shillings (1966–1987)"
797
950
  :UGX:
798
951
  :one: "Uganda şilini"
799
952
  :other: "Uganda şilini"
953
+ :symbol: "UGX"
800
954
  :USD:
801
955
  :one: "ABD doları"
802
956
  :other: "ABD doları"
803
957
  :symbol: "$"
804
958
  :USN:
805
959
  :one: "ABD Doları (Ertesi gün)"
806
- :other: "US dollars (next day)"
960
+ :other: "ABD Doları (Ertesi gün)"
961
+ :symbol: "USN"
807
962
  :USS:
808
963
  :one: "ABD Doları (Aynı gün)"
809
- :other: "US dollars (same day)"
964
+ :other: "ABD Doları (Aynı gün)"
965
+ :symbol: "USS"
810
966
  :UYI:
811
967
  :one: "Uruguay Peso en Unidades Indexadas"
812
- :other: "Uruguayan pesos (indexed units)"
968
+ :other: "Uruguay Peso en Unidades Indexadas"
969
+ :symbol: "UYI"
813
970
  :UYP:
814
971
  :one: "Uruguay Pezosu (1975–1993)"
815
- :other: "Uruguayan pesos (1975–1993)"
972
+ :other: "Uruguay Pezosu (1975–1993)"
973
+ :symbol: "UYP"
816
974
  :UYU:
817
975
  :one: "Uruguay pesosu"
818
976
  :other: "Uruguay pesosu"
819
- :symbol: "$"
977
+ :symbol: "UYU"
820
978
  :UZS:
821
979
  :one: "Özbekistan somu"
822
980
  :other: "Özbekistan somu"
981
+ :symbol: "UZS"
823
982
  :VEB:
824
983
  :one: "Venezuela Bolivarı (1871–2008)"
825
- :other: "Venezuelan bolívars (1871–2008)"
984
+ :other: "Venezuela Bolivarı (1871–2008)"
985
+ :symbol: "VEB"
826
986
  :VEF:
827
987
  :one: "Venezuela bolivarı"
828
988
  :other: "Venezuela bolivarı"
989
+ :symbol: "VEF"
829
990
  :VND:
830
991
  :one: "Vietnam dongu"
831
992
  :other: "Vietnam dongu"
832
993
  :symbol: "₫"
833
994
  :VNN:
834
- :one: "Vietnamese dong (1978–1985)"
835
- :other: "Vietnamese dong (1978–1985)"
995
+ :one: "Vietnam dongu (1978–1985)"
996
+ :other: "Vietnam dongu (1978–1985)"
997
+ :symbol: "VNN"
836
998
  :VUV:
837
999
  :one: "Vanuatu vatusu"
838
1000
  :other: "Vanuatu vatusu"
1001
+ :symbol: "VUV"
839
1002
  :WST:
840
1003
  :one: "Samoa talası"
841
1004
  :other: "Samoa talası"
1005
+ :symbol: "WST"
842
1006
  :XAF:
843
1007
  :one: "CFA frangı BEAC"
844
1008
  :other: "CFA frangı BEAC"
845
1009
  :symbol: "FCFA"
846
1010
  :XAG:
847
1011
  :one: "Gümüş"
848
- :other: "troy ounces of silver"
1012
+ :other: "Gümüş"
1013
+ :symbol: "XAG"
849
1014
  :XAU:
850
1015
  :one: "Altın"
851
- :other: "troy ounces of gold"
1016
+ :other: "Altın"
1017
+ :symbol: "XAU"
852
1018
  :XBA:
853
1019
  :one: "Birleşik Avrupa Birimi"
854
- :other: "European composite units"
855
1020
  :XBB:
856
1021
  :one: "Avrupa Para Birimi (EMU)"
857
- :other: "European monetary units"
858
1022
  :XBC:
859
1023
  :one: "Avrupa Hesap Birimi (XBC)"
860
- :other: "European units of account (XBC)"
861
1024
  :XBD:
862
1025
  :one: "Avrupa Hesap Birimi (XBD)"
863
- :other: "European units of account (XBD)"
864
1026
  :XCD:
865
1027
  :one: "Doğu Karayip doları"
866
1028
  :other: "Doğu Karayip doları"
867
1029
  :symbol: "EC$"
868
1030
  :XDR:
869
1031
  :one: "Özel Çekme Hakkı (SDR)"
870
- :other: "special drawing rights"
871
1032
  :XEU:
872
1033
  :one: "Avrupa Para Birimi"
873
- :other: "European currency units"
1034
+ :other: "Avrupa Para Birimi"
1035
+ :symbol: "XEU"
874
1036
  :XFO:
875
1037
  :one: "Fransız Altın Frangı"
876
- :other: "French gold francs"
877
1038
  :XFU:
878
1039
  :one: "Fransız UIC-Frangı"
879
- :other: "French UIC-francs"
880
1040
  :XOF:
881
1041
  :one: "CFA frangı BCEAO"
882
1042
  :other: "CFA frangı BCEAO"
883
1043
  :symbol: "CFA"
884
1044
  :XPD:
885
1045
  :one: "Paladyum"
886
- :other: "troy ounces of palladium"
887
1046
  :XPF:
888
1047
  :one: "CFP frangı"
889
1048
  :other: "CFP frangı"
890
1049
  :symbol: "CFPF"
891
1050
  :XPT:
892
1051
  :one: "Platin"
893
- :other: "troy ounces of platinum"
1052
+ :symbol: "XPT"
894
1053
  :XRE:
895
1054
  :one: "RINET Fonları"
896
- :other: "RINET Funds units"
1055
+ :other: "RINET Fonları"
1056
+ :symbol: "XRE"
897
1057
  :XSU:
898
1058
  :one: "Sucre"
899
- :other: "Sucres"
1059
+ :other: "Sucre"
1060
+ :symbol: "XSU"
900
1061
  :XTS:
901
1062
  :one: "Test Para Birimi Kodu"
902
- :other: "Testing Currency units"
1063
+ :other: "Test Para Birimi Kodu"
1064
+ :symbol: "XTS"
903
1065
  :XUA:
904
- :one: "ADB unit of account"
905
- :other: "ADB units of account"
1066
+ :one: "ADB hesap birimi"
1067
+ :other: "ADB hesap birimi"
1068
+ :symbol: "XUA"
906
1069
  :XXX:
907
1070
  :one: "(bilinmeyen para birimi)"
908
1071
  :other: "(bilinmeyen para birimi)"
909
1072
  :YDD:
910
1073
  :one: "Yemen Dinarı"
911
- :other: "Yemeni dinars"
1074
+ :other: "Yemen Dinarı"
1075
+ :symbol: "YDD"
912
1076
  :YER:
913
1077
  :one: "Yemen riyali"
914
1078
  :other: "Yemen riyali"
1079
+ :symbol: "YER"
915
1080
  :YUD:
916
1081
  :one: "Yugoslav Dinarı (Hard)"
917
- :other: "Yugoslavian hard dinars (1966–1990)"
1082
+ :other: "Yugoslav Dinarı (Hard)"
1083
+ :symbol: "YUD"
918
1084
  :YUM:
919
1085
  :one: "Yeni Yugoslav Dinarı"
920
- :other: "Yugoslavian new dinars (1994–2002)"
1086
+ :other: "Yeni Yugoslav Dinarı"
1087
+ :symbol: "YUM"
921
1088
  :YUN:
922
1089
  :one: "Konvertibl Yugoslav Dinarı"
923
- :other: "Yugoslavian convertible dinars (1990–1992)"
1090
+ :other: "Konvertibl Yugoslav Dinarı"
1091
+ :symbol: "YUN"
924
1092
  :YUR:
925
- :one: "Yugoslavian reformed dinar (1992–1993)"
926
- :other: "Yugoslavian reformed dinars (1992–1993)"
1093
+ :one: "İyileştirilmiş Yugoslav dinarı (1992–1993)"
1094
+ :other: "İyileştirilmiş Yugoslav dinarı (1992–1993)"
1095
+ :symbol: "YUR"
927
1096
  :ZAL:
928
1097
  :one: "Güney Afrika Randı (finansal)"
929
- :other: "South African rands (financial)"
930
1098
  :ZAR:
931
1099
  :one: "Güney Afrika randı"
932
1100
  :other: "Güney Afrika randı"
1101
+ :symbol: "ZAR"
933
1102
  :ZMK:
934
1103
  :one: "Zambiya Kvaçası (1968–2012)"
935
- :other: "Zambian kwachas (1968–2012)"
936
1104
  :ZMW:
937
1105
  :one: "Zambiya kvaçası"
938
1106
  :other: "Zambiya kvaçası"
1107
+ :symbol: "ZMW"
939
1108
  :ZRN:
940
1109
  :one: "Yeni Zaire Zairesi"
941
- :other: "Zairean new zaires (1993–1998)"
942
1110
  :ZRZ:
943
1111
  :one: "Zaire Zairesi"
944
- :other: "Zairean zaires (1971–1993)"
945
1112
  :ZWD:
946
1113
  :one: "Zimbabve Doları"
947
- :other: "Zimbabwean dollars (1980–2008)"
948
1114
  :ZWL:
949
1115
  :one: "Zimbabve Doları (2009)"
950
- :other: "Zimbabwean dollars (2009)"
951
1116
  :ZWR:
952
- :one: "Zimbabwean dollar (2008)"
953
- :other: "Zimbabwean dollars (2008)"
1117
+ :one: "Zimbabve doları (2008)"
1118
+ :other: "Zimbabve doları (2008)"
1119
+ :symbol: "ZWR"