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
@@ -12,10 +12,10 @@
12
12
  :middle: "{0} {1}"
13
13
  :start: "{0} {1}"
14
14
  :unit-narrow:
15
- 2: "{0} {1}"
16
- :end: "{0} {1}"
17
- :middle: "{0} {1}"
18
- :start: "{0} {1}"
15
+ 2: "{0}{1}"
16
+ :end: "{0}{1}"
17
+ :middle: "{0}{1}"
18
+ :start: "{0}{1}"
19
19
  :unit-short:
20
20
  2: "{0} {1}"
21
21
  :end: "{0} {1}"
@@ -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: "00万"
20
- 1000000: "000万"
21
- 10000000: "0000万"
22
- 100000000: "0億"
23
- 1000000000: "00億"
24
- 10000000000: "000"
25
- 100000000000: "0000億"
26
- 1000000000000: "0兆"
27
- 10000000000000: "00兆"
28
- 100000000000000: "000兆"
16
+ 1000:
17
+ :other: "0"
18
+ 10000:
19
+ :other: "0万"
20
+ 100000:
21
+ :other: "00万"
22
+ 1000000:
23
+ :other: "000"
24
+ 10000000:
25
+ :other: "0000万"
26
+ 100000000:
27
+ :other: "0億"
28
+ 1000000000:
29
+ :other: "00億"
30
+ 10000000000:
31
+ :other: "000億"
32
+ 100000000000:
33
+ :other: "0000億"
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: "00万"
33
- 1000000: "000万"
34
- 10000000: "0000万"
35
- 100000000: "0億"
36
- 1000000000: "00億"
37
- 10000000000: "000"
38
- 100000000000: "0000億"
39
- 1000000000000: "0兆"
40
- 10000000000000: "00兆"
41
- 100000000000000: "000兆"
41
+ 1000:
42
+ :other: "0"
43
+ 10000:
44
+ :other: "0万"
45
+ 100000:
46
+ :other: "00万"
47
+ 1000000:
48
+ :other: "000"
49
+ 10000000:
50
+ :other: "0000万"
51
+ 100000000:
52
+ :other: "0億"
53
+ 1000000000:
54
+ :other: "00億"
55
+ 10000000000:
56
+ :other: "000億"
57
+ 100000000000:
58
+ :other: "0000億"
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
+ :ja:
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
- :ja: ! '{ :''ja'' => { :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
+ :ja:
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
@@ -162,7 +162,7 @@
162
162
  :ms: "モントセラト"
163
163
  :mt: "マルタ"
164
164
  :mu: "モーリシャス"
165
- :mv: "モルジブ"
165
+ :mv: "モルディブ"
166
166
  :mw: "マラウイ"
167
167
  :mx: "メキシコ"
168
168
  :my: "マレーシア"
@@ -231,7 +231,7 @@
231
231
  :th: "タイ"
232
232
  :tj: "タジキスタン"
233
233
  :tk: "トケラウ"
234
- :tl: "東ティモール"
234
+ :tl: "東チモール"
235
235
  :tm: "トルクメニスタン"
236
236
  :tn: "チュニジア"
237
237
  :to: "トンガ"
@@ -3,6 +3,7 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
+ :E: "ccc"
6
7
  :EEEEd: "d일 EEEE"
7
8
  :EHm: "(E) HH:mm"
8
9
  :EHms: "(E) HH:mm:ss"
@@ -55,7 +56,14 @@
55
56
  :thu: "목"
56
57
  :tue: "화"
57
58
  :wed: "수"
58
- :narrow: :calendars.gregorian.days.stand-alone.narrow
59
+ :narrow:
60
+ :fri: "금"
61
+ :mon: "월"
62
+ :sat: "토"
63
+ :sun: "일"
64
+ :thu: "목"
65
+ :tue: "화"
66
+ :wed: "수"
59
67
  :short:
60
68
  :fri: "금"
61
69
  :mon: "월"
@@ -73,7 +81,14 @@
73
81
  :tue: "화요일"
74
82
  :wed: "수요일"
75
83
  :stand-alone:
76
- :abbreviated: :calendars.gregorian.days.format.abbreviated
84
+ :abbreviated:
85
+ :fri: "금"
86
+ :mon: "월"
87
+ :sat: "토"
88
+ :sun: "일"
89
+ :thu: "목"
90
+ :tue: "화"
91
+ :wed: "수"
77
92
  :narrow:
78
93
  :fri: "금"
79
94
  :mon: "월"
@@ -90,28 +105,51 @@
90
105
  :thu: "목"
91
106
  :tue: "화"
92
107
  :wed: "수"
93
- :wide: :calendars.gregorian.days.format.wide
108
+ :wide:
109
+ :fri: "금요일"
110
+ :mon: "월요일"
111
+ :sat: "토요일"
112
+ :sun: "일요일"
113
+ :thu: "목요일"
114
+ :tue: "화요일"
115
+ :wed: "수요일"
94
116
  :eras:
95
117
  :abbr:
118
+ 0: "BCE"
119
+ 1: "CE"
120
+ :name:
96
121
  0: "기원전"
97
122
  1: "서기"
98
- :name:
99
- 0: "서력기원전"
100
- 1: "서력기원"
101
123
  :narrow:
102
- 0: "B"
103
- 1: "A"
124
+ 0: ""
104
125
  :fields:
105
126
  :day: "일"
127
+ :day-narrow: "일"
128
+ :day-short: "일"
106
129
  :dayperiod: "오전/오후"
107
130
  :era: "연호"
108
131
  :hour: "시"
132
+ :hour-narrow: "시"
133
+ :hour-short: "시"
109
134
  :minute: "분"
135
+ :minute-narrow: "분"
136
+ :minute-short: "분"
110
137
  :month: "월"
138
+ :month-narrow: "월"
139
+ :month-short: "월"
140
+ :quarter: "분기"
141
+ :quarter-narrow: "분기"
142
+ :quarter-short: "분기"
111
143
  :second: "초"
144
+ :second-narrow: "초"
145
+ :second-short: "초"
112
146
  :week: "주"
147
+ :week-narrow: "주"
148
+ :week-short: "주"
113
149
  :weekday: "요일"
114
150
  :year: "년"
151
+ :year-narrow: "년"
152
+ :year-short: "년"
115
153
  :zone: "시간대"
116
154
  :formats:
117
155
  :date:
@@ -209,21 +247,30 @@
209
247
  7: "7월"
210
248
  8: "8월"
211
249
  9: "9월"
212
- :wide: :calendars.gregorian.months.format.wide
250
+ :wide:
251
+ 1: "1월"
252
+ 10: "10월"
253
+ 11: "11월"
254
+ 12: "12월"
255
+ 2: "2월"
256
+ 3: "3월"
257
+ 4: "4월"
258
+ 5: "5월"
259
+ 6: "6월"
260
+ 7: "7월"
261
+ 8: "8월"
262
+ 9: "9월"
213
263
  :periods:
214
264
  :format:
215
265
  :abbreviated: :calendars.gregorian.dayPeriods.format.wide
216
266
  :narrow:
217
- :am: "a"
218
- :noon: "n"
219
- :pm: "p"
267
+ :am: "오전"
268
+ :noon: "정오"
269
+ :pm: "오후"
220
270
  :wide:
221
271
  :am: "오전"
222
- :noon: "noon"
272
+ :noon: "정오"
223
273
  :pm: "오후"
224
- :variant:
225
- :am: "a.m."
226
- :pm: "p.m."
227
274
  :stand-alone: {}
228
275
  :quarters:
229
276
  :format:
@@ -3,951 +3,890 @@
3
3
  :currencies:
4
4
  :ADP:
5
5
  :one: "안도라 페세타"
6
- :other: "Andorran pesetas"
7
6
  :AED:
8
7
  :one: "아랍에미리트 디르함"
9
- :other: "UAE dirhams"
8
+ :other: "아랍에미리트 디르함"
9
+ :symbol: "AED"
10
10
  :AFA:
11
11
  :one: "아프가니 (1927–2002)"
12
- :other: "Afghan afghanis (1927–2002)"
13
12
  :AFN:
14
13
  :one: "아프가니스탄 아프가니"
15
- :other: "Afghan Afghanis"
16
- :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
14
+ :other: "아프가니스탄 아프가니"
15
+ :symbol: "AFN"
19
16
  :ALL:
20
17
  :one: "알바니아 레크"
21
- :other: "Albanian lekë"
18
+ :other: "알바니아 레크"
19
+ :symbol: "ALL"
22
20
  :AMD:
23
21
  :one: "아르메니아 드람"
24
- :other: "Armenian drams"
22
+ :other: "아르메니아 드람"
23
+ :symbol: "AMD"
25
24
  :ANG:
26
25
  :one: "네덜란드령 안틸레스 길더"
27
- :other: "Netherlands Antillean guilders"
26
+ :other: "네덜란드령 안틸레스 길더"
27
+ :symbol: "ANG"
28
28
  :AOA:
29
29
  :one: "앙골라 콴자"
30
- :other: "Angolan kwanzas"
30
+ :other: "앙골라 콴자"
31
+ :symbol: "AOA"
31
32
  :AOK:
32
33
  :one: "앙골라 콴자 (1977–1990)"
33
- :other: "Angolan kwanzas (1977–1991)"
34
34
  :AON:
35
35
  :one: "앙골라 신콴자 (1990–2000)"
36
- :other: "Angolan new kwanzas (1990–2000)"
37
36
  :AOR:
38
37
  :one: "앙골라 재조정 콴자 (1995–1999)"
39
- :other: "Angolan readjusted kwanzas (1995–1999)"
40
38
  :ARA:
41
39
  :one: "아르헨티나 오스트랄"
42
- :other: "Argentine australs"
43
40
  :ARL:
44
41
  :one: "아르헨티나 페소 레이 (1970–1983)"
45
- :other: "Argentine pesos ley (1970–1983)"
46
42
  :ARM:
47
43
  :one: "아르헨티나 페소 (18810–1970)"
48
- :other: "Argentine pesos (1881–1970)"
49
44
  :ARP:
50
45
  :one: "아르헨티나 페소 (1983–1985)"
51
- :other: "Argentine pesos (1983–1985)"
52
46
  :ARS:
53
47
  :one: "아르헨티나 페소"
54
- :other: "Argentine pesos"
55
- :symbol: "$"
48
+ :other: "아르헨티나 페소"
49
+ :symbol: "ARS"
56
50
  :ATS:
57
51
  :one: "호주 실링"
58
- :other: "Austrian schillings"
59
52
  :AUD:
60
53
  :one: "호주 달러"
61
- :other: "Australian dollars"
54
+ :other: "호주 달러"
62
55
  :symbol: "AU$"
63
56
  :AWG:
64
57
  :one: "아루바 플로린"
65
- :other: "Aruban florin"
58
+ :other: "아루바 플로린"
59
+ :symbol: "AWG"
66
60
  :AZM:
67
61
  :one: "아제르바이젠 마나트(1993–2006)"
68
- :other: "Azerbaijani manats (1993–2006)"
69
62
  :AZN:
70
63
  :one: "아제르바이잔 마나트"
71
- :other: "Azerbaijani manats"
64
+ :other: "아제르바이잔 마나트"
65
+ :symbol: "AZN"
72
66
  :BAD:
73
67
  :one: "보스니아-헤르체고비나 디나르"
74
- :other: "Bosnia-Herzegovina dinars (1992–1994)"
75
68
  :BAM:
76
69
  :one: "보스니아-헤르체고비나 태환 마르크"
77
- :other: "Bosnia-Herzegovina convertible marks"
70
+ :other: "보스니아-헤르체고비나 태환 마르크"
71
+ :symbol: "BAM"
78
72
  :BAN:
79
73
  :one: "보스니아-헤르체고비나 신디나르 (1994–1997)"
80
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
81
74
  :BBD:
82
75
  :one: "바베이도스 달러"
83
- :other: "Barbadian dollars"
84
- :symbol: "$"
76
+ :other: "바베이도스 달러"
77
+ :symbol: "BBD"
85
78
  :BDT:
86
79
  :one: "방글라데시 타카"
87
- :other: "Bangladeshi takas"
88
- :symbol: ""
80
+ :other: "방글라데시 타카"
81
+ :symbol: "BDT"
89
82
  :BEC:
90
83
  :one: "벨기에 프랑 (태환)"
91
- :other: "Belgian francs (convertible)"
92
84
  :BEF:
93
85
  :one: "벨기에 프랑"
94
- :other: "Belgian francs"
95
86
  :BEL:
96
87
  :one: "벨기에 프랑 (금융)"
97
- :other: "Belgian francs (financial)"
98
88
  :BGL:
99
89
  :one: "불가리아 동전 렛"
100
- :other: "Bulgarian hard leva"
101
90
  :BGM:
102
91
  :one: "불가리아 사회주의자 렛"
103
- :other: "Bulgarian socialist leva"
104
92
  :BGN:
105
93
  :one: "불가리아 레프"
106
- :other: "불가리아 신권 렛"
94
+ :other: "불가리아 레프"
95
+ :symbol: "BGN"
107
96
  :BGO:
108
97
  :one: "불가리아 렛 (1879–1952)"
109
- :other: "Bulgarian leva (1879–1952)"
110
98
  :BHD:
111
99
  :one: "바레인 디나르"
112
- :other: "Bahraini dinars"
100
+ :other: "바레인 디나르"
101
+ :symbol: "BHD"
113
102
  :BIF:
114
103
  :one: "부룬디 프랑"
115
- :other: "Burundian francs"
104
+ :other: "부룬디 프랑"
105
+ :symbol: "BIF"
116
106
  :BMD:
117
107
  :one: "버뮤다 달러"
118
- :other: "Bermudan dollars"
119
- :symbol: "$"
108
+ :other: "버뮤다 달러"
109
+ :symbol: "BMD"
120
110
  :BND:
121
111
  :one: "부루나이 달러"
122
- :other: "Brunei dollars"
123
- :symbol: "$"
112
+ :other: "부루나이 달러"
113
+ :symbol: "BND"
124
114
  :BOB:
125
115
  :one: "볼리비아노"
126
- :other: "Bolivian bolivianos"
116
+ :other: "볼리비아노"
117
+ :symbol: "BOB"
127
118
  :BOL:
128
119
  :one: "볼리비아 볼리비아노 (1863–1963)"
129
- :other: "Bolivian bolivianos (1863–1963)"
130
120
  :BOP:
131
121
  :one: "볼리비아노 페소"
132
- :other: "Bolivian pesos"
133
122
  :BOV:
134
123
  :one: "볼리비아노 Mvdol(기금)"
135
- :other: "Bolivian mvdols"
136
124
  :BRB:
137
125
  :one: "볼리비아노 크루제이루 노보 (1967–1986)"
138
- :other: "Brazilian new cruzeiros (1967–1986)"
139
126
  :BRC:
140
127
  :one: "브라질 크루자두"
141
- :other: "Brazilian cruzados (1986–1989)"
142
128
  :BRE:
143
129
  :one: "브라질 크루제이루 (1990–1993)"
144
- :other: "Brazilian cruzeiros (1990–1993)"
145
130
  :BRL:
146
131
  :one: "브라질 레알"
147
- :other: "Brazilian reals"
132
+ :other: "브라질 헤알"
148
133
  :symbol: "R$"
149
134
  :BRN:
150
135
  :one: "브라질 크루자두 노보"
151
- :other: "Brazilian new cruzados (1989–1990)"
152
136
  :BRR:
153
137
  :one: "브라질 크루제이루"
154
- :other: "Brazilian cruzeiros (1993–1994)"
155
138
  :BRZ:
156
139
  :one: "브라질 크루제이루 (1942–1967)"
157
- :other: "Brazilian cruzeiros (1942–1967)"
158
140
  :BSD:
159
141
  :one: "바하마 달러"
160
- :other: "Bahamian dollars"
161
- :symbol: "$"
142
+ :other: "바하마 달러"
143
+ :symbol: "BSD"
162
144
  :BTN:
163
145
  :one: "부탄 눌투눔"
164
146
  :other: "부탄 눌투눔"
147
+ :symbol: "BTN"
165
148
  :BUK:
166
149
  :one: "버마 차트"
167
- :other: "Burmese kyats"
168
150
  :BWP:
169
151
  :one: "보츠와나 폴라"
170
- :other: "Botswanan pulas"
152
+ :other: "보츠와나 폴라"
153
+ :symbol: "BWP"
171
154
  :BYB:
172
155
  :one: "벨라루스 신권 루블 (1994–1999)"
173
- :other: "Belarusian new rubles (1994–1999)"
174
156
  :BYR:
175
157
  :one: "벨라루스 루블"
176
- :other: "Belarusian rubles"
177
- :symbol: "р."
158
+ :other: "벨라루스 루블"
159
+ :symbol: "BYR"
178
160
  :BZD:
179
161
  :one: "벨리즈 달러"
180
- :other: "Belize dollars"
181
- :symbol: "$"
162
+ :other: "벨리즈 달러"
163
+ :symbol: "BZD"
182
164
  :CAD:
183
165
  :one: "캐나다 달러"
184
- :other: "Canadian dollars"
166
+ :other: "캐나다 달러"
185
167
  :symbol: "CA$"
186
168
  :CDF:
187
169
  :one: "콩고 프랑 콩골라스"
188
- :other: "Congolese francs"
170
+ :other: "콩고 프랑 콩골라스"
171
+ :symbol: "CDF"
189
172
  :CHE:
190
173
  :one: "유로 (WIR)"
191
- :other: "WIR euros"
192
174
  :CHF:
193
175
  :one: "스위스 프랑"
194
- :other: "Swiss francs"
176
+ :other: "스위스 프랑"
177
+ :symbol: "CHF"
195
178
  :CHW:
196
179
  :one: "프랑 (WIR)"
197
- :other: "WIR francs"
198
180
  :CLE:
199
181
  :one: "칠레 에스쿠도"
200
- :other: "Chilean escudos"
201
182
  :CLF:
202
183
  :one: "칠레 (UF)"
203
- :other: "Chilean units of account (UF)"
204
184
  :CLP:
205
185
  :one: "칠레 페소"
206
- :other: "Chilean pesos"
207
- :symbol: "$"
208
- :CNX:
209
- :one: "Chinese People’s Bank dollar"
210
- :other: "Chinese People’s Bank dollars"
186
+ :other: "칠레 페소"
187
+ :symbol: "CLP"
211
188
  :CNY:
212
189
  :one: "중국 위안화"
213
190
  :other: "중국 위안 인민폐"
214
191
  :symbol: "CN¥"
215
192
  :COP:
216
193
  :one: "콜롬비아 페소"
217
- :other: "Colombian pesos"
218
- :symbol: "$"
194
+ :other: "콜롬비아 페소"
195
+ :symbol: "COP"
219
196
  :COU:
220
197
  :one: "콜롬비아 실가 단위"
221
- :other: "Colombian real value units"
222
198
  :CRC:
223
199
  :one: "코스타리카 콜론"
224
- :other: "Costa Rican colóns"
225
- :symbol: ""
200
+ :other: "코스타리카 콜론"
201
+ :symbol: "CRC"
226
202
  :CSD:
227
203
  :one: "고 세르비아 디나르"
228
- :other: "Serbian dinars (2002–2006)"
229
204
  :CSK:
230
205
  :one: "체코슬로바키아 동전 코루나"
231
- :other: "Czechoslovak hard korunas"
232
206
  :CUC:
233
207
  :one: "쿠바 태환 페소"
234
- :other: "Cuban convertible pesos"
208
+ :other: "쿠바 태환 페소"
209
+ :symbol: "CUC"
235
210
  :CUP:
236
211
  :one: "쿠바 페소"
237
- :other: "Cuban pesos"
238
- :symbol: "$"
212
+ :other: "쿠바 페소"
213
+ :symbol: "CUP"
239
214
  :CVE:
240
215
  :one: "카보베르데 에스쿠도"
241
- :other: "Cape Verdean escudos"
216
+ :other: "카보베르데 에스쿠도"
217
+ :symbol: "CVE"
242
218
  :CYP:
243
219
  :one: "싸이프러스 파운드"
244
- :other: "Cypriot pounds"
245
220
  :CZK:
246
221
  :one: "체코 공화국 코루나"
247
- :other: "Czech Republic korunas"
222
+ :other: "체코 공화국 코루나"
223
+ :symbol: "CZK"
248
224
  :DDM:
249
225
  :one: "동독 오스트마르크"
250
- :other: "East German marks"
251
226
  :DEM:
252
227
  :one: "독일 마르크"
253
- :other: "German marks"
254
228
  :DJF:
255
229
  :one: "지부티 프랑"
256
- :other: "Djiboutian francs"
230
+ :other: "지부티 프랑"
231
+ :symbol: "DJF"
257
232
  :DKK:
258
233
  :one: "덴마크 크로네"
259
- :other: "Danish kroner"
234
+ :other: "덴마크 크로네"
235
+ :symbol: "DKK"
260
236
  :DOP:
261
237
  :one: "도미니카 페소"
262
- :other: "Dominican pesos"
263
- :symbol: "$"
238
+ :other: "도미니카 페소"
239
+ :symbol: "DOP"
264
240
  :DZD:
265
241
  :one: "알제리 디나르"
266
- :other: "Algerian dinars"
242
+ :other: "알제리 디나르"
243
+ :symbol: "DZD"
267
244
  :ECS:
268
245
  :one: "에쿠아도르 수크레"
269
- :other: "Ecuadorian sucres"
270
246
  :ECV:
271
247
  :one: "에콰도르 (UVC)"
272
- :other: "Ecuadorian units of constant value"
273
248
  :EEK:
274
249
  :one: "에스토니아 크룬"
275
- :other: "Estonian kroons"
276
250
  :EGP:
277
251
  :one: "이집트 파운드"
278
- :other: "Egyptian pounds"
252
+ :other: "이집트 파운드"
253
+ :symbol: "EGP"
279
254
  :ERN:
280
255
  :one: "에리트리아 나크파"
281
- :other: "Eritrean nakfas"
256
+ :other: "에리트리아 나크파"
257
+ :symbol: "ERN"
282
258
  :ESA:
283
259
  :one: "스페인 페세타(예금)"
284
- :other: "Spanish pesetas (A account)"
285
260
  :ESB:
286
261
  :one: "스페인 페세타(변환 예금)"
287
- :other: "Spanish pesetas (convertible account)"
288
262
  :ESP:
289
263
  :one: "스페인 페세타"
290
- :other: "Spanish pesetas"
291
264
  :symbol: "₧"
292
265
  :ETB:
293
266
  :one: "이디오피아 비르"
294
- :other: "Ethiopian birrs"
267
+ :other: "이디오피아 비르"
268
+ :symbol: "ETB"
295
269
  :EUR:
296
- :one: "유로화"
297
- :other: "euros"
270
+ :one: "유로"
271
+ :other: "유로"
298
272
  :symbol: "€"
299
273
  :FIM:
300
274
  :one: "핀란드 마르카"
301
- :other: "Finnish markkas"
302
275
  :FJD:
303
276
  :one: "피지 달러"
304
- :other: "Fijian dollars"
305
- :symbol: "$"
277
+ :other: "피지 달러"
278
+ :symbol: "FJD"
306
279
  :FKP:
307
280
  :one: "포클랜드제도 파운드"
308
- :other: "Falkland Islands pounds"
281
+ :other: "포클랜드제도 파운드"
282
+ :symbol: "FKP"
309
283
  :FRF:
310
284
  :one: "프랑스 프랑"
311
- :other: "French francs"
312
285
  :GBP:
313
- :one: "영국령 파운드 스털링"
314
- :other: "British pounds sterling"
286
+ :one: "파운드"
287
+ :other: "영국령 파운드 스털링"
315
288
  :symbol: "£"
316
289
  :GEK:
317
290
  :one: "그루지야 지폐 라리트"
318
- :other: "Georgian kupon larits"
319
291
  :GEL:
320
292
  :one: "조지아 라리"
321
293
  :other: "조지아 라리"
294
+ :symbol: "GEL"
322
295
  :GHC:
323
296
  :one: "가나 시디 (1979–2007)"
324
- :other: "Ghanaian cedis (1979–2007)"
325
297
  :GHS:
326
298
  :one: "가나 시디"
327
- :other: "Ghanaian cedis"
328
- :symbol: ""
299
+ :other: "가나 시디"
300
+ :symbol: "GHS"
329
301
  :GIP:
330
302
  :one: "지브롤터 파운드"
331
- :other: "Gibraltar pounds"
332
- :symbol: "£"
303
+ :other: "지브롤터 파운드"
304
+ :symbol: "GIP"
333
305
  :GMD:
334
306
  :one: "감비아 달라시"
335
- :other: "Gambian dalasis"
307
+ :other: "감비아 달라시"
308
+ :symbol: "GMD"
336
309
  :GNF:
337
310
  :one: "기니 프랑"
338
- :other: "Guinean francs"
311
+ :other: "기니 프랑"
312
+ :symbol: "GNF"
339
313
  :GNS:
340
314
  :one: "기니 시리"
341
- :other: "Guinean sylis"
342
315
  :GQE:
343
316
  :one: "적도 기니 에쿨 (Ekwele)"
344
- :other: "Equatorial Guinean ekwele"
345
317
  :GRD:
346
318
  :one: "그리스 드라크마"
347
- :other: "Greek drachmas"
348
319
  :GTQ:
349
320
  :one: "과테말라 케트살"
350
- :other: "Guatemalan quetzals"
321
+ :other: "과테말라 케트살"
322
+ :symbol: "GTQ"
351
323
  :GWE:
352
324
  :one: "포르투갈령 기니 에스쿠도"
353
- :other: "Portuguese Guinea escudos"
354
325
  :GWP:
355
326
  :one: "기네비쏘 페소"
356
- :other: "Guinea-Bissau pesos"
357
327
  :GYD:
358
328
  :one: "가이아나 달러"
359
- :other: "Guyanaese dollars"
360
- :symbol: "$"
329
+ :other: "가이아나 달러"
330
+ :symbol: "GYD"
361
331
  :HKD:
362
332
  :one: "홍콩 달러"
363
- :other: "Hong Kong dollars"
333
+ :other: "홍콩 달러"
364
334
  :symbol: "HK$"
365
335
  :HNL:
366
336
  :one: "온두라스 렘피라"
367
- :other: "Honduran lempiras"
337
+ :other: "온두라스 렘피라"
338
+ :symbol: "HNL"
368
339
  :HRD:
369
340
  :one: "크로아티아 디나르"
370
- :other: "Croatian dinars"
371
341
  :HRK:
372
342
  :one: "크로아티아 쿠나"
373
- :other: "Croatian kunas"
343
+ :other: "크로아티아 쿠나"
344
+ :symbol: "HRK"
374
345
  :HTG:
375
346
  :one: "하이티 구르드"
376
- :other: "Haitian gourdes"
347
+ :other: "하이티 구르드"
348
+ :symbol: "HTG"
377
349
  :HUF:
378
350
  :one: "헝가리 포린트"
379
- :other: "Hungarian forints"
351
+ :other: "헝가리 포린트"
352
+ :symbol: "HUF"
380
353
  :IDR:
381
354
  :one: "인도네시아 루피아"
382
- :other: "Indonesian rupiahs"
355
+ :other: "인도네시아 루피아"
356
+ :symbol: "IDR"
383
357
  :IEP:
384
358
  :one: "아일랜드 파운드"
385
- :other: "Irish pounds"
386
359
  :ILP:
387
360
  :one: "이스라엘 파운드"
388
- :other: "Israeli pounds"
389
- :ILR:
390
- :one: "Israeli sheqel (1980–1985)"
391
- :other: "Israeli sheqels (1980–1985)"
392
361
  :ILS:
393
362
  :one: "이스라엘 신권 세켈"
394
- :other: "Israeli new sheqels"
363
+ :other: "이스라엘 신권 세켈"
395
364
  :symbol: "₪"
396
365
  :INR:
397
366
  :one: "인도 루피"
398
- :other: "Indian rupees"
367
+ :other: "인도 루피"
399
368
  :symbol: "₹"
400
369
  :IQD:
401
370
  :one: "이라크 디나르"
402
- :other: "Iraqi dinars"
371
+ :other: "이라크 디나르"
372
+ :symbol: "IQD"
403
373
  :IRR:
404
374
  :one: "이란 리얄"
405
- :other: "Iranian rials"
406
- :ISJ:
407
- :one: "Icelandic króna (1918–1981)"
408
- :other: "Icelandic krónur (1918–1981)"
375
+ :other: "이란 리얄"
376
+ :symbol: "IRR"
409
377
  :ISK:
410
378
  :one: "아이슬란드 크로나"
411
- :other: "Icelandic krónur"
379
+ :other: "아이슬란드 크로나"
380
+ :symbol: "ISK"
412
381
  :ITL:
413
382
  :one: "이탈리아 리라"
414
- :other: "Italian liras"
415
383
  :JMD:
416
384
  :one: "자메이카 달러"
417
- :other: "Jamaican dollars"
418
- :symbol: "$"
385
+ :other: "자메이카 달러"
386
+ :symbol: "JMD"
419
387
  :JOD:
420
388
  :one: "요르단 디나르"
421
- :other: "Jordanian dinars"
389
+ :other: "요르단 디나르"
390
+ :symbol: "JOD"
422
391
  :JPY:
423
392
  :one: "일본 엔화"
424
- :other: "Japanese yen"
393
+ :other: "일본 엔화"
425
394
  :symbol: "JP¥"
426
395
  :KES:
427
396
  :one: "케냐 실링"
428
- :other: "Kenyan shillings"
397
+ :other: "케냐 실링"
398
+ :symbol: "KES"
429
399
  :KGS:
430
400
  :one: "키르기스스탄 솜"
431
- :other: "Kyrgystani soms"
401
+ :other: "키르기스스탄 "
402
+ :symbol: "KGS"
432
403
  :KHR:
433
404
  :one: "캄보디아 리얄"
434
- :other: "Cambodian riels"
435
- :symbol: ""
405
+ :other: "캄보디아 리얄"
406
+ :symbol: "KHR"
436
407
  :KMF:
437
408
  :one: "코모르 프랑"
438
- :other: "Comorian francs"
409
+ :other: "코모르 프랑"
410
+ :symbol: "KMF"
439
411
  :KPW:
440
412
  :one: "조선 민주주의 인민 공화국 원"
441
- :other: "North Korean won"
413
+ :other: "조선 민주주의 인민 공화국 원"
414
+ :symbol: "KPW"
442
415
  :KRH:
443
416
  :one: "대한민국 환 (1953–1962)"
444
- :other: "South Korean hwan (1953–1962)"
445
- :KRO:
446
- :one: "South Korean won (1945–1953)"
447
- :other: "South Korean won (1945–1953)"
448
417
  :KRW:
449
418
  :one: "대한민국 원"
450
- :other: "South Korean won"
419
+ :other: "대한민국 "
451
420
  :symbol: "₩"
452
421
  :KWD:
453
422
  :one: "쿠웨이트 디나르"
454
- :other: "Kuwaiti dinars"
423
+ :other: "쿠웨이트 디나르"
424
+ :symbol: "KWD"
455
425
  :KYD:
456
426
  :one: "케이맨 제도 달러"
457
- :other: "Cayman Islands dollars"
458
- :symbol: "$"
427
+ :other: "케이맨 제도 달러"
428
+ :symbol: "KYD"
459
429
  :KZT:
460
430
  :one: "카자흐스탄 텐게"
461
- :other: "Kazakhstani tenges"
462
- :symbol: ""
431
+ :other: "카자흐스탄 텐게"
432
+ :symbol: "KZT"
463
433
  :LAK:
464
434
  :one: "라오스 키프"
465
- :other: "Laotian kips"
466
- :symbol: ""
435
+ :other: "라오스 키프"
436
+ :symbol: "LAK"
467
437
  :LBP:
468
438
  :one: "레바논 파운드"
469
- :other: "Lebanese pounds"
439
+ :other: "레바논 파운드"
440
+ :symbol: "LBP"
470
441
  :LKR:
471
442
  :one: "스리랑카 루피"
472
- :other: "Sri Lankan rupees"
443
+ :other: "스리랑카 루피"
444
+ :symbol: "LKR"
473
445
  :LRD:
474
446
  :one: "라이베리아 달러"
475
- :other: "Liberian dollars"
476
- :symbol: "$"
447
+ :other: "라이베리아 달러"
448
+ :symbol: "LRD"
477
449
  :LSL:
478
450
  :one: "레소토 로티"
479
- :other: "Lesotho lotis"
480
451
  :LTL:
481
452
  :one: "리투아니아 리타"
482
- :other: "Lithuanian litai"
453
+ :other: "리투아니아 리타"
454
+ :symbol: "LTL"
483
455
  :LTT:
484
456
  :one: "룩셈부르크 타로나"
485
- :other: "Lithuanian talonases"
486
457
  :LUC:
487
458
  :one: "룩셈부르크 변환 프랑"
488
- :other: "Luxembourgian convertible francs"
489
459
  :LUF:
490
460
  :one: "룩셈부르크 프랑"
491
- :other: "Luxembourgian francs"
492
461
  :LUL:
493
462
  :one: "룩셈부르크 재정 프랑"
494
- :other: "Luxembourg financial francs"
495
463
  :LVL:
496
464
  :one: "라트비아 라트"
497
- :other: "Latvian lati"
465
+ :other: "라트비아 라트"
466
+ :symbol: "LVL"
498
467
  :LVR:
499
468
  :one: "라트비아 루블"
500
- :other: "Latvian rubles"
501
469
  :LYD:
502
470
  :one: "리비아 디나르"
503
- :other: "Libyan dinars"
471
+ :other: "리비아 디나르"
472
+ :symbol: "LYD"
504
473
  :MAD:
505
474
  :one: "모로코 디렘"
506
- :other: "Moroccan dirhams"
475
+ :other: "모로코 디렘"
476
+ :symbol: "MAD"
507
477
  :MAF:
508
478
  :one: "모로코 프랑"
509
- :other: "Moroccan francs"
510
479
  :MCF:
511
480
  :one: "모나코 프랑"
512
- :other: "Monegasque francs"
513
481
  :MDC:
514
482
  :one: "몰도바 쿠폰"
515
- :other: "Moldovan cupon"
516
483
  :MDL:
517
484
  :one: "몰도바 레이"
518
- :other: "Moldovan lei"
485
+ :other: "몰도바 레이"
486
+ :symbol: "MDL"
519
487
  :MGA:
520
488
  :one: "마다가스카르 아리아리"
521
- :other: "Malagasy Ariaries"
489
+ :other: "마다가스카르 아리아리"
490
+ :symbol: "MGA"
522
491
  :MGF:
523
492
  :one: "마다가스카르 프랑"
524
- :other: "Malagasy francs"
525
493
  :MKD:
526
494
  :one: "마케도니아 디나르"
527
- :other: "Macedonian denari"
528
- :MKN:
529
- :one: "Macedonian denar (1992–1993)"
530
- :other: "Macedonian denari (1992–1993)"
495
+ :other: "마케도니아 디나르"
496
+ :symbol: "MKD"
531
497
  :MLF:
532
498
  :one: "말리 프랑"
533
- :other: "Malian francs"
534
499
  :MMK:
535
500
  :one: "미얀마 키얏"
536
- :other: "Myanmar kyats"
501
+ :other: "미얀마 키얏"
502
+ :symbol: "MMK"
537
503
  :MNT:
538
504
  :one: "몽골 투그릭"
539
- :other: "Mongolian tugriks"
540
- :symbol: ""
505
+ :other: "몽골 투그릭"
506
+ :symbol: "MNT"
541
507
  :MOP:
542
508
  :one: "마카오 파타카"
543
- :other: "Macanese patacas"
509
+ :other: "마카오 파타카"
510
+ :symbol: "MOP"
544
511
  :MRO:
545
512
  :one: "모리타니 우기야"
546
- :other: "Mauritanian ouguiyas"
513
+ :other: "모리타니 우기야"
514
+ :symbol: "MRO"
547
515
  :MTL:
548
516
  :one: "몰타 리라"
549
- :other: "Maltese lira"
550
517
  :MTP:
551
518
  :one: "몰타 파운드"
552
- :other: "Maltese pounds"
553
519
  :MUR:
554
520
  :one: "모리셔스 루피"
555
- :other: "Mauritian rupees"
556
- :MVP:
557
- :one: "Maldivian rupee"
558
- :other: "Maldivian rupees"
521
+ :other: "모리셔스 루피"
522
+ :symbol: "MUR"
559
523
  :MVR:
560
524
  :one: "몰디브 제도 루피아"
561
- :other: "Maldivian rufiyaas"
525
+ :other: "몰디브 제도 루피아"
526
+ :symbol: "MVR"
562
527
  :MWK:
563
528
  :one: "말라위 콰쳐"
564
- :other: "Malawian Kwachas"
529
+ :other: "말라위 콰쳐"
530
+ :symbol: "MWK"
565
531
  :MXN:
566
532
  :one: "멕시코 페소"
567
- :other: "Mexican pesos"
533
+ :other: "멕시코 페소"
568
534
  :symbol: "MX$"
569
535
  :MXP:
570
536
  :one: "멕시코 실버 페소 (1861–1992)"
571
- :other: "Mexican silver pesos (1861–1992)"
572
537
  :MXV:
573
538
  :one: "멕시코 (UDI)"
574
- :other: "Mexican investment units"
575
539
  :MYR:
576
540
  :one: "말레이시아 링깃"
577
- :other: "Malaysian ringgits"
541
+ :other: "말레이시아 링깃"
542
+ :symbol: "MYR"
578
543
  :MZE:
579
544
  :one: "모잠비크 에스쿠도"
580
- :other: "Mozambican escudos"
581
545
  :MZM:
582
546
  :one: "고 모잠비크 메티칼"
583
- :other: "Mozambican meticals (1980–2006)"
584
547
  :MZN:
585
548
  :one: "모잠비크 메티칼"
586
- :other: "Mozambican meticals"
549
+ :other: "모잠비크 메티칼"
550
+ :symbol: "MZN"
587
551
  :NAD:
588
552
  :one: "나미비아 달러"
589
- :other: "Namibian dollars"
590
- :symbol: "$"
553
+ :other: "나미비아 달러"
554
+ :symbol: "NAD"
591
555
  :NGN:
592
556
  :one: "니제르 나이라"
593
- :other: "Nigerian nairas"
594
- :symbol: ""
557
+ :other: "니제르 나이라"
558
+ :symbol: "NGN"
595
559
  :NIC:
596
560
  :one: "니카라과 코르도바"
597
- :other: "Nicaraguan córdobas (1988–1991)"
598
561
  :NIO:
599
562
  :one: "니카라과 코르도바 오로"
600
- :other: "Nicaraguan córdobas"
563
+ :other: "니카라과 코르도바 오로"
564
+ :symbol: "NIO"
601
565
  :NLG:
602
566
  :one: "네델란드 길더"
603
- :other: "Dutch guilders"
604
567
  :NOK:
605
568
  :one: "노르웨이 크로네"
606
- :other: "Norwegian kroner"
569
+ :other: "노르웨이 크로네"
570
+ :symbol: "NOK"
607
571
  :NPR:
608
572
  :one: "네팔 루피"
609
- :other: "Nepalese rupees"
573
+ :other: "네팔 루피"
574
+ :symbol: "NPR"
610
575
  :NZD:
611
576
  :one: "뉴질랜드 달러"
612
- :other: "New Zealand dollars"
577
+ :other: "뉴질랜드 달러"
613
578
  :symbol: "NZ$"
614
579
  :OMR:
615
580
  :one: "오만 리얄"
616
- :other: "Omani rials"
581
+ :other: "오만 리얄"
582
+ :symbol: "OMR"
617
583
  :PAB:
618
584
  :one: "파나마 발보아"
619
- :other: "Panamanian balboas"
585
+ :other: "파나마 발보아"
586
+ :symbol: "PAB"
620
587
  :PEI:
621
588
  :one: "페루 인티"
622
- :other: "Peruvian intis"
623
589
  :PEN:
624
590
  :one: "페루 누에보 솔"
625
- :other: "Peruvian nuevos soles"
591
+ :other: "페루 누에보 "
592
+ :symbol: "PEN"
626
593
  :PES:
627
594
  :one: "페루 솔"
628
- :other: "Peruvian soles (1863–1965)"
629
595
  :PGK:
630
596
  :one: "파푸아뉴기니 키나"
631
- :other: "Papua New Guinean kina"
597
+ :other: "파푸아뉴기니 키나"
598
+ :symbol: "PGK"
632
599
  :PHP:
633
600
  :one: "필리핀 페소"
634
- :other: "Philippine pesos"
635
- :symbol: ""
601
+ :other: "필리핀 페소"
602
+ :symbol: "PHP"
636
603
  :PKR:
637
604
  :one: "파키스탄 루피"
638
- :other: "Pakistani rupees"
605
+ :other: "파키스탄 루피"
606
+ :symbol: "PKR"
639
607
  :PLN:
640
608
  :one: "폴란드 즐로티"
641
- :other: "Polish zlotys"
609
+ :other: "폴란드 즐로티"
610
+ :symbol: "PLN"
642
611
  :PLZ:
643
612
  :one: "폴란드 즐로티 (1950–1995)"
644
- :other: "Polish zlotys (PLZ)"
645
613
  :PTE:
646
614
  :one: "포르투갈 에스쿠도"
647
- :other: "Portuguese escudos"
648
615
  :PYG:
649
616
  :one: "파라과이 과라니"
650
- :other: "Paraguayan guaranis"
651
- :symbol: ""
617
+ :other: "파라과이 과라니"
618
+ :symbol: "PYG"
652
619
  :QAR:
653
620
  :one: "카타르 리얄"
654
- :other: "Qatari rials"
621
+ :other: "카타르 리얄"
622
+ :symbol: "QAR"
655
623
  :RHD:
656
624
  :one: "로디지아 달러"
657
- :other: "Rhodesian dollars"
658
625
  :ROL:
659
626
  :one: "루마니아 레이"
660
- :other: "Romanian Lei (1952–2006)"
661
627
  :RON:
662
628
  :one: "루마니아 레우"
663
- :other: "Romanian lei"
629
+ :other: "루마니아 레우"
630
+ :symbol: "RON"
664
631
  :RSD:
665
632
  :one: "세르비아 디나르"
666
- :other: "Serbian dinars"
633
+ :other: "세르비아 디나르"
634
+ :symbol: "RSD"
667
635
  :RUB:
668
636
  :one: "러시아 루블"
669
- :other: "Russian rubles"
637
+ :other: "러시아 루블"
638
+ :symbol: "RUB"
670
639
  :RUR:
671
640
  :one: "러시아 루블 (1991–1998)"
672
- :other: "Russian rubles (1991–1998)"
673
641
  :symbol: "р."
674
642
  :RWF:
675
643
  :one: "르완다 프랑"
676
- :other: "Rwandan francs"
644
+ :other: "르완다 프랑"
645
+ :symbol: "RWF"
677
646
  :SAR:
678
647
  :one: "사우디아라비아 리얄"
679
- :other: "Saudi riyals"
648
+ :other: "사우디아라비아 리얄"
649
+ :symbol: "SAR"
680
650
  :SBD:
681
651
  :one: "솔로몬 제도 달러"
682
- :other: "Solomon Islands dollars"
683
- :symbol: "$"
652
+ :other: "솔로몬 제도 달러"
653
+ :symbol: "SBD"
684
654
  :SCR:
685
655
  :one: "세이셸 루피"
686
656
  :other: "세이셸 루피"
657
+ :symbol: "SCR"
687
658
  :SDD:
688
659
  :one: "수단 디나르"
689
- :other: "Sudanese dinars (1992–2007)"
690
660
  :SDG:
691
661
  :one: "수단 파운드"
692
- :other: "Sudanese pounds"
662
+ :other: "수단 파운드"
663
+ :symbol: "SDG"
693
664
  :SDP:
694
665
  :one: "고 수단 파운드"
695
- :other: "Sudanese pounds (1957–1998)"
696
666
  :SEK:
697
667
  :one: "스웨덴 크로나"
698
- :other: "Swedish kronor"
668
+ :other: "스웨덴 크로나"
669
+ :symbol: "SEK"
699
670
  :SGD:
700
671
  :one: "싱가폴 달러"
701
- :other: "Singapore dollars"
702
- :symbol: "$"
672
+ :other: "싱가폴 달러"
673
+ :symbol: "SGD"
703
674
  :SHP:
704
675
  :one: "세인트헬레나 파운드"
705
- :other: "Saint Helena pounds"
676
+ :other: "세인트헬레나 파운드"
677
+ :symbol: "SHP"
706
678
  :SIT:
707
679
  :one: "슬로베니아 톨라르"
708
- :other: "Slovenian tolars"
709
680
  :SKK:
710
681
  :one: "슬로바키아 코루나"
711
- :other: "Slovak korunas"
712
682
  :SLL:
713
683
  :one: "시에라리온 리온"
714
- :other: "Sierra Leonean leones"
684
+ :other: "시에라리온 리온"
685
+ :symbol: "SLL"
715
686
  :SOS:
716
687
  :one: "소말리아 실링"
717
- :other: "Somali shillings"
688
+ :other: "소말리아 실링"
689
+ :symbol: "SOS"
718
690
  :SRD:
719
691
  :one: "수리남 달러"
720
- :other: "Surinamese dollars"
721
- :symbol: "$"
692
+ :other: "수리남 달러"
693
+ :symbol: "SRD"
722
694
  :SRG:
723
695
  :one: "수리남 길더"
724
- :other: "Surinamese guilders"
725
696
  :SSP:
726
697
  :one: "남수단 파운드"
727
- :other: "South Sudanese pounds"
728
- :symbol: "£"
698
+ :other: "남수단 파운드"
699
+ :symbol: "SSP"
729
700
  :STD:
730
701
  :one: "상투메 프린시페 도브라"
731
- :other: "São Tomé and Príncipe dobras"
702
+ :other: "상투메 프린시페 도브라"
703
+ :symbol: "STD"
732
704
  :SUR:
733
705
  :one: "소련 루블"
734
- :other: "Soviet roubles"
735
706
  :SVC:
736
707
  :one: "엘살바도르 콜론"
737
- :other: "Salvadoran colones"
738
708
  :SYP:
739
709
  :one: "시리아 파운드"
740
- :other: "Syrian pounds"
710
+ :other: "시리아 파운드"
711
+ :symbol: "SYP"
741
712
  :SZL:
742
713
  :one: "스와질란드 릴랑게니"
743
- :other: "Swazi emalangeni"
714
+ :other: "스와질란드 릴랑게니"
715
+ :symbol: "SZL"
744
716
  :THB:
745
717
  :one: "태국 바트"
746
- :other: "Thai baht"
718
+ :other: "태국 바트"
747
719
  :symbol: "฿"
748
720
  :TJR:
749
721
  :one: "타지키스탄 루블"
750
- :other: "Tajikistani rubles"
751
722
  :TJS:
752
723
  :one: "타지키스탄 소모니"
753
- :other: "Tajikistani somonis"
724
+ :other: "타지키스탄 소모니"
725
+ :symbol: "TJS"
754
726
  :TMM:
755
727
  :one: "투르크메니스탄 마나트 (1993–2009)"
756
- :other: "Turkmenistani manat (1993–2009)"
757
728
  :TMT:
758
729
  :one: "투르크메니스탄 마나트"
759
- :other: "Turkmenistani manat"
730
+ :other: "투르크메니스탄 마나트"
731
+ :symbol: "TMT"
760
732
  :TND:
761
733
  :one: "튀니지 디나르"
762
- :other: "Tunisian dinars"
734
+ :other: "튀니지 디나르"
735
+ :symbol: "TND"
763
736
  :TOP:
764
737
  :one: "통가 파앙가"
765
- :other: "Tongan paʻanga"
738
+ :other: "통가 파앙가"
739
+ :symbol: "TOP"
766
740
  :TPE:
767
741
  :one: "티모르 에스쿠도"
768
- :other: "Timorese escudos"
769
742
  :TRL:
770
743
  :one: "터키 리라"
771
- :other: "Turkish Lira (1922–2005)"
772
744
  :TRY:
773
745
  :one: "신 터키 리라"
774
746
  :other: "신 터키 리라"
775
- :symbol: ""
747
+ :symbol: "TRY"
776
748
  :TTD:
777
749
  :one: "트리니다드 토바고 달러"
778
- :other: "Trinidad and Tobago dollars"
779
- :symbol: "$"
750
+ :other: "트리니다드 토바고 달러"
751
+ :symbol: "TTD"
780
752
  :TWD:
781
753
  :one: "신 타이완 달러"
782
754
  :other: "신 타이완 달러"
783
755
  :symbol: "NT$"
784
756
  :TZS:
785
757
  :one: "탄자니아 실링"
786
- :other: "Tanzanian shillings"
758
+ :other: "탄자니아 실링"
759
+ :symbol: "TZS"
787
760
  :UAH:
788
761
  :one: "우크라이나 그리브나"
789
- :other: "Ukrainian hryvnias"
790
- :symbol: ""
762
+ :other: "우크라이나 그리브나"
763
+ :symbol: "UAH"
791
764
  :UAK:
792
765
  :one: "우크라이나 카보바네츠"
793
- :other: "Ukrainian karbovantsiv"
794
766
  :UGS:
795
767
  :one: "우간다 실링 (1966–1987)"
796
- :other: "Ugandan shillings (1966–1987)"
797
768
  :UGX:
798
769
  :one: "우간다 실링"
799
- :other: "Ugandan shillings"
770
+ :other: "우간다 실링"
771
+ :symbol: "UGX"
800
772
  :USD:
801
773
  :one: "미국 달러"
802
- :other: "US dollars"
774
+ :other: "미국 달러"
803
775
  :symbol: "US$"
804
776
  :USN:
805
777
  :one: "미국 달러(다음날)"
806
- :other: "US dollars (next day)"
807
778
  :USS:
808
779
  :one: "미국 달러(당일)"
809
- :other: "US dollars (same day)"
810
780
  :UYI:
811
781
  :one: "우루과이 페소 (UI)"
812
- :other: "Uruguayan pesos (indexed units)"
813
782
  :UYP:
814
783
  :one: "우루과이 페소 (1975–1993)"
815
- :other: "Uruguayan pesos (1975–1993)"
816
784
  :UYU:
817
785
  :one: "우루과이 페소 우루과요"
818
- :other: "Uruguayan pesos"
819
- :symbol: "$"
786
+ :other: "우루과이 페소 우루과요"
787
+ :symbol: "UYU"
820
788
  :UZS:
821
789
  :one: "우즈베키스탄 숨"
822
- :other: "Uzbekistan som"
790
+ :other: "우즈베키스탄 "
791
+ :symbol: "UZS"
823
792
  :VEB:
824
793
  :one: "베네주엘라 볼리바르 (1871–2008)"
825
- :other: "Venezuelan bolívars (1871–2008)"
826
794
  :VEF:
827
- :one: "베네주엘라 볼리바르"
828
- :other: "Venezuelan bolívars"
795
+ :one: "베네수엘라 볼리바르"
796
+ :other: "베네수엘라 볼리바르"
797
+ :symbol: "VEF"
829
798
  :VND:
830
799
  :one: "베트남 동"
831
- :other: "Vietnamese dong"
800
+ :other: "베트남 "
832
801
  :symbol: "₫"
833
802
  :VNN:
834
803
  :one: "베트남 동 (1978–1985)"
835
- :other: "Vietnamese dong (1978–1985)"
836
804
  :VUV:
837
805
  :one: "바누아투 바투"
838
- :other: "Vanuatu vatus"
806
+ :other: "바누아투 바투"
807
+ :symbol: "VUV"
839
808
  :WST:
840
809
  :one: "서 사모아 탈라"
841
- :other: "Samoan tala"
810
+ :other: " 사모아 탈라"
811
+ :symbol: "WST"
842
812
  :XAF:
843
813
  :one: "CFA 프랑 BEAC"
844
814
  :other: "CFA 프랑 BEAC"
845
815
  :symbol: "FCFA"
846
816
  :XAG:
847
817
  :one: "은화"
848
- :other: "troy ounces of silver"
849
818
  :XAU:
850
819
  :one: "금"
851
- :other: "troy ounces of gold"
852
820
  :XBA:
853
821
  :one: "유르코 (유럽 회계 단위)"
854
- :other: "European composite units"
855
822
  :XBB:
856
823
  :one: "유럽 통화 동맹"
857
- :other: "European monetary units"
858
824
  :XBC:
859
825
  :one: "유럽 계산 단위 (XBC)"
860
- :other: "European units of account (XBC)"
861
826
  :XBD:
862
827
  :one: "유럽 계산 단위 (XBD)"
863
- :other: "European units of account (XBD)"
864
828
  :XCD:
865
829
  :one: "동카리브 달러"
866
- :other: "East Caribbean dollars"
830
+ :other: "동카리브 달러"
867
831
  :symbol: "EC$"
868
832
  :XDR:
869
833
  :one: "특별인출권"
870
- :other: "special drawing rights"
871
834
  :XEU:
872
835
  :one: "유럽 환율 단위"
873
- :other: "European currency units"
874
836
  :XFO:
875
837
  :one: "프랑스 프랑 (Gold)"
876
- :other: "French gold francs"
877
838
  :XFU:
878
839
  :one: "프랑스 프랑 (UIC)"
879
- :other: "French UIC-francs"
880
840
  :XOF:
881
841
  :one: "CFA 프랑 BCEAO"
882
842
  :other: "CFA 프랑 BCEAO"
883
843
  :symbol: "CFA"
884
844
  :XPD:
885
845
  :one: "팔라듐"
886
- :other: "troy ounces of palladium"
887
846
  :XPF:
888
847
  :one: "CFP 프랑"
889
848
  :other: "CFP 프랑"
890
849
  :symbol: "CFPF"
891
850
  :XPT:
892
851
  :one: "백금"
893
- :other: "troy ounces of platinum"
894
852
  :XRE:
895
853
  :one: "RINET 기금"
896
- :other: "RINET Funds units"
897
- :XSU:
898
- :one: "Sucre"
899
- :other: "Sucres"
900
854
  :XTS:
901
855
  :one: "테스트 통화 코드"
902
- :other: "Testing Currency units"
903
- :XUA:
904
- :one: "ADB unit of account"
905
- :other: "ADB units of account"
906
856
  :XXX:
907
857
  :one: "알 수 없는 통화단위"
908
- :other: "(unknown currency)"
858
+ :other: " 수 없는 통화단위"
909
859
  :YDD:
910
860
  :one: "예멘 디나르"
911
- :other: "Yemeni dinars"
912
861
  :YER:
913
862
  :one: "예멘 리알"
914
- :other: "Yemeni rials"
863
+ :other: "예멘 리알"
864
+ :symbol: "YER"
915
865
  :YUD:
916
866
  :one: "유고슬라비아 동전 디나르"
917
- :other: "Yugoslavian hard dinars (1966–1990)"
918
867
  :YUM:
919
868
  :one: "유고슬라비아 노비 디나르"
920
- :other: "Yugoslavian new dinars (1994–2002)"
921
869
  :YUN:
922
870
  :one: "유고슬라비아 전환 디나르"
923
- :other: "Yugoslavian convertible dinars (1990–1992)"
924
- :YUR:
925
- :one: "Yugoslavian reformed dinar (1992–1993)"
926
- :other: "Yugoslavian reformed dinars (1992–1993)"
927
871
  :ZAL:
928
872
  :one: "남아프리카 랜드 (금융)"
929
- :other: "South African rands (financial)"
930
873
  :ZAR:
931
874
  :one: "남아프리카 랜드"
932
- :other: "South African rand"
875
+ :other: "남아프리카 랜드"
876
+ :symbol: "ZAR"
933
877
  :ZMK:
934
878
  :one: "쟘비아 콰쳐 (1968–2012)"
935
- :other: "Zambian kwachas (1968–2012)"
936
879
  :ZMW:
937
880
  :one: "잠비아 콰쳐"
938
- :other: "Zambian kwachas"
881
+ :other: "잠비아 콰쳐"
882
+ :symbol: "ZMW"
939
883
  :ZRN:
940
884
  :one: "자이르 신권 자이르"
941
- :other: "Zairean new zaires (1993–1998)"
942
885
  :ZRZ:
943
886
  :one: "자이르 자이르"
944
- :other: "Zairean zaires (1971–1993)"
945
887
  :ZWD:
946
888
  :one: "짐바브웨 달러"
947
- :other: "Zimbabwean dollars (1980–2008)"
948
889
  :ZWL:
949
890
  :one: "짐바브웨 달러 (2009)"
950
- :other: "Zimbabwean dollars (2009)"
951
891
  :ZWR:
952
892
  :one: "짐바브웨 달러 (2008)"
953
- :other: "Zimbabwean dollars (2008)"