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
@@ -7,8 +7,8 @@
7
7
  :middle: "{0}, {1}"
8
8
  :start: "{0}, {1}"
9
9
  :unit:
10
- 2: "{0} {1}"
11
- :end: "{0} {1}"
10
+ 2: "{0}, {1}"
11
+ :end: "{0}, {1}"
12
12
  :middle: "{0}, {1}"
13
13
  :start: "{0}, {1}"
14
14
  :unit-narrow:
@@ -7,38 +7,61 @@
7
7
  :patterns:
8
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 nghìn"
18
- 10000: "00 nghìn"
19
- 100000: "000 nghìn"
20
- 1000000: "0 triệu"
21
- 10000000: "00 triệu"
22
- 100000000: "000 triệu"
23
- 1000000000: "0 tỷ"
24
- 10000000000: "00 tỷ"
25
- 100000000000: "000 tỷ"
26
- 1000000000000: "0 nghìn tỷ"
27
- 10000000000000: "00 nghìn tỷ"
28
- 100000000000000: "000 nghìn tỷ"
16
+ 1000:
17
+ :other: "0 nghìn"
18
+ 10000:
19
+ :other: "00 nghìn"
20
+ 100000:
21
+ :other: "000 nghìn"
22
+ 1000000:
23
+ :other: "0 triệu"
24
+ 10000000:
25
+ :other: "00 triệu"
26
+ 100000000:
27
+ :other: "000 triệu"
28
+ 1000000000:
29
+ :other: "0 tỷ"
30
+ 10000000000:
31
+ :other: "00 tỷ"
32
+ 100000000000:
33
+ :other: "000 tỷ"
34
+ 1000000000000:
35
+ :other: "0 nghìn tỷ"
36
+ 10000000000000:
37
+ :other: "00 nghìn tỷ"
38
+ 100000000000000:
39
+ :other: "000 nghìn tỷ"
29
40
  :short:
30
- 1000: "0 N"
31
- 10000: "00 N"
32
- 100000: "000 N"
33
- 1000000: "0 Tr"
34
- 10000000: "00 Tr"
35
- 100000000: "000 Tr"
36
- 1000000000: "0 T"
37
- 10000000000: "00 T"
38
- 100000000000: "000 T"
39
- 1000000000000: "0 NT"
40
- 10000000000000: "00 NT"
41
- 100000000000000: "000 NT"
41
+ 1000:
42
+ :other: "0 N"
43
+ 10000:
44
+ :other: "00 N"
45
+ 100000:
46
+ :other: "000 N"
47
+ 1000000:
48
+ :other: "0 Tr"
49
+ 10000000:
50
+ :other: "00 Tr"
51
+ 100000000:
52
+ :other: "000 Tr"
53
+ 1000000000:
54
+ :other: "0 T"
55
+ 10000000000:
56
+ :other: "00 T"
57
+ 100000000000:
58
+ :other: "000 T"
59
+ 1000000000000:
60
+ :other: "0 NT"
61
+ 10000000000000:
62
+ :other: "00 NT"
63
+ 100000000000000:
64
+ :other: "000 NT"
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,7 @@
1
+ ---
2
+ :vi:
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
+ :one: "n = 1 @integer 1"
7
+ :other: " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,4 +1,14 @@
1
1
  ---
2
- :vi: ! '{ :''vi'' => { :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
+ :vi:
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); (n == 1 ? :one :
11
+ :other) }'
12
+ :names:
13
+ - :one
14
+ - :other
@@ -3,7 +3,7 @@
3
3
  :territories:
4
4
  :ac: "Đảo Ascension"
5
5
  :ad: "Andorra"
6
- :ae: "Các Tiểu Vương quốc Ả Rập Thống nhất"
6
+ :ae: "Các Tiểu V.quốc Ả Rập T.nhất"
7
7
  :af: "Afghanistan"
8
8
  :ag: "Antigua và Barbuda"
9
9
  :ai: "Anguilla"
@@ -32,7 +32,7 @@
32
32
  :bm: "Bermuda"
33
33
  :bn: "Brunei"
34
34
  :bo: "Bolivia"
35
- :bq: "Caribe Hà Lan"
35
+ :bq: "Ca-ri-bê Hà Lan"
36
36
  :br: "Brazil"
37
37
  :bs: "Bahamas"
38
38
  :bt: "Bhutan"
@@ -41,7 +41,7 @@
41
41
  :by: "Belarus"
42
42
  :bz: "Belize"
43
43
  :ca: "Canada"
44
- :cc: "Quần đảo Cocos"
44
+ :cc: "Quần đảo Cocos (Keeling)"
45
45
  :cd: "Cộng hòa Dân chủ Congo"
46
46
  :cf: "Cộng hòa Trung Phi"
47
47
  :cg: "Cộng hòa Congo"
@@ -86,7 +86,7 @@
86
86
  :gb: "Vương quốc Anh"
87
87
  :gd: "Grenada"
88
88
  :ge: "Georgia"
89
- :gf: "Quiana thuộc Pháp"
89
+ :gf: "Guiana thuộc Pháp"
90
90
  :gg: "Guernsey"
91
91
  :gh: "Ghana"
92
92
  :gi: "Gibraltar"
@@ -138,7 +138,7 @@
138
138
  :lc: "Saint Lucia"
139
139
  :li: "Liechtenstein"
140
140
  :lk: "Sri Lanka"
141
- :lr: "LIberia"
141
+ :lr: "Liberia"
142
142
  :ls: "Lesotho"
143
143
  :lt: "Lít-va"
144
144
  :lu: "Luxembourg"
@@ -226,7 +226,7 @@
226
226
  :ta: "Tristan da Cunha"
227
227
  :tc: "Quần đảo Turk và Caicos"
228
228
  :td: "Chad"
229
- :tf: "Thuộc địa Miền Nam của Pháp"
229
+ :tf: "Lãnh thổ miền nam nước Pháp"
230
230
  :tg: "Togo"
231
231
  :th: "Thái Lan"
232
232
  :tj: "Tajikistan"
@@ -242,7 +242,7 @@
242
242
  :tz: "Tanzania"
243
243
  :ua: "Ukraina"
244
244
  :ug: "Uganda"
245
- :um: "Các đảo nhỏ xa trung tâm thuộc Mỹ"
245
+ :um: "Các đảo nhỏ xa t.tâm thuộc Mỹ"
246
246
  :us: "Hoa Kỳ"
247
247
  :uy: "Uruguay"
248
248
  :uz: "Uzbekistan"
@@ -261,4 +261,4 @@
261
261
  :za: "Nam Phi"
262
262
  :zm: "Zambia"
263
263
  :zw: "Zimbabwe"
264
- :zz: "Vùng Chưa biết hoặc không Hợp lệ"
264
+ :zz: "Vùng không xác định"
@@ -3,22 +3,23 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
+ :E: "ccc"
6
7
  :EHm: "E HH:mm"
7
8
  :EHms: "E HH:mm:ss"
8
9
  :Ed: "d日(E)"
9
10
  :Ehm: "E a h:mm"
10
11
  :Ehms: "E a h:mm:ss"
11
- :Gy: "G y 年"
12
- :GyMMM: "G y M 月"
13
- :GyMMMEd: "G y M d E"
14
- :GyMMMd: "G y M d 日"
12
+ :Gy: "Gy年"
13
+ :GyMMM: "Gy年M月"
14
+ :GyMMMEd: "Gy年M月d E"
15
+ :GyMMMd: "Gy年M月d日"
15
16
  :H: "H時"
16
17
  :Hm: "HH:mm"
17
18
  :Hms: "HH:mm:ss"
18
19
  :M: "M月"
19
20
  :MEd: "M/d(E)"
20
21
  :MMM: "LLL"
21
- :MMMEd: "M月d日E"
22
+ :MMMEd: "M月d日 E"
22
23
  :MMMMdd: "M月dd日"
23
24
  :MMMd: "M月d日"
24
25
  :MMdd: "MM/dd"
@@ -34,7 +35,7 @@
34
35
  :yMEd: "y/M/d(E)"
35
36
  :yMM: "y-MM"
36
37
  :yMMM: "y年M月"
37
- :yMMMEd: "y年M月d日E"
38
+ :yMMMEd: "y年M月d日 E"
38
39
  :yMMMM: "y年M月"
39
40
  :yMMMd: "y年M月d日"
40
41
  :yMd: "y/M/d"
@@ -119,20 +120,37 @@
119
120
  1: "公元"
120
121
  :fields:
121
122
  :day: "日"
123
+ :day-narrow: "日"
124
+ :day-short: "日"
122
125
  :dayperiod: "上午/下午"
123
126
  :era: "年代"
124
127
  :hour: "小時"
128
+ :hour-narrow: "小時"
129
+ :hour-short: "小時"
125
130
  :minute: "分鐘"
131
+ :minute-narrow: "分鐘"
132
+ :minute-short: "分鐘"
126
133
  :month: "月"
134
+ :month-narrow: "月"
135
+ :month-short: "月"
136
+ :quarter: "季"
137
+ :quarter-narrow: "季"
138
+ :quarter-short: "季"
127
139
  :second: "秒"
140
+ :second-narrow: "秒"
141
+ :second-short: "秒"
128
142
  :week: "週"
143
+ :week-narrow: "週"
144
+ :week-short: "週"
129
145
  :weekday: "週天"
130
146
  :year: "年"
147
+ :year-narrow: "年"
148
+ :year-short: "年"
131
149
  :zone: "時區"
132
150
  :formats:
133
151
  :date:
134
152
  :full:
135
- :pattern: "y年M月d日EEEE"
153
+ :pattern: "y年M月d日 EEEE"
136
154
  :long:
137
155
  :pattern: "y年M月d日"
138
156
  :medium:
@@ -141,7 +159,7 @@
141
159
  :pattern: "y/M/d"
142
160
  :datetime:
143
161
  :full:
144
- :pattern: "{{date}}{{time}}"
162
+ :pattern: "{{date}} {{time}}"
145
163
  :long:
146
164
  :pattern: "{{date}} {{time}}"
147
165
  :medium:
@@ -150,9 +168,9 @@
150
168
  :pattern: "{{date}} {{time}}"
151
169
  :time:
152
170
  :full:
153
- :pattern: "zzzzah時mmss"
171
+ :pattern: "ah:mm:ss [zzzz]"
154
172
  :long:
155
- :pattern: "zah時mmss"
173
+ :pattern: "ah:mm:ss [z]"
156
174
  :medium:
157
175
  :pattern: "ah:mm:ss"
158
176
  :short:
@@ -260,9 +278,6 @@
260
278
  :night: "晚上"
261
279
  :noon: "中午"
262
280
  :pm: "下午"
263
- :variant:
264
- :am: "a.m."
265
- :pm: "p.m."
266
281
  :weeHours: "凌晨"
267
282
  :stand-alone: {}
268
283
  :quarters:
@@ -4,15 +4,19 @@
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
- :other: "Afghan afghanis (1927–2002)"
14
+ :other: "阿富汗尼 (1927–2002)"
15
+ :symbol: "AFA"
13
16
  :AFN:
14
17
  :one: "阿富汗尼"
15
18
  :other: "阿富汗尼"
19
+ :symbol: "AFN"
16
20
  :ALK:
17
21
  :one: "阿爾巴尼亞列克 (1946–1965)"
18
22
  :other: "阿爾巴尼亞列克 (1946–1965)"
@@ -20,129 +24,163 @@
20
24
  :ALL:
21
25
  :one: "阿爾巴尼亞列克"
22
26
  :other: "阿爾巴尼亞列克"
27
+ :symbol: "ALL"
23
28
  :AMD:
24
29
  :one: "亞美尼亞德拉姆"
25
30
  :other: "亞美尼亞德拉姆"
31
+ :symbol: "AMD"
26
32
  :ANG:
27
33
  :one: "荷屬安地列斯盾"
28
34
  :other: "荷屬安地列斯盾"
35
+ :symbol: "ANG"
29
36
  :AOA:
30
37
  :one: "安哥拉寬扎"
31
38
  :other: "安哥拉寬扎"
39
+ :symbol: "AOA"
32
40
  :AOK:
33
41
  :one: "安哥拉寬扎 (1977–1990)"
34
42
  :other: "安哥拉寬扎 (1977–1990)"
43
+ :symbol: "AOK"
35
44
  :AON:
36
45
  :one: "安哥拉新寬扎 (1990–2000)"
37
46
  :other: "安哥拉新寬扎 (1990–2000)"
47
+ :symbol: "AON"
38
48
  :AOR:
39
49
  :one: "安哥拉新調寬扎 (1995–1999)"
40
50
  :other: "安哥拉新調寬扎 (1995–1999)"
51
+ :symbol: "AOR"
41
52
  :ARA:
42
53
  :one: "阿根廷奧斯特納爾"
43
- :other: "Argentine australs"
54
+ :other: "阿根廷奧斯特納爾"
55
+ :symbol: "ARA"
44
56
  :ARL:
45
- :one: "阿根廷披索(1970-1983"
46
- :other: "阿根廷披索(1970-1983"
57
+ :one: "阿根廷披索 (19701983)"
58
+ :other: "阿根廷披索 (19701983)"
59
+ :symbol: "ARL"
47
60
  :ARM:
48
- :one: "阿根廷披索(1881-1970"
49
- :other: "阿根廷披索(1881-1970"
61
+ :one: "阿根廷披索 (18811970)"
62
+ :other: "阿根廷披索 (18811970)"
63
+ :symbol: "ARM"
50
64
  :ARP:
51
65
  :one: "阿根廷披索 (1983–1985)"
52
66
  :other: "阿根廷披索 (1983–1985)"
67
+ :symbol: "ARP"
53
68
  :ARS:
54
69
  :one: "阿根廷披索"
55
70
  :other: "阿根廷披索"
56
- :symbol: "$"
71
+ :symbol: "ARS"
57
72
  :ATS:
58
73
  :one: "奧地利先令"
59
74
  :other: "奧地利先令"
75
+ :symbol: "ATS"
60
76
  :AUD:
61
77
  :one: "澳幣"
62
78
  :other: "澳幣"
63
79
  :symbol: "AU$"
64
80
  :AWG:
65
- :one: "阿魯巴盾"
66
- :other: "阿魯巴盾"
81
+ :one: "阿路巴盾"
82
+ :other: "阿路巴盾"
83
+ :symbol: "AWG"
67
84
  :AZM:
68
85
  :one: "亞塞拜然馬納特 (1993–2006)"
69
86
  :other: "亞塞拜然馬納特 (1993–2006)"
87
+ :symbol: "AZM"
70
88
  :AZN:
71
89
  :one: "亞塞拜然馬納特"
72
90
  :other: "亞塞拜然馬納特"
91
+ :symbol: "AZN"
73
92
  :BAD:
74
- :one: "波士尼亞-黑塞哥維那第納爾"
75
- :other: "波士尼亞-黑塞哥維那第納爾"
93
+ :one: "波士尼亞-赫塞哥維納第納爾"
94
+ :other: "波士尼亞-赫塞哥維納第納爾"
95
+ :symbol: "BAD"
76
96
  :BAM:
77
- :one: "波士尼亞赫塞哥維納可轉換馬克"
78
- :other: "波士尼亞-黑塞哥維那可轉換馬克"
97
+ :one: "波士尼亞-赫塞哥維納可轉換馬克"
98
+ :other: "波士尼亞-赫塞哥維納可轉換馬克"
99
+ :symbol: "BAM"
79
100
  :BAN:
80
- :one: "波士尼亞-黑塞哥維那新第納爾"
81
- :other: "波士尼亞-黑塞哥維那新第納爾"
101
+ :one: "波士尼亞-赫塞哥維納新第納爾"
102
+ :other: "波士尼亞-赫塞哥維納新第納爾"
103
+ :symbol: "BAN"
82
104
  :BBD:
83
105
  :one: "巴貝多元"
84
106
  :other: "巴貝多元"
85
- :symbol: "$"
107
+ :symbol: "BBD"
86
108
  :BDT:
87
109
  :one: "孟加拉塔卡"
88
110
  :other: "孟加拉塔卡"
89
- :symbol: ""
111
+ :symbol: "BDT"
90
112
  :BEC:
91
113
  :one: "比利時法郎(可轉換)"
92
114
  :other: "比利時法郎(可轉換)"
115
+ :symbol: "BEC"
93
116
  :BEF:
94
117
  :one: "比利時法郎"
95
118
  :other: "比利時法郎"
119
+ :symbol: "BEF"
96
120
  :BEL:
97
121
  :one: "比利時法郎(金融)"
98
122
  :other: "比利時法郎(金融)"
123
+ :symbol: "BEL"
99
124
  :BGL:
100
125
  :one: "保加利亞硬列弗"
101
126
  :other: "保加利亞硬列弗"
127
+ :symbol: "BGL"
102
128
  :BGM:
103
129
  :one: "保加利亞社會黨列弗"
104
130
  :other: "保加利亞社會黨列弗"
131
+ :symbol: "BGM"
105
132
  :BGN:
106
133
  :one: "保加利亞新列弗"
107
134
  :other: "保加利亞新列弗"
135
+ :symbol: "BGN"
108
136
  :BGO:
109
- :one: "保加利亞列弗(1879-1952"
110
- :other: "保加利亞列弗(1879-1952"
137
+ :one: "保加利亞列弗 (18791952)"
138
+ :other: "保加利亞列弗 (18791952)"
139
+ :symbol: "BGO"
111
140
  :BHD:
112
141
  :one: "巴林第納爾"
113
142
  :other: "巴林第納爾"
143
+ :symbol: "BHD"
114
144
  :BIF:
115
145
  :one: "蒲隆地法郎"
116
146
  :other: "蒲隆地法郎"
147
+ :symbol: "BIF"
117
148
  :BMD:
118
149
  :one: "百慕達幣"
119
150
  :other: "百慕達幣"
120
- :symbol: "$"
151
+ :symbol: "BMD"
121
152
  :BND:
122
153
  :one: "汶萊元"
123
154
  :other: "汶萊元"
124
- :symbol: "$"
155
+ :symbol: "BND"
125
156
  :BOB:
126
- :one: "玻利維亞貨幣單位"
127
- :other: "玻利維亞貨幣單位"
157
+ :one: "玻利維亞諾"
158
+ :other: "玻利維亞諾"
159
+ :symbol: "BOB"
128
160
  :BOL:
129
- :one: "玻利維亞玻利維亞諾(1863-1963"
130
- :other: "玻利維亞玻利維亞諾(1863-1963"
161
+ :one: "玻利維亞玻利維亞諾 (18631963)"
162
+ :other: "玻利維亞玻利維亞諾 (18631963)"
163
+ :symbol: "BOL"
131
164
  :BOP:
132
165
  :one: "玻利維亞披索"
133
166
  :other: "玻利維亞披索"
167
+ :symbol: "BOP"
134
168
  :BOV:
135
169
  :one: "玻利維亞幕多"
136
170
  :other: "玻利維亞幕多"
171
+ :symbol: "BOV"
137
172
  :BRB:
138
173
  :one: "巴西克魯薩多農瓦 (1967–1986)"
139
174
  :other: "巴西克魯薩多農瓦 (1967–1986)"
175
+ :symbol: "BRB"
140
176
  :BRC:
141
177
  :one: "巴西克魯賽羅 (1986–1989)"
142
178
  :other: "巴西克魯賽羅 (1986–1989)"
179
+ :symbol: "BRC"
143
180
  :BRE:
144
181
  :one: "巴西克魯賽羅 (1990–1993)"
145
182
  :other: "巴西克魯賽羅 (1990–1993)"
183
+ :symbol: "BRE"
146
184
  :BRL:
147
185
  :one: "巴西里拉"
148
186
  :other: "巴西里拉"
@@ -150,36 +188,43 @@
150
188
  :BRN:
151
189
  :one: "巴西克如爾達農瓦"
152
190
  :other: "巴西克如爾達農瓦"
191
+ :symbol: "BRN"
153
192
  :BRR:
154
- :one: "巴西克魯賽羅"
155
- :other: "巴西克魯賽羅"
193
+ :one: "巴西克魯賽羅 (1993–1994)"
194
+ :other: "巴西克魯賽羅 (1993–1994)"
195
+ :symbol: "BRR"
156
196
  :BRZ:
157
- :one: "巴西克魯賽羅(1942 -1967"
158
- :other: "巴西克魯賽羅(1942 -1967"
197
+ :one: "巴西克魯賽羅 (1942 1967)"
198
+ :other: "巴西克魯賽羅 (1942 1967)"
199
+ :symbol: "BRZ"
159
200
  :BSD:
160
201
  :one: "巴哈馬元"
161
202
  :other: "巴哈馬元"
162
- :symbol: "$"
203
+ :symbol: "BSD"
163
204
  :BTN:
164
205
  :one: "不丹那特倫"
165
206
  :other: "不丹那特倫"
207
+ :symbol: "BTN"
166
208
  :BUK:
167
209
  :one: "緬甸基雅特"
168
- :other: "Burmese kyats"
210
+ :other: "緬甸基雅特"
211
+ :symbol: "BUK"
169
212
  :BWP:
170
213
  :one: "波札那普拉"
171
214
  :other: "波札那普拉"
215
+ :symbol: "BWP"
172
216
  :BYB:
173
217
  :one: "白俄羅斯新盧布 (1994–1999)"
174
218
  :other: "白俄羅斯新盧布 (1994–1999)"
219
+ :symbol: "BYB"
175
220
  :BYR:
176
221
  :one: "白俄羅斯盧布"
177
222
  :other: "白俄羅斯盧布"
178
- :symbol: "р."
223
+ :symbol: "BYR"
179
224
  :BZD:
180
225
  :one: "貝里斯元"
181
226
  :other: "貝里斯元"
182
- :symbol: "$"
227
+ :symbol: "BZD"
183
228
  :CAD:
184
229
  :one: "加幣"
185
230
  :other: "加幣"
@@ -187,28 +232,33 @@
187
232
  :CDF:
188
233
  :one: "剛果法郎"
189
234
  :other: "剛果法郎"
235
+ :symbol: "CDF"
190
236
  :CHE:
191
237
  :one: "歐元 (WIR)"
192
238
  :other: "歐元 (WIR)"
239
+ :symbol: "CHE"
193
240
  :CHF:
194
241
  :one: "瑞士法郎"
195
242
  :other: "瑞士法郎"
243
+ :symbol: "CHF"
196
244
  :CHW:
197
245
  :one: "法郎 (WIR)"
198
246
  :other: "法郎 (WIR)"
247
+ :symbol: "CHW"
199
248
  :CLE:
200
249
  :one: "智利埃斯庫多"
201
250
  :other: "智利埃斯庫多"
251
+ :symbol: "CLE"
202
252
  :CLF:
203
253
  :one: "卡林油達佛曼跎"
204
254
  :other: "卡林油達佛曼跎"
255
+ :symbol: "CLF"
205
256
  :CLP:
206
257
  :one: "智利披索"
207
258
  :other: "智利披索"
208
- :symbol: "$"
259
+ :symbol: "CLP"
209
260
  :CNX:
210
- :one: "Chinese People’s Bank dollar"
211
- :other: "Chinese People’s Bank dollars"
261
+ :symbol: "CNX"
212
262
  :CNY:
213
263
  :one: "人民幣"
214
264
  :other: "人民幣"
@@ -216,83 +266,103 @@
216
266
  :COP:
217
267
  :one: "哥倫比亞披索"
218
268
  :other: "哥倫比亞披索"
219
- :symbol: "$"
269
+ :symbol: "COP"
220
270
  :COU:
221
- :one: "哥倫比亞幣(COU"
222
- :other: "哥倫比亞幣(COU"
271
+ :one: "哥倫比亞幣 (COU)"
272
+ :other: "哥倫比亞幣 (COU)"
273
+ :symbol: "COU"
223
274
  :CRC:
224
275
  :one: "哥斯大黎加科朗"
225
- :other: "哥斯大黎加科郎"
226
- :symbol: ""
276
+ :other: "哥斯大黎加科朗"
277
+ :symbol: "CRC"
227
278
  :CSD:
228
279
  :one: "舊塞爾維亞第納爾"
229
280
  :other: "舊塞爾維亞第納爾"
281
+ :symbol: "CSD"
230
282
  :CSK:
231
283
  :one: "捷克斯洛伐克硬克朗"
232
284
  :other: "捷克斯洛伐克硬克朗"
285
+ :symbol: "CSK"
233
286
  :CUC:
234
287
  :one: "古巴可轉換披索"
235
288
  :other: "古巴可轉換披索"
289
+ :symbol: "CUC"
236
290
  :CUP:
237
291
  :one: "古巴披索"
238
292
  :other: "古巴披索"
239
- :symbol: "$"
293
+ :symbol: "CUP"
240
294
  :CVE:
241
295
  :one: "維德角埃斯庫多"
242
296
  :other: "維德角埃斯庫多"
297
+ :symbol: "CVE"
243
298
  :CYP:
244
299
  :one: "賽普勒斯鎊"
245
300
  :other: "賽普勒斯鎊"
301
+ :symbol: "CYP"
246
302
  :CZK:
247
303
  :one: "捷克克朗"
248
304
  :other: "捷克克朗"
305
+ :symbol: "CZK"
249
306
  :DDM:
250
307
  :one: "東德奧斯特馬克"
251
308
  :other: "東德奧斯特馬克"
309
+ :symbol: "DDM"
252
310
  :DEM:
253
311
  :one: "德國馬克"
254
312
  :other: "德國馬克"
313
+ :symbol: "DEM"
255
314
  :DJF:
256
315
  :one: "吉布地法郎"
257
316
  :other: "吉布地法郎"
317
+ :symbol: "DJF"
258
318
  :DKK:
259
319
  :one: "丹麥克朗"
260
- :other: "丹麥克羅納"
320
+ :other: "丹麥克朗"
321
+ :symbol: "DKK"
261
322
  :DOP:
262
323
  :one: "多明尼加披索"
263
324
  :other: "多明尼加披索"
264
- :symbol: "$"
325
+ :symbol: "DOP"
265
326
  :DZD:
266
327
  :one: "阿爾及利亞第納爾"
267
328
  :other: "阿爾及利亞第納爾"
329
+ :symbol: "DZD"
268
330
  :ECS:
269
331
  :one: "厄瓜多蘇克雷"
270
332
  :other: "厄瓜多蘇克雷"
333
+ :symbol: "ECS"
271
334
  :ECV:
272
335
  :one: "厄瓜多爾由里達瓦康斯坦 (UVC)"
273
336
  :other: "厄瓜多爾由里達瓦康斯坦 (UVC)"
337
+ :symbol: "ECV"
274
338
  :EEK:
275
339
  :one: "愛沙尼亞克朗"
276
340
  :other: "愛沙尼亞克朗"
341
+ :symbol: "EEK"
277
342
  :EGP:
278
343
  :one: "埃及鎊"
279
344
  :other: "埃及鎊"
345
+ :symbol: "EGP"
280
346
  :ERN:
281
347
  :one: "厄立特里亞納克法"
282
348
  :other: "厄立特里亞納克法"
349
+ :symbol: "ERN"
283
350
  :ESA:
284
351
  :one: "西班牙比塞塔(會計單位)"
285
352
  :other: "西班牙比塞塔(會計單位)"
353
+ :symbol: "ESA"
286
354
  :ESB:
287
355
  :one: "西班牙比塞塔(可轉換會計單位)"
288
356
  :other: "西班牙比塞塔(可轉換會計單位)"
357
+ :symbol: "ESB"
289
358
  :ESP:
290
359
  :one: "西班牙陪士特"
291
360
  :other: "西班牙陪士特"
292
- :symbol: ""
361
+ :symbol: "ESP"
293
362
  :ETB:
294
363
  :one: "衣索比亞比爾"
295
364
  :other: "衣索比亞比爾"
365
+ :symbol: "ETB"
296
366
  :EUR:
297
367
  :one: "歐元"
298
368
  :other: "歐元"
@@ -300,16 +370,19 @@
300
370
  :FIM:
301
371
  :one: "芬蘭馬克"
302
372
  :other: "芬蘭馬克"
373
+ :symbol: "FIM"
303
374
  :FJD:
304
375
  :one: "斐濟元"
305
376
  :other: "斐濟元"
306
- :symbol: "$"
377
+ :symbol: "FJD"
307
378
  :FKP:
308
379
  :one: "福克蘭群島鎊"
309
380
  :other: "福克蘭群島鎊"
381
+ :symbol: "FKP"
310
382
  :FRF:
311
383
  :one: "法國法郎"
312
384
  :other: "法國法郎"
385
+ :symbol: "FRF"
313
386
  :GBP:
314
387
  :one: "英鎊"
315
388
  :other: "英鎊"
@@ -317,48 +390,59 @@
317
390
  :GEK:
318
391
  :one: "喬治亞庫旁拉里"
319
392
  :other: "喬治亞庫旁拉里"
393
+ :symbol: "GEK"
320
394
  :GEL:
321
395
  :one: "喬治亞拉里"
322
- :other: "喬治拉里"
396
+ :other: "喬治亞拉里"
397
+ :symbol: "GEL"
323
398
  :GHC:
324
- :one: "迦納仙蔕 (1979–2007)"
325
- :other: "迦納仙蔕 (1979–2007)"
399
+ :one: "迦納賽地 (1979–2007)"
400
+ :other: "迦納賽地 (1979–2007)"
401
+ :symbol: "GHC"
326
402
  :GHS:
327
403
  :one: "迦納塞地"
328
- :other: "迦納仙蔕"
329
- :symbol: ""
404
+ :other: "迦納塞地"
405
+ :symbol: "GHS"
330
406
  :GIP:
331
407
  :one: "直布羅陀鎊"
332
408
  :other: "直布羅陀鎊"
333
- :symbol: "£"
409
+ :symbol: "GIP"
334
410
  :GMD:
335
411
  :one: "甘比亞達拉西"
336
412
  :other: "甘比亞達拉西"
413
+ :symbol: "GMD"
337
414
  :GNF:
338
415
  :one: "幾內亞法郎"
339
416
  :other: "幾內亞法郎"
417
+ :symbol: "GNF"
340
418
  :GNS:
341
419
  :one: "幾內亞西里"
342
420
  :other: "幾內亞西里"
421
+ :symbol: "GNS"
343
422
  :GQE:
344
423
  :one: "赤道幾內亞埃奎勒"
345
424
  :other: "赤道幾內亞埃奎勒"
425
+ :symbol: "GQE"
346
426
  :GRD:
347
427
  :one: "希臘德拉克馬"
348
428
  :other: "希臘德拉克馬"
429
+ :symbol: "GRD"
349
430
  :GTQ:
350
431
  :one: "瓜地馬拉格查爾"
351
432
  :other: "瓜地馬拉格查爾"
433
+ :symbol: "GTQ"
352
434
  :GWE:
353
435
  :one: "葡屬幾內亞埃斯庫多"
354
436
  :other: "葡屬幾內亞埃斯庫多"
437
+ :symbol: "GWE"
355
438
  :GWP:
356
439
  :one: "幾內亞比索披索"
357
440
  :other: "幾內亞比索披索"
441
+ :symbol: "GWP"
358
442
  :GYD:
359
443
  :one: "圭亞那元"
360
444
  :other: "圭亞那元"
361
- :symbol: "$"
445
+ :symbol: "GYD"
362
446
  :HKD:
363
447
  :one: "港幣"
364
448
  :other: "港幣"
@@ -366,27 +450,35 @@
366
450
  :HNL:
367
451
  :one: "洪都拉斯倫皮拉"
368
452
  :other: "洪都拉斯倫皮拉"
453
+ :symbol: "HNL"
369
454
  :HRD:
370
- :one: "克羅地亞第納爾"
371
- :other: "克羅地亞第納爾"
455
+ :one: "克羅埃西亞第納爾"
456
+ :other: "克羅埃西亞第納爾"
457
+ :symbol: "HRD"
372
458
  :HRK:
373
459
  :one: "克羅埃西亞庫納"
374
- :other: "克羅地亞庫納"
460
+ :other: "克羅埃西亞庫納"
461
+ :symbol: "HRK"
375
462
  :HTG:
376
463
  :one: "海地古德"
377
464
  :other: "海地古德"
465
+ :symbol: "HTG"
378
466
  :HUF:
379
467
  :one: "匈牙利福林"
380
468
  :other: "匈牙利福林"
469
+ :symbol: "HUF"
381
470
  :IDR:
382
471
  :one: "印尼盾"
383
472
  :other: "印尼盾"
473
+ :symbol: "IDR"
384
474
  :IEP:
385
475
  :one: "愛爾蘭鎊"
386
476
  :other: "愛爾蘭鎊"
477
+ :symbol: "IEP"
387
478
  :ILP:
388
479
  :one: "以色列鎊"
389
480
  :other: "以色列鎊"
481
+ :symbol: "ILP"
390
482
  :ILR:
391
483
  :one: "以色列謝克爾 (1980–1985)"
392
484
  :other: "以色列謝克爾 (1980–1985)"
@@ -402,51 +494,63 @@
402
494
  :IQD:
403
495
  :one: "伊拉克第納爾"
404
496
  :other: "伊拉克第納爾"
497
+ :symbol: "IQD"
405
498
  :IRR:
406
499
  :one: "伊朗里亞爾"
407
500
  :other: "伊朗里亞爾"
501
+ :symbol: "IRR"
408
502
  :ISJ:
409
503
  :one: "冰島克朗 (1918–1981)"
410
504
  :other: "冰島克朗 (1918–1981)"
505
+ :symbol: "ISJ"
411
506
  :ISK:
412
507
  :one: "冰島克朗"
413
508
  :other: "冰島克朗"
509
+ :symbol: "ISK"
414
510
  :ITL:
415
511
  :one: "義大利里拉"
416
512
  :other: "義大利里拉"
513
+ :symbol: "ITL"
417
514
  :JMD:
418
515
  :one: "牙買加元"
419
516
  :other: "牙買加元"
420
- :symbol: "$"
517
+ :symbol: "JMD"
421
518
  :JOD:
422
519
  :one: "約旦第納爾"
423
520
  :other: "約旦第納爾"
521
+ :symbol: "JOD"
424
522
  :JPY:
425
523
  :one: "日圓"
426
524
  :other: "日圓"
427
525
  :symbol: "¥"
428
526
  :KES:
429
- :one: "肯亞先令"
527
+ :one: "肯尼亞先令"
430
528
  :other: "肯尼亞先令"
529
+ :symbol: "KES"
431
530
  :KGS:
432
531
  :one: "吉爾吉斯索姆"
433
- :other: "吉爾吉斯索馬"
532
+ :other: "吉爾吉斯索姆"
533
+ :symbol: "KGS"
434
534
  :KHR:
435
535
  :one: "柬埔寨瑞爾"
436
536
  :other: "柬埔寨瑞爾"
437
- :symbol: ""
537
+ :symbol: "KHR"
438
538
  :KMF:
439
539
  :one: "科摩羅法郎"
440
540
  :other: "科摩羅法郎"
541
+ :symbol: "KMF"
441
542
  :KPW:
442
543
  :one: "北韓圓"
443
544
  :other: "北韓圓"
545
+ :symbol: "KPW"
444
546
  :KRH:
445
547
  :one: "南韓圜"
446
- :other: "South Korean hwan (1953–1962)"
548
+ :other: "南韓圜"
549
+ :symbol: "KRH"
447
550
  :KRO:
448
551
  :one: "南韓圓"
449
- :other: "South Korean won (1945–1953)"
552
+ :other: "南韓圓"
553
+ :symbol: "KRO"
450
554
  :KRW:
451
555
  :one: "韓圓"
452
556
  :other: "韓圓"
@@ -454,116 +558,147 @@
454
558
  :KWD:
455
559
  :one: "科威特第納爾"
456
560
  :other: "科威特第納爾"
561
+ :symbol: "KWD"
457
562
  :KYD:
458
563
  :one: "開曼群島元"
459
- :other: "開曼群島美元"
460
- :symbol: "$"
564
+ :other: "開曼群島元"
565
+ :symbol: "KYD"
461
566
  :KZT:
462
567
  :one: "卡扎克斯坦坦吉"
463
568
  :other: "卡扎克斯坦坦吉"
464
- :symbol: ""
569
+ :symbol: "KZT"
465
570
  :LAK:
466
571
  :one: "寮國基普"
467
572
  :other: "寮國基普"
468
- :symbol: ""
573
+ :symbol: "LAK"
469
574
  :LBP:
470
575
  :one: "黎巴嫩鎊"
471
576
  :other: "黎巴嫩鎊"
577
+ :symbol: "LBP"
472
578
  :LKR:
473
579
  :one: "斯里蘭卡盧比"
474
- :other: "斯里蘭卡盧布"
580
+ :other: "斯里蘭卡盧比"
581
+ :symbol: "LKR"
475
582
  :LRD:
476
583
  :one: "賴比瑞亞元"
477
584
  :other: "賴比瑞亞元"
478
- :symbol: "$"
585
+ :symbol: "LRD"
479
586
  :LSL:
480
- :one: "賴索托羅蒂"
481
- :other: "賴索托羅蒂"
587
+ :one: "賴索托洛蒂"
588
+ :other: "賴索托洛蒂"
589
+ :symbol: "LSL"
482
590
  :LTL:
483
591
  :one: "立陶宛立特"
484
- :other: "立陶宛里塔"
592
+ :other: "立陶宛立特"
593
+ :symbol: "LTL"
485
594
  :LTT:
486
595
  :one: "立陶宛特羅"
487
596
  :other: "立陶宛特羅"
597
+ :symbol: "LTT"
488
598
  :LUC:
489
599
  :one: "盧森堡可兌換法郎"
490
600
  :other: "盧森堡可兌換法郎"
601
+ :symbol: "LUC"
491
602
  :LUF:
492
603
  :one: "盧森堡法郎"
493
604
  :other: "盧森堡法郎"
605
+ :symbol: "LUF"
494
606
  :LUL:
495
607
  :one: "盧森堡金融法郎"
496
608
  :other: "盧森堡金融法郎"
609
+ :symbol: "LUL"
497
610
  :LVL:
498
611
  :one: "拉脫維亞拉特銀幣"
499
612
  :other: "拉脫維亞拉特銀幣"
613
+ :symbol: "LVL"
500
614
  :LVR:
501
615
  :one: "拉脫維亞盧布"
502
616
  :other: "拉脫維亞盧布"
617
+ :symbol: "LVR"
503
618
  :LYD:
504
619
  :one: "利比亞第納爾"
505
620
  :other: "利比亞第納爾"
621
+ :symbol: "LYD"
506
622
  :MAD:
507
623
  :one: "摩洛哥迪拉姆"
508
624
  :other: "摩洛哥迪拉姆"
625
+ :symbol: "MAD"
509
626
  :MAF:
510
627
  :one: "摩洛哥法郎"
511
628
  :other: "摩洛哥法郎"
629
+ :symbol: "MAF"
512
630
  :MCF:
513
631
  :one: "摩納哥法郎"
514
632
  :other: "摩納哥法郎"
633
+ :symbol: "MCF"
515
634
  :MDC:
516
635
  :one: "摩爾多瓦券"
517
636
  :other: "摩爾多瓦券"
637
+ :symbol: "MDC"
518
638
  :MDL:
519
639
  :one: "摩杜雲列伊"
520
640
  :other: "摩杜雲列伊"
641
+ :symbol: "MDL"
521
642
  :MGA:
522
- :one: "馬達加斯加艾瑞爾"
523
- :other: "馬達加斯加艾瑞爾"
643
+ :one: "馬達加斯加阿里亞里"
644
+ :other: "馬達加斯加阿里亞里"
645
+ :symbol: "MGA"
524
646
  :MGF:
525
647
  :one: "馬達加斯加法郎"
526
648
  :other: "馬達加斯加法郎"
649
+ :symbol: "MGF"
527
650
  :MKD:
528
651
  :one: "馬其頓第納爾"
529
652
  :other: "馬其頓第納爾"
653
+ :symbol: "MKD"
530
654
  :MKN:
531
- :one: "馬其頓第納爾(1992-1993"
532
- :other: "馬其頓第納爾(1992-1993"
655
+ :one: "馬其頓第納爾 (19921993)"
656
+ :other: "馬其頓第納爾 (19921993)"
657
+ :symbol: "MKN"
533
658
  :MLF:
534
659
  :one: "馬里法郎"
535
660
  :other: "馬里法郎"
661
+ :symbol: "MLF"
536
662
  :MMK:
537
663
  :one: "緬甸元"
538
664
  :other: "緬甸元"
665
+ :symbol: "MMK"
539
666
  :MNT:
540
667
  :one: "蒙古圖格里克"
541
668
  :other: "蒙古圖格里克"
542
- :symbol: ""
669
+ :symbol: "MNT"
543
670
  :MOP:
544
671
  :one: "澳門元"
545
672
  :other: "澳門元"
673
+ :symbol: "MOP"
546
674
  :MRO:
547
675
  :one: "茅利塔尼亞烏吉亞"
548
676
  :other: "茅利塔尼亞烏吉亞"
677
+ :symbol: "MRO"
549
678
  :MTL:
550
679
  :one: "馬爾他里拉"
551
680
  :other: "馬爾他里拉"
681
+ :symbol: "MTL"
552
682
  :MTP:
553
683
  :one: "馬爾他鎊"
554
684
  :other: "馬爾他鎊"
685
+ :symbol: "MTP"
555
686
  :MUR:
556
687
  :one: "模里西斯盧布"
557
688
  :other: "模里西斯盧布"
689
+ :symbol: "MUR"
558
690
  :MVP:
559
- :one: "Maldivian rupee"
560
- :other: "Maldivian rupees"
691
+ :one: "馬爾地夫盧比"
692
+ :other: "馬爾地夫盧比"
693
+ :symbol: "MVP"
561
694
  :MVR:
562
695
  :one: "馬爾地夫盧非亞"
563
- :other: "馬爾地夫海島盧非亞"
696
+ :other: "馬爾地夫盧非亞"
697
+ :symbol: "MVR"
564
698
  :MWK:
565
699
  :one: "馬拉維克瓦查"
566
700
  :other: "馬拉維克瓦查"
701
+ :symbol: "MWK"
567
702
  :MXN:
568
703
  :one: "墨西哥披索"
569
704
  :other: "墨西哥披索"
@@ -571,44 +706,55 @@
571
706
  :MXP:
572
707
  :one: "墨西哥銀披索 (1861–1992)"
573
708
  :other: "墨西哥銀披索 (1861–1992)"
709
+ :symbol: "MXP"
574
710
  :MXV:
575
711
  :one: "墨西哥轉換單位 (UDI)"
576
712
  :other: "墨西哥轉換單位 (UDI)"
713
+ :symbol: "MXV"
577
714
  :MYR:
578
715
  :one: "馬來西亞令吉"
579
716
  :other: "馬來西亞令吉"
717
+ :symbol: "MYR"
580
718
  :MZE:
581
719
  :one: "莫三比克埃斯庫多"
582
720
  :other: "莫三比克埃斯庫多"
721
+ :symbol: "MZE"
583
722
  :MZM:
723
+ :one: "莫三比克梅蒂卡爾 (1980–2006)"
724
+ :other: "莫三比克梅蒂卡爾 (1980–2006)"
725
+ :symbol: "MZM"
726
+ :MZN:
584
727
  :one: "莫三比克梅蒂卡爾"
585
728
  :other: "莫三比克梅蒂卡爾"
586
- :MZN:
587
- :one: "莫三比克美提卡"
588
- :other: "莫三比克美提卡"
729
+ :symbol: "MZN"
589
730
  :NAD:
590
731
  :one: "納米比亞元"
591
732
  :other: "納米比亞元"
592
- :symbol: "$"
733
+ :symbol: "NAD"
593
734
  :NGN:
594
735
  :one: "奈及利亞奈拉"
595
736
  :other: "奈及利亞奈拉"
596
- :symbol: ""
737
+ :symbol: "NGN"
597
738
  :NIC:
598
739
  :one: "尼加拉瓜科多巴"
599
740
  :other: "尼加拉瓜科多巴"
741
+ :symbol: "NIC"
600
742
  :NIO:
601
743
  :one: "尼加拉瓜金科多巴"
602
744
  :other: "尼加拉瓜金科多巴"
745
+ :symbol: "NIO"
603
746
  :NLG:
604
747
  :one: "荷蘭盾"
605
748
  :other: "荷蘭盾"
749
+ :symbol: "NLG"
606
750
  :NOK:
607
751
  :one: "挪威克朗"
608
- :other: "挪威克羅納"
752
+ :other: "挪威克朗"
753
+ :symbol: "NOK"
609
754
  :NPR:
610
755
  :one: "尼泊爾盧比"
611
- :other: "尼泊爾盧布"
756
+ :other: "尼泊爾盧比"
757
+ :symbol: "NPR"
612
758
  :NZD:
613
759
  :one: "紐西蘭幣"
614
760
  :other: "紐西蘭幣"
@@ -616,133 +762,167 @@
616
762
  :OMR:
617
763
  :one: "阿曼里奧"
618
764
  :other: "阿曼里奧"
765
+ :symbol: "OMR"
619
766
  :PAB:
620
767
  :one: "巴拿馬巴波亞"
621
768
  :other: "巴拿馬巴波亞"
769
+ :symbol: "PAB"
622
770
  :PEI:
623
771
  :one: "祕魯因蒂"
624
772
  :other: "祕魯因蒂"
773
+ :symbol: "PEI"
625
774
  :PEN:
626
775
  :one: "秘魯新太陽幣"
627
776
  :other: "秘魯新太陽幣"
777
+ :symbol: "PEN"
628
778
  :PES:
629
- :one: "秘魯太陽幣"
630
- :other: "秘魯太陽幣"
779
+ :one: "秘魯索爾 (1863–1965)"
780
+ :other: "秘魯索爾 (1863–1965)"
781
+ :symbol: "PES"
631
782
  :PGK:
632
783
  :one: "巴布亞紐幾內亞基那"
633
784
  :other: "巴布亞紐幾內亞基那"
785
+ :symbol: "PGK"
634
786
  :PHP:
635
787
  :one: "菲律賓披索"
636
788
  :other: "菲律賓披索"
637
- :symbol: ""
789
+ :symbol: "PHP"
638
790
  :PKR:
639
- :one: "巴基斯坦盧布"
640
- :other: "巴基斯坦盧布"
791
+ :one: "巴基斯坦盧比"
792
+ :other: "巴基斯坦盧比"
793
+ :symbol: "PKR"
641
794
  :PLN:
642
795
  :one: "波蘭茲羅提"
643
796
  :other: "波蘭茲羅提"
797
+ :symbol: "PLN"
644
798
  :PLZ:
645
799
  :one: "波蘭茲羅提 (1950–1995)"
646
800
  :other: "波蘭茲羅提 (1950–1995)"
801
+ :symbol: "PLZ"
647
802
  :PTE:
648
803
  :one: "葡萄牙埃斯庫多"
649
804
  :other: "葡萄牙埃斯庫多"
805
+ :symbol: "PTE"
650
806
  :PYG:
651
807
  :one: "巴拉圭瓜拉尼"
652
808
  :other: "巴拉圭瓜拉尼"
653
- :symbol: ""
809
+ :symbol: "PYG"
654
810
  :QAR:
655
811
  :one: "卡達爾里亞爾"
656
812
  :other: "卡達爾里亞爾"
813
+ :symbol: "QAR"
657
814
  :RHD:
658
815
  :one: "羅德西亞元"
659
816
  :other: "羅德西亞元"
817
+ :symbol: "RHD"
660
818
  :ROL:
661
819
  :one: "舊羅馬尼亞列伊"
662
820
  :other: "舊羅馬尼亞列伊"
821
+ :symbol: "ROL"
663
822
  :RON:
664
823
  :one: "羅馬尼亞列伊"
665
824
  :other: "羅馬尼亞列伊"
825
+ :symbol: "RON"
666
826
  :RSD:
667
827
  :one: "塞爾維亞戴納"
668
828
  :other: "塞爾維亞戴納"
829
+ :symbol: "RSD"
669
830
  :RUB:
670
831
  :one: "俄羅斯盧布"
671
832
  :other: "俄羅斯盧布"
833
+ :symbol: "RUB"
672
834
  :RUR:
673
835
  :one: "俄羅斯盧布 (1991–1998)"
674
836
  :other: "俄羅斯盧布 (1991–1998)"
675
- :symbol: "р."
837
+ :symbol: "RUR"
676
838
  :RWF:
677
839
  :one: "盧安達法郎"
678
840
  :other: "盧安達法郎"
841
+ :symbol: "RWF"
679
842
  :SAR:
680
843
  :one: "沙烏地里雅"
681
844
  :other: "沙烏地里雅"
845
+ :symbol: "SAR"
682
846
  :SBD:
683
847
  :one: "索羅門群島元"
684
848
  :other: "索羅門群島元"
685
- :symbol: "$"
849
+ :symbol: "SBD"
686
850
  :SCR:
687
851
  :one: "塞席爾盧比"
688
852
  :other: "塞席爾盧比"
853
+ :symbol: "SCR"
689
854
  :SDD:
690
855
  :one: "蘇丹第納爾"
691
856
  :other: "蘇丹第納爾"
857
+ :symbol: "SDD"
692
858
  :SDG:
693
859
  :one: "蘇丹鎊"
694
860
  :other: "蘇丹鎊"
861
+ :symbol: "SDG"
695
862
  :SDP:
696
863
  :one: "舊蘇丹鎊"
697
864
  :other: "舊蘇丹鎊"
865
+ :symbol: "SDP"
698
866
  :SEK:
699
867
  :one: "瑞典克朗"
700
- :other: "瑞典克羅納"
868
+ :other: "瑞典克朗"
869
+ :symbol: "SEK"
701
870
  :SGD:
702
871
  :one: "新加坡幣"
703
872
  :other: "新加坡幣"
704
- :symbol: "$"
873
+ :symbol: "SGD"
705
874
  :SHP:
706
875
  :one: "聖赫勒拿鎊"
707
876
  :other: "聖赫勒拿鎊"
877
+ :symbol: "SHP"
708
878
  :SIT:
709
879
  :one: "斯洛維尼亞托勒"
710
880
  :other: "斯洛維尼亞托勒"
881
+ :symbol: "SIT"
711
882
  :SKK:
712
883
  :one: "斯洛伐克克朗"
713
884
  :other: "斯洛伐克克朗"
885
+ :symbol: "SKK"
714
886
  :SLL:
715
887
  :one: "獅子山利昂"
716
888
  :other: "獅子山利昂"
889
+ :symbol: "SLL"
717
890
  :SOS:
718
891
  :one: "索馬利亞先令"
719
892
  :other: "索馬利亞先令"
893
+ :symbol: "SOS"
720
894
  :SRD:
721
895
  :one: "蘇利南元"
722
896
  :other: "蘇利南元"
723
- :symbol: "$"
897
+ :symbol: "SRD"
724
898
  :SRG:
725
899
  :one: "蘇利南基爾"
726
900
  :other: "蘇利南基爾"
901
+ :symbol: "SRG"
727
902
  :SSP:
728
903
  :one: "南蘇丹鎊"
729
904
  :other: "南蘇丹鎊"
730
- :symbol: "£"
905
+ :symbol: "SSP"
731
906
  :STD:
732
907
  :one: "聖多美島和普林西比島多布拉"
733
908
  :other: "聖多美島和普林西比島多布拉"
909
+ :symbol: "STD"
734
910
  :SUR:
735
911
  :one: "蘇聯盧布"
736
912
  :other: "蘇聯盧布"
913
+ :symbol: "SUR"
737
914
  :SVC:
738
915
  :one: "薩爾瓦多科郎"
739
916
  :other: "薩爾瓦多科郎"
917
+ :symbol: "SVC"
740
918
  :SYP:
741
919
  :one: "敘利亞鎊"
742
920
  :other: "敘利亞鎊"
921
+ :symbol: "SYP"
743
922
  :SZL:
744
923
  :one: "史瓦濟蘭里朗吉尼"
745
924
  :other: "史瓦濟蘭里朗吉尼"
925
+ :symbol: "SZL"
746
926
  :THB:
747
927
  :one: "泰銖"
748
928
  :other: "泰銖"
@@ -750,35 +930,43 @@
750
930
  :TJR:
751
931
  :one: "塔吉克盧布"
752
932
  :other: "塔吉克盧布"
933
+ :symbol: "TJR"
753
934
  :TJS:
754
935
  :one: "塔吉克索莫尼"
755
936
  :other: "塔吉克索莫尼"
937
+ :symbol: "TJS"
756
938
  :TMM:
757
939
  :one: "土庫曼馬納特 (1993–2009)"
758
940
  :other: "土庫曼馬納特 (1993–2009)"
941
+ :symbol: "TMM"
759
942
  :TMT:
760
943
  :one: "土庫曼馬納特"
761
- :other: "土庫曼新馬納特"
944
+ :other: "土庫曼馬納特"
945
+ :symbol: "TMT"
762
946
  :TND:
763
947
  :one: "突尼西亞第納爾"
764
948
  :other: "突尼西亞第納爾"
949
+ :symbol: "TND"
765
950
  :TOP:
766
951
  :one: "東加潘加"
767
952
  :other: "東加潘加"
953
+ :symbol: "TOP"
768
954
  :TPE:
769
955
  :one: "帝汶埃斯庫多"
770
- :other: "Timorese escudos"
956
+ :other: "帝汶埃斯庫多"
957
+ :symbol: "TPE"
771
958
  :TRL:
772
959
  :one: "土耳其里拉"
773
960
  :other: "土耳其里拉"
961
+ :symbol: "TRL"
774
962
  :TRY:
775
963
  :one: "新土耳其里拉"
776
964
  :other: "新土耳其里拉"
777
- :symbol: ""
965
+ :symbol: "TRY"
778
966
  :TTD:
779
967
  :one: "千里達及托巴哥元"
780
968
  :other: "千里達及托巴哥元"
781
- :symbol: "$"
969
+ :symbol: "TTD"
782
970
  :TWD:
783
971
  :one: "新臺幣"
784
972
  :other: "新臺幣"
@@ -786,19 +974,23 @@
786
974
  :TZS:
787
975
  :one: "坦尚尼亞先令"
788
976
  :other: "坦尚尼亞先令"
977
+ :symbol: "TZS"
789
978
  :UAH:
790
979
  :one: "烏克蘭格里夫納"
791
- :other: "烏克蘭格里夫那"
792
- :symbol: ""
980
+ :other: "烏克蘭格里夫納"
981
+ :symbol: "UAH"
793
982
  :UAK:
794
983
  :one: "烏克蘭卡本瓦那茲"
795
984
  :other: "烏克蘭卡本瓦那茲"
985
+ :symbol: "UAK"
796
986
  :UGS:
797
987
  :one: "烏干達先令 (1966–1987)"
798
988
  :other: "烏干達先令 (1966–1987)"
989
+ :symbol: "UGS"
799
990
  :UGX:
800
991
  :one: "烏干達先令"
801
992
  :other: "烏干達先令"
993
+ :symbol: "UGX"
802
994
  :USD:
803
995
  :one: "美元"
804
996
  :other: "美元"
@@ -806,150 +998,192 @@
806
998
  :USN:
807
999
  :one: "美元(次日)"
808
1000
  :other: "美元(次日)"
1001
+ :symbol: "USN"
809
1002
  :USS:
810
1003
  :one: "美元(當日)"
811
1004
  :other: "美元(當日)"
1005
+ :symbol: "USS"
812
1006
  :UYI:
813
1007
  :one: "烏拉圭披索(指數單位)"
814
1008
  :other: "烏拉圭披索(指數單位)"
1009
+ :symbol: "UYI"
815
1010
  :UYP:
816
1011
  :one: "烏拉圭披索 (1975–1993)"
817
1012
  :other: "烏拉圭披索 (1975–1993)"
1013
+ :symbol: "UYP"
818
1014
  :UYU:
819
1015
  :one: "烏拉圭披索"
820
1016
  :other: "烏拉圭披索"
821
- :symbol: "$"
1017
+ :symbol: "UYU"
822
1018
  :UZS:
823
1019
  :one: "烏茲別克索姆"
824
1020
  :other: "烏茲別克索姆"
1021
+ :symbol: "UZS"
825
1022
  :VEB:
826
1023
  :one: "委內瑞拉玻利瓦 (1871–2008)"
827
1024
  :other: "委內瑞拉玻利瓦 (1871–2008)"
1025
+ :symbol: "VEB"
828
1026
  :VEF:
829
1027
  :one: "委內瑞拉玻利瓦"
830
1028
  :other: "委內瑞拉玻利瓦"
1029
+ :symbol: "VEF"
831
1030
  :VND:
832
1031
  :one: "越南盾"
833
1032
  :other: "越南盾"
834
1033
  :symbol: "₫"
835
1034
  :VNN:
836
- :one: "越南盾(1978-1985"
837
- :other: "Vietnamese dong (1978–1985)"
1035
+ :one: "越南盾 (19781985)"
1036
+ :other: "越南盾 (1978–1985)"
1037
+ :symbol: "VNN"
838
1038
  :VUV:
839
- :one: "萬那杜萬杜"
840
- :other: "萬那杜萬杜"
1039
+ :one: "萬那杜瓦圖"
1040
+ :other: "萬那杜瓦圖"
1041
+ :symbol: "VUV"
841
1042
  :WST:
842
1043
  :one: "西薩摩亞塔拉"
843
1044
  :other: "西薩摩亞塔拉"
1045
+ :symbol: "WST"
844
1046
  :XAF:
845
1047
  :one: "法郎 (CFA–BEAC)"
846
1048
  :other: "法郎 (CFA–BEAC)"
847
1049
  :symbol: "FCFA"
848
1050
  :XAG:
849
1051
  :one: "白銀"
850
- :other: "troy ounces of silver"
1052
+ :other: "白銀"
1053
+ :symbol: "XAG"
851
1054
  :XAU:
852
1055
  :one: "黃金"
853
- :other: "troy ounces of gold"
1056
+ :other: "黃金"
1057
+ :symbol: "XAU"
854
1058
  :XBA:
855
1059
  :one: "歐洲綜合單位"
856
- :other: "European composite units"
1060
+ :other: "歐洲綜合單位"
1061
+ :symbol: "XBA"
857
1062
  :XBB:
858
1063
  :one: "歐洲貨幣單位 (XBB)"
859
- :other: "European monetary units"
1064
+ :other: "歐洲貨幣單位 (XBB)"
1065
+ :symbol: "XBB"
860
1066
  :XBC:
861
1067
  :one: "歐洲會計單位 (XBC)"
862
- :other: "European units of account (XBC)"
1068
+ :other: "歐洲會計單位 (XBC)"
1069
+ :symbol: "XBC"
863
1070
  :XBD:
864
1071
  :one: "歐洲會計單位 (XBD)"
865
- :other: "European units of account (XBD)"
1072
+ :other: "歐洲會計單位 (XBD)"
1073
+ :symbol: "XBD"
866
1074
  :XCD:
867
1075
  :one: "格瑞那達元"
868
1076
  :other: "格瑞那達元"
869
1077
  :symbol: "EC$"
870
1078
  :XDR:
871
1079
  :one: "特殊提款權"
872
- :other: "special drawing rights"
1080
+ :other: "特殊提款權"
1081
+ :symbol: "XDR"
873
1082
  :XEU:
874
1083
  :one: "歐洲貨幣單位 (XEU)"
875
1084
  :other: "歐洲貨幣單位 (XEU)"
1085
+ :symbol: "XEU"
876
1086
  :XFO:
877
1087
  :one: "法國金法郎"
878
- :other: "French gold francs"
1088
+ :other: "法國金法郎"
1089
+ :symbol: "XFO"
879
1090
  :XFU:
880
1091
  :one: "法國法郎 (UIC)"
881
- :other: "French UIC-francs"
1092
+ :other: "法國法郎 (UIC)"
1093
+ :symbol: "XFU"
882
1094
  :XOF:
883
1095
  :one: "法郎 (CFA–BCEAO)"
884
1096
  :other: "法郎 (CFA–BCEAO)"
885
1097
  :symbol: "CFA"
886
1098
  :XPD:
887
1099
  :one: "帕拉狄昂"
888
- :other: "troy ounces of palladium"
1100
+ :other: "帕拉狄昂"
1101
+ :symbol: "XPD"
889
1102
  :XPF:
890
1103
  :one: "法郎 (CFP)"
891
1104
  :other: "法郎 (CFP)"
892
1105
  :symbol: "CFPF"
893
1106
  :XPT:
894
1107
  :one: "白金"
895
- :other: "troy ounces of platinum"
1108
+ :other: "白金"
1109
+ :symbol: "XPT"
896
1110
  :XRE:
897
1111
  :one: "RINET 基金"
898
- :other: "RINET Funds units"
1112
+ :other: "RINET 基金"
1113
+ :symbol: "XRE"
899
1114
  :XSU:
900
- :one: "Sucre"
901
- :other: "Sucres"
1115
+ :one: "蘇克雷貨幣"
1116
+ :other: "蘇克雷貨幣"
1117
+ :symbol: "XSU"
902
1118
  :XTS:
903
1119
  :one: "測試用貨幣代碼"
904
- :other: "Testing Currency units"
1120
+ :other: "測試用貨幣代碼"
1121
+ :symbol: "XTS"
905
1122
  :XUA:
906
- :one: "ADB unit of account"
907
- :other: "ADB units of account"
1123
+ :one: "亞洲開發銀行計價單位"
1124
+ :other: "亞洲開發銀行計價單位"
1125
+ :symbol: "XUA"
908
1126
  :XXX:
909
1127
  :one: "未知貨幣"
910
1128
  :other: "未知貨幣"
1129
+ :symbol: "XXX"
911
1130
  :YDD:
912
1131
  :one: "葉門第納爾"
913
1132
  :other: "葉門第納爾"
1133
+ :symbol: "YDD"
914
1134
  :YER:
915
1135
  :one: "葉門里雅"
916
1136
  :other: "葉門里雅"
1137
+ :symbol: "YER"
917
1138
  :YUD:
918
1139
  :one: "南斯拉夫第納爾硬幣"
919
1140
  :other: "南斯拉夫第納爾硬幣"
1141
+ :symbol: "YUD"
920
1142
  :YUM:
921
1143
  :one: "南斯拉夫挪威亞第納爾"
922
1144
  :other: "南斯拉夫挪威亞第納爾"
1145
+ :symbol: "YUM"
923
1146
  :YUN:
924
- :one: "南斯拉夫 可轉換第納爾"
925
- :other: "南斯拉夫 可轉換第納爾"
1147
+ :one: "南斯拉夫可轉換第納爾"
1148
+ :other: "南斯拉夫可轉換第納爾"
1149
+ :symbol: "YUN"
926
1150
  :YUR:
927
- :one: "南斯拉夫改革第納爾(1992-1993"
928
- :other: "南斯拉夫改革第納爾(1992-1993"
1151
+ :one: "南斯拉夫改革第納爾 (19921993)"
1152
+ :other: "南斯拉夫改革第納爾 (19921993)"
1153
+ :symbol: "YUR"
929
1154
  :ZAL:
930
1155
  :one: "南非蘭特(金融)"
931
1156
  :other: "南非蘭特(金融)"
1157
+ :symbol: "ZAL"
932
1158
  :ZAR:
933
1159
  :one: "南非蘭特"
934
1160
  :other: "南非蘭特"
1161
+ :symbol: "ZAR"
935
1162
  :ZMK:
936
1163
  :one: "尚比亞克瓦查 (1968–2012)"
937
1164
  :other: "尚比亞克瓦查 (1968–2012)"
1165
+ :symbol: "ZMK"
938
1166
  :ZMW:
939
1167
  :one: "尚比亞克瓦查"
940
1168
  :other: "尚比亞克瓦查"
1169
+ :symbol: "ZMW"
941
1170
  :ZRN:
942
1171
  :one: "薩伊新扎伊爾"
943
1172
  :other: "薩伊新扎伊爾"
1173
+ :symbol: "ZRN"
944
1174
  :ZRZ:
945
1175
  :one: "薩伊扎伊爾"
946
1176
  :other: "薩伊扎伊爾"
1177
+ :symbol: "ZRZ"
947
1178
  :ZWD:
948
- :one: "辛巴威元"
949
- :other: "辛巴威元"
1179
+ :one: "辛巴威元 (1980–2008)"
1180
+ :other: "辛巴威元 (1980–2008)"
1181
+ :symbol: "ZWD"
950
1182
  :ZWL:
951
1183
  :one: "辛巴威元 (2009)"
952
1184
  :other: "辛巴威元 (2009)"
1185
+ :symbol: "ZWL"
953
1186
  :ZWR:
954
- :one: "辛巴威元(2008"
955
- :other: "辛巴威元(2008"
1187
+ :one: "辛巴威元 (2008)"
1188
+ :other: "辛巴威元 (2008)"
1189
+ :symbol: "ZWR"