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
@@ -3,21 +3,21 @@
3
3
  :lists:
4
4
  :default:
5
5
  2: "{0} e {1}"
6
- :end: "{0}, e {1}"
6
+ :end: "{0} e {1}"
7
7
  :middle: "{0}, {1}"
8
8
  :start: "{0}, {1}"
9
9
  :unit:
10
10
  2: "{0} e {1}"
11
- :end: "{0}, e {1}"
11
+ :end: "{0} e {1}"
12
12
  :middle: "{0}, {1}"
13
13
  :start: "{0}, {1}"
14
14
  :unit-narrow:
15
- 2: "{0}, {1}"
16
- :end: "{0}, e {1}"
15
+ 2: "{0} e {1}"
16
+ :end: "{0} e {1}"
17
17
  :middle: "{0}, {1}"
18
18
  :start: "{0}, {1}"
19
19
  :unit-short:
20
- 2: "{0}, {1}"
21
- :end: "{0}, e {1}"
20
+ 2: "{0} e {1}"
21
+ :end: "{0} e {1}"
22
22
  :middle: "{0}, {1}"
23
23
  :start: "{0}, {1}"
@@ -14,31 +14,79 @@
14
14
  :patterns:
15
15
  :default: "#,##0.###"
16
16
  :long:
17
- 1000: "0 migliaia"
18
- 10000: "00 migliaia"
19
- 100000: "000 migliaia"
20
- 1000000: "0 milioni"
21
- 10000000: "00 milioni"
22
- 100000000: "000 milioni"
23
- 1000000000: "0 miliardi"
24
- 10000000000: "00 miliardi"
25
- 100000000000: "000 miliardi"
26
- 1000000000000: "0 bilioni"
27
- 10000000000000: "00 bilioni"
28
- 100000000000000: "000 bilioni"
17
+ 1000:
18
+ :one: "0 migliaio"
19
+ :other: "0 migliaia"
20
+ 10000:
21
+ :one: "00 migliaia"
22
+ :other: "00 migliaia"
23
+ 100000:
24
+ :one: "000 migliaia"
25
+ :other: "000 migliaia"
26
+ 1000000:
27
+ :one: "0 milione"
28
+ :other: "0 milioni"
29
+ 10000000:
30
+ :one: "00 milioni"
31
+ :other: "00 milioni"
32
+ 100000000:
33
+ :one: "000 milioni"
34
+ :other: "000 milioni"
35
+ 1000000000:
36
+ :one: "0 miliardo"
37
+ :other: "0 miliardi"
38
+ 10000000000:
39
+ :one: "00 miliardi"
40
+ :other: "00 miliardi"
41
+ 100000000000:
42
+ :one: "000 miliardi"
43
+ :other: "000 miliardi"
44
+ 1000000000000:
45
+ :one: "0 migliaio di miliardi"
46
+ :other: "0 migliaia di miliardi"
47
+ 10000000000000:
48
+ :one: "00 migliaia di miliardi"
49
+ :other: "00 migliaia di miliardi"
50
+ 100000000000000:
51
+ :one: "000 migliaia di miliardi"
52
+ :other: "000 migliaia di miliardi"
29
53
  :short:
30
- 1000: 0
31
- 10000: 0
32
- 100000: 0
33
- 1000000: "0 Mln"
34
- 10000000: "00 Mln"
35
- 100000000: "000 Mln"
36
- 1000000000: "0 Mld"
37
- 10000000000: "00 Mld"
38
- 100000000000: "000 Mld"
39
- 1000000000000: "0 Bln"
40
- 10000000000000: "00 Bln"
41
- 100000000000000: "000 Bln"
54
+ 1000:
55
+ :one: 0
56
+ :other: 0
57
+ 10000:
58
+ :one: 0
59
+ :other: 0
60
+ 100000:
61
+ :one: 0
62
+ :other: 0
63
+ 1000000:
64
+ :one: "0 Mln"
65
+ :other: "0 Mln"
66
+ 10000000:
67
+ :one: "00 Mln"
68
+ :other: "00 Mln"
69
+ 100000000:
70
+ :one: "000 Mln"
71
+ :other: "000 Mln"
72
+ 1000000000:
73
+ :one: "0 Mld"
74
+ :other: "0 Mld"
75
+ 10000000000:
76
+ :one: "00 Mld"
77
+ :other: "00 Mld"
78
+ 100000000000:
79
+ :one: "000 Mld"
80
+ :other: "000 Mld"
81
+ 1000000000000:
82
+ :one: "0 Bln"
83
+ :other: "0 Bln"
84
+ 10000000000000:
85
+ :one: "00 Bln"
86
+ :other: "00 Bln"
87
+ 100000000000000:
88
+ :one: "000 Bln"
89
+ :other: "000 Bln"
42
90
  :percent:
43
91
  :number_system: "latn"
44
92
  :patterns:
@@ -60,3 +108,4 @@
60
108
  :percent_sign: "%"
61
109
  :plus_sign: "+"
62
110
  :superscripting_exponent: "×"
111
+ :time_separator: ":"
@@ -0,0 +1,8 @@
1
+ ---
2
+ :it:
3
+ :cardinal:
4
+ :one: "i = 1 and v = 0 @integer 1"
5
+ :other: " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
6
+ :ordinal:
7
+ :many: "n = 11,8,80,800 @integer 8, 11, 80, 800"
8
+ :other: " @integer 0~7, 9, 10, 12~17, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,5 +1,16 @@
1
1
  ---
2
- :it: ! '{ :''it'' => { :i18n => { :plural => { :keys => [:one, :other], :rule => lambda
3
- { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); (n.to_i == 1 && ((v = n.to_s.split(".")[1]) ? v.length : 0) == 0) ? :one :
5
- :other } } } } }'
2
+ :it:
3
+ :cardinal:
4
+ :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
5
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); ((i == 1 && v ==
6
+ 0) ? :one : :other) }'
7
+ :names:
8
+ - :one
9
+ - :other
10
+ :ordinal:
11
+ :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
12
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (((n == 11) || (n
13
+ == 8) || (n == 80) || (n == 800)) ? :many : :other) }'
14
+ :names:
15
+ - :many
16
+ - :other
@@ -19,7 +19,7 @@
19
19
  :aw: "Aruba"
20
20
  :ax: "Isole Aland"
21
21
  :az: "Azerbaigian"
22
- :ba: "Bosnia Erzegovina"
22
+ :ba: "Bosnia-Erzegovina"
23
23
  :bb: "Barbados"
24
24
  :bd: "Bangladesh"
25
25
  :be: "Belgio"
@@ -28,7 +28,7 @@
28
28
  :bh: "Bahrein"
29
29
  :bi: "Burundi"
30
30
  :bj: "Benin"
31
- :bl: "San Bartolomeo"
31
+ :bl: "Saint-Barthélemy"
32
32
  :bm: "Bermuda"
33
33
  :bn: "Brunei"
34
34
  :bo: "Bolivia"
@@ -42,11 +42,11 @@
42
42
  :bz: "Belize"
43
43
  :ca: "Canada"
44
44
  :cc: "Isole Cocos"
45
- :cd: "Congo - RDC"
45
+ :cd: "Congo (RDC)"
46
46
  :cf: "Repubblica Centrafricana"
47
- :cg: "Repubblica del Congo"
47
+ :cg: "Congo (repubblica)"
48
48
  :ch: "Svizzera"
49
- :ci: "Costa d'Avorio"
49
+ :ci: "Costa dAvorio"
50
50
  :ck: "Isole Cook"
51
51
  :cl: "Cile"
52
52
  :cm: "Camerun"
@@ -96,7 +96,7 @@
96
96
  :gp: "Guadalupa"
97
97
  :gq: "Guinea Equatoriale"
98
98
  :gr: "Grecia"
99
- :gs: "Georgia del Sud e Isole Sandwich del Sud"
99
+ :gs: "Georgia del Sud e isole Sandwich meridionali"
100
100
  :gt: "Guatemala"
101
101
  :gu: "Guam"
102
102
  :gw: "Guinea-Bissau"
@@ -153,7 +153,7 @@
153
153
  :mh: "Isole Marshall"
154
154
  :mk: "Repubblica ex Jugoslava di Macedonia"
155
155
  :ml: "Mali"
156
- :mm: "Myanmar"
156
+ :mm: "Myanmar (Birmania)"
157
157
  :mn: "Mongolia"
158
158
  :mo: "Macao"
159
159
  :mp: "Isole Marianne Settentrionali"
@@ -181,7 +181,7 @@
181
181
  :nu: "Niue"
182
182
  :nz: "Nuova Zelanda"
183
183
  :om: "Oman"
184
- :pa: "Panama"
184
+ :pa: "Panamá"
185
185
  :pe: "Perù"
186
186
  :pf: "Polinesia Francese"
187
187
  :pg: "Papua Nuova Guinea"
@@ -218,7 +218,7 @@
218
218
  :so: "Somalia"
219
219
  :sr: "Suriname"
220
220
  :ss: "Sudan del Sud"
221
- :st: "Sao Tomé e Príncipe"
221
+ :st: "São Tomé e Príncipe"
222
222
  :sv: "El Salvador"
223
223
  :sx: "Sint Maarten"
224
224
  :sy: "Siria"
@@ -3,12 +3,13 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
+ :E: "ccc"
6
7
  :EEEEd: "d日EEEE"
7
- :EHm: "HH 時 mm (E)"
8
- :EHms: "HH 時 mmss (E)"
8
+ :EHm: "H:mm (E)"
9
+ :EHms: "H:mm:ss (E)"
9
10
  :Ed: "d日(E)"
10
- :Ehm: "a K 時 mm (E)"
11
- :Ehms: "a K 時 mmss (E)"
11
+ :Ehm: "aK:mm (E)"
12
+ :Ehms: "aK:mm:ss (E)"
12
13
  :Gy: "Gy年"
13
14
  :GyMMM: "Gy年M月"
14
15
  :GyMMMEEEEd: "Gy年M月d日EEEE"
@@ -113,24 +114,41 @@
113
114
  :eras:
114
115
  :abbr:
115
116
  0: "西暦紀元前"
116
- 1: "西暦"
117
+ 1: "西暦紀元"
117
118
  :name:
118
119
  0: "西暦紀元前"
119
- 1: "西暦"
120
+ 1: "西暦紀元"
120
121
  :narrow:
121
122
  0: "BCE"
122
123
  1: "CE"
123
124
  :fields:
124
125
  :day: "日"
126
+ :day-narrow: "日"
127
+ :day-short: "日"
125
128
  :dayperiod: "午前/午後"
126
129
  :era: "時代"
127
130
  :hour: "時"
131
+ :hour-narrow: "時"
132
+ :hour-short: "時"
128
133
  :minute: "分"
134
+ :minute-narrow: "分"
135
+ :minute-short: "分"
129
136
  :month: "月"
137
+ :month-narrow: "月"
138
+ :month-short: "月"
139
+ :quarter: "四半期"
140
+ :quarter-narrow: "四半期"
141
+ :quarter-short: "四半期"
130
142
  :second: "秒"
143
+ :second-narrow: "秒"
144
+ :second-short: "秒"
131
145
  :week: "週"
146
+ :week-narrow: "週"
147
+ :week-short: "週"
132
148
  :weekday: "曜日"
133
149
  :year: "年"
150
+ :year-narrow: "年"
151
+ :year-short: "年"
134
152
  :zone: "タイムゾーン"
135
153
  :formats:
136
154
  :date:
@@ -252,9 +270,6 @@
252
270
  :am: "午前"
253
271
  :noon: "正午"
254
272
  :pm: "午後"
255
- :variant:
256
- :am: "a.m."
257
- :pm: "p.m."
258
273
  :stand-alone: {}
259
274
  :quarters:
260
275
  :format:
@@ -4,58 +4,75 @@
4
4
  :ADP:
5
5
  :one: "アンドラ ペセタ"
6
6
  :other: "アンドラ ペセタ"
7
+ :symbol: "ADP"
7
8
  :AED:
8
9
  :one: "アラブ首長国連邦ディルハム"
9
10
  :other: "アラブ首長国連邦ディルハム"
11
+ :symbol: "AED"
10
12
  :AFA:
11
13
  :one: "アフガニスタン アフガニー (1927–2002)"
12
14
  :other: "アフガニスタン アフガニー (1927–2002)"
15
+ :symbol: "AFA"
13
16
  :AFN:
14
17
  :one: "アフガニー"
15
18
  :other: "アフガニー"
19
+ :symbol: "AFN"
16
20
  :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
21
+ :one: "アルバニア レク (1946–1965)"
22
+ :other: "アルバニア レク (1946–1965)"
23
+ :symbol: "ALK"
19
24
  :ALL:
20
25
  :one: "アルバニア レク"
21
26
  :other: "アルバニア レク"
27
+ :symbol: "ALL"
22
28
  :AMD:
23
29
  :one: "アルメニア ドラム"
24
30
  :other: "アルメニア ドラム"
31
+ :symbol: "AMD"
25
32
  :ANG:
26
33
  :one: "オランダ領アンティル ギルダー"
27
34
  :other: "オランダ領アンティル ギルダー"
35
+ :symbol: "ANG"
28
36
  :AOA:
29
37
  :one: "クワンザ"
30
38
  :other: "クワンザ"
39
+ :symbol: "AOA"
31
40
  :AOK:
32
41
  :one: "アンゴラ クワンザ (1977–1991)"
33
42
  :other: "アンゴラ クワンザ (1977–1991)"
43
+ :symbol: "AOK"
34
44
  :AON:
35
45
  :one: "アンゴラ 新クワンザ (1990–2000)"
36
46
  :other: "アンゴラ 新クワンザ (1990–2000)"
47
+ :symbol: "AON"
37
48
  :AOR:
38
49
  :one: "アンゴラ 旧クワンザ (1995–1999)"
39
50
  :other: "アンゴラ 旧クワンザ (1995–1999)"
51
+ :symbol: "AOR"
40
52
  :ARA:
41
53
  :one: "アルゼンチン アゥストラール"
42
54
  :other: "アルゼンチン アゥストラール"
55
+ :symbol: "ARA"
43
56
  :ARL:
44
57
  :one: "アルゼンチン・ペソ・レイ(1970-1983)"
45
58
  :other: "アルゼンチン・ペソ・レイ(1970-1983)"
59
+ :symbol: "ARL"
46
60
  :ARM:
47
61
  :one: "アルゼンチン・ペソ(1881-1970)"
48
62
  :other: "アルゼンチン・ペソ(1881-1970)"
63
+ :symbol: "ARM"
49
64
  :ARP:
50
65
  :one: "アルゼンチン ペソ (1983–1985)"
51
66
  :other: "アルゼンチン ペソ (1983–1985)"
67
+ :symbol: "ARP"
52
68
  :ARS:
53
69
  :one: "アルゼンチン ペソ"
54
70
  :other: "アルゼンチン ペソ"
55
- :symbol: "$"
71
+ :symbol: "ARS"
56
72
  :ATS:
57
73
  :one: "オーストリア シリング"
58
74
  :other: "オーストリア シリング"
75
+ :symbol: "ATS"
59
76
  :AUD:
60
77
  :one: "オーストラリア ドル"
61
78
  :other: "オーストラリア ドル"
@@ -63,85 +80,107 @@
63
80
  :AWG:
64
81
  :one: "アルバ ギルダー"
65
82
  :other: "アルバ ギルダー"
83
+ :symbol: "AWG"
66
84
  :AZM:
67
85
  :one: "アゼルバイジャン マナト (1993–2006)"
68
86
  :other: "アゼルバイジャン マナト (1993–2006)"
87
+ :symbol: "AZM"
69
88
  :AZN:
70
89
  :one: "アゼルバイジャン マナト"
71
90
  :other: "アゼルバイジャン マナト"
91
+ :symbol: "AZN"
72
92
  :BAD:
73
93
  :one: "ボスニア・ヘルツェゴビナ ディナール (1992–1994)"
74
94
  :other: "ボスニア・ヘルツェゴビナ ディナール (1992–1994)"
95
+ :symbol: "BAD"
75
96
  :BAM:
76
97
  :one: "ボスニア マルク (BAM)"
77
98
  :other: "ボスニア マルク (BAM)"
99
+ :symbol: "BAM"
78
100
  :BAN:
79
101
  :one: "ボスニア・ヘルツェゴビナ 新ディナール(1994-1997)"
80
102
  :other: "ボスニア・ヘルツェゴビナ 新ディナール(1994-1997)"
103
+ :symbol: "BAN"
81
104
  :BBD:
82
105
  :one: "バルバドス ドル"
83
106
  :other: "バルバドス ドル"
84
- :symbol: "$"
107
+ :symbol: "BBD"
85
108
  :BDT:
86
109
  :one: "バングラデシュ タカ"
87
110
  :other: "バングラデシュ タカ"
88
- :symbol: ""
111
+ :symbol: "BDT"
89
112
  :BEC:
90
113
  :one: "ベルギー フラン (BEC)"
91
114
  :other: "ベルギー フラン (BEC)"
115
+ :symbol: "BEC"
92
116
  :BEF:
93
117
  :one: "ベルギー フラン"
94
118
  :other: "ベルギー フラン"
119
+ :symbol: "BEF"
95
120
  :BEL:
96
121
  :one: "ベルギー フラン (BEL)"
97
122
  :other: "ベルギー フラン (BEL)"
123
+ :symbol: "BEL"
98
124
  :BGL:
99
125
  :one: "ブルガリア レフ"
100
126
  :other: "ブルガリア レフ"
127
+ :symbol: "BGL"
101
128
  :BGM:
102
129
  :one: "ブルガリア社会主義 レフ"
103
130
  :other: "ブルガリア社会主義 レフ"
131
+ :symbol: "BGM"
104
132
  :BGN:
105
133
  :one: "ブルガリア 新レフ"
106
134
  :other: "ブルガリア 新レフ"
135
+ :symbol: "BGN"
107
136
  :BGO:
108
137
  :one: "ブルガリア レフ(1879-1952)"
109
138
  :other: "ブルガリア レフ(1879-1952)"
139
+ :symbol: "BGO"
110
140
  :BHD:
111
141
  :one: "バーレーン ディナール"
112
142
  :other: "バーレーン ディナール"
143
+ :symbol: "BHD"
113
144
  :BIF:
114
145
  :one: "ブルンジ フラン"
115
146
  :other: "ブルンジ フラン"
147
+ :symbol: "BIF"
116
148
  :BMD:
117
149
  :one: "バミューダ ドル"
118
150
  :other: "バミューダ ドル"
119
- :symbol: "$"
151
+ :symbol: "BMD"
120
152
  :BND:
121
153
  :one: "ブルネイ ドル"
122
154
  :other: "ブルネイ ドル"
123
- :symbol: "$"
155
+ :symbol: "BND"
124
156
  :BOB:
125
157
  :one: "ボリビア ボリビアーノ"
126
158
  :other: "ボリビア ボリビアーノ"
159
+ :symbol: "BOB"
127
160
  :BOL:
128
161
  :one: "ボリビア ボリビアーノ (1863–1963)"
129
162
  :other: "ボリビア ボリビアーノ (1863–1963)"
163
+ :symbol: "BOL"
130
164
  :BOP:
131
165
  :one: "ボリビア ペソ"
132
166
  :other: "ボリビア ペソ"
167
+ :symbol: "BOP"
133
168
  :BOV:
134
169
  :one: "ボリビア (Mvdol)"
135
170
  :other: "ボリビア (Mvdol)"
171
+ :symbol: "BOV"
136
172
  :BRB:
137
173
  :one: "ブラジル 新クルゼイロ (1967–1986)"
138
174
  :other: "ブラジル 新クルゼイロ (1967–1986)"
175
+ :symbol: "BRB"
139
176
  :BRC:
140
177
  :one: "ブラジル クルザード (1986–1989)"
141
178
  :other: "ブラジル クルザード (1986–1989)"
179
+ :symbol: "BRC"
142
180
  :BRE:
143
181
  :one: "ブラジル クルゼイロ (1990–1993)"
144
182
  :other: "ブラジル クルゼイロ (1990–1993)"
183
+ :symbol: "BRE"
145
184
  :BRL:
146
185
  :one: "ブラジル レアル"
147
186
  :other: "ブラジル レアル"
@@ -149,36 +188,43 @@
149
188
  :BRN:
150
189
  :one: "ブラジル 新クルザード (1989–1990)"
151
190
  :other: "ブラジル 新クルザード (1989–1990)"
191
+ :symbol: "BRN"
152
192
  :BRR:
153
193
  :one: "ブラジル クルゼイロ (1993–1994)"
154
194
  :other: "ブラジル クルゼイロ (1993–1994)"
195
+ :symbol: "BRR"
155
196
  :BRZ:
156
197
  :one: "ブラジル クルゼイロ(1942-1967)"
157
198
  :other: "ブラジル クルゼイロ(1942-1967)"
199
+ :symbol: "BRZ"
158
200
  :BSD:
159
201
  :one: "バハマ ドル"
160
202
  :other: "バハマ ドル"
161
- :symbol: "$"
203
+ :symbol: "BSD"
162
204
  :BTN:
163
205
  :one: "ブータン ニュルタム"
164
206
  :other: "ブータン ニュルタム"
207
+ :symbol: "BTN"
165
208
  :BUK:
166
209
  :one: "ビルマ チャット"
167
210
  :other: "ビルマ チャット"
211
+ :symbol: "BUK"
168
212
  :BWP:
169
213
  :one: "ボツワナ プラ"
170
214
  :other: "ボツワナ プラ"
215
+ :symbol: "BWP"
171
216
  :BYB:
172
217
  :one: "ベラルーシ 新ルーブル (1994–1999)"
173
218
  :other: "ベラルーシ 新ルーブル (1994–1999)"
219
+ :symbol: "BYB"
174
220
  :BYR:
175
221
  :one: "ベラルーシ ルーブル"
176
222
  :other: "ベラルーシ ルーブル"
177
- :symbol: "р."
223
+ :symbol: "BYR"
178
224
  :BZD:
179
225
  :one: "ベリーズ ドル"
180
226
  :other: "ベリーズ ドル"
181
- :symbol: "$"
227
+ :symbol: "BZD"
182
228
  :CAD:
183
229
  :one: "カナダ ドル"
184
230
  :other: "カナダ ドル"
@@ -186,28 +232,35 @@
186
232
  :CDF:
187
233
  :one: "コンゴ フラン"
188
234
  :other: "コンゴ フラン"
235
+ :symbol: "CDF"
189
236
  :CHE:
190
237
  :one: "ユーロ (WIR)"
191
238
  :other: "ユーロ (WIR)"
239
+ :symbol: "CHE"
192
240
  :CHF:
193
241
  :one: "スイス フラン"
194
242
  :other: "スイス フラン"
243
+ :symbol: "CHF"
195
244
  :CHW:
196
245
  :one: "フラン (WIR)"
197
246
  :other: "フラン (WIR)"
247
+ :symbol: "CHW"
198
248
  :CLE:
199
249
  :one: "チリ エスクード"
200
250
  :other: "チリ エスクード"
251
+ :symbol: "CLE"
201
252
  :CLF:
202
253
  :one: "チリ ウニダ・デ・フォメント (UF)"
203
254
  :other: "チリ ウニダ・デ・フォメント (UF)"
255
+ :symbol: "CLF"
204
256
  :CLP:
205
257
  :one: "チリ ペソ"
206
258
  :other: "チリ ペソ"
207
- :symbol: "$"
259
+ :symbol: "CLP"
208
260
  :CNX:
209
- :one: "Chinese People’s Bank dollar"
210
- :other: "Chinese People’s Bank dollars"
261
+ :one: "中国人民銀行ドル"
262
+ :other: "中国人民銀行ドル"
263
+ :symbol: "CNX"
211
264
  :CNY:
212
265
  :one: "中国人民元"
213
266
  :other: "中国人民元"
@@ -215,83 +268,103 @@
215
268
  :COP:
216
269
  :one: "コロンビア ペソ"
217
270
  :other: "コロンビア ペソ"
218
- :symbol: "$"
271
+ :symbol: "COP"
219
272
  :COU:
220
273
  :one: "コロンビア レアル (UVR)"
221
274
  :other: "コロンビア レアル (UVR)"
275
+ :symbol: "COU"
222
276
  :CRC:
223
277
  :one: "コスタリカ コロン"
224
278
  :other: "コスタリカ コロン"
225
- :symbol: ""
279
+ :symbol: "CRC"
226
280
  :CSD:
227
281
  :one: "セルビア ディナール (2002–2006)"
228
282
  :other: "セルビア ディナール (2002–2006)"
283
+ :symbol: "CSD"
229
284
  :CSK:
230
285
  :one: "チェコスロバキア コルナ"
231
286
  :other: "チェコスロバキア コルナ"
287
+ :symbol: "CSK"
232
288
  :CUC:
233
289
  :one: "キューバ 兌換ペソ"
234
290
  :other: "キューバ 兌換ペソ"
291
+ :symbol: "CUC"
235
292
  :CUP:
236
293
  :one: "キューバ ペソ"
237
294
  :other: "キューバ ペソ"
238
- :symbol: "$"
295
+ :symbol: "CUP"
239
296
  :CVE:
240
297
  :one: "カーボベルデ エスクード"
241
298
  :other: "カーボベルデ エスクード"
299
+ :symbol: "CVE"
242
300
  :CYP:
243
301
  :one: "キプロス ポンド"
244
302
  :other: "キプロス ポンド"
303
+ :symbol: "CYP"
245
304
  :CZK:
246
305
  :one: "チェコ コルナ"
247
306
  :other: "チェコ コルナ"
307
+ :symbol: "CZK"
248
308
  :DDM:
249
309
  :one: "東ドイツ マルク"
250
310
  :other: "東ドイツ マルク"
311
+ :symbol: "DDM"
251
312
  :DEM:
252
313
  :one: "ドイツ マルク"
253
314
  :other: "ドイツ マルク"
315
+ :symbol: "DEM"
254
316
  :DJF:
255
317
  :one: "ジブチ フラン"
256
318
  :other: "ジブチ フラン"
319
+ :symbol: "DJF"
257
320
  :DKK:
258
321
  :one: "デンマーク クローネ"
259
322
  :other: "デンマーク クローネ"
323
+ :symbol: "DKK"
260
324
  :DOP:
261
325
  :one: "ドミニカ ペソ"
262
326
  :other: "ドミニカ ペソ"
263
- :symbol: "$"
327
+ :symbol: "DOP"
264
328
  :DZD:
265
329
  :one: "アルジェリア ディナール"
266
330
  :other: "アルジェリア ディナール"
331
+ :symbol: "DZD"
267
332
  :ECS:
268
333
  :one: "エクアドル スクレ"
269
334
  :other: "エクアドル スクレ"
335
+ :symbol: "ECS"
270
336
  :ECV:
271
337
  :one: "エクアドル (UVC)"
272
338
  :other: "エクアドル (UVC)"
339
+ :symbol: "ECV"
273
340
  :EEK:
274
341
  :one: "エストニア クルーン"
275
342
  :other: "エストニア クルーン"
343
+ :symbol: "EEK"
276
344
  :EGP:
277
345
  :one: "エジプト ポンド"
278
346
  :other: "エジプト ポンド"
347
+ :symbol: "EGP"
279
348
  :ERN:
280
349
  :one: "エリトリア ナクファ"
281
350
  :other: "エリトリア ナクファ"
351
+ :symbol: "ERN"
282
352
  :ESA:
283
353
  :one: "スペインペセタ(勘定A)"
284
354
  :other: "スペインペセタ(勘定A)"
355
+ :symbol: "ESA"
285
356
  :ESB:
286
357
  :one: "スペイン 兌換ペセタ"
287
358
  :other: "スペイン 兌換ペセタ"
359
+ :symbol: "ESB"
288
360
  :ESP:
289
361
  :one: "スペイン ペセタ"
290
362
  :other: "スペイン ペセタ"
291
- :symbol: ""
363
+ :symbol: "ESP"
292
364
  :ETB:
293
365
  :one: "エチオピア ブル"
294
366
  :other: "エチオピア ブル"
367
+ :symbol: "ETB"
295
368
  :EUR:
296
369
  :one: "ユーロ"
297
370
  :other: "ユーロ"
@@ -299,16 +372,19 @@
299
372
  :FIM:
300
373
  :one: "フィンランド マルカ"
301
374
  :other: "フィンランド マルカ"
375
+ :symbol: "FIM"
302
376
  :FJD:
303
377
  :one: "フィジー諸島 ドル"
304
378
  :other: "フィジー諸島 ドル"
305
- :symbol: "$"
379
+ :symbol: "FJD"
306
380
  :FKP:
307
381
  :one: "フォークランド(マルビナス)諸島 ポンド"
308
382
  :other: "フォークランド(マルビナス)諸島 ポンド"
383
+ :symbol: "FKP"
309
384
  :FRF:
310
385
  :one: "フランス フラン"
311
386
  :other: "フランス フラン"
387
+ :symbol: "FRF"
312
388
  :GBP:
313
389
  :one: "英国ポンド"
314
390
  :other: "英国ポンド"
@@ -316,48 +392,59 @@
316
392
  :GEK:
317
393
  :one: "グルジア クーポン ラリ"
318
394
  :other: "グルジア クーポン ラリ"
395
+ :symbol: "GEK"
319
396
  :GEL:
320
397
  :one: "グルジア ラリ"
321
398
  :other: "グルジア ラリ"
399
+ :symbol: "GEL"
322
400
  :GHC:
323
401
  :one: "ガーナ セディ (1979–2007)"
324
402
  :other: "ガーナ セディ (1979–2007)"
403
+ :symbol: "GHC"
325
404
  :GHS:
326
405
  :one: "ガーナ セディ"
327
406
  :other: "ガーナ セディ"
328
- :symbol: ""
407
+ :symbol: "GHS"
329
408
  :GIP:
330
409
  :one: "ジブラルタル ポンド"
331
410
  :other: "ジブラルタル ポンド"
332
- :symbol: "£"
411
+ :symbol: "GIP"
333
412
  :GMD:
334
413
  :one: "ガンビア ダラシ"
335
414
  :other: "ガンビア ダラシ"
415
+ :symbol: "GMD"
336
416
  :GNF:
337
417
  :one: "ギニア フラン"
338
418
  :other: "ギニア フラン"
419
+ :symbol: "GNF"
339
420
  :GNS:
340
421
  :one: "ギニア シリー"
341
422
  :other: "ギニア シリー"
423
+ :symbol: "GNS"
342
424
  :GQE:
343
425
  :one: "赤道ギニア エクウェレ"
344
426
  :other: "赤道ギニア エクウェレ"
427
+ :symbol: "GQE"
345
428
  :GRD:
346
429
  :one: "ギリシャ ドラクマ"
347
430
  :other: "ギリシャ ドラクマ"
431
+ :symbol: "GRD"
348
432
  :GTQ:
349
433
  :one: "グアテマラ ケツァル"
350
434
  :other: "グアテマラ ケツァル"
435
+ :symbol: "GTQ"
351
436
  :GWE:
352
437
  :one: "ポルトガル領ギニア エスクード"
353
438
  :other: "ポルトガル領ギニア エスクード"
439
+ :symbol: "GWE"
354
440
  :GWP:
355
441
  :one: "ギニアビサウ ペソ"
356
442
  :other: "ギニアビサウ ペソ"
443
+ :symbol: "GWP"
357
444
  :GYD:
358
445
  :one: "ガイアナ ドル"
359
446
  :other: "ガイアナ ドル"
360
- :symbol: "$"
447
+ :symbol: "GYD"
361
448
  :HKD:
362
449
  :one: "香港ドル"
363
450
  :other: "香港ドル"
@@ -365,30 +452,39 @@
365
452
  :HNL:
366
453
  :one: "ホンジュラス レンピラ"
367
454
  :other: "ホンジュラス レンピラ"
455
+ :symbol: "HNL"
368
456
  :HRD:
369
457
  :one: "クロアチア ディナール"
370
458
  :other: "クロアチア ディナール"
459
+ :symbol: "HRD"
371
460
  :HRK:
372
461
  :one: "クロアチア クーナ"
373
462
  :other: "クロアチア クーナ"
463
+ :symbol: "HRK"
374
464
  :HTG:
375
465
  :one: "ハイチ グールド"
376
466
  :other: "ハイチ グールド"
467
+ :symbol: "HTG"
377
468
  :HUF:
378
469
  :one: "ハンガリー フォリント"
379
470
  :other: "ハンガリー フォリント"
471
+ :symbol: "HUF"
380
472
  :IDR:
381
473
  :one: "インドネシア ルピア"
382
474
  :other: "インドネシア ルピア"
475
+ :symbol: "IDR"
383
476
  :IEP:
384
477
  :one: "アイリッシュ ポンド"
385
478
  :other: "アイリッシュ ポンド"
479
+ :symbol: "IEP"
386
480
  :ILP:
387
481
  :one: "イスラエル ポンド"
388
482
  :other: "イスラエル ポンド"
483
+ :symbol: "ILP"
389
484
  :ILR:
390
- :one: "Israeli sheqel (1980–1985)"
391
- :other: "Israeli sheqels (1980–1985)"
485
+ :one: "イスラエル シェケル (1980–1985)"
486
+ :other: "イスラエル シェケル (1980–1985)"
487
+ :symbol: "ILR"
392
488
  :ILS:
393
489
  :one: "イスラエル新シェケル"
394
490
  :other: "イスラエル新シェケル"
@@ -400,25 +496,31 @@
400
496
  :IQD:
401
497
  :one: "イラク ディナール"
402
498
  :other: "イラク ディナール"
499
+ :symbol: "IQD"
403
500
  :IRR:
404
501
  :one: "イラン リアル"
405
502
  :other: "イラン リアル"
503
+ :symbol: "IRR"
406
504
  :ISJ:
407
- :one: "Icelandic króna (1918–1981)"
408
- :other: "Icelandic krónur (1918–1981)"
505
+ :one: "アイスランド クローナ (1918–1981)"
506
+ :other: "アイスランド クローナ (1918–1981)"
507
+ :symbol: "ISJ"
409
508
  :ISK:
410
509
  :one: "アイスランド クローナ"
411
510
  :other: "アイスランド クローナ"
511
+ :symbol: "ISK"
412
512
  :ITL:
413
513
  :one: "イタリア リラ"
414
514
  :other: "イタリア リラ"
515
+ :symbol: "ITL"
415
516
  :JMD:
416
517
  :one: "ジャマイカ ドル"
417
518
  :other: "ジャマイカ ドル"
418
- :symbol: "$"
519
+ :symbol: "JMD"
419
520
  :JOD:
420
521
  :one: "ヨルダン ディナール"
421
522
  :other: "ヨルダン ディナール"
523
+ :symbol: "JOD"
422
524
  :JPY:
423
525
  :one: "日本円"
424
526
  :other: "円"
@@ -426,25 +528,31 @@
426
528
  :KES:
427
529
  :one: "ケニア シリング"
428
530
  :other: "ケニア シリング"
531
+ :symbol: "KES"
429
532
  :KGS:
430
533
  :one: "キルギスタン ソム"
431
534
  :other: "キルギスタン ソム"
535
+ :symbol: "KGS"
432
536
  :KHR:
433
537
  :one: "カンボジア リエル"
434
538
  :other: "カンボジア リエル"
435
- :symbol: ""
539
+ :symbol: "KHR"
436
540
  :KMF:
437
541
  :one: "コモロ フラン"
438
542
  :other: "コモロ フラン"
543
+ :symbol: "KMF"
439
544
  :KPW:
440
545
  :one: "北朝鮮 ウォン"
441
546
  :other: "北朝鮮 ウォン"
547
+ :symbol: "KPW"
442
548
  :KRH:
443
549
  :one: "韓国 ファン(1953-1962)"
444
550
  :other: "韓国 ファン(1953-1962)"
551
+ :symbol: "KRH"
445
552
  :KRO:
446
553
  :one: "韓国 ウォン(1945-1953)"
447
554
  :other: "韓国 ウォン(1945-1953)"
555
+ :symbol: "KRO"
448
556
  :KRW:
449
557
  :one: "韓国 ウォン"
450
558
  :other: "韓国 ウォン"
@@ -452,116 +560,147 @@
452
560
  :KWD:
453
561
  :one: "クウェート ディナール"
454
562
  :other: "クウェート ディナール"
563
+ :symbol: "KWD"
455
564
  :KYD:
456
565
  :one: "ケイマン諸島 ドル"
457
566
  :other: "ケイマン諸島 ドル"
458
- :symbol: "$"
567
+ :symbol: "KYD"
459
568
  :KZT:
460
569
  :one: "カザフスタン テンゲ"
461
570
  :other: "カザフスタン テンゲ"
462
- :symbol: ""
571
+ :symbol: "KZT"
463
572
  :LAK:
464
573
  :one: "ラオス キープ"
465
574
  :other: "ラオス キープ"
466
- :symbol: ""
575
+ :symbol: "LAK"
467
576
  :LBP:
468
577
  :one: "レバノン ポンド"
469
578
  :other: "レバノン ポンド"
579
+ :symbol: "LBP"
470
580
  :LKR:
471
581
  :one: "スリランカ ルピー"
472
582
  :other: "スリランカ ルピー"
583
+ :symbol: "LKR"
473
584
  :LRD:
474
585
  :one: "リベリア ドル"
475
586
  :other: "リベリア ドル"
476
- :symbol: "$"
587
+ :symbol: "LRD"
477
588
  :LSL:
478
589
  :one: "レソト ロティ"
479
590
  :other: "レソト ロティ"
591
+ :symbol: "LSL"
480
592
  :LTL:
481
593
  :one: "リトアニア リタス"
482
594
  :other: "リトアニア リタス"
595
+ :symbol: "LTL"
483
596
  :LTT:
484
597
  :one: "リトアニア タロナ"
485
598
  :other: "リトアニア タロナ"
599
+ :symbol: "LTT"
486
600
  :LUC:
487
601
  :one: "ルクセンブルク 兌換フラン"
488
602
  :other: "ルクセンブルク 兌換フラン"
603
+ :symbol: "LUC"
489
604
  :LUF:
490
605
  :one: "ルクセンブルグ フラン"
491
606
  :other: "ルクセンブルグ フラン"
607
+ :symbol: "LUF"
492
608
  :LUL:
493
609
  :one: "ルクセンブルク 金融フラン"
494
610
  :other: "ルクセンブルク 金融フラン"
611
+ :symbol: "LUL"
495
612
  :LVL:
496
613
  :one: "ラトビア ラッツ"
497
614
  :other: "ラトビア ラッツ"
615
+ :symbol: "LVL"
498
616
  :LVR:
499
617
  :one: "ラトビア ルーブル"
500
618
  :other: "ラトビア ルーブル"
619
+ :symbol: "LVR"
501
620
  :LYD:
502
621
  :one: "リビア ディナール"
503
622
  :other: "リビア ディナール"
623
+ :symbol: "LYD"
504
624
  :MAD:
505
625
  :one: "モロッコ ディルハム"
506
626
  :other: "モロッコ ディルハム"
627
+ :symbol: "MAD"
507
628
  :MAF:
508
629
  :one: "モロッコ フラン"
509
630
  :other: "モロッコ フラン"
631
+ :symbol: "MAF"
510
632
  :MCF:
511
633
  :one: "モネガスク フラン"
512
634
  :other: "モネガスク フラン"
635
+ :symbol: "MCF"
513
636
  :MDC:
514
637
  :one: "モルドバ クーポン"
515
638
  :other: "モルドバ クーポン"
639
+ :symbol: "MDC"
516
640
  :MDL:
517
641
  :one: "モルドバ レイ"
518
642
  :other: "モルドバ レイ"
643
+ :symbol: "MDL"
519
644
  :MGA:
520
645
  :one: "マダガスカル アリアリ"
521
646
  :other: "マダガスカル アリアリ"
647
+ :symbol: "MGA"
522
648
  :MGF:
523
649
  :one: "マラガシ フラン"
524
650
  :other: "マラガシ フラン"
651
+ :symbol: "MGF"
525
652
  :MKD:
526
653
  :one: "マケドニア デナル"
527
654
  :other: "マケドニア デナル"
655
+ :symbol: "MKD"
528
656
  :MKN:
529
657
  :one: "マケドニア ディナール(1992-1993)"
530
658
  :other: "マケドニア ディナール(1992-1993)"
659
+ :symbol: "MKN"
531
660
  :MLF:
532
661
  :one: "マリ フラン"
533
662
  :other: "マリ フラン"
663
+ :symbol: "MLF"
534
664
  :MMK:
535
665
  :one: "ミャンマー チャット"
536
666
  :other: "ミャンマー チャット"
667
+ :symbol: "MMK"
537
668
  :MNT:
538
669
  :one: "モンゴル トグログ"
539
670
  :other: "モンゴル トグログ"
540
- :symbol: ""
671
+ :symbol: "MNT"
541
672
  :MOP:
542
673
  :one: "マカオ パタカ"
543
674
  :other: "マカオ パタカ"
675
+ :symbol: "MOP"
544
676
  :MRO:
545
677
  :one: "モーリタニア ウギア"
546
678
  :other: "モーリタニア ウギア"
679
+ :symbol: "MRO"
547
680
  :MTL:
548
681
  :one: "マルタ リラ"
549
682
  :other: "マルタ リラ"
683
+ :symbol: "MTL"
550
684
  :MTP:
551
685
  :one: "マルタ ポンド"
552
686
  :other: "マルタ ポンド"
687
+ :symbol: "MTP"
553
688
  :MUR:
554
689
  :one: "モーリシャス ルピー"
555
690
  :other: "モーリシャス ルピー"
691
+ :symbol: "MUR"
556
692
  :MVP:
557
- :one: "Maldivian rupee"
558
- :other: "Maldivian rupees"
693
+ :one: "モルディブ諸島 ルピー"
694
+ :other: "モルディブ諸島 ルピー"
695
+ :symbol: "MVP"
559
696
  :MVR:
560
697
  :one: "モルディブ諸島 ルフィア"
561
698
  :other: "モルディブ諸島 ルフィア"
699
+ :symbol: "MVR"
562
700
  :MWK:
563
701
  :one: "マラウィ クワチャ"
564
702
  :other: "マラウィ クワチャ"
703
+ :symbol: "MWK"
565
704
  :MXN:
566
705
  :one: "メキシコ ペソ"
567
706
  :other: "メキシコ ペソ"
@@ -569,44 +708,55 @@
569
708
  :MXP:
570
709
  :one: "メキシコ ペソ (1861–1992)"
571
710
  :other: "メキシコ ペソ (1861–1992)"
711
+ :symbol: "MXP"
572
712
  :MXV:
573
713
  :one: "メキシコ (UDI)"
574
714
  :other: "メキシコ (UDI)"
715
+ :symbol: "MXV"
575
716
  :MYR:
576
717
  :one: "マレーシア リンギット"
577
718
  :other: "マレーシア リンギット"
719
+ :symbol: "MYR"
578
720
  :MZE:
579
721
  :one: "モザンピーク エスクード"
580
722
  :other: "モザンピーク エスクード"
723
+ :symbol: "MZE"
581
724
  :MZM:
582
725
  :one: "モザンビーク メティカル (1980–2006)"
583
726
  :other: "モザンビーク メティカル (1980–2006)"
727
+ :symbol: "MZM"
584
728
  :MZN:
585
729
  :one: "モザンビーク メティカル"
586
730
  :other: "モザンビーク メティカル"
731
+ :symbol: "MZN"
587
732
  :NAD:
588
733
  :one: "ナミビア ドル"
589
734
  :other: "ナミビア ドル"
590
- :symbol: "$"
735
+ :symbol: "NAD"
591
736
  :NGN:
592
737
  :one: "ナイジェリア ナイラ"
593
738
  :other: "ナイジェリア ナイラ"
594
- :symbol: ""
739
+ :symbol: "NGN"
595
740
  :NIC:
596
741
  :one: "ニカラグア コルドバ (1988–1991)"
597
742
  :other: "ニカラグア コルドバ (1988–1991)"
743
+ :symbol: "NIC"
598
744
  :NIO:
599
745
  :one: "ニカラグア コルドバ オロ"
600
746
  :other: "ニカラグア コルドバ オロ"
747
+ :symbol: "NIO"
601
748
  :NLG:
602
749
  :one: "オランダ ギルダー"
603
750
  :other: "オランダ ギルダー"
751
+ :symbol: "NLG"
604
752
  :NOK:
605
753
  :one: "ノルウェー クローネ"
606
754
  :other: "ノルウェー クローネ"
755
+ :symbol: "NOK"
607
756
  :NPR:
608
757
  :one: "ネパール ルピー"
609
758
  :other: "ネパール ルピー"
759
+ :symbol: "NPR"
610
760
  :NZD:
611
761
  :one: "ニュージーランド ドル"
612
762
  :other: "ニュージーランド ドル"
@@ -614,133 +764,167 @@
614
764
  :OMR:
615
765
  :one: "オマーン リアル"
616
766
  :other: "オマーン リアル"
767
+ :symbol: "OMR"
617
768
  :PAB:
618
769
  :one: "パナマ バルボア"
619
770
  :other: "パナマ バルボア"
771
+ :symbol: "PAB"
620
772
  :PEI:
621
773
  :one: "ペルー インティ"
622
774
  :other: "ペルー インティ"
775
+ :symbol: "PEI"
623
776
  :PEN:
624
777
  :one: "ペルー 新ソル"
625
778
  :other: "ペルー 新ソル"
779
+ :symbol: "PEN"
626
780
  :PES:
627
781
  :one: "ペルー ソル (1863–1965)"
628
782
  :other: "ペルー ソル (1863–1965)"
783
+ :symbol: "PES"
629
784
  :PGK:
630
785
  :one: "パプアニューギニア キナ"
631
786
  :other: "パプアニューギニア キナ"
787
+ :symbol: "PGK"
632
788
  :PHP:
633
789
  :one: "フィリピン ペソ"
634
790
  :other: "フィリピン ペソ"
635
- :symbol: ""
791
+ :symbol: "PHP"
636
792
  :PKR:
637
793
  :one: "パキスタン ルピー"
638
794
  :other: "パキスタン ルピー"
795
+ :symbol: "PKR"
639
796
  :PLN:
640
797
  :one: "ポーランド ズウォティ"
641
798
  :other: "ポーランド ズウォティ"
799
+ :symbol: "PLN"
642
800
  :PLZ:
643
801
  :one: "ポーランド ズウォティ (1950–1995)"
644
802
  :other: "ポーランド ズウォティ (1950–1995)"
803
+ :symbol: "PLZ"
645
804
  :PTE:
646
805
  :one: "ポルトガル エスクード"
647
806
  :other: "ポルトガル エスクード"
807
+ :symbol: "PTE"
648
808
  :PYG:
649
809
  :one: "パラグアイ グアラニ"
650
810
  :other: "パラグアイ グアラニ"
651
- :symbol: ""
811
+ :symbol: "PYG"
652
812
  :QAR:
653
813
  :one: "カタール リアル"
654
814
  :other: "カタール リアル"
815
+ :symbol: "QAR"
655
816
  :RHD:
656
817
  :one: "ローデシア ドル"
657
818
  :other: "ローデシア ドル"
819
+ :symbol: "RHD"
658
820
  :ROL:
659
821
  :one: "ルーマニア レイ (1952–2006)"
660
822
  :other: "ルーマニア レイ (1952–2006)"
823
+ :symbol: "ROL"
661
824
  :RON:
662
825
  :one: "ルーマニア レイ"
663
826
  :other: "ルーマニア レイ"
827
+ :symbol: "RON"
664
828
  :RSD:
665
829
  :one: "ディナール (セルビア)"
666
830
  :other: "ディナール (セルビア)"
831
+ :symbol: "RSD"
667
832
  :RUB:
668
833
  :one: "ロシア ルーブル"
669
834
  :other: "ロシア ルーブル"
835
+ :symbol: "RUB"
670
836
  :RUR:
671
837
  :one: "ロシア ルーブル (1991–1998)"
672
838
  :other: "ロシア ルーブル (1991–1998)"
673
- :symbol: "р."
839
+ :symbol: "RUR"
674
840
  :RWF:
675
841
  :one: "ルワンダ フラン"
676
842
  :other: "ルワンダ フラン"
843
+ :symbol: "RWF"
677
844
  :SAR:
678
845
  :one: "サウジ リヤル"
679
846
  :other: "サウジ リヤル"
847
+ :symbol: "SAR"
680
848
  :SBD:
681
849
  :one: "ソロモン諸島 ドル"
682
850
  :other: "ソロモン諸島 ドル"
683
- :symbol: "$"
851
+ :symbol: "SBD"
684
852
  :SCR:
685
853
  :one: "セーシェル ルピー"
686
854
  :other: "セーシェル ルピー"
855
+ :symbol: "SCR"
687
856
  :SDD:
688
857
  :one: "スーダン ディナール (1992–2007)"
689
858
  :other: "スーダン ディナール (1992–2007)"
859
+ :symbol: "SDD"
690
860
  :SDG:
691
861
  :one: "スーダン ポンド"
692
862
  :other: "スーダン ポンド"
863
+ :symbol: "SDG"
693
864
  :SDP:
694
865
  :one: "スーダン ポンド (1957–1998)"
695
866
  :other: "スーダン ポンド (1957–1998)"
867
+ :symbol: "SDP"
696
868
  :SEK:
697
869
  :one: "スウェーデン クローナ"
698
870
  :other: "スウェーデン クローナ"
871
+ :symbol: "SEK"
699
872
  :SGD:
700
873
  :one: "シンガポール ドル"
701
874
  :other: "シンガポール ドル"
702
- :symbol: "$"
875
+ :symbol: "SGD"
703
876
  :SHP:
704
877
  :one: "セントヘレナ島 ポンド"
705
878
  :other: "セントヘレナ島 ポンド"
879
+ :symbol: "SHP"
706
880
  :SIT:
707
881
  :one: "スロベニア トラール"
708
882
  :other: "スロベニア トラール"
883
+ :symbol: "SIT"
709
884
  :SKK:
710
885
  :one: "スロバキア コルナ"
711
886
  :other: "スロバキア コルナ"
887
+ :symbol: "SKK"
712
888
  :SLL:
713
889
  :one: "シエラレオネ レオン"
714
890
  :other: "シエラレオネ レオン"
891
+ :symbol: "SLL"
715
892
  :SOS:
716
893
  :one: "ソマリア シリング"
717
894
  :other: "ソマリア シリング"
895
+ :symbol: "SOS"
718
896
  :SRD:
719
897
  :one: "スリナム ドル"
720
898
  :other: "スリナム ドル"
721
- :symbol: "$"
899
+ :symbol: "SRD"
722
900
  :SRG:
723
901
  :one: "スリナム ギルダー"
724
902
  :other: "スリナム ギルダー"
903
+ :symbol: "SRG"
725
904
  :SSP:
726
905
  :one: "南スーダン・ポンド"
727
906
  :other: "南スーダン・ポンド"
728
- :symbol: "£"
907
+ :symbol: "SSP"
729
908
  :STD:
730
909
  :one: "サントメ・プリンシペ ドブラ"
731
910
  :other: "サントメ・プリンシペ ドブラ"
911
+ :symbol: "STD"
732
912
  :SUR:
733
913
  :one: "ソ連 ルーブル"
734
914
  :other: "ソ連 ルーブル"
915
+ :symbol: "SUR"
735
916
  :SVC:
736
917
  :one: "エルサルバドル コロン"
737
918
  :other: "エルサルバドル コロン"
919
+ :symbol: "SVC"
738
920
  :SYP:
739
921
  :one: "シリア ポンド"
740
922
  :other: "シリア ポンド"
923
+ :symbol: "SYP"
741
924
  :SZL:
742
925
  :one: "スワジランド リランゲニ"
743
926
  :other: "スワジランド リランゲニ"
927
+ :symbol: "SZL"
744
928
  :THB:
745
929
  :one: "タイ バーツ"
746
930
  :other: "タイ バーツ"
@@ -748,35 +932,43 @@
748
932
  :TJR:
749
933
  :one: "タジキスタン ルーブル"
750
934
  :other: "タジキスタン ルーブル"
935
+ :symbol: "TJR"
751
936
  :TJS:
752
937
  :one: "タジキスタン ソモニ"
753
938
  :other: "タジキスタン ソモニ"
939
+ :symbol: "TJS"
754
940
  :TMM:
755
941
  :one: "トルクメニスタン マナト (1993–2009)"
756
942
  :other: "トルクメニスタン マナト (1993–2009)"
943
+ :symbol: "TMM"
757
944
  :TMT:
758
945
  :one: "トルクメニスタン マナト"
759
946
  :other: "トルクメニスタン マナト"
947
+ :symbol: "TMT"
760
948
  :TND:
761
949
  :one: "チュニジア ディナール"
762
950
  :other: "チュニジア ディナール"
951
+ :symbol: "TND"
763
952
  :TOP:
764
953
  :one: "トンガ パ・アンガ"
765
954
  :other: "トンガ パ・アンガ"
955
+ :symbol: "TOP"
766
956
  :TPE:
767
957
  :one: "ティモール エスクード"
768
958
  :other: "ティモール エスクード"
959
+ :symbol: "TPE"
769
960
  :TRL:
770
961
  :one: "トルコ リラ (1922–2005)"
771
962
  :other: "トルコ リラ (1922–2005)"
963
+ :symbol: "TRL"
772
964
  :TRY:
773
965
  :one: "新トルコリラ"
774
966
  :other: "新トルコリラ"
775
- :symbol: ""
967
+ :symbol: "TRY"
776
968
  :TTD:
777
969
  :one: "トリニダードトバゴ ドル"
778
970
  :other: "トリニダードトバゴ ドル"
779
- :symbol: "$"
971
+ :symbol: "TTD"
780
972
  :TWD:
781
973
  :one: "新台湾ドル"
782
974
  :other: "新台湾ドル"
@@ -784,19 +976,23 @@
784
976
  :TZS:
785
977
  :one: "タンザニア シリング"
786
978
  :other: "タンザニア シリング"
979
+ :symbol: "TZS"
787
980
  :UAH:
788
981
  :one: "ウクライナ グリブナ"
789
982
  :other: "ウクライナ グリブナ"
790
- :symbol: ""
983
+ :symbol: "UAH"
791
984
  :UAK:
792
985
  :one: "ウクライナ カルボバネツ"
793
986
  :other: "ウクライナ カルボバネツ"
987
+ :symbol: "UAK"
794
988
  :UGS:
795
989
  :one: "ウガンダ シリング (1966–1987)"
796
990
  :other: "ウガンダ シリング (1966–1987)"
991
+ :symbol: "UGS"
797
992
  :UGX:
798
993
  :one: "ウガンダ シリング"
799
994
  :other: "ウガンダ シリング"
995
+ :symbol: "UGX"
800
996
  :USD:
801
997
  :one: "米ドル"
802
998
  :other: "米ドル"
@@ -804,28 +1000,35 @@
804
1000
  :USN:
805
1001
  :one: "米ドル (翌日)"
806
1002
  :other: "米ドル (翌日)"
1003
+ :symbol: "USN"
807
1004
  :USS:
808
1005
  :one: "米ドル (当日)"
809
1006
  :other: "米ドル (当日)"
1007
+ :symbol: "USS"
810
1008
  :UYI:
811
1009
  :one: "ウルグアイ ペソエン"
812
1010
  :other: "ウルグアイ ペソエン"
1011
+ :symbol: "UYI"
813
1012
  :UYP:
814
1013
  :one: "ウルグアイ ペソ (1975–1993)"
815
1014
  :other: "ウルグアイ ペソ (1975–1993)"
1015
+ :symbol: "UYP"
816
1016
  :UYU:
817
1017
  :one: "ウルグアイ ペソ"
818
1018
  :other: "ウルグアイ ペソ"
819
- :symbol: "$"
1019
+ :symbol: "UYU"
820
1020
  :UZS:
821
1021
  :one: "ウズベキスタン スム"
822
1022
  :other: "ウズベキスタン スム"
1023
+ :symbol: "UZS"
823
1024
  :VEB:
824
1025
  :one: "ベネズエラ ボリバル (1871–2008)"
825
1026
  :other: "ベネズエラ ボリバル (1871–2008)"
1027
+ :symbol: "VEB"
826
1028
  :VEF:
827
1029
  :one: "ベネズエラ ボリバル"
828
1030
  :other: "ベネズエラ ボリバル"
1031
+ :symbol: "VEF"
829
1032
  :VND:
830
1033
  :one: "ベトナム ドン"
831
1034
  :other: "ベトナム ドン"
@@ -833,12 +1036,15 @@
833
1036
  :VNN:
834
1037
  :one: "ベトナム ドン(1978-1985)"
835
1038
  :other: "ベトナム ドン(1978-1985)"
1039
+ :symbol: "VNN"
836
1040
  :VUV:
837
1041
  :one: "バヌアツ バツ"
838
1042
  :other: "バヌアツ バツ"
1043
+ :symbol: "VUV"
839
1044
  :WST:
840
1045
  :one: "サモア タラ"
841
1046
  :other: "サモア タラ"
1047
+ :symbol: "WST"
842
1048
  :XAF:
843
1049
  :one: "CFA フラン(BEAC)"
844
1050
  :other: "CFA フラン(BEAC)"
@@ -846,21 +1052,27 @@
846
1052
  :XAG:
847
1053
  :one: "銀"
848
1054
  :other: "銀"
1055
+ :symbol: "XAG"
849
1056
  :XAU:
850
1057
  :one: "金"
851
1058
  :other: "金"
1059
+ :symbol: "XAU"
852
1060
  :XBA:
853
1061
  :one: "ヨーロッパ混合単位 (EURCO)"
854
1062
  :other: "ヨーロッパ混合単位 (EURCO)"
1063
+ :symbol: "XBA"
855
1064
  :XBB:
856
1065
  :one: "ヨーロッパ通貨単位 (EMU–6)"
857
1066
  :other: "ヨーロッパ通貨単位 (EMU–6)"
1067
+ :symbol: "XBB"
858
1068
  :XBC:
859
1069
  :one: "ヨーロッパ勘定単位 (EUA–9)"
860
1070
  :other: "ヨーロッパ勘定単位 (EUA–9)"
1071
+ :symbol: "XBC"
861
1072
  :XBD:
862
1073
  :one: "ヨーロッパ勘定単位 (EUA–17)"
863
1074
  :other: "ヨーロッパ勘定単位 (EUA–17)"
1075
+ :symbol: "XBD"
864
1076
  :XCD:
865
1077
  :one: "東カリブ ドル"
866
1078
  :other: "東カリブ ドル"
@@ -868,15 +1080,19 @@
868
1080
  :XDR:
869
1081
  :one: "特別引き出し権"
870
1082
  :other: "特別引き出し権"
1083
+ :symbol: "XDR"
871
1084
  :XEU:
872
1085
  :one: "ヨーロッパ通貨単位"
873
1086
  :other: "ヨーロッパ通貨単位"
1087
+ :symbol: "XEU"
874
1088
  :XFO:
875
1089
  :one: "フランス金フラン"
876
1090
  :other: "フランス金フラン"
1091
+ :symbol: "XFO"
877
1092
  :XFU:
878
1093
  :one: "フランス フラン (UIC)"
879
1094
  :other: "フランス フラン (UIC)"
1095
+ :symbol: "XFU"
880
1096
  :XOF:
881
1097
  :one: "CFA フラン(BCEAO)"
882
1098
  :other: "CFA フラン(BCEAO)"
@@ -884,6 +1100,7 @@
884
1100
  :XPD:
885
1101
  :one: "パラジウム"
886
1102
  :other: "パラジウム"
1103
+ :symbol: "XPD"
887
1104
  :XPF:
888
1105
  :one: "CFP フラン"
889
1106
  :other: "CFP フラン"
@@ -891,63 +1108,84 @@
891
1108
  :XPT:
892
1109
  :one: "プラチナ"
893
1110
  :other: "プラチナ"
1111
+ :symbol: "XPT"
894
1112
  :XRE:
895
1113
  :one: "RINET基金"
896
1114
  :other: "RINET基金"
1115
+ :symbol: "XRE"
897
1116
  :XSU:
898
1117
  :one: "スクレ"
899
1118
  :other: "スクレ"
1119
+ :symbol: "XSU"
900
1120
  :XTS:
901
1121
  :one: "テスト用通貨コード"
902
1122
  :other: "テスト用通貨コード"
1123
+ :symbol: "XTS"
903
1124
  :XUA:
904
1125
  :one: "UA (アフリカ開発銀行)"
905
1126
  :other: "UA (アフリカ開発銀行)"
1127
+ :symbol: "XUA"
906
1128
  :XXX:
907
1129
  :one: "不明または無効な通貨"
908
1130
  :other: "不明または無効な通貨"
1131
+ :symbol: "XXX"
909
1132
  :YDD:
910
1133
  :one: "イエメン ディナール"
911
1134
  :other: "イエメン ディナール"
1135
+ :symbol: "YDD"
912
1136
  :YER:
913
1137
  :one: "イエメン リアル"
914
1138
  :other: "イエメン リアル"
1139
+ :symbol: "YER"
915
1140
  :YUD:
916
1141
  :one: "ユーゴスラビア ハード・ディナール (1966–1990)"
917
1142
  :other: "ユーゴスラビア ハード・ディナール (1966–1990)"
1143
+ :symbol: "YUD"
918
1144
  :YUM:
919
1145
  :one: "ユーゴスラビア ノビ・ディナール (1994–2002)"
920
1146
  :other: "ユーゴスラビア ノビ・ディナール (1994–2002)"
1147
+ :symbol: "YUM"
921
1148
  :YUN:
922
1149
  :one: "ユーゴスラビア 兌換ディナール (1990–1992)"
923
1150
  :other: "ユーゴスラビア 兌換ディナール (1990–1992)"
1151
+ :symbol: "YUN"
924
1152
  :YUR:
925
1153
  :one: "ユーゴスラビア 改革ディナール(1992-1993)"
926
1154
  :other: "ユーゴスラビア 改革ディナール(1992-1993)"
1155
+ :symbol: "YUR"
927
1156
  :ZAL:
928
1157
  :one: "南アフリカ ランド (ZAL)"
929
1158
  :other: "南アフリカ ランド (ZAL)"
1159
+ :symbol: "ZAL"
930
1160
  :ZAR:
931
1161
  :one: "南アフリカ ランド"
932
1162
  :other: "南アフリカ ランド"
1163
+ :symbol: "ZAR"
933
1164
  :ZMK:
934
1165
  :one: "ザンビア クワチャ (1968–2012)"
935
1166
  :other: "ザンビア クワチャ (1968–2012)"
1167
+ :symbol: "ZMK"
936
1168
  :ZMW:
937
1169
  :one: "ザンビア クワチャ"
938
1170
  :other: "ザンビア クワチャ"
1171
+ :symbol: "ZMW"
939
1172
  :ZRN:
940
1173
  :one: "ザイール 新ザイール (1993–1998)"
941
1174
  :other: "ザイール 新ザイール (1993–1998)"
1175
+ :symbol: "ZRN"
942
1176
  :ZRZ:
943
1177
  :one: "ザイール ザイール (1971–1993)"
944
1178
  :other: "ザイール ザイール (1971–1993)"
1179
+ :symbol: "ZRZ"
945
1180
  :ZWD:
946
1181
  :one: "ジンバブエ ドル (1980–2008)"
947
1182
  :other: "ジンバブエ ドル (1980–2008)"
1183
+ :symbol: "ZWD"
948
1184
  :ZWL:
949
1185
  :one: "ジンバブエ ドル (2009)"
950
1186
  :other: "ジンバブエ ドル (2009)"
1187
+ :symbol: "ZWL"
951
1188
  :ZWR:
952
1189
  :one: "シンバブエ ドル(2008)"
953
1190
  :other: "シンバブエ ドル(2008)"
1191
+ :symbol: "ZWR"