twitter_cldr 3.0.10 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (569) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -2
  3. data/History.txt +9 -0
  4. data/README.md +8 -0
  5. data/Rakefile +1 -1
  6. data/lib/twitter_cldr.rb +1 -1
  7. data/lib/twitter_cldr/data_readers/number_data_reader.rb +60 -8
  8. data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +3 -11
  9. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +5 -12
  10. data/lib/twitter_cldr/formatters/numbers/rbnf.rb +2 -1
  11. data/lib/twitter_cldr/formatters/numbers/rbnf/formatters.rb +4 -1
  12. data/lib/twitter_cldr/formatters/numbers/rbnf/plural.rb +49 -0
  13. data/lib/twitter_cldr/formatters/numbers/rbnf/rule.rb +4 -3
  14. data/lib/twitter_cldr/formatters/numbers/rbnf/rule_parser.rb +12 -1
  15. data/lib/twitter_cldr/formatters/numbers/rbnf/substitution.rb +1 -1
  16. data/lib/twitter_cldr/formatters/plurals/rules.rb +26 -10
  17. data/lib/twitter_cldr/localized/localized_number.rb +2 -15
  18. data/lib/twitter_cldr/resources/download.rb +3 -3
  19. data/lib/twitter_cldr/resources/locales_resources_importer.rb +24 -16
  20. data/lib/twitter_cldr/resources/uli/segment_exceptions_importer.rb +1 -1
  21. data/lib/twitter_cldr/shared/postal_codes.rb +30 -2
  22. data/lib/twitter_cldr/tokenizers/numbers/rbnf_tokenizer.rb +2 -1
  23. data/lib/twitter_cldr/version.rb +1 -1
  24. data/resources/locales/af/calendars.yml +44 -29
  25. data/resources/locales/af/currencies.yml +300 -603
  26. data/resources/locales/af/languages.yml +22 -359
  27. data/resources/locales/af/lists.yml +8 -8
  28. data/resources/locales/af/numbers.yml +74 -25
  29. data/resources/locales/af/plural_rules.yml +7 -0
  30. data/resources/locales/af/plurals.yml +13 -3
  31. data/resources/locales/af/territories.yml +7 -7
  32. data/resources/locales/ar/calendars.yml +25 -11
  33. data/resources/locales/ar/currencies.yml +115 -229
  34. data/resources/locales/ar/languages.yml +39 -124
  35. data/resources/locales/ar/lists.yml +12 -12
  36. data/resources/locales/ar/numbers.yml +170 -25
  37. data/resources/locales/ar/plural_rules.yml +11 -0
  38. data/resources/locales/ar/plurals.yml +18 -6
  39. data/resources/locales/be/calendars.yml +10 -20
  40. data/resources/locales/be/currencies.yml +40 -778
  41. data/resources/locales/be/languages.yml +2 -447
  42. data/resources/locales/be/lists.yml +3 -15
  43. data/resources/locales/be/numbers.yml +26 -26
  44. data/resources/locales/be/plural_rules.yml +9 -0
  45. data/resources/locales/be/plurals.yml +17 -7
  46. data/resources/locales/be/rbnf.yml +15 -105
  47. data/resources/locales/be/territories.yml +5 -16
  48. data/resources/locales/bg/calendars.yml +61 -40
  49. data/resources/locales/bg/currencies.yml +147 -176
  50. data/resources/locales/bg/languages.yml +56 -149
  51. data/resources/locales/bg/lists.yml +5 -5
  52. data/resources/locales/bg/numbers.yml +73 -24
  53. data/resources/locales/bg/plural_rules.yml +7 -0
  54. data/resources/locales/bg/plurals.yml +13 -3
  55. data/resources/locales/bg/territories.yml +10 -10
  56. data/resources/locales/bn/calendars.yml +43 -29
  57. data/resources/locales/bn/currencies.yml +156 -253
  58. data/resources/locales/bn/languages.yml +61 -150
  59. data/resources/locales/bn/lists.yml +4 -4
  60. data/resources/locales/bn/numbers.yml +74 -25
  61. data/resources/locales/bn/plural_rules.yml +11 -0
  62. data/resources/locales/bn/plurals.yml +19 -3
  63. data/resources/locales/bn/territories.yml +35 -35
  64. data/resources/locales/ca/calendars.yml +38 -23
  65. data/resources/locales/ca/currencies.yml +285 -63
  66. data/resources/locales/ca/languages.yml +12 -76
  67. data/resources/locales/ca/lists.yml +4 -4
  68. data/resources/locales/ca/numbers.yml +74 -25
  69. data/resources/locales/ca/plural_rules.yml +10 -0
  70. data/resources/locales/ca/plurals.yml +17 -4
  71. data/resources/locales/ca/territories.yml +20 -20
  72. data/resources/locales/cs/calendars.yml +33 -18
  73. data/resources/locales/cs/currencies.yml +397 -118
  74. data/resources/locales/cs/languages.yml +109 -90
  75. data/resources/locales/cs/numbers.yml +121 -24
  76. data/resources/locales/cs/plural_rules.yml +9 -0
  77. data/resources/locales/cs/plurals.yml +16 -6
  78. data/resources/locales/cs/territories.yml +2 -2
  79. data/resources/locales/cy/calendars.yml +4 -5
  80. data/resources/locales/cy/currencies.yml +56 -424
  81. data/resources/locales/cy/languages.yml +210 -379
  82. data/resources/locales/cy/lists.yml +1 -5
  83. data/resources/locales/cy/numbers.yml +170 -25
  84. data/resources/locales/cy/plural_rules.yml +16 -0
  85. data/resources/locales/cy/plurals.yml +26 -4
  86. data/resources/locales/cy/rbnf.yml +8 -8
  87. data/resources/locales/da/calendars.yml +28 -13
  88. data/resources/locales/da/currencies.yml +135 -136
  89. data/resources/locales/da/languages.yml +10 -74
  90. data/resources/locales/da/numbers.yml +73 -24
  91. data/resources/locales/da/plural_rules.yml +7 -0
  92. data/resources/locales/da/plurals.yml +13 -4
  93. data/resources/locales/da/territories.yml +2 -2
  94. data/resources/locales/de-CH/calendars.yml +29 -15
  95. data/resources/locales/de-CH/currencies.yml +327 -101
  96. data/resources/locales/de-CH/languages.yml +112 -83
  97. data/resources/locales/de-CH/numbers.yml +73 -24
  98. data/resources/locales/de-CH/plural_rules.yml +7 -0
  99. data/resources/locales/de-CH/plurals.yml +13 -4
  100. data/resources/locales/de-CH/territories.yml +3 -3
  101. data/resources/locales/de/calendars.yml +29 -15
  102. data/resources/locales/de/currencies.yml +328 -101
  103. data/resources/locales/de/languages.yml +112 -83
  104. data/resources/locales/de/numbers.yml +73 -24
  105. data/resources/locales/de/plural_rules.yml +7 -0
  106. data/resources/locales/de/plurals.yml +13 -4
  107. data/resources/locales/de/rbnf.yml +189 -0
  108. data/resources/locales/de/territories.yml +3 -3
  109. data/resources/locales/el/calendars.yml +30 -16
  110. data/resources/locales/el/currencies.yml +144 -91
  111. data/resources/locales/el/languages.yml +8 -72
  112. data/resources/locales/el/numbers.yml +73 -24
  113. data/resources/locales/el/plural_rules.yml +7 -0
  114. data/resources/locales/el/plurals.yml +13 -3
  115. data/resources/locales/el/territories.yml +1 -1
  116. data/resources/locales/en-150/calendars.yml +15 -5
  117. data/resources/locales/en-150/currencies.yml +49 -9
  118. data/resources/locales/en-150/languages.yml +99 -70
  119. data/resources/locales/en-150/numbers.yml +73 -24
  120. data/resources/locales/en-150/plural_rules.yml +10 -0
  121. data/resources/locales/en-150/plurals.yml +18 -4
  122. data/resources/locales/en-150/territories.yml +15 -15
  123. data/resources/locales/en-AU/calendars.yml +21 -11
  124. data/resources/locales/en-AU/currencies.yml +69 -29
  125. data/resources/locales/en-AU/languages.yml +101 -72
  126. data/resources/locales/en-AU/lists.yml +1 -1
  127. data/resources/locales/en-AU/numbers.yml +73 -24
  128. data/resources/locales/en-AU/plural_rules.yml +10 -0
  129. data/resources/locales/en-AU/plurals.yml +18 -4
  130. data/resources/locales/en-AU/territories.yml +19 -19
  131. data/resources/locales/en-CA/calendars.yml +18 -8
  132. data/resources/locales/en-CA/currencies.yml +49 -9
  133. data/resources/locales/en-CA/languages.yml +99 -70
  134. data/resources/locales/en-CA/numbers.yml +74 -25
  135. data/resources/locales/en-CA/plural_rules.yml +10 -0
  136. data/resources/locales/en-CA/plurals.yml +18 -4
  137. data/resources/locales/en-CA/territories.yml +15 -15
  138. data/resources/locales/en-GB/calendars.yml +21 -8
  139. data/resources/locales/en-GB/currencies.yml +242 -55
  140. data/resources/locales/en-GB/languages.yml +102 -73
  141. data/resources/locales/en-GB/lists.yml +1 -1
  142. data/resources/locales/en-GB/numbers.yml +74 -25
  143. data/resources/locales/en-GB/plural_rules.yml +10 -0
  144. data/resources/locales/en-GB/plurals.yml +18 -4
  145. data/resources/locales/en-GB/territories.yml +5 -5
  146. data/resources/locales/en-IE/calendars.yml +12 -2
  147. data/resources/locales/en-IE/currencies.yml +49 -9
  148. data/resources/locales/en-IE/languages.yml +99 -70
  149. data/resources/locales/en-IE/numbers.yml +74 -25
  150. data/resources/locales/en-IE/plural_rules.yml +10 -0
  151. data/resources/locales/en-IE/plurals.yml +18 -4
  152. data/resources/locales/en-IE/territories.yml +15 -15
  153. data/resources/locales/en-SG/calendars.yml +15 -5
  154. data/resources/locales/en-SG/currencies.yml +50 -10
  155. data/resources/locales/en-SG/languages.yml +99 -70
  156. data/resources/locales/en-SG/numbers.yml +74 -25
  157. data/resources/locales/en-SG/plural_rules.yml +10 -0
  158. data/resources/locales/en-SG/plurals.yml +18 -4
  159. data/resources/locales/en-SG/territories.yml +15 -15
  160. data/resources/locales/en-ZA/calendars.yml +12 -2
  161. data/resources/locales/en-ZA/currencies.yml +48 -9
  162. data/resources/locales/en-ZA/languages.yml +99 -70
  163. data/resources/locales/en-ZA/numbers.yml +74 -25
  164. data/resources/locales/en-ZA/plural_rules.yml +10 -0
  165. data/resources/locales/en-ZA/plurals.yml +18 -4
  166. data/resources/locales/en-ZA/territories.yml +15 -15
  167. data/resources/locales/en/calendars.yml +12 -2
  168. data/resources/locales/en/currencies.yml +49 -9
  169. data/resources/locales/en/languages.yml +99 -70
  170. data/resources/locales/en/numbers.yml +74 -25
  171. data/resources/locales/en/plural_rules.yml +10 -0
  172. data/resources/locales/en/plurals.yml +18 -4
  173. data/resources/locales/en/rbnf.yml +1 -26
  174. data/resources/locales/en/territories.yml +15 -15
  175. data/resources/locales/es-419/calendars.yml +101 -87
  176. data/resources/locales/es-419/currencies.yml +276 -276
  177. data/resources/locales/es-419/languages.yml +26 -90
  178. data/resources/locales/es-419/lists.yml +4 -4
  179. data/resources/locales/es-419/numbers.yml +74 -25
  180. data/resources/locales/es-419/plural_rules.yml +7 -0
  181. data/resources/locales/es-419/plurals.yml +13 -3
  182. data/resources/locales/es-419/rbnf.yml +1 -1192
  183. data/resources/locales/es-419/territories.yml +4 -4
  184. data/resources/locales/es-CO/calendars.yml +42 -28
  185. data/resources/locales/es-CO/currencies.yml +258 -258
  186. data/resources/locales/es-CO/languages.yml +22 -86
  187. data/resources/locales/es-CO/lists.yml +4 -4
  188. data/resources/locales/es-CO/numbers.yml +74 -25
  189. data/resources/locales/es-CO/plural_rules.yml +7 -0
  190. data/resources/locales/es-CO/plurals.yml +13 -3
  191. data/resources/locales/es-CO/rbnf.yml +1 -1
  192. data/resources/locales/es-CO/territories.yml +2 -2
  193. data/resources/locales/es-MX/calendars.yml +121 -107
  194. data/resources/locales/es-MX/currencies.yml +41 -136
  195. data/resources/locales/es-MX/languages.yml +27 -91
  196. data/resources/locales/es-MX/numbers.yml +76 -27
  197. data/resources/locales/es-MX/plural_rules.yml +7 -0
  198. data/resources/locales/es-MX/plurals.yml +13 -3
  199. data/resources/locales/es-MX/rbnf.yml +1 -1
  200. data/resources/locales/es-MX/territories.yml +7 -7
  201. data/resources/locales/es-US/calendars.yml +56 -48
  202. data/resources/locales/es-US/currencies.yml +259 -259
  203. data/resources/locales/es-US/languages.yml +22 -86
  204. data/resources/locales/es-US/lists.yml +4 -4
  205. data/resources/locales/es-US/numbers.yml +75 -26
  206. data/resources/locales/es-US/plural_rules.yml +7 -0
  207. data/resources/locales/es-US/plurals.yml +13 -3
  208. data/resources/locales/es-US/rbnf.yml +1 -1
  209. data/resources/locales/es-US/territories.yml +2 -2
  210. data/resources/locales/es/calendars.yml +38 -24
  211. data/resources/locales/es/currencies.yml +259 -259
  212. data/resources/locales/es/languages.yml +22 -86
  213. data/resources/locales/es/lists.yml +4 -4
  214. data/resources/locales/es/numbers.yml +75 -26
  215. data/resources/locales/es/plural_rules.yml +7 -0
  216. data/resources/locales/es/plurals.yml +13 -3
  217. data/resources/locales/es/rbnf.yml +8 -81
  218. data/resources/locales/es/territories.yml +2 -2
  219. data/resources/locales/eu/calendars.yml +72 -55
  220. data/resources/locales/eu/currencies.yml +135 -450
  221. data/resources/locales/eu/languages.yml +79 -414
  222. data/resources/locales/eu/lists.yml +4 -4
  223. data/resources/locales/eu/numbers.yml +74 -25
  224. data/resources/locales/eu/plural_rules.yml +7 -0
  225. data/resources/locales/eu/plurals.yml +13 -3
  226. data/resources/locales/eu/territories.yml +2 -2
  227. data/resources/locales/fa/calendars.yml +27 -12
  228. data/resources/locales/fa/currencies.yml +46 -454
  229. data/resources/locales/fa/languages.yml +71 -153
  230. data/resources/locales/fa/lists.yml +4 -4
  231. data/resources/locales/fa/numbers.yml +74 -25
  232. data/resources/locales/fa/plural_rules.yml +7 -0
  233. data/resources/locales/fa/plurals.yml +13 -3
  234. data/resources/locales/fa/territories.yml +4 -4
  235. data/resources/locales/fi/calendars.yml +20 -5
  236. data/resources/locales/fi/currencies.yml +287 -50
  237. data/resources/locales/fi/languages.yml +99 -70
  238. data/resources/locales/fi/numbers.yml +73 -24
  239. data/resources/locales/fi/plural_rules.yml +7 -0
  240. data/resources/locales/fi/plurals.yml +13 -4
  241. data/resources/locales/fi/territories.yml +1 -1
  242. data/resources/locales/fil/calendars.yml +29 -15
  243. data/resources/locales/fil/currencies.yml +144 -489
  244. data/resources/locales/fil/languages.yml +12 -339
  245. data/resources/locales/fil/lists.yml +7 -7
  246. data/resources/locales/fil/numbers.yml +74 -25
  247. data/resources/locales/fil/plural_rules.yml +8 -0
  248. data/resources/locales/fil/plurals.yml +17 -4
  249. data/resources/locales/fil/territories.yml +2 -2
  250. data/resources/locales/fr-BE/calendars.yml +68 -53
  251. data/resources/locales/fr-BE/currencies.yml +202 -82
  252. data/resources/locales/fr-BE/languages.yml +8 -71
  253. data/resources/locales/fr-BE/numbers.yml +74 -25
  254. data/resources/locales/fr-BE/plural_rules.yml +8 -0
  255. data/resources/locales/fr-BE/plurals.yml +15 -3
  256. data/resources/locales/fr-BE/territories.yml +7 -7
  257. data/resources/locales/fr-CA/calendars.yml +25 -10
  258. data/resources/locales/fr-CA/currencies.yml +250 -130
  259. data/resources/locales/fr-CA/languages.yml +11 -74
  260. data/resources/locales/fr-CA/numbers.yml +74 -25
  261. data/resources/locales/fr-CA/plural_rules.yml +8 -0
  262. data/resources/locales/fr-CA/plurals.yml +15 -3
  263. data/resources/locales/fr-CA/territories.yml +16 -16
  264. data/resources/locales/fr-CH/calendars.yml +68 -53
  265. data/resources/locales/fr-CH/currencies.yml +201 -82
  266. data/resources/locales/fr-CH/languages.yml +8 -71
  267. data/resources/locales/fr-CH/numbers.yml +74 -25
  268. data/resources/locales/fr-CH/plural_rules.yml +8 -0
  269. data/resources/locales/fr-CH/plurals.yml +15 -3
  270. data/resources/locales/fr-CH/territories.yml +7 -7
  271. data/resources/locales/fr/calendars.yml +68 -53
  272. data/resources/locales/fr/currencies.yml +202 -82
  273. data/resources/locales/fr/languages.yml +8 -71
  274. data/resources/locales/fr/numbers.yml +74 -25
  275. data/resources/locales/fr/plural_rules.yml +8 -0
  276. data/resources/locales/fr/plurals.yml +15 -3
  277. data/resources/locales/fr/territories.yml +7 -7
  278. data/resources/locales/ga/calendars.yml +136 -45
  279. data/resources/locales/ga/currencies.yml +1238 -587
  280. data/resources/locales/ga/languages.yml +176 -468
  281. data/resources/locales/ga/lists.yml +4 -4
  282. data/resources/locales/ga/numbers.yml +148 -24
  283. data/resources/locales/ga/plural_rules.yml +10 -0
  284. data/resources/locales/ga/plurals.yml +17 -5
  285. data/resources/locales/ga/territories.yml +56 -56
  286. data/resources/locales/gl/calendars.yml +26 -13
  287. data/resources/locales/gl/currencies.yml +378 -582
  288. data/resources/locales/gl/languages.yml +71 -392
  289. data/resources/locales/gl/lists.yml +8 -8
  290. data/resources/locales/gl/numbers.yml +74 -25
  291. data/resources/locales/gl/plural_rules.yml +7 -0
  292. data/resources/locales/gl/plurals.yml +13 -4
  293. data/resources/locales/gl/territories.yml +2 -2
  294. data/resources/locales/he/calendars.yml +53 -32
  295. data/resources/locales/he/currencies.yml +585 -487
  296. data/resources/locales/he/languages.yml +15 -78
  297. data/resources/locales/he/lists.yml +8 -8
  298. data/resources/locales/he/numbers.yml +121 -24
  299. data/resources/locales/he/plural_rules.yml +9 -0
  300. data/resources/locales/he/plurals.yml +16 -6
  301. data/resources/locales/he/rbnf.yml +0 -3
  302. data/resources/locales/he/territories.yml +4 -4
  303. data/resources/locales/hi/calendars.yml +54 -41
  304. data/resources/locales/hi/currencies.yml +155 -428
  305. data/resources/locales/hi/languages.yml +52 -141
  306. data/resources/locales/hi/lists.yml +4 -4
  307. data/resources/locales/hi/numbers.yml +74 -25
  308. data/resources/locales/hi/plural_rules.yml +11 -0
  309. data/resources/locales/hi/plurals.yml +19 -3
  310. data/resources/locales/hi/rbnf.yml +52 -1
  311. data/resources/locales/hi/territories.yml +8 -8
  312. data/resources/locales/hr/calendars.yml +30 -16
  313. data/resources/locales/hr/currencies.yml +306 -66
  314. data/resources/locales/hr/languages.yml +12 -76
  315. data/resources/locales/hr/numbers.yml +97 -24
  316. data/resources/locales/hr/plural_rules.yml +8 -0
  317. data/resources/locales/hr/plurals.yml +16 -8
  318. data/resources/locales/hr/territories.yml +1 -1
  319. data/resources/locales/hu/calendars.yml +25 -10
  320. data/resources/locales/hu/currencies.yml +139 -182
  321. data/resources/locales/hu/languages.yml +8 -72
  322. data/resources/locales/hu/lists.yml +4 -4
  323. data/resources/locales/hu/numbers.yml +73 -24
  324. data/resources/locales/hu/plural_rules.yml +8 -0
  325. data/resources/locales/hu/plurals.yml +15 -3
  326. data/resources/locales/hu/territories.yml +1 -1
  327. data/resources/locales/id/calendars.yml +22 -7
  328. data/resources/locales/id/currencies.yml +323 -192
  329. data/resources/locales/id/languages.yml +36 -71
  330. data/resources/locales/id/numbers.yml +50 -26
  331. data/resources/locales/id/plural_rules.yml +6 -0
  332. data/resources/locales/id/plurals.yml +11 -3
  333. data/resources/locales/id/rbnf.yml +4 -4
  334. data/resources/locales/id/territories.yml +2 -2
  335. data/resources/locales/is/calendars.yml +24 -9
  336. data/resources/locales/is/currencies.yml +145 -336
  337. data/resources/locales/is/languages.yml +57 -163
  338. data/resources/locales/is/numbers.yml +73 -24
  339. data/resources/locales/is/plural_rules.yml +7 -0
  340. data/resources/locales/is/plurals.yml +13 -5
  341. data/resources/locales/is/territories.yml +5 -5
  342. data/resources/locales/it-CH/calendars.yml +41 -26
  343. data/resources/locales/it-CH/currencies.yml +180 -274
  344. data/resources/locales/it-CH/languages.yml +106 -83
  345. data/resources/locales/it-CH/lists.yml +6 -6
  346. data/resources/locales/it-CH/numbers.yml +73 -24
  347. data/resources/locales/it-CH/plural_rules.yml +8 -0
  348. data/resources/locales/it-CH/plurals.yml +15 -4
  349. data/resources/locales/it-CH/territories.yml +9 -9
  350. data/resources/locales/it/calendars.yml +43 -28
  351. data/resources/locales/it/currencies.yml +181 -274
  352. data/resources/locales/it/languages.yml +106 -83
  353. data/resources/locales/it/lists.yml +6 -6
  354. data/resources/locales/it/numbers.yml +73 -24
  355. data/resources/locales/it/plural_rules.yml +8 -0
  356. data/resources/locales/it/plurals.yml +15 -4
  357. data/resources/locales/it/territories.yml +9 -9
  358. data/resources/locales/ja/calendars.yml +24 -9
  359. data/resources/locales/ja/currencies.yml +286 -48
  360. data/resources/locales/ja/languages.yml +106 -83
  361. data/resources/locales/ja/lists.yml +4 -4
  362. data/resources/locales/ja/numbers.yml +50 -26
  363. data/resources/locales/ja/plural_rules.yml +6 -0
  364. data/resources/locales/ja/plurals.yml +11 -3
  365. data/resources/locales/ja/territories.yml +2 -2
  366. data/resources/locales/ko/calendars.yml +63 -16
  367. data/resources/locales/ko/currencies.yml +286 -347
  368. data/resources/locales/ko/languages.yml +27 -76
  369. data/resources/locales/ko/numbers.yml +50 -26
  370. data/resources/locales/ko/plural_rules.yml +6 -0
  371. data/resources/locales/ko/plurals.yml +11 -3
  372. data/resources/locales/ko/territories.yml +4 -4
  373. data/resources/locales/lv/calendars.yml +34 -19
  374. data/resources/locales/lv/currencies.yml +155 -366
  375. data/resources/locales/lv/languages.yml +7 -71
  376. data/resources/locales/lv/numbers.yml +99 -26
  377. data/resources/locales/lv/plural_rules.yml +8 -0
  378. data/resources/locales/lv/plurals.yml +16 -9
  379. data/resources/locales/lv/territories.yml +2 -2
  380. data/resources/locales/ms/calendars.yml +28 -14
  381. data/resources/locales/ms/currencies.yml +185 -500
  382. data/resources/locales/ms/languages.yml +27 -297
  383. data/resources/locales/ms/lists.yml +6 -6
  384. data/resources/locales/ms/numbers.yml +50 -26
  385. data/resources/locales/ms/plural_rules.yml +7 -0
  386. data/resources/locales/ms/plurals.yml +13 -3
  387. data/resources/locales/ms/territories.yml +6 -6
  388. data/resources/locales/nb/calendars.yml +21 -6
  389. data/resources/locales/nb/currencies.yml +271 -44
  390. data/resources/locales/nb/languages.yml +14 -78
  391. data/resources/locales/nb/lists.yml +4 -4
  392. data/resources/locales/nb/numbers.yml +73 -24
  393. data/resources/locales/nb/plural_rules.yml +7 -0
  394. data/resources/locales/nb/plurals.yml +13 -3
  395. data/resources/locales/nb/territories.yml +6 -6
  396. data/resources/locales/nl/calendars.yml +63 -48
  397. data/resources/locales/nl/currencies.yml +294 -56
  398. data/resources/locales/nl/languages.yml +149 -121
  399. data/resources/locales/nl/numbers.yml +74 -25
  400. data/resources/locales/nl/plural_rules.yml +7 -0
  401. data/resources/locales/nl/plurals.yml +13 -4
  402. data/resources/locales/nl/territories.yml +9 -9
  403. data/resources/locales/pl/calendars.yml +23 -9
  404. data/resources/locales/pl/currencies.yml +147 -226
  405. data/resources/locales/pl/languages.yml +102 -73
  406. data/resources/locales/pl/numbers.yml +122 -25
  407. data/resources/locales/pl/plural_rules.yml +9 -0
  408. data/resources/locales/pl/plurals.yml +17 -9
  409. data/resources/locales/pl/rbnf.yml +17 -159
  410. data/resources/locales/pl/territories.yml +1 -1
  411. data/resources/locales/pt/calendars.yml +26 -12
  412. data/resources/locales/pt/currencies.yml +182 -91
  413. data/resources/locales/pt/languages.yml +72 -137
  414. data/resources/locales/pt/numbers.yml +74 -25
  415. data/resources/locales/pt/plural_rules.yml +7 -0
  416. data/resources/locales/pt/plurals.yml +13 -5
  417. data/resources/locales/pt/territories.yml +9 -9
  418. data/resources/locales/ro/calendars.yml +63 -49
  419. data/resources/locales/ro/currencies.yml +209 -291
  420. data/resources/locales/ro/languages.yml +12 -76
  421. data/resources/locales/ro/numbers.yml +98 -25
  422. data/resources/locales/ro/plural_rules.yml +9 -0
  423. data/resources/locales/ro/plurals.yml +17 -6
  424. data/resources/locales/ro/territories.yml +3 -3
  425. data/resources/locales/ru/calendars.yml +55 -41
  426. data/resources/locales/ru/currencies.yml +334 -256
  427. data/resources/locales/ru/languages.yml +8 -72
  428. data/resources/locales/ru/lists.yml +5 -5
  429. data/resources/locales/ru/numbers.yml +122 -24
  430. data/resources/locales/ru/plural_rules.yml +9 -0
  431. data/resources/locales/ru/plurals.yml +17 -7
  432. data/resources/locales/ru/rbnf.yml +15 -105
  433. data/resources/locales/ru/territories.yml +7 -7
  434. data/resources/locales/sk/calendars.yml +89 -51
  435. data/resources/locales/sk/currencies.yml +440 -415
  436. data/resources/locales/sk/languages.yml +50 -114
  437. data/resources/locales/sk/lists.yml +4 -4
  438. data/resources/locales/sk/numbers.yml +122 -25
  439. data/resources/locales/sk/plural_rules.yml +9 -0
  440. data/resources/locales/sk/plurals.yml +16 -6
  441. data/resources/locales/sk/territories.yml +18 -18
  442. data/resources/locales/sq/calendars.yml +72 -58
  443. data/resources/locales/sq/currencies.yml +86 -464
  444. data/resources/locales/sq/languages.yml +222 -579
  445. data/resources/locales/sq/lists.yml +4 -4
  446. data/resources/locales/sq/numbers.yml +73 -24
  447. data/resources/locales/sq/plural_rules.yml +9 -0
  448. data/resources/locales/sq/plurals.yml +16 -3
  449. data/resources/locales/sq/territories.yml +16 -17
  450. data/resources/locales/sr/calendars.yml +30 -16
  451. data/resources/locales/sr/currencies.yml +202 -116
  452. data/resources/locales/sr/languages.yml +200 -298
  453. data/resources/locales/sr/lists.yml +4 -4
  454. data/resources/locales/sr/numbers.yml +98 -25
  455. data/resources/locales/sr/plural_rules.yml +8 -0
  456. data/resources/locales/sr/plurals.yml +16 -8
  457. data/resources/locales/sr/territories.yml +20 -20
  458. data/resources/locales/sv/calendars.yml +46 -31
  459. data/resources/locales/sv/currencies.yml +213 -105
  460. data/resources/locales/sv/languages.yml +76 -73
  461. data/resources/locales/sv/numbers.yml +73 -25
  462. data/resources/locales/sv/plural_rules.yml +8 -0
  463. data/resources/locales/sv/plurals.yml +16 -4
  464. data/resources/locales/sv/rbnf.yml +1 -1
  465. data/resources/locales/sv/territories.yml +1 -1
  466. data/resources/locales/ta/calendars.yml +37 -23
  467. data/resources/locales/ta/currencies.yml +328 -643
  468. data/resources/locales/ta/languages.yml +94 -177
  469. data/resources/locales/ta/numbers.yml +74 -25
  470. data/resources/locales/ta/plural_rules.yml +7 -0
  471. data/resources/locales/ta/plurals.yml +13 -3
  472. data/resources/locales/ta/territories.yml +34 -34
  473. data/resources/locales/th/calendars.yml +33 -6
  474. data/resources/locales/th/currencies.yml +272 -187
  475. data/resources/locales/th/languages.yml +102 -76
  476. data/resources/locales/th/numbers.yml +50 -26
  477. data/resources/locales/th/plural_rules.yml +6 -0
  478. data/resources/locales/th/plurals.yml +11 -3
  479. data/resources/locales/th/territories.yml +2 -2
  480. data/resources/locales/tr/calendars.yml +25 -11
  481. data/resources/locales/tr/currencies.yml +365 -199
  482. data/resources/locales/tr/languages.yml +106 -77
  483. data/resources/locales/tr/numbers.yml +74 -25
  484. data/resources/locales/tr/plural_rules.yml +7 -0
  485. data/resources/locales/tr/plurals.yml +13 -3
  486. data/resources/locales/tr/territories.yml +5 -5
  487. data/resources/locales/uk/calendars.yml +24 -9
  488. data/resources/locales/uk/currencies.yml +139 -207
  489. data/resources/locales/uk/languages.yml +19 -94
  490. data/resources/locales/uk/lists.yml +6 -6
  491. data/resources/locales/uk/numbers.yml +121 -24
  492. data/resources/locales/uk/plural_rules.yml +10 -0
  493. data/resources/locales/uk/plurals.yml +19 -9
  494. data/resources/locales/uk/territories.yml +18 -18
  495. data/resources/locales/ur/calendars.yml +38 -16
  496. data/resources/locales/ur/currencies.yml +273 -577
  497. data/resources/locales/ur/languages.yml +76 -405
  498. data/resources/locales/ur/lists.yml +7 -7
  499. data/resources/locales/ur/numbers.yml +75 -26
  500. data/resources/locales/ur/plural_rules.yml +7 -0
  501. data/resources/locales/ur/plurals.yml +13 -4
  502. data/resources/locales/ur/territories.yml +1 -1
  503. data/resources/locales/vi/calendars.yml +29 -14
  504. data/resources/locales/vi/currencies.yml +273 -195
  505. data/resources/locales/vi/languages.yml +20 -94
  506. data/resources/locales/vi/lists.yml +2 -2
  507. data/resources/locales/vi/numbers.yml +49 -25
  508. data/resources/locales/vi/plural_rules.yml +7 -0
  509. data/resources/locales/vi/plurals.yml +13 -3
  510. data/resources/locales/vi/territories.yml +8 -8
  511. data/resources/locales/zh-Hant/calendars.yml +28 -13
  512. data/resources/locales/zh-Hant/currencies.yml +368 -134
  513. data/resources/locales/zh-Hant/languages.yml +119 -90
  514. data/resources/locales/zh-Hant/lists.yml +4 -4
  515. data/resources/locales/zh-Hant/numbers.yml +50 -26
  516. data/resources/locales/zh-Hant/plural_rules.yml +6 -0
  517. data/resources/locales/zh-Hant/plurals.yml +11 -3
  518. data/resources/locales/zh-Hant/territories.yml +9 -9
  519. data/resources/locales/zh/calendars.yml +20 -5
  520. data/resources/locales/zh/currencies.yml +372 -189
  521. data/resources/locales/zh/languages.yml +7 -71
  522. data/resources/locales/zh/lists.yml +4 -4
  523. data/resources/locales/zh/numbers.yml +50 -26
  524. data/resources/locales/zh/plural_rules.yml +6 -0
  525. data/resources/locales/zh/plurals.yml +11 -3
  526. data/resources/locales/zh/rbnf.yml +46 -0
  527. data/resources/shared/currency_digits_and_rounding.yml +8 -2
  528. data/resources/shared/numbering_systems.yml +3 -0
  529. data/resources/shared/postal_codes.yml +320 -1275
  530. data/resources/shared/rbnf_root.yml +65 -16
  531. data/resources/shared/territories_containment.yml +1 -0
  532. data/resources/uli/segments/de.yml +102 -0
  533. data/resources/uli/segments/es.yml +33 -0
  534. data/resources/uli/segments/fr.yml +21 -0
  535. data/resources/uli/segments/it.yml +11 -0
  536. data/spec/data_readers/number_data_reader_spec.rb +25 -0
  537. data/spec/formatters/list_formatter_spec.rb +2 -2
  538. data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +11 -17
  539. data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +80 -31
  540. data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +40 -9
  541. data/spec/formatters/numbers/currency_formatter_spec.rb +1 -1
  542. data/spec/formatters/numbers/rbnf/allowed_failures.yml +47 -35
  543. data/spec/formatters/numbers/rbnf/locales/bn/rbnf_test.yml +1634 -1283
  544. data/spec/formatters/numbers/rbnf/locales/cy/rbnf_test.yml +42 -42
  545. data/spec/formatters/numbers/rbnf/locales/de-CH/rbnf_test.yml +702 -0
  546. data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +702 -0
  547. data/spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml +14 -14
  548. data/spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml +14 -14
  549. data/spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml +14 -14
  550. data/spec/formatters/numbers/rbnf/locales/es-US/rbnf_test.yml +14 -14
  551. data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +54 -54
  552. data/spec/formatters/numbers/rbnf/locales/eu/rbnf_test.yml +1634 -1283
  553. data/spec/formatters/numbers/rbnf/locales/fr-CH/rbnf_test.yml +32 -32
  554. data/spec/formatters/numbers/rbnf/locales/gl/rbnf_test.yml +1634 -1283
  555. data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +105 -105
  556. data/spec/formatters/numbers/rbnf/locales/hi/rbnf_test.yml +350 -116
  557. data/spec/formatters/numbers/rbnf/locales/sv/rbnf_test.yml +24 -24
  558. data/spec/formatters/numbers/rbnf/locales/ur/rbnf_test.yml +1634 -1283
  559. data/spec/formatters/numbers/rbnf/locales/zh/rbnf_test.yml +117 -0
  560. data/spec/formatters/plurals/rules_spec.rb +37 -14
  561. data/spec/localized/localized_number_spec.rb +2 -1
  562. data/spec/parsers/number_parser_spec.rb +5 -5
  563. data/spec/shared/calendar_spec.rb +3 -3
  564. data/spec/shared/postal_codes_spec.rb +16 -0
  565. data/spec/shared/territories_spec.rb +2 -2
  566. data/spec/spec_helper.rb +1 -1
  567. data/twitter_cldr.gemspec +1 -0
  568. metadata +364 -285
  569. data/resources/custom/locales/hu/plurals.yml +0 -3
@@ -12,12 +12,12 @@
12
12
  :middle: "{0}, {1}"
13
13
  :start: "{0}, {1}"
14
14
  :unit-narrow:
15
- 2: "{0} {1}"
16
- :end: "{0} {1}"
17
- :middle: "{0} {1}"
18
- :start: "{0} {1}"
15
+ 2: "{0} اور {1}"
16
+ :end: "{0}، اور {1}"
17
+ :middle: "{0}، {1}"
18
+ :start: "{0}، {1}"
19
19
  :unit-short:
20
20
  2: "{0} اور {1}"
21
- :end: "{0}, {1}"
22
- :middle: "{0}, {1}"
23
- :start: "{0}, {1}"
21
+ :end: "{0}، اور {1}"
22
+ :middle: "{0}، {1}"
23
+ :start: "{0}، {1}"
@@ -5,7 +5,7 @@
5
5
  :currency:
6
6
  :number_system: "latn"
7
7
  :patterns:
8
- :default: "¤#,##0.00"
8
+ :default: "¤ #,##,##0.00"
9
9
  :unit:
10
10
  :one: "{0} {1}"
11
11
  :other: "{0} {1}"
@@ -14,35 +14,83 @@
14
14
  :patterns:
15
15
  :default: "#,##0.###"
16
16
  :long:
17
- 1000: "0 thousand"
18
- 10000: "00 thousand"
19
- 100000: "000 thousand"
20
- 1000000: "0 million"
21
- 10000000: "00 million"
22
- 100000000: "000 million"
23
- 1000000000: "0 billion"
24
- 10000000000: "00 billion"
25
- 100000000000: "000 billion"
26
- 1000000000000: "0 trillion"
27
- 10000000000000: "00 trillion"
28
- 100000000000000: "000 trillion"
17
+ 1000:
18
+ :one: "0 ہزار"
19
+ :other: "0 ہزار"
20
+ 10000:
21
+ :one: "00 ہزار"
22
+ :other: "00 ہزار"
23
+ 100000:
24
+ :one: "0 لاکھ"
25
+ :other: "0 لاکھ"
26
+ 1000000:
27
+ :one: "00 لاکھ"
28
+ :other: "00 لاکھ"
29
+ 10000000:
30
+ :one: "0 کروڑ"
31
+ :other: "0 کروڑ"
32
+ 100000000:
33
+ :one: "00 کروڑ"
34
+ :other: "00 کروڑ"
35
+ 1000000000:
36
+ :one: "0 ارب"
37
+ :other: "0 ارب"
38
+ 10000000000:
39
+ :one: "00 ارب"
40
+ :other: "00 ارب"
41
+ 100000000000:
42
+ :one: "0 کھرب"
43
+ :other: "0 کھرب"
44
+ 1000000000000:
45
+ :one: "00 کھرب"
46
+ :other: "00 کھرب"
47
+ 10000000000000:
48
+ :one: "00 ٹریلین"
49
+ :other: "00 ٹریلین"
50
+ 100000000000000:
51
+ :one: "000 ٹریلین"
52
+ :other: "000 ٹریلین"
29
53
  :short:
30
- 1000: "0 ہزار"
31
- 10000: "00 ہزار"
32
- 100000: "0 لاکھ"
33
- 1000000: "00 لاکھ"
34
- 10000000: "0 کروڑ"
35
- 100000000: "00 کروڑ"
36
- 1000000000: "0 ارب"
37
- 10000000000: "00 ارب"
38
- 100000000000: "0 کھرب"
39
- 1000000000000: "00 کھرب"
40
- 10000000000000: "00T"
41
- 100000000000000: "000T"
54
+ 1000:
55
+ :one: "0 ہزار"
56
+ :other: "0 ہزار"
57
+ 10000:
58
+ :one: "00 ہزار"
59
+ :other: "00 ہزار"
60
+ 100000:
61
+ :one: "0 لاکھ"
62
+ :other: "0 لاکھ"
63
+ 1000000:
64
+ :one: "00 لاکھ"
65
+ :other: "00 لاکھ"
66
+ 10000000:
67
+ :one: "0 کروڑ"
68
+ :other: "0 کروڑ"
69
+ 100000000:
70
+ :one: "00 کروڑ"
71
+ :other: "00 کروڑ"
72
+ 1000000000:
73
+ :one: "0 ارب"
74
+ :other: "0 ارب"
75
+ 10000000000:
76
+ :one: "00 ارب"
77
+ :other: "00 ارب"
78
+ 100000000000:
79
+ :one: "0 کھرب"
80
+ :other: "0 کھرب"
81
+ 1000000000000:
82
+ :one: "00 کھرب"
83
+ :other: "00 کھرب"
84
+ 10000000000000:
85
+ :one: "00 ٹریلین"
86
+ :other: "00 ٹریلین"
87
+ 100000000000000:
88
+ :one: "000 ٹریلین"
89
+ :other: "000 ٹریلین"
42
90
  :percent:
43
91
  :number_system: "latn"
44
92
  :patterns:
45
- :default: "#,##0%"
93
+ :default: "#,##,##0%"
46
94
  :scientific:
47
95
  :number_system: "latn"
48
96
  :patterns:
@@ -60,3 +108,4 @@
60
108
  :percent_sign: "%"
61
109
  :plus_sign: "‎+"
62
110
  :superscripting_exponent: "×"
111
+ :time_separator: ":"
@@ -0,0 +1,7 @@
1
+ ---
2
+ :ur:
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
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,5 +1,14 @@
1
1
  ---
2
- :ur: ! '{ :''ur'' => { :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
+ :ur:
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); :other }
13
+ :names:
14
+ - :other
@@ -162,7 +162,7 @@
162
162
  :ms: "مونٹسیراٹ"
163
163
  :mt: "مالٹا"
164
164
  :mu: "ماریشس"
165
- :mv: "مالدیو"
165
+ :mv: "مالدیپ"
166
166
  :mw: "ملاوی"
167
167
  :mx: "میکسیکو"
168
168
  :my: "ملیشیا"
@@ -3,12 +3,13 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
+ :E: "ccc"
6
7
  :EHm: "E HH:mm"
7
8
  :EHms: "E HH:mm:ss"
8
9
  :Ed: "E, dd"
9
10
  :Ehm: "E h:mm a"
10
11
  :Ehms: "E h:mm:ss a"
11
- :Gy: "'Năm' y G"
12
+ :Gy: "y G"
12
13
  :GyMMM: "MMM y G"
13
14
  :GyMMMEd: "E, dd MMM y G"
14
15
  :GyMMMd: "dd MMM, y G"
@@ -19,9 +20,9 @@
19
20
  :MEd: "E, dd-M"
20
21
  :MMM: "LLL"
21
22
  :MMMEd: "E, dd MMM"
22
- :MMMMEd: "E, dd MMMM"
23
- :MMMMd: "dd MMMM"
24
- :MMMd: "dd MMM"
23
+ :MMMMEd: "E, d MMMM"
24
+ :MMMMd: "d MMMM"
25
+ :MMMd: "d MMM"
25
26
  :MMdd: "dd-MM"
26
27
  :Md: "dd-M"
27
28
  :d: "d"
@@ -31,13 +32,13 @@
31
32
  :mmss: "mm:ss"
32
33
  :ms: "mm:ss"
33
34
  ? !ruby/symbol "y"
34
- : "'Năm' y"
35
+ : "y"
35
36
  :yM: "M/y"
36
37
  :yMEd: "E, dd-M-y"
37
- :yMM: "MM-y"
38
+ :yMM: "'tháng' MM, y"
38
39
  :yMMM: "MMM y"
39
40
  :yMMMEd: "E, dd MMM y"
40
- :yMMMM: "MMMM y"
41
+ :yMMMM: "MMMM 'năm' y"
41
42
  :yMMMd: "dd MMM, y"
42
43
  :yMd: "d/M/y"
43
44
  :yQQQ: "QQQ y"
@@ -121,15 +122,32 @@
121
122
  1: "sau CN"
122
123
  :fields:
123
124
  :day: "Ngày"
125
+ :day-narrow: "Ngày"
126
+ :day-short: "Ngày"
124
127
  :dayperiod: "SA/CH"
125
128
  :era: "Thời đại"
126
129
  :hour: "Giờ"
130
+ :hour-narrow: "Giờ"
131
+ :hour-short: "Giờ"
127
132
  :minute: "Phút"
133
+ :minute-narrow: "Phút"
134
+ :minute-short: "Phút"
128
135
  :month: "Tháng"
136
+ :month-narrow: "Tháng"
137
+ :month-short: "Tháng"
138
+ :quarter: "Quý"
139
+ :quarter-narrow: "Quý"
140
+ :quarter-short: "Quý"
129
141
  :second: "Giây"
142
+ :second-narrow: "Giây"
143
+ :second-short: "Giây"
130
144
  :week: "Tuần"
145
+ :week-narrow: "Tuần"
146
+ :week-short: "Tuần"
131
147
  :weekday: "Ngày trong tuần"
132
148
  :year: "Năm"
149
+ :year-narrow: "Năm"
150
+ :year-short: "Năm"
133
151
  :zone: "Múi giờ"
134
152
  :formats:
135
153
  :date:
@@ -244,16 +262,13 @@
244
262
  :format:
245
263
  :abbreviated: :calendars.gregorian.dayPeriods.format.wide
246
264
  :narrow:
247
- :am: "a"
248
- :noon: "n"
249
- :pm: "p"
265
+ :am: "s"
266
+ :noon: "tr"
267
+ :pm: "c"
250
268
  :wide:
251
269
  :am: "SA"
252
- :noon: "noon"
270
+ :noon: "TR"
253
271
  :pm: "CH"
254
- :variant:
255
- :am: "a.m."
256
- :pm: "p.m."
257
272
  :stand-alone: {}
258
273
  :quarters:
259
274
  :format:
@@ -3,59 +3,62 @@
3
3
  :currencies:
4
4
  :ADP:
5
5
  :one: "Đồng Peseta của Andora"
6
- :other: "Andorran pesetas"
6
+ :symbol: "ADP"
7
7
  :AED:
8
8
  :one: "Dirham UAE"
9
9
  :other: "dirham UAE"
10
+ :symbol: "AED"
10
11
  :AFA:
11
12
  :one: "Đồng Afghani của Afghanistan (1927–2002)"
12
- :other: "Afghan afghanis (1927–2002)"
13
+ :symbol: "AFA"
13
14
  :AFN:
14
15
  :one: "Afghani Afghanistan"
15
16
  :other: "afghani Afghanistan"
16
- :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
17
+ :symbol: "AFN"
19
18
  :ALL:
20
19
  :one: "Lek Albania"
21
20
  :other: "lek Albania"
21
+ :symbol: "ALL"
22
22
  :AMD:
23
23
  :one: "Dram Armenia"
24
24
  :other: "dram Armenia"
25
+ :symbol: "AMD"
25
26
  :ANG:
26
27
  :one: "Guilder Tây Ấn Hà Lan"
27
28
  :other: "guilder Tây Ấn Hà Lan"
29
+ :symbol: "ANG"
28
30
  :AOA:
29
31
  :one: "Kwanza Angola"
30
32
  :other: "kwanza Angola"
33
+ :symbol: "AOA"
31
34
  :AOK:
32
35
  :one: "Đồng Kwanza của Angola (1977–1991)"
33
- :other: "Angolan kwanzas (1977–1991)"
36
+ :symbol: "AOK"
34
37
  :AON:
35
38
  :one: "Đồng Kwanza Mới của Angola (1990–2000)"
36
- :other: "Angolan new kwanzas (1990–2000)"
39
+ :symbol: "AON"
37
40
  :AOR:
38
41
  :one: "Đồng Kwanza Điều chỉnh lại của Angola (1995–1999)"
39
- :other: "Angolan readjusted kwanzas (1995–1999)"
42
+ :symbol: "AOR"
40
43
  :ARA:
41
44
  :one: "Đồng Austral của Argentina"
42
- :other: "Argentine australs"
45
+ :symbol: "ARA"
43
46
  :ARL:
44
47
  :one: "Đồng Peso Ley của Argentina (1970–1983)"
45
- :other: "Argentine pesos ley (1970–1983)"
48
+ :symbol: "ARL"
46
49
  :ARM:
47
50
  :one: "Đồng Peso Argentina (1881–1970)"
48
- :other: "Argentine pesos (1881–1970)"
51
+ :symbol: "ARM"
49
52
  :ARP:
50
53
  :one: "Đồng Peso Argentina (1983–1985)"
51
- :other: "Argentine pesos (1983–1985)"
54
+ :symbol: "ARP"
52
55
  :ARS:
53
56
  :one: "Peso Argentina"
54
57
  :other: "peso Argentina"
55
- :symbol: "$"
58
+ :symbol: "ARS"
56
59
  :ATS:
57
60
  :one: "Đồng Schiling Áo"
58
- :other: "Austrian schillings"
61
+ :symbol: "ATS"
59
62
  :AUD:
60
63
  :one: "Đô la Australia"
61
64
  :other: "đô la Australia"
@@ -63,122 +66,131 @@
63
66
  :AWG:
64
67
  :one: "Florin Aruba"
65
68
  :other: "florin Aruba"
69
+ :symbol: "AWG"
66
70
  :AZM:
67
71
  :one: "Đồng Manat của Azerbaijan (1993–2006)"
68
- :other: "Azerbaijani manats (1993–2006)"
72
+ :symbol: "AZM"
69
73
  :AZN:
70
74
  :one: "Manat Azerbaijan"
71
75
  :other: "manat Azerbaijan"
76
+ :symbol: "AZN"
72
77
  :BAD:
73
78
  :one: "Đồng Dinar của Bosnia-Herzegovina (1992–1994)"
74
- :other: "Bosnia-Herzegovina dinars (1992–1994)"
79
+ :symbol: "BAD"
75
80
  :BAM:
76
81
  :one: "Mark Bosnia-Herzegovina có thể chuyển đổi"
77
82
  :other: "mark Bosnia-Herzegovina có thể chuyển đổi"
83
+ :symbol: "BAM"
78
84
  :BAN:
79
85
  :one: "Đồng Dinar Mới của Bosnia-Herzegovina (1994–1997)"
80
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
86
+ :symbol: "BAN"
81
87
  :BBD:
82
88
  :one: "Đô la Barbados"
83
89
  :other: "đô la Barbados"
84
- :symbol: "$"
90
+ :symbol: "BBD"
85
91
  :BDT:
86
92
  :one: "Taka Bangladesh"
87
93
  :other: "taka Bangladesh"
88
- :symbol: ""
94
+ :symbol: "BDT"
89
95
  :BEC:
90
96
  :one: "Đồng Franc Bỉ (có thể chuyển đổi)"
91
- :other: "Belgian francs (convertible)"
97
+ :symbol: "BEC"
92
98
  :BEF:
93
99
  :one: "Đồng Franc Bỉ"
94
- :other: "Belgian francs"
100
+ :symbol: "BEF"
95
101
  :BEL:
96
102
  :one: "Đồng Franc Bỉ (tài chính)"
97
- :other: "Belgian francs (financial)"
103
+ :symbol: "BEL"
98
104
  :BGL:
99
105
  :one: "Đồng Lev Xu của Bun-ga-ri"
100
- :other: "Bulgarian hard leva"
106
+ :symbol: "BGL"
101
107
  :BGM:
102
108
  :one: "Đồng Lev Xã hội chủ nghĩa của Bun-ga-ri"
103
- :other: "Bulgarian socialist leva"
109
+ :symbol: "BGM"
104
110
  :BGN:
105
111
  :one: "Lev Bulgaria"
106
112
  :other: "lev Bulgaria"
113
+ :symbol: "BGN"
107
114
  :BGO:
108
115
  :one: "Đồng Lev của Bun-ga-ri (1879–1952)"
109
- :other: "Bulgarian leva (1879–1952)"
116
+ :symbol: "BGO"
110
117
  :BHD:
111
118
  :one: "Dinar Bahrain"
112
119
  :other: "dinar Bahrain"
120
+ :symbol: "BHD"
113
121
  :BIF:
114
122
  :one: "Franc Burundi"
115
123
  :other: "franc Burundi"
124
+ :symbol: "BIF"
116
125
  :BMD:
117
126
  :one: "Đô la Bermuda"
118
127
  :other: "đô la Bermuda"
119
- :symbol: "$"
128
+ :symbol: "BMD"
120
129
  :BND:
121
130
  :one: "Đô la Brunei"
122
131
  :other: "đô la Brunei"
123
- :symbol: "$"
132
+ :symbol: "BND"
124
133
  :BOB:
125
134
  :one: "Boliviano Bolivia"
126
135
  :other: "boliviano Bolivia"
136
+ :symbol: "BOB"
127
137
  :BOL:
128
138
  :one: "Đồng Boliviano của Bolivia (1863–1963)"
129
- :other: "Bolivian bolivianos (1863–1963)"
139
+ :symbol: "BOL"
130
140
  :BOP:
131
141
  :one: "Đồng Peso Bolivia"
132
- :other: "Bolivian pesos"
142
+ :symbol: "BOP"
133
143
  :BOV:
134
144
  :one: "Đồng Mvdol Bolivia"
135
- :other: "Bolivian mvdols"
145
+ :symbol: "BOV"
136
146
  :BRB:
137
147
  :one: "Đồng Cruzerio Mới của Braxin (1967–1986)"
138
- :other: "Brazilian new cruzeiros (1967–1986)"
148
+ :symbol: "BRB"
139
149
  :BRC:
140
150
  :one: "Đồng Cruzado của Braxin (1986–1989)"
141
- :other: "Brazilian cruzados (1986–1989)"
151
+ :symbol: "BRC"
142
152
  :BRE:
143
153
  :one: "Đồng Cruzerio của Braxin (1990–1993)"
144
- :other: "Brazilian cruzeiros (1990–1993)"
154
+ :symbol: "BRE"
145
155
  :BRL:
146
156
  :one: "Real Braxin"
147
157
  :other: "real Braxin"
148
158
  :symbol: "R$"
149
159
  :BRN:
150
160
  :one: "Đồng Cruzado Mới của Braxin (1989–1990)"
151
- :other: "Brazilian new cruzados (1989–1990)"
161
+ :symbol: "BRN"
152
162
  :BRR:
153
163
  :one: "Đồng Cruzeiro của Braxin (1993–1994)"
154
- :other: "Brazilian cruzeiros (1993–1994)"
164
+ :symbol: "BRR"
155
165
  :BRZ:
156
166
  :one: "Đồng Cruzeiro của Braxin (1942–1967)"
157
- :other: "Brazilian cruzeiros (1942–1967)"
167
+ :symbol: "BRZ"
158
168
  :BSD:
159
169
  :one: "Đô la Bahamas"
160
170
  :other: "đô la Bahamas"
161
- :symbol: "$"
171
+ :symbol: "BSD"
162
172
  :BTN:
163
173
  :one: "Ngultrum Bhutan"
164
174
  :other: "ngultrum Bhutan"
175
+ :symbol: "BTN"
165
176
  :BUK:
166
177
  :one: "Đồng Kyat Miến Điện"
167
- :other: "Burmese kyats"
178
+ :symbol: "BUK"
168
179
  :BWP:
169
180
  :one: "Pula Botswana"
170
181
  :other: "pula Botswana"
182
+ :symbol: "BWP"
171
183
  :BYB:
172
184
  :one: "Đồng Rúp Mới của Belarus (1994–1999)"
173
- :other: "Belarusian new rubles (1994–1999)"
185
+ :symbol: "BYB"
174
186
  :BYR:
175
187
  :one: "Rúp Belarus"
176
188
  :other: "rúp Belarus"
177
- :symbol: "р."
189
+ :symbol: "BYR"
178
190
  :BZD:
179
191
  :one: "Đô la Belize"
180
192
  :other: "đô la Belize"
181
- :symbol: "$"
193
+ :symbol: "BZD"
182
194
  :CAD:
183
195
  :one: "Đô la Canada"
184
196
  :other: "đô la Canada"
@@ -186,28 +198,27 @@
186
198
  :CDF:
187
199
  :one: "Franc Congo"
188
200
  :other: "franc Congo"
201
+ :symbol: "CDF"
189
202
  :CHE:
190
203
  :one: "Đồng Euro WIR"
191
- :other: "WIR euros"
204
+ :symbol: "CHE"
192
205
  :CHF:
193
206
  :one: "Franc Thụy sĩ"
194
207
  :other: "franc Thụy sĩ"
208
+ :symbol: "CHF"
195
209
  :CHW:
196
210
  :one: "Đồng France WIR"
197
- :other: "WIR francs"
211
+ :symbol: "CHW"
198
212
  :CLE:
199
213
  :one: "Đồng Escudo của Chile"
200
- :other: "Chilean escudos"
214
+ :symbol: "CLE"
201
215
  :CLF:
202
216
  :one: "Đơn vị Kế toán của Chile (UF)"
203
- :other: "Chilean units of account (UF)"
217
+ :symbol: "CLF"
204
218
  :CLP:
205
219
  :one: "Peso Chile"
206
220
  :other: "peso Chile"
207
- :symbol: "$"
208
- :CNX:
209
- :one: "Chinese People’s Bank dollar"
210
- :other: "Chinese People’s Bank dollars"
221
+ :symbol: "CLP"
211
222
  :CNY:
212
223
  :one: "Nhân dân tệ"
213
224
  :other: "nhân dân tệ"
@@ -215,149 +226,162 @@
215
226
  :COP:
216
227
  :one: "Peso Colombia"
217
228
  :other: "peso Colombia"
218
- :symbol: "$"
229
+ :symbol: "COP"
219
230
  :COU:
220
231
  :one: "Đơn vị Giá trị Thực của Colombia"
221
- :other: "Colombian real value units"
232
+ :symbol: "COU"
222
233
  :CRC:
223
234
  :one: "Colón Costa Rica"
224
235
  :other: "colón Costa Rica"
225
- :symbol: ""
236
+ :symbol: "CRC"
226
237
  :CSD:
227
238
  :one: "Đồng Dinar của Serbia (2002–2006)"
228
- :other: "Serbian dinars (2002–2006)"
239
+ :symbol: "CSD"
229
240
  :CSK:
230
241
  :one: "Đồng Koruna Xu của Czechoslovakia"
231
- :other: "Czechoslovak hard korunas"
242
+ :symbol: "CSK"
232
243
  :CUC:
233
244
  :one: "Peso Cuba có thể chuyển đổi"
234
245
  :other: "peso Cuba có thể chuyển đổi"
246
+ :symbol: "CUC"
235
247
  :CUP:
236
248
  :one: "Peso Cuba"
237
249
  :other: "peso Cuba"
238
- :symbol: "$"
250
+ :symbol: "CUP"
239
251
  :CVE:
240
252
  :one: "Escudo Cape Verde"
241
253
  :other: "escudo Cape Verde"
254
+ :symbol: "CVE"
242
255
  :CYP:
243
256
  :one: "Đồng Bảng Síp"
244
- :other: "Cypriot pounds"
257
+ :symbol: "CYP"
245
258
  :CZK:
246
259
  :one: "Koruna Cộng hòa Séc"
247
260
  :other: "koruna Cộng hòa Séc"
261
+ :symbol: "CZK"
248
262
  :DDM:
249
263
  :one: "Đồng Mark Đông Đức"
250
- :other: "East German marks"
264
+ :symbol: "DDM"
251
265
  :DEM:
252
266
  :one: "Đồng Mark Đức"
253
- :other: "German marks"
267
+ :symbol: "DEM"
254
268
  :DJF:
255
269
  :one: "Franc Djibouti"
256
270
  :other: "franc Djibouti"
271
+ :symbol: "DJF"
257
272
  :DKK:
258
273
  :one: "Krone Đan Mạch"
259
274
  :other: "krone Đan Mạch"
275
+ :symbol: "DKK"
260
276
  :DOP:
261
277
  :one: "Peso Dominica"
262
278
  :other: "peso Dominica"
263
- :symbol: "$"
279
+ :symbol: "DOP"
264
280
  :DZD:
265
281
  :one: "Dinar Algeria"
266
282
  :other: "dinar Algeria"
283
+ :symbol: "DZD"
267
284
  :ECS:
268
285
  :one: "Đồng Scure Ecuador"
269
- :other: "Ecuadorian sucres"
286
+ :symbol: "ECS"
270
287
  :ECV:
271
288
  :one: "Đơn vị Giá trị Không đổi của Ecuador"
272
- :other: "Ecuadorian units of constant value"
289
+ :symbol: "ECV"
273
290
  :EEK:
274
291
  :one: "Crun Extônia"
275
- :other: "Estonian kroons"
292
+ :symbol: "EEK"
276
293
  :EGP:
277
294
  :one: "Bảng Ai Cập"
278
295
  :other: "bảng Ai Cập"
296
+ :symbol: "EGP"
279
297
  :ERN:
280
298
  :one: "Nakfa Eritrea"
281
299
  :other: "nakfa Eritrea"
300
+ :symbol: "ERN"
282
301
  :ESA:
283
302
  :one: "Đồng Peseta Tây Ban Nha (Tài khoản)"
284
- :other: "Spanish pesetas (A account)"
303
+ :symbol: "ESA"
285
304
  :ESB:
286
305
  :one: "Đồng Peseta Tây Ban Nha (tài khoản có thể chuyển đổi)"
287
- :other: "Spanish pesetas (convertible account)"
306
+ :symbol: "ESB"
288
307
  :ESP:
289
308
  :one: "Đồng Peseta Tây Ban Nha"
290
- :other: "Spanish pesetas"
291
- :symbol: "₧"
309
+ :symbol: "ESP"
292
310
  :ETB:
293
311
  :one: "Birr Ethiopia"
294
312
  :other: "birr Ethiopia"
313
+ :symbol: "ETB"
295
314
  :EUR:
296
315
  :one: "Euro"
297
316
  :other: "euro"
298
317
  :symbol: "€"
299
318
  :FIM:
300
319
  :one: "Đồng Markka Phần Lan"
301
- :other: "Finnish markkas"
320
+ :symbol: "FIM"
302
321
  :FJD:
303
322
  :one: "Đô la Fiji"
304
323
  :other: "đô la Fiji"
305
- :symbol: "$"
324
+ :symbol: "FJD"
306
325
  :FKP:
307
326
  :one: "Bảng Quần đảo Falkland"
308
327
  :other: "bảng Quần đảo Falkland"
328
+ :symbol: "FKP"
309
329
  :FRF:
310
330
  :one: "Franc Pháp"
311
- :other: "French francs"
331
+ :symbol: "FRF"
312
332
  :GBP:
313
333
  :one: "Bảng Anh"
314
334
  :other: "bảng Anh"
315
335
  :symbol: "£"
316
336
  :GEK:
317
337
  :one: "Đồng Kupon Larit của Georgia"
318
- :other: "Georgian kupon larits"
338
+ :symbol: "GEK"
319
339
  :GEL:
320
340
  :one: "Lari Gruzia"
321
- :other: "lari Gruzia"
341
+ :other: "Lari Gruzia"
342
+ :symbol: "GEL"
322
343
  :GHC:
323
344
  :one: "Cedi Ghana (1979–2007)"
324
- :other: "Ghanaian cedis (1979–2007)"
345
+ :symbol: "GHC"
325
346
  :GHS:
326
347
  :one: "Cedi Ghana"
327
348
  :other: "cedi Ghana"
328
- :symbol: ""
349
+ :symbol: "GHS"
329
350
  :GIP:
330
351
  :one: "Bảng Gibraltar"
331
352
  :other: "bảng Gibraltar"
332
- :symbol: "£"
353
+ :symbol: "GIP"
333
354
  :GMD:
334
355
  :one: "Dalasi Gambia"
335
356
  :other: "dalasi Gambia"
357
+ :symbol: "GMD"
336
358
  :GNF:
337
359
  :one: "Franc Guinea"
338
360
  :other: "franc Guinea"
361
+ :symbol: "GNF"
339
362
  :GNS:
340
363
  :one: "Syli Guinea"
341
- :other: "Guinean sylis"
364
+ :symbol: "GNS"
342
365
  :GQE:
343
366
  :one: "Đồng Ekwele của Guinea Xích Đạo"
344
- :other: "Equatorial Guinean ekwele"
367
+ :symbol: "GQE"
345
368
  :GRD:
346
369
  :one: "Drachma Hy Lạp"
347
- :other: "Greek drachmas"
370
+ :symbol: "GRD"
348
371
  :GTQ:
349
372
  :one: "Quetzal Guatemala"
350
373
  :other: "quetzal Guatemala"
374
+ :symbol: "GTQ"
351
375
  :GWE:
352
376
  :one: "Đồng Guinea Escudo Bồ Đào Nha"
353
- :other: "Portuguese Guinea escudos"
377
+ :symbol: "GWE"
354
378
  :GWP:
355
379
  :one: "Peso Guinea-Bissau"
356
- :other: "Guinea-Bissau pesos"
380
+ :symbol: "GWP"
357
381
  :GYD:
358
382
  :one: "Đô la Guyana"
359
383
  :other: "đô la Guyana"
360
- :symbol: "$"
384
+ :symbol: "GYD"
361
385
  :HKD:
362
386
  :one: "Đô la Hồng Kông"
363
387
  :other: "đô la Hồng Kông"
@@ -365,30 +389,32 @@
365
389
  :HNL:
366
390
  :one: "Lempira Honduras"
367
391
  :other: "lempira Honduras"
392
+ :symbol: "HNL"
368
393
  :HRD:
369
394
  :one: "Đồng Dinar Croatia"
370
- :other: "Croatian dinars"
395
+ :symbol: "HRD"
371
396
  :HRK:
372
397
  :one: "Kuna Croatia"
373
398
  :other: "kuna Croatia"
399
+ :symbol: "HRK"
374
400
  :HTG:
375
401
  :one: "Gourde Haiti"
376
402
  :other: "gourde Haiti"
403
+ :symbol: "HTG"
377
404
  :HUF:
378
405
  :one: "Forint Hungaria"
379
- :other: "forint Hungaria"
406
+ :other: "forint Hungary"
407
+ :symbol: "HUF"
380
408
  :IDR:
381
409
  :one: "Rupiah Indonesia"
382
410
  :other: "rupiah Indonesia"
411
+ :symbol: "IDR"
383
412
  :IEP:
384
413
  :one: "Pao Ai-len"
385
- :other: "Irish pounds"
414
+ :symbol: "IEP"
386
415
  :ILP:
387
416
  :one: "Pao Ixraen"
388
- :other: "Israeli pounds"
389
- :ILR:
390
- :one: "Israeli sheqel (1980–1985)"
391
- :other: "Israeli sheqels (1980–1985)"
417
+ :symbol: "ILP"
392
418
  :ILS:
393
419
  :one: "Sheqel Israel mới"
394
420
  :other: "sheqel Israel mới"
@@ -400,25 +426,26 @@
400
426
  :IQD:
401
427
  :one: "Dinar I-rắc"
402
428
  :other: "dinar I-rắc"
429
+ :symbol: "IQD"
403
430
  :IRR:
404
431
  :one: "Rial Iran"
405
432
  :other: "rial Iran"
406
- :ISJ:
407
- :one: "Icelandic króna (1918–1981)"
408
- :other: "Icelandic krónur (1918–1981)"
433
+ :symbol: "IRR"
409
434
  :ISK:
410
435
  :one: "Króna Iceland"
411
436
  :other: "króna Iceland"
437
+ :symbol: "ISK"
412
438
  :ITL:
413
439
  :one: "Lia Ý"
414
- :other: "Italian liras"
440
+ :symbol: "ITL"
415
441
  :JMD:
416
442
  :one: "Đô la Jamaica"
417
443
  :other: "đô la Jamaica"
418
- :symbol: "$"
444
+ :symbol: "JMD"
419
445
  :JOD:
420
446
  :one: "Dinar Jordan"
421
447
  :other: "dinar Jordan"
448
+ :symbol: "JOD"
422
449
  :JPY:
423
450
  :one: "Yên Nhật"
424
451
  :other: "yên Nhật"
@@ -426,25 +453,29 @@
426
453
  :KES:
427
454
  :one: "Shilling Kenya"
428
455
  :other: "shilling Kenya"
456
+ :symbol: "KES"
429
457
  :KGS:
430
458
  :one: "Som Kyrgyzstan"
431
459
  :other: "som Kyrgyzstan"
460
+ :symbol: "KGS"
432
461
  :KHR:
433
462
  :one: "Riel Campuchia"
434
463
  :other: "riel Campuchia"
435
- :symbol: ""
464
+ :symbol: "KHR"
436
465
  :KMF:
437
466
  :one: "Franc Comoros"
438
467
  :other: "franc Comoros"
468
+ :symbol: "KMF"
439
469
  :KPW:
440
470
  :one: "Won Triều Tiên"
441
471
  :other: "won Triều Tiên"
472
+ :symbol: "KPW"
442
473
  :KRH:
443
474
  :one: "Đồng Hwan Hàn Quốc (1953–1962)"
444
- :other: "South Korean hwan (1953–1962)"
475
+ :symbol: "KRH"
445
476
  :KRO:
446
477
  :one: "Đồng Won Hàn Quốc (1945–1953)"
447
- :other: "South Korean won (1945–1953)"
478
+ :symbol: "KRO"
448
479
  :KRW:
449
480
  :one: "Won Hàn Quốc"
450
481
  :other: "won Hàn Quốc"
@@ -452,161 +483,179 @@
452
483
  :KWD:
453
484
  :one: "Dinar Kuwait"
454
485
  :other: "dinar Kuwait"
486
+ :symbol: "KWD"
455
487
  :KYD:
456
488
  :one: "Đô la Quần đảo Cayman"
457
489
  :other: "đô la Quần đảo Cayman"
458
- :symbol: "$"
490
+ :symbol: "KYD"
459
491
  :KZT:
460
492
  :one: "Tenge Kazakhstan"
461
493
  :other: "tenge Kazakhstan"
462
- :symbol: ""
494
+ :symbol: "KZT"
463
495
  :LAK:
464
496
  :one: "Kip Lào"
465
497
  :other: "kip Lào"
466
- :symbol: ""
498
+ :symbol: "LAK"
467
499
  :LBP:
468
500
  :one: "Bảng Li-băng"
469
501
  :other: "bảng Li-băng"
502
+ :symbol: "LBP"
470
503
  :LKR:
471
504
  :one: "Rupee Sri Lanka"
472
505
  :other: "rupee Sri Lanka"
506
+ :symbol: "LKR"
473
507
  :LRD:
474
508
  :one: "Đô la Liberia"
475
509
  :other: "đô la Liberia"
476
- :symbol: "$"
510
+ :symbol: "LRD"
477
511
  :LSL:
478
512
  :one: "Đồng loti của Lesotho"
479
- :other: "Lesotho lotis"
513
+ :symbol: "LSL"
480
514
  :LTL:
481
515
  :one: "Litas Lít-va"
482
516
  :other: "litas Lít-va"
517
+ :symbol: "LTL"
483
518
  :LTT:
484
519
  :one: "Đồng Talonas Litva"
485
- :other: "Lithuanian talonases"
520
+ :symbol: "LTT"
486
521
  :LUC:
487
522
  :one: "Đồng Franc Luxembourg có thể chuyển đổi"
488
- :other: "Luxembourgian convertible francs"
523
+ :symbol: "LUC"
489
524
  :LUF:
490
525
  :one: "Đồng Franc Luxembourg"
491
- :other: "Luxembourgian francs"
526
+ :symbol: "LUF"
492
527
  :LUL:
493
528
  :one: "Đồng Franc Luxembourg tài chính"
494
- :other: "Luxembourg financial francs"
529
+ :symbol: "LUL"
495
530
  :LVL:
496
- :one: "Lats Lít-va"
497
- :other: "lats Lít-va"
531
+ :one: "Lats Latvia"
532
+ :other: "lats Lativia"
533
+ :symbol: "LVL"
498
534
  :LVR:
499
535
  :one: "Đồng Rúp Latvia"
500
- :other: "Latvian rubles"
536
+ :symbol: "LVR"
501
537
  :LYD:
502
538
  :one: "Dinar Libi"
503
539
  :other: "dinar Libi"
540
+ :symbol: "LYD"
504
541
  :MAD:
505
542
  :one: "Dirham Ma-rốc"
506
543
  :other: "dirham Ma-rốc"
544
+ :symbol: "MAD"
507
545
  :MAF:
508
546
  :one: "Đồng Franc Ma-rốc"
509
- :other: "Moroccan francs"
547
+ :symbol: "MAF"
510
548
  :MCF:
511
549
  :one: "Đồng Franc Monegasque"
512
- :other: "Monegasque francs"
550
+ :symbol: "MCF"
513
551
  :MDC:
514
552
  :one: "Đồng Cupon Moldova"
515
- :other: "Moldovan cupon"
553
+ :symbol: "MDC"
516
554
  :MDL:
517
555
  :one: "Leu Moldova"
518
556
  :other: "leu Moldova"
557
+ :symbol: "MDL"
519
558
  :MGA:
520
559
  :one: "Ariary Malagasy"
521
560
  :other: "ariary Malagasy"
561
+ :symbol: "MGA"
522
562
  :MGF:
523
563
  :one: "Đồng Franc Magalasy"
524
- :other: "Malagasy francs"
564
+ :symbol: "MGF"
525
565
  :MKD:
526
566
  :one: "Denar Macedonia"
527
567
  :other: "denar Macedonia"
568
+ :symbol: "MKD"
528
569
  :MKN:
529
570
  :one: "Đồng Denar Macedonia (1992–1993)"
530
- :other: "Macedonian denari (1992–1993)"
571
+ :symbol: "MKN"
531
572
  :MLF:
532
573
  :one: "Đồng Franc Mali"
533
- :other: "Malian francs"
574
+ :symbol: "MLF"
534
575
  :MMK:
535
576
  :one: "Kyat Myanma"
536
577
  :other: "kyat Myanma"
578
+ :symbol: "MMK"
537
579
  :MNT:
538
580
  :one: "Tugrik Mông Cổ"
539
581
  :other: "tugrik Mông Cổ"
540
- :symbol: ""
582
+ :symbol: "MNT"
541
583
  :MOP:
542
584
  :one: "Pataca Ma Cao"
543
585
  :other: "pataca Ma Cao"
586
+ :symbol: "MOP"
544
587
  :MRO:
545
588
  :one: "Ouguiya Mauritania"
546
589
  :other: "ouguiya Mauritania"
590
+ :symbol: "MRO"
547
591
  :MTL:
548
592
  :one: "Lia xứ Man-tơ"
549
- :other: "Maltese lira"
593
+ :symbol: "MTL"
550
594
  :MTP:
551
595
  :one: "Đồng Bảng Malta"
552
- :other: "Maltese pounds"
596
+ :symbol: "MTP"
553
597
  :MUR:
554
598
  :one: "Rupee Mauritius"
555
599
  :other: "rupee Mauritius"
556
- :MVP:
557
- :one: "Maldivian rupee"
558
- :other: "Maldivian rupees"
600
+ :symbol: "MUR"
559
601
  :MVR:
560
602
  :one: "Rufiyaa Maldives"
561
603
  :other: "rufiyaa Maldives"
604
+ :symbol: "MVR"
562
605
  :MWK:
563
606
  :one: "Kwacha Malawi"
564
607
  :other: "kwacha Malawi"
608
+ :symbol: "MWK"
565
609
  :MXN:
566
610
  :one: "Peso Mexico"
567
611
  :other: "peso Mexico"
568
612
  :symbol: "MX$"
569
613
  :MXP:
570
614
  :one: "Đồng Peso Bạc Mê-hi-cô (1861–1992)"
571
- :other: "Mexican silver pesos (1861–1992)"
615
+ :symbol: "MXP"
572
616
  :MXV:
573
617
  :one: "Đơn vị Đầu tư Mê-hi-cô"
574
- :other: "Mexican investment units"
618
+ :symbol: "MXV"
575
619
  :MYR:
576
620
  :one: "Ringgit Malaysia"
577
621
  :other: "ringgit Malaysia"
622
+ :symbol: "MYR"
578
623
  :MZE:
579
624
  :one: "Đồng Escudo Mozambique"
580
- :other: "Mozambican escudos"
625
+ :symbol: "MZE"
581
626
  :MZM:
582
627
  :one: "Đồng Metical Mozambique (1980–2006)"
583
- :other: "Mozambican meticals (1980–2006)"
628
+ :symbol: "MZM"
584
629
  :MZN:
585
630
  :one: "Metical Mozambique"
586
631
  :other: "metical Mozambique"
632
+ :symbol: "MZN"
587
633
  :NAD:
588
634
  :one: "Đô la Namibia"
589
635
  :other: "đô la Namibia"
590
- :symbol: "$"
636
+ :symbol: "NAD"
591
637
  :NGN:
592
638
  :one: "Naira Nigeria"
593
639
  :other: "naira Nigeria"
594
- :symbol: ""
640
+ :symbol: "NGN"
595
641
  :NIC:
596
642
  :one: "Đồng Córdoba Nicaragua (1988–1991)"
597
- :other: "Nicaraguan córdobas (1988–1991)"
643
+ :symbol: "NIC"
598
644
  :NIO:
599
645
  :one: "Córdoba Nicaragua"
600
646
  :other: "córdoba Nicaragua"
647
+ :symbol: "NIO"
601
648
  :NLG:
602
649
  :one: "Đồng Guilder Hà Lan"
603
- :other: "Dutch guilders"
650
+ :symbol: "NLG"
604
651
  :NOK:
605
652
  :one: "Krone Na Uy"
606
653
  :other: "krone Na Uy"
654
+ :symbol: "NOK"
607
655
  :NPR:
608
656
  :one: "Rupee Nepal"
609
657
  :other: "rupee Nepal"
658
+ :symbol: "NPR"
610
659
  :NZD:
611
660
  :one: "Đô la New Zealand"
612
661
  :other: "đô la New Zealand"
@@ -614,169 +663,194 @@
614
663
  :OMR:
615
664
  :one: "Rial Oman"
616
665
  :other: "rial Oman"
666
+ :symbol: "OMR"
617
667
  :PAB:
618
668
  :one: "Balboa Panama"
619
669
  :other: "balboa Panama"
670
+ :symbol: "PAB"
620
671
  :PEI:
621
672
  :one: "Đồng Inti Peru"
622
- :other: "Peruvian intis"
673
+ :symbol: "PEI"
623
674
  :PEN:
624
675
  :one: "Nuevo Sol Peru"
625
676
  :other: "nuevo sol Peru"
677
+ :symbol: "PEN"
626
678
  :PES:
627
679
  :one: "Đồng Sol Peru (1863–1965)"
628
- :other: "Peruvian soles (1863–1965)"
680
+ :symbol: "PES"
629
681
  :PGK:
630
682
  :one: "Kina Papua New Guinean"
631
683
  :other: "kina Papua New Guinean"
684
+ :symbol: "PGK"
632
685
  :PHP:
633
686
  :one: "Peso Philipin"
634
687
  :other: "peso Philipin"
635
- :symbol: ""
688
+ :symbol: "PHP"
636
689
  :PKR:
637
690
  :one: "Rupee Pakistan"
638
691
  :other: "rupee Pakistan"
692
+ :symbol: "PKR"
639
693
  :PLN:
640
694
  :one: "Zloty Ba Lan"
641
695
  :other: "Zloty Ba Lan"
696
+ :symbol: "PLN"
642
697
  :PLZ:
643
698
  :one: "Đồng Zloty Ba Lan (1950–1995)"
644
- :other: "Polish zlotys (PLZ)"
699
+ :symbol: "PLZ"
645
700
  :PTE:
646
701
  :one: "Đồng Escudo Bồ Đào Nha"
647
- :other: "Portuguese escudos"
702
+ :symbol: "PTE"
648
703
  :PYG:
649
704
  :one: "Guarani Paraguay"
650
705
  :other: "guarani Paraguay"
651
- :symbol: ""
706
+ :symbol: "PYG"
652
707
  :QAR:
653
708
  :one: "Rial Qatar"
654
709
  :other: "rial Qatar"
710
+ :symbol: "QAR"
655
711
  :RHD:
656
712
  :one: "Đồng Đô la Rhode"
657
- :other: "Rhodesian dollars"
713
+ :symbol: "RHD"
658
714
  :ROL:
659
715
  :one: "Đồng Leu Rumani (1952–2006)"
660
- :other: "Romanian Lei (1952–2006)"
716
+ :symbol: "ROL"
661
717
  :RON:
662
718
  :one: "Leu Romania"
663
719
  :other: "leu Romania"
720
+ :symbol: "RON"
664
721
  :RSD:
665
722
  :one: "Dinar Serbia"
666
723
  :other: "dinar Serbia"
724
+ :symbol: "RSD"
667
725
  :RUB:
668
726
  :one: "Rúp Nga"
669
727
  :other: "Rúp Nga"
728
+ :symbol: "RUB"
670
729
  :RUR:
671
730
  :one: "Đồng Rúp Nga (1991–1998)"
672
- :other: "Russian rubles (1991–1998)"
673
- :symbol: "р."
731
+ :symbol: "RUR"
674
732
  :RWF:
675
733
  :one: "Franc Rwanda"
676
734
  :other: "franc Rwanda"
735
+ :symbol: "RWF"
677
736
  :SAR:
678
737
  :one: "Riyal Ả Rập Xê-út"
679
738
  :other: "riyal Ả Rập Xê-út"
739
+ :symbol: "SAR"
680
740
  :SBD:
681
741
  :one: "Đô la quần đảo Solomon"
682
742
  :other: "đô la quần đảo Solomon"
683
- :symbol: "$"
743
+ :symbol: "SBD"
684
744
  :SCR:
685
745
  :one: "Rupee Seychelles"
686
746
  :other: "rupee Seychelles"
747
+ :symbol: "SCR"
687
748
  :SDD:
688
749
  :one: "Đồng Dinar Sudan (1992–2007)"
689
- :other: "Sudanese dinars (1992–2007)"
750
+ :symbol: "SDD"
690
751
  :SDG:
691
752
  :one: "Bảng Sudan"
692
753
  :other: "bảng Sudan"
754
+ :symbol: "SDG"
693
755
  :SDP:
694
756
  :one: "Đồng Bảng Sudan (1957–1998)"
695
- :other: "Sudanese pounds (1957–1998)"
757
+ :symbol: "SDP"
696
758
  :SEK:
697
759
  :one: "Krona Thụy Điển"
698
760
  :other: "krona Thụy Điển"
761
+ :symbol: "SEK"
699
762
  :SGD:
700
763
  :one: "Đô la Singapore"
701
764
  :other: "đô la Singapore"
702
- :symbol: "$"
765
+ :symbol: "SGD"
703
766
  :SHP:
704
767
  :one: "Bảng Saint Helena"
705
768
  :other: "bảng Saint Helena"
769
+ :symbol: "SHP"
706
770
  :SIT:
707
771
  :one: "Tôla Xlôvênia"
708
- :other: "Slovenian tolars"
772
+ :symbol: "SIT"
709
773
  :SKK:
710
774
  :one: "Cuaron Xlôvác"
711
- :other: "Slovak korunas"
775
+ :symbol: "SKK"
712
776
  :SLL:
713
777
  :one: "Leone Sierra Leone"
714
778
  :other: "leone Sierra Leone"
779
+ :symbol: "SLL"
715
780
  :SOS:
716
781
  :one: "Schilling Somali"
717
782
  :other: "schilling Somali"
783
+ :symbol: "SOS"
718
784
  :SRD:
719
785
  :one: "Đô la Suriname"
720
786
  :other: "đô la Suriname"
721
- :symbol: "$"
787
+ :symbol: "SRD"
722
788
  :SRG:
723
789
  :one: "Đồng Guilder Surinam"
724
- :other: "Surinamese guilders"
790
+ :symbol: "SRG"
725
791
  :SSP:
726
792
  :one: "Bảng Nam Sudan"
727
793
  :other: "bảng Nam Sudan"
728
- :symbol: "£"
794
+ :symbol: "SSP"
729
795
  :STD:
730
796
  :one: "Dobra São Tomé và Príncipe"
731
797
  :other: "dobra São Tomé và Príncipe"
798
+ :symbol: "STD"
732
799
  :SUR:
733
800
  :one: "Đồng Rúp Sô viết"
734
- :other: "Soviet roubles"
801
+ :symbol: "SUR"
735
802
  :SVC:
736
803
  :one: "Đồng Colón Salvador"
737
- :other: "Salvadoran colones"
804
+ :symbol: "SVC"
738
805
  :SYP:
739
806
  :one: "Bảng Syria"
740
807
  :other: "bảng Syria"
808
+ :symbol: "SYP"
741
809
  :SZL:
742
810
  :one: "Lilangeni Swaziland"
743
811
  :other: "emalangeni Swaziland"
812
+ :symbol: "SZL"
744
813
  :THB:
745
814
  :one: "Bạt Thái Lan"
746
815
  :other: "bạt Thái Lan"
747
816
  :symbol: "฿"
748
817
  :TJR:
749
818
  :one: "Đồng Rúp Tajikistan"
750
- :other: "Tajikistani rubles"
819
+ :symbol: "TJR"
751
820
  :TJS:
752
821
  :one: "Somoni Tajikistan"
753
822
  :other: "somoni Tajikistan"
823
+ :symbol: "TJS"
754
824
  :TMM:
755
825
  :one: "Đồng Manat Turkmenistan (1993–2009)"
756
- :other: "Turkmenistani manat (1993–2009)"
826
+ :symbol: "TMM"
757
827
  :TMT:
758
828
  :one: "Manat Turkmenistan"
759
829
  :other: "manat Turkmenistan"
830
+ :symbol: "TMT"
760
831
  :TND:
761
832
  :one: "Dinar Tunisia"
762
833
  :other: "dinar Tunisia"
834
+ :symbol: "TND"
763
835
  :TOP:
764
836
  :one: "Paʻanga Tonga"
765
837
  :other: "paʻanga Tonga"
838
+ :symbol: "TOP"
766
839
  :TPE:
767
840
  :one: "Đồng Escudo Timor"
768
- :other: "Timorese escudos"
841
+ :symbol: "TPE"
769
842
  :TRL:
770
843
  :one: "Lia Thổ Nhĩ Kỳ (1922–2005)"
771
844
  :other: "lia Thổ Nhĩ Kỳ (1922–2005)"
845
+ :symbol: "TRL"
772
846
  :TRY:
773
847
  :one: "Lia Thổ Nhĩ Kỳ"
774
848
  :other: "lia Thổ Nhĩ Kỳ"
775
- :symbol: ""
849
+ :symbol: "TRY"
776
850
  :TTD:
777
851
  :one: "Đô la Trinidad và Tobago"
778
852
  :other: "đô la Trinidad và Tobago"
779
- :symbol: "$"
853
+ :symbol: "TTD"
780
854
  :TWD:
781
855
  :one: "Đô la Đài Loan mới"
782
856
  :other: "đô la Đài Loan mới"
@@ -784,170 +858,174 @@
784
858
  :TZS:
785
859
  :one: "Shilling Tanzania"
786
860
  :other: "shilling Tanzania"
861
+ :symbol: "TZS"
787
862
  :UAH:
788
863
  :one: "Hryvnia Ucraina"
789
864
  :other: "hryvnia Ucraina"
790
- :symbol: ""
865
+ :symbol: "UAH"
791
866
  :UAK:
792
867
  :one: "Đồng Karbovanets Ucraina"
793
- :other: "Ukrainian karbovantsiv"
868
+ :symbol: "UAK"
794
869
  :UGS:
795
870
  :one: "Đồng Shilling Uganda (1966–1987)"
796
- :other: "Ugandan shillings (1966–1987)"
871
+ :symbol: "UGS"
797
872
  :UGX:
798
873
  :one: "Shilling Uganda"
799
874
  :other: "shilling Uganda"
875
+ :symbol: "UGX"
800
876
  :USD:
801
877
  :one: "Đô la Mỹ"
802
878
  :other: "đô la Mỹ"
803
879
  :symbol: "US$"
804
880
  :USN:
805
881
  :one: "Đô la Mỹ (Ngày tiếp theo)"
806
- :other: "US dollars (next day)"
882
+ :symbol: "USN"
807
883
  :USS:
808
884
  :one: "Đô la Mỹ (Cùng ngày)"
809
- :other: "US dollars (same day)"
885
+ :symbol: "USS"
810
886
  :UYI:
811
887
  :one: "Đồng Peso Uruguay (Đơn vị Theo chỉ số)"
812
- :other: "Uruguayan pesos (indexed units)"
888
+ :symbol: "UYI"
813
889
  :UYP:
814
890
  :one: "Đồng Peso Uruguay (1975–1993)"
815
- :other: "Uruguayan pesos (1975–1993)"
891
+ :symbol: "UYP"
816
892
  :UYU:
817
893
  :one: "Peso Uruguay"
818
894
  :other: "peso Uruguay"
819
- :symbol: "$"
895
+ :symbol: "UYU"
820
896
  :UZS:
821
897
  :one: "Som Uzbekistan"
822
898
  :other: "som Uzbekistan"
899
+ :symbol: "UZS"
823
900
  :VEB:
824
901
  :one: "Đồng bolívar của Venezuela (1871–2008)"
825
- :other: "Venezuelan bolívars (1871–2008)"
902
+ :symbol: "VEB"
826
903
  :VEF:
827
904
  :one: "Bolívar Venezuela"
828
905
  :other: "bolívar Venezuela"
906
+ :symbol: "VEF"
829
907
  :VND:
830
908
  :one: "Đồng Việt Nam"
831
909
  :other: "đồng Việt Nam"
832
910
  :symbol: "₫"
833
911
  :VNN:
834
912
  :one: "Đồng Việt Nam (1978–1985)"
835
- :other: "Vietnamese dong (1978–1985)"
913
+ :symbol: "VNN"
836
914
  :VUV:
837
915
  :one: "Vatu Vanuatu"
838
916
  :other: "vatu Vanuatu"
917
+ :symbol: "VUV"
839
918
  :WST:
840
919
  :one: "Tala Samoa"
841
920
  :other: "tala Samoa"
921
+ :symbol: "WST"
842
922
  :XAF:
843
923
  :one: "CFA Franc BEAC"
844
924
  :other: "CFA Franc BEAC"
845
925
  :symbol: "FCFA"
846
926
  :XAG:
847
927
  :one: "Bạc"
848
- :other: "troy ounces of silver"
928
+ :symbol: "XAG"
849
929
  :XAU:
850
930
  :one: "Vàng"
851
- :other: "troy ounces of gold"
931
+ :symbol: "XAU"
852
932
  :XBA:
853
933
  :one: "Đơn vị Tổng hợp Châu Âu"
854
- :other: "European composite units"
934
+ :symbol: "XBA"
855
935
  :XBB:
856
936
  :one: "Đơn vị Tiền tệ Châu Âu"
857
- :other: "European monetary units"
937
+ :symbol: "XBB"
858
938
  :XBC:
859
939
  :one: "Đơn vị Kế toán Châu Âu (XBC)"
860
- :other: "European units of account (XBC)"
940
+ :symbol: "XBC"
861
941
  :XBD:
862
942
  :one: "Đơn vị Kế toán Châu Âu (XBD)"
863
- :other: "European units of account (XBD)"
943
+ :symbol: "XBD"
864
944
  :XCD:
865
945
  :one: "Đô la Đông Caribê"
866
946
  :other: "đô la Đông Caribê"
867
947
  :symbol: "EC$"
868
948
  :XDR:
869
949
  :one: "Quyền Rút vốn Đặc biệt"
870
- :other: "special drawing rights"
950
+ :symbol: "XDR"
871
951
  :XEU:
872
952
  :one: "Đơn vị Tiền Châu Âu"
873
- :other: "European currency units"
953
+ :symbol: "XEU"
874
954
  :XFO:
875
955
  :one: "Đồng France Pháp Vàng"
876
- :other: "French gold francs"
956
+ :symbol: "XFO"
877
957
  :XFU:
878
958
  :one: "Đồng UIC-Franc Pháp"
879
- :other: "French UIC-francs"
959
+ :symbol: "XFU"
880
960
  :XOF:
881
961
  :one: "Franc CFA BCEAO"
882
962
  :other: "franc CFA BCEAO"
883
963
  :symbol: "CFA"
884
964
  :XPD:
885
965
  :one: "Paladi"
886
- :other: "troy ounces of palladium"
966
+ :symbol: "XPD"
887
967
  :XPF:
888
968
  :one: "Franc CFP"
889
969
  :other: "franc CFP"
890
970
  :symbol: "CFPF"
891
971
  :XPT:
892
972
  :one: "Bạch kim"
893
- :other: "troy ounces of platinum"
973
+ :symbol: "XPT"
894
974
  :XRE:
895
975
  :one: "Quỹ RINET"
896
- :other: "RINET Funds units"
897
- :XSU:
898
- :one: "Sucre"
899
- :other: "Sucres"
976
+ :symbol: "XRE"
900
977
  :XTS:
901
978
  :one: "Mã Tiền tệ Kiểm tra"
902
- :other: "Testing Currency units"
903
- :XUA:
904
- :one: "ADB unit of account"
905
- :other: "ADB units of account"
979
+ :symbol: "XTS"
906
980
  :XXX:
907
981
  :one: "Tiền tệ chưa biết"
908
982
  :other: "(tiền tệ chưa biết)"
983
+ :symbol: "XXX"
909
984
  :YDD:
910
985
  :one: "Đồng Dinar Yemen"
911
- :other: "Yemeni dinars"
986
+ :symbol: "YDD"
912
987
  :YER:
913
988
  :one: "Rial Yemen"
914
989
  :other: "rial Yemen"
990
+ :symbol: "YER"
915
991
  :YUD:
916
992
  :one: "Đồng Dinar Nam Tư Xu (1966–1990)"
917
- :other: "Yugoslavian hard dinars (1966–1990)"
993
+ :symbol: "YUD"
918
994
  :YUM:
919
995
  :one: "Đồng Dinar Nam Tư Mới (1994–2002)"
920
- :other: "Yugoslavian new dinars (1994–2002)"
996
+ :symbol: "YUM"
921
997
  :YUN:
922
998
  :one: "Đồng Dinar Nam Tư Có thể chuyển đổi (1990–1992)"
923
- :other: "Yugoslavian convertible dinars (1990–1992)"
999
+ :symbol: "YUN"
924
1000
  :YUR:
925
1001
  :one: "Đồng Dinar Nam Tư Tái cơ cấu (1992–1993)"
926
- :other: "Yugoslavian reformed dinars (1992–1993)"
1002
+ :symbol: "YUR"
927
1003
  :ZAL:
928
1004
  :one: "Đồng Rand Nam Phi (tài chính)"
929
- :other: "South African rands (financial)"
1005
+ :symbol: "ZAL"
930
1006
  :ZAR:
931
1007
  :one: "Rand Nam Phi"
932
1008
  :other: "rand Nam Phi"
1009
+ :symbol: "ZAR"
933
1010
  :ZMK:
934
1011
  :one: "Đồng kwacha của Zambia (1968–2012)"
935
- :other: "Zambian kwachas (1968–2012)"
1012
+ :symbol: "ZMK"
936
1013
  :ZMW:
937
1014
  :one: "Kwacha Zambia"
938
1015
  :other: "kwacha Zambia"
1016
+ :symbol: "ZMW"
939
1017
  :ZRN:
940
1018
  :one: "Đồng Zaire Mới (1993–1998)"
941
- :other: "Zairean new zaires (1993–1998)"
1019
+ :symbol: "ZRN"
942
1020
  :ZRZ:
943
1021
  :one: "Đồng Zaire (1971–1993)"
944
- :other: "Zairean zaires (1971–1993)"
1022
+ :symbol: "ZRZ"
945
1023
  :ZWD:
946
1024
  :one: "Đồng Đô la Zimbabwe (1980–2008)"
947
- :other: "Zimbabwean dollars (1980–2008)"
1025
+ :symbol: "ZWD"
948
1026
  :ZWL:
949
1027
  :one: "Đồng Đô la Zimbabwe (2009)"
950
- :other: "Zimbabwean dollars (2009)"
1028
+ :symbol: "ZWL"
951
1029
  :ZWR:
952
1030
  :one: "Đồng Đô la Zimbabwe (2008)"
953
- :other: "Zimbabwean dollars (2008)"
1031
+ :symbol: "ZWR"