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
@@ -0,0 +1,8 @@
1
+ ---
2
+ :hu:
3
+ :cardinal:
4
+ :one: "n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000"
5
+ :other: " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~0.9, 1.1~1.6, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
6
+ :ordinal:
7
+ :one: "n = 1,5 @integer 1, 5"
8
+ :other: " @integer 0, 2~4, 6~17, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,4 +1,16 @@
1
1
  ---
2
- :hu: ! '{ :''hu'' => { :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_f == 1 ? :one : :other } } } } }'
2
+ :hu:
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); (n == 1 ? :one :
6
+ :other) }'
7
+ :names:
8
+ - :one
9
+ - :other
10
+ :ordinal:
11
+ :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
12
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (((n == 1) || (n
13
+ == 5)) ? :one : :other) }'
14
+ :names:
15
+ - :one
16
+ - :other
@@ -28,7 +28,7 @@
28
28
  :bh: "Bahrein"
29
29
  :bi: "Burundi"
30
30
  :bj: "Benin"
31
- :bl: "Saint Barthélemy"
31
+ :bl: "Saint-Barthélemy"
32
32
  :bm: "Bermuda"
33
33
  :bn: "Brunei"
34
34
  :bo: "Bolívia"
@@ -3,6 +3,7 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
+ :E: "ccc"
6
7
  :EHm: "E HH.mm"
7
8
  :EHms: "E HH.mm.ss"
8
9
  :Ed: "E, d"
@@ -110,22 +111,39 @@
110
111
  0: "SEU"
111
112
  1: "EU"
112
113
  :name:
113
- 0: "SM"
114
- 1: "M"
114
+ 0: "Sebelum Era Umum"
115
+ 1: "Era Umum"
115
116
  :narrow:
116
117
  0: "SM"
117
118
  1: "M"
118
119
  :fields:
119
120
  :day: "Hari"
121
+ :day-narrow: "h"
122
+ :day-short: "h"
120
123
  :dayperiod: "AM/PM"
121
124
  :era: "Era"
122
125
  :hour: "Jam"
126
+ :hour-narrow: "j"
127
+ :hour-short: "jam"
123
128
  :minute: "Menit"
129
+ :minute-narrow: "m"
130
+ :minute-short: "mnt."
124
131
  :month: "Bulan"
132
+ :month-narrow: "bln."
133
+ :month-short: "bln."
134
+ :quarter: "Triwulan"
135
+ :quarter-narrow: "triwln."
136
+ :quarter-short: "triwln."
125
137
  :second: "Detik"
138
+ :second-narrow: "d"
139
+ :second-short: "dtk."
126
140
  :week: "Minggu"
141
+ :week-narrow: "mgg."
142
+ :week-short: "mgg."
127
143
  :weekday: "Hari dalam Seminggu"
128
144
  :year: "Tahun"
145
+ :year-narrow: "thn."
146
+ :year-short: "thn."
129
147
  :zone: "Zona Waktu"
130
148
  :formats:
131
149
  :date:
@@ -241,15 +259,12 @@
241
259
  :abbreviated: :calendars.gregorian.dayPeriods.format.wide
242
260
  :narrow:
243
261
  :am: "AM"
244
- :noon: "n"
262
+ :noon: "tengah hari"
245
263
  :pm: "PM"
246
264
  :wide:
247
265
  :am: "AM"
248
- :noon: "noon"
266
+ :noon: "tengah hari"
249
267
  :pm: "PM"
250
- :variant:
251
- :am: "a.m."
252
- :pm: "p.m."
253
268
  :stand-alone: {}
254
269
  :quarters:
255
270
  :format:
@@ -3,59 +3,69 @@
3
3
  :currencies:
4
4
  :ADP:
5
5
  :one: "Peseta Andorra"
6
- :other: "Andorran pesetas"
6
+ :symbol: "ADP"
7
7
  :AED:
8
8
  :one: "Dirham Uni Emirat Arab"
9
9
  :other: "Dirham Uni Emirat Arab"
10
+ :symbol: "AED"
10
11
  :AFA:
11
12
  :one: "Afgani Afganistan (1927–2002)"
12
- :other: "Afghan afghanis (1927–2002)"
13
+ :other: "Afgani Afganistan (1927–2002)"
14
+ :symbol: "AFA"
13
15
  :AFN:
14
16
  :one: "Afgani Afganistan"
15
17
  :other: "Afgani Afganistan"
16
- :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
18
+ :symbol: "AFN"
19
19
  :ALL:
20
20
  :one: "Lek Albania"
21
21
  :other: "Lek Albania"
22
+ :symbol: "ALL"
22
23
  :AMD:
23
24
  :one: "Dram Armenia"
24
25
  :other: "Dram Armenia"
26
+ :symbol: "AMD"
25
27
  :ANG:
26
28
  :one: "Guilder Antilla Belanda"
27
29
  :other: "Guilder Antilla Belanda"
30
+ :symbol: "ANG"
28
31
  :AOA:
29
32
  :one: "Kwanza Angola"
30
33
  :other: "Kwanza Angola"
34
+ :symbol: "AOA"
31
35
  :AOK:
32
36
  :one: "Kwanza Angola (1977–1991)"
33
- :other: "Angolan kwanzas (1977–1991)"
37
+ :other: "Kwanza Angola (1977–1991)"
38
+ :symbol: "AOK"
34
39
  :AON:
35
40
  :one: "Kwanza Baru Angola (1990–2000)"
36
- :other: "Angolan new kwanzas (1990–2000)"
41
+ :other: "Kwanza Baru Angola (1990–2000)"
42
+ :symbol: "AON"
37
43
  :AOR:
38
44
  :one: "Kwanza Angola yang Disesuaikan Lagi (1995–1999)"
39
- :other: "Angolan readjusted kwanzas (1995–1999)"
45
+ :other: "Kwanza Angola yang Disesuaikan Lagi (1995–1999)"
46
+ :symbol: "AOR"
40
47
  :ARA:
41
48
  :one: "Austral Argentina"
42
- :other: "Argentine australs"
49
+ :symbol: "ARA"
43
50
  :ARL:
44
51
  :one: "Peso Ley Argentina (1970–1983)"
45
- :other: "Argentine pesos ley (1970–1983)"
52
+ :other: "Peso Ley Argentina (1970–1983)"
53
+ :symbol: "ARL"
46
54
  :ARM:
47
55
  :one: "Peso Argentina (1881–1970)"
48
- :other: "Argentine pesos (1881–1970)"
56
+ :other: "Peso Argentina (1881–1970)"
57
+ :symbol: "ARM"
49
58
  :ARP:
50
59
  :one: "Peso Argentina (1983–1985)"
51
- :other: "Argentine pesos (1983–1985)"
60
+ :other: "Peso Argentina (1983–1985)"
61
+ :symbol: "ARP"
52
62
  :ARS:
53
63
  :one: "Peso Argentina"
54
64
  :other: "Peso Argentina"
55
- :symbol: "$"
65
+ :symbol: "ARS"
56
66
  :ATS:
57
67
  :one: "Schilling Austria"
58
- :other: "Austrian schillings"
68
+ :symbol: "ATS"
59
69
  :AUD:
60
70
  :one: "Dolar Australia"
61
71
  :other: "Dolar Australia"
@@ -63,122 +73,143 @@
63
73
  :AWG:
64
74
  :one: "Florin Aruba"
65
75
  :other: "Florin Aruba"
76
+ :symbol: "AWG"
66
77
  :AZM:
67
78
  :one: "Manat Azerbaijan (1993–2006)"
68
- :other: "Azerbaijani manats (1993–2006)"
79
+ :other: "Manat Azerbaijan (1993–2006)"
80
+ :symbol: "AZM"
69
81
  :AZN:
70
82
  :one: "Manat Azerbaijan"
71
83
  :other: "Manat Azerbaijan"
84
+ :symbol: "AZN"
72
85
  :BAD:
73
86
  :one: "Dinar Bosnia-Herzegovina (1992–1994)"
74
- :other: "Bosnia-Herzegovina dinars (1992–1994)"
87
+ :other: "Dinar Bosnia-Herzegovina (1992–1994)"
88
+ :symbol: "BAD"
75
89
  :BAM:
76
90
  :one: "Mark Konvertibel Bosnia-Herzegovina"
77
91
  :other: "Mark Konvertibel Bosnia-Herzegovina"
92
+ :symbol: "BAM"
78
93
  :BAN:
79
94
  :one: "Dinar Baru Bosnia-Herzegovina (1994–1997)"
80
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
95
+ :other: "Dinar Baru Bosnia-Herzegovina (1994–1997)"
96
+ :symbol: "BAN"
81
97
  :BBD:
82
98
  :one: "Dolar Barbados"
83
99
  :other: "Dolar Barbados"
84
- :symbol: "$"
100
+ :symbol: "BBD"
85
101
  :BDT:
86
102
  :one: "Taka Bangladesh"
87
103
  :other: "Taka Bangladesh"
88
- :symbol: ""
104
+ :symbol: "BDT"
89
105
  :BEC:
90
106
  :one: "Franc Belgia (konvertibel)"
91
- :other: "Belgian francs (convertible)"
107
+ :symbol: "BEC"
92
108
  :BEF:
93
109
  :one: "Franc Belgia"
94
- :other: "Belgian francs"
110
+ :symbol: "BEF"
95
111
  :BEL:
96
112
  :one: "Franc Belgia (keuangan)"
97
- :other: "Belgian francs (financial)"
113
+ :symbol: "BEL"
98
114
  :BGL:
99
115
  :one: "Hard Lev Bulgaria"
100
- :other: "Bulgarian hard leva"
116
+ :symbol: "BGL"
101
117
  :BGM:
102
118
  :one: "Socialist Lev Bulgaria"
103
- :other: "Bulgarian socialist leva"
119
+ :symbol: "BGM"
104
120
  :BGN:
105
121
  :one: "Lev Bulgaria"
106
122
  :other: "Lev Bulgaria"
123
+ :symbol: "BGN"
107
124
  :BGO:
108
125
  :one: "Lev Bulgaria (1879–1952)"
109
- :other: "Bulgarian leva (1879–1952)"
126
+ :other: "Lev Bulgaria (1879–1952)"
127
+ :symbol: "BGO"
110
128
  :BHD:
111
129
  :one: "Dinar Bahrain"
112
130
  :other: "Dinar Bahrain"
131
+ :symbol: "BHD"
113
132
  :BIF:
114
133
  :one: "Franc Burundi"
115
134
  :other: "Franc Burundi"
135
+ :symbol: "BIF"
116
136
  :BMD:
117
137
  :one: "Dolar Bermuda"
118
138
  :other: "Dolar Bermuda"
119
- :symbol: "$"
139
+ :symbol: "BMD"
120
140
  :BND:
121
141
  :one: "Dolar Brunei"
122
142
  :other: "Dolar Brunei"
123
- :symbol: "$"
143
+ :symbol: "BND"
124
144
  :BOB:
125
145
  :one: "Boliviano"
126
146
  :other: "Boliviano"
147
+ :symbol: "BOB"
127
148
  :BOL:
128
149
  :one: "Boliviano Bolivia (1863–1963)"
129
- :other: "Bolivian bolivianos (1863–1963)"
150
+ :other: "Boliviano Bolivia (1863–1963)"
151
+ :symbol: "BOL"
130
152
  :BOP:
131
153
  :one: "Peso Bolivia"
132
- :other: "Bolivian pesos"
154
+ :symbol: "BOP"
133
155
  :BOV:
134
156
  :one: "Mvdol Bolivia"
135
- :other: "Bolivian mvdols"
157
+ :symbol: "BOV"
136
158
  :BRB:
137
159
  :one: "Cruzeiro Baru Brasil (1967–1986)"
138
- :other: "Brazilian new cruzeiros (1967–1986)"
160
+ :other: "Cruzeiro Baru Brasil (1967–1986)"
161
+ :symbol: "BRB"
139
162
  :BRC:
140
163
  :one: "Cruzado Brasil (1986–1989)"
141
- :other: "Brazilian cruzados (1986–1989)"
164
+ :other: "Cruzado Brasil (1986–1989)"
165
+ :symbol: "BRC"
142
166
  :BRE:
143
167
  :one: "Cruzeiro Brasil (1990–1993)"
144
- :other: "Brazilian cruzeiros (1990–1993)"
168
+ :other: "Cruzeiro Brasil (1990–1993)"
169
+ :symbol: "BRE"
145
170
  :BRL:
146
171
  :one: "Real Brasil"
147
172
  :other: "Real Brasil"
148
173
  :symbol: "R$"
149
174
  :BRN:
150
175
  :one: "Cruzado Baru Brasil (1989–1990)"
151
- :other: "Brazilian new cruzados (1989–1990)"
176
+ :other: "Cruzado Baru Brasil (1989–1990)"
177
+ :symbol: "BRN"
152
178
  :BRR:
153
179
  :one: "Cruzeiro Brasil (1993–1994)"
154
- :other: "Brazilian cruzeiros (1993–1994)"
180
+ :other: "Cruzeiro Brasil (1993–1994)"
181
+ :symbol: "BRR"
155
182
  :BRZ:
156
183
  :one: "Cruzeiro Brasil (1942–1967)"
157
- :other: "Brazilian cruzeiros (1942–1967)"
184
+ :other: "Cruzeiro Brasil (1942–1967)"
185
+ :symbol: "BRZ"
158
186
  :BSD:
159
187
  :one: "Dolar Bahama"
160
188
  :other: "Dolar Bahama"
161
- :symbol: "$"
189
+ :symbol: "BSD"
162
190
  :BTN:
163
191
  :one: "Ngultrum Bhutan"
164
192
  :other: "Ngultrum Bhutan"
193
+ :symbol: "BTN"
165
194
  :BUK:
166
195
  :one: "Kyat Burma"
167
- :other: "Burmese kyats"
196
+ :symbol: "BUK"
168
197
  :BWP:
169
198
  :one: "Pula Botswana"
170
199
  :other: "Pula Botswana"
200
+ :symbol: "BWP"
171
201
  :BYB:
172
202
  :one: "Rubel Baru Belarus (1994–1999)"
173
- :other: "Belarusian new rubles (1994–1999)"
203
+ :other: "Rubel Baru Belarus (1994–1999)"
204
+ :symbol: "BYB"
174
205
  :BYR:
175
206
  :one: "Rubel Belarusia"
176
207
  :other: "Rubel Belarusia"
177
- :symbol: "р."
208
+ :symbol: "BYR"
178
209
  :BZD:
179
210
  :one: "Dolar Belize"
180
211
  :other: "Dolar Belize"
181
- :symbol: "$"
212
+ :symbol: "BZD"
182
213
  :CAD:
183
214
  :one: "Dolar Kanada"
184
215
  :other: "Dolar Kanada"
@@ -186,28 +217,27 @@
186
217
  :CDF:
187
218
  :one: "Franc Kongo"
188
219
  :other: "Franc Kongo"
220
+ :symbol: "CDF"
189
221
  :CHE:
190
222
  :one: "Euro WIR"
191
- :other: "WIR euros"
223
+ :symbol: "CHE"
192
224
  :CHF:
193
225
  :one: "Franc Swiss"
194
226
  :other: "Franc Swiss"
227
+ :symbol: "CHF"
195
228
  :CHW:
196
229
  :one: "Franc WIR"
197
- :other: "WIR francs"
230
+ :symbol: "CHW"
198
231
  :CLE:
199
232
  :one: "Escudo Cile"
200
- :other: "Chilean escudos"
233
+ :symbol: "CLE"
201
234
  :CLF:
202
235
  :one: "Satuan Hitung (UF) Cile"
203
- :other: "Chilean units of account (UF)"
236
+ :symbol: "CLF"
204
237
  :CLP:
205
238
  :one: "Peso Cile"
206
239
  :other: "Peso Cile"
207
- :symbol: "$"
208
- :CNX:
209
- :one: "Chinese People’s Bank dollar"
210
- :other: "Chinese People’s Bank dollars"
240
+ :symbol: "CLP"
211
241
  :CNY:
212
242
  :one: "Yuan China"
213
243
  :other: "Yuan China"
@@ -215,149 +245,164 @@
215
245
  :COP:
216
246
  :one: "Peso Kolombia"
217
247
  :other: "Peso Kolombia"
218
- :symbol: "$"
248
+ :symbol: "COP"
219
249
  :COU:
220
250
  :one: "Unit Nilai Nyata Kolombia"
221
- :other: "Colombian real value units"
251
+ :symbol: "COU"
222
252
  :CRC:
223
253
  :one: "Colon Kosta Rika"
224
254
  :other: "Colon Kosta Rika"
225
- :symbol: ""
255
+ :symbol: "CRC"
226
256
  :CSD:
227
257
  :one: "Dinar Serbia (2002–2006)"
228
- :other: "Serbian dinars (2002–2006)"
258
+ :other: "Dinar Serbia (2002–2006)"
259
+ :symbol: "CSD"
229
260
  :CSK:
230
261
  :one: "Hard Koruna Cheska"
231
- :other: "Czechoslovak hard korunas"
262
+ :symbol: "CSK"
232
263
  :CUC:
233
264
  :one: "Peso Konvertibel Kuba"
234
265
  :other: "Peso Konvertibel Kuba"
266
+ :symbol: "CUC"
235
267
  :CUP:
236
268
  :one: "Peso Kuba"
237
269
  :other: "Peso Kuba"
238
- :symbol: "$"
270
+ :symbol: "CUP"
239
271
  :CVE:
240
272
  :one: "Escudo Tanjung Verde"
241
273
  :other: "Escudo Tanjung Verde"
274
+ :symbol: "CVE"
242
275
  :CYP:
243
276
  :one: "Pound Siprus"
244
- :other: "Cypriot pounds"
277
+ :symbol: "CYP"
245
278
  :CZK:
246
279
  :one: "Koruna Cheska"
247
280
  :other: "Koruna Cheska"
281
+ :symbol: "CZK"
248
282
  :DDM:
249
283
  :one: "Mark Jerman Timur"
250
- :other: "East German marks"
284
+ :symbol: "DDM"
251
285
  :DEM:
252
286
  :one: "Mark Jerman"
253
- :other: "German marks"
287
+ :symbol: "DEM"
254
288
  :DJF:
255
289
  :one: "Franc Jibuti"
256
290
  :other: "Franc Jibuti"
291
+ :symbol: "DJF"
257
292
  :DKK:
258
293
  :one: "Krone Denmark"
259
294
  :other: "Krone Denmark"
295
+ :symbol: "DKK"
260
296
  :DOP:
261
297
  :one: "Peso Dominika"
262
298
  :other: "Peso Dominika"
263
- :symbol: "$"
299
+ :symbol: "DOP"
264
300
  :DZD:
265
301
  :one: "Dinar Algeria"
266
302
  :other: "Dinar Algeria"
303
+ :symbol: "DZD"
267
304
  :ECS:
268
305
  :one: "Sucre Ekuador"
269
- :other: "Ecuadorian sucres"
306
+ :symbol: "ECS"
270
307
  :ECV:
271
308
  :one: "Satuan Nilai Tetap Ekuador"
272
- :other: "Ecuadorian units of constant value"
309
+ :symbol: "ECV"
273
310
  :EEK:
274
311
  :one: "Kroon Estonia"
275
- :other: "Estonian kroons"
312
+ :symbol: "EEK"
276
313
  :EGP:
277
314
  :one: "Pound Mesir"
278
315
  :other: "Pound Mesir"
316
+ :symbol: "EGP"
279
317
  :ERN:
280
318
  :one: "Nakfa Eritrea"
281
319
  :other: "Nakfa Eritrea"
320
+ :symbol: "ERN"
282
321
  :ESA:
283
322
  :one: "Peseta Spanyol (akun)"
284
- :other: "Spanish pesetas (A account)"
323
+ :symbol: "ESA"
285
324
  :ESB:
286
325
  :one: "Peseta Spanyol (konvertibel)"
287
- :other: "Spanish pesetas (convertible account)"
326
+ :symbol: "ESB"
288
327
  :ESP:
289
328
  :one: "Peseta Spanyol"
290
- :other: "Spanish pesetas"
291
- :symbol: "₧"
329
+ :symbol: "ESP"
292
330
  :ETB:
293
331
  :one: "Birr Etiopia"
294
332
  :other: "Birr Etiopia"
333
+ :symbol: "ETB"
295
334
  :EUR:
296
335
  :one: "Euro"
297
336
  :other: "Euro"
298
337
  :symbol: "€"
299
338
  :FIM:
300
339
  :one: "Markka Finlandia"
301
- :other: "Finnish markkas"
340
+ :symbol: "FIM"
302
341
  :FJD:
303
342
  :one: "Dolar Fiji"
304
343
  :other: "Dolar Fiji"
305
- :symbol: "$"
344
+ :symbol: "FJD"
306
345
  :FKP:
307
346
  :one: "Pound Kepulauan Falkland"
308
347
  :other: "Pound Kepulauan Falkland"
348
+ :symbol: "FKP"
309
349
  :FRF:
310
350
  :one: "Franc Prancis"
311
- :other: "French francs"
351
+ :symbol: "FRF"
312
352
  :GBP:
313
353
  :one: "Pound Sterling Inggris"
314
354
  :other: "Pound Sterling Inggris"
315
355
  :symbol: "£"
316
356
  :GEK:
317
357
  :one: "Kupon Larit Georgia"
318
- :other: "Georgian kupon larits"
358
+ :symbol: "GEK"
319
359
  :GEL:
320
360
  :one: "Lari Georgia"
321
361
  :other: "Lari Georgia"
362
+ :symbol: "GEL"
322
363
  :GHC:
323
364
  :one: "Cedi Ghana (1979–2007)"
324
- :other: "Ghanaian cedis (1979–2007)"
365
+ :other: "Cedi Ghana (1979–2007)"
366
+ :symbol: "GHC"
325
367
  :GHS:
326
368
  :one: "Cedi Ghana"
327
369
  :other: "Cedi Ghana"
328
- :symbol: ""
370
+ :symbol: "GHS"
329
371
  :GIP:
330
372
  :one: "Pound Gibraltar"
331
373
  :other: "Pound Gibraltar"
332
- :symbol: "£"
374
+ :symbol: "GIP"
333
375
  :GMD:
334
376
  :one: "Dalasi Gambia"
335
377
  :other: "Dalasi Gambia"
378
+ :symbol: "GMD"
336
379
  :GNF:
337
380
  :one: "Franc Guinea"
338
381
  :other: "Franc Guinea"
382
+ :symbol: "GNF"
339
383
  :GNS:
340
384
  :one: "Syli Guinea"
341
- :other: "Guinean sylis"
385
+ :symbol: "GNS"
342
386
  :GQE:
343
387
  :one: "Ekuele Guinea Ekuatorial"
344
- :other: "Equatorial Guinean ekwele"
388
+ :symbol: "GQE"
345
389
  :GRD:
346
390
  :one: "Drachma Yunani"
347
- :other: "Greek drachmas"
391
+ :symbol: "GRD"
348
392
  :GTQ:
349
393
  :one: "Quetzal Guatemala"
350
394
  :other: "Quetzal Guatemala"
395
+ :symbol: "GTQ"
351
396
  :GWE:
352
397
  :one: "Escudo Guinea Portugal"
353
- :other: "Portuguese Guinea escudos"
398
+ :symbol: "GWE"
354
399
  :GWP:
355
400
  :one: "Peso Guinea-Bissau"
356
- :other: "Guinea-Bissau pesos"
401
+ :symbol: "GWP"
357
402
  :GYD:
358
403
  :one: "Dolar Guyana"
359
404
  :other: "Dolar Guyana"
360
- :symbol: "$"
405
+ :symbol: "GYD"
361
406
  :HKD:
362
407
  :one: "Dolar Hong Kong"
363
408
  :other: "Dolar Hong Kong"
@@ -365,34 +410,38 @@
365
410
  :HNL:
366
411
  :one: "Lempira Honduras"
367
412
  :other: "Lempira Honduras"
413
+ :symbol: "HNL"
368
414
  :HRD:
369
415
  :one: "Dinar Kroasia"
370
- :other: "Croatian dinars"
416
+ :symbol: "HRD"
371
417
  :HRK:
372
418
  :one: "Kuna Kroasia"
373
419
  :other: "Kuna Kroasia"
420
+ :symbol: "HRK"
374
421
  :HTG:
375
422
  :one: "Gourde Haiti"
376
423
  :other: "Gourde Haiti"
424
+ :symbol: "HTG"
377
425
  :HUF:
378
426
  :one: "Forint Hungaria"
379
427
  :other: "Forint Hungaria"
428
+ :symbol: "HUF"
380
429
  :IDR:
381
430
  :one: "Rupiah Indonesia"
382
431
  :other: "Rupiah Indonesia"
383
432
  :symbol: "Rp"
384
433
  :IEP:
385
434
  :one: "Pound Irlandia"
386
- :other: "Irish pounds"
435
+ :symbol: "IEP"
387
436
  :ILP:
388
437
  :one: "Pound Israel"
389
- :other: "Israeli pounds"
438
+ :symbol: "ILP"
390
439
  :ILR:
391
- :one: "Israeli sheqel (1980–1985)"
392
- :other: "Israeli sheqels (1980–1985)"
440
+ :one: "Shekel Israel"
441
+ :other: "Shekel Israel (1980–1985)"
393
442
  :ILS:
394
443
  :one: "Shekel Baru Israel"
395
- :other: "Israeli new sheqels"
444
+ :other: "Shekel Baru Israel"
396
445
  :symbol: "₪"
397
446
  :INR:
398
447
  :one: "Rupee India"
@@ -401,25 +450,29 @@
401
450
  :IQD:
402
451
  :one: "Dinar Irak"
403
452
  :other: "Dinar Irak"
453
+ :symbol: "IQD"
404
454
  :IRR:
405
455
  :one: "Rial Iran"
406
456
  :other: "Rial Iran"
457
+ :symbol: "IRR"
407
458
  :ISJ:
408
- :one: "Icelandic króna (1918–1981)"
409
- :other: "Icelandic krónur (1918–1981)"
459
+ :one: "Krona Islandia (1918–1981)"
460
+ :other: "Krona Islandia (1918–1981)"
410
461
  :ISK:
411
462
  :one: "Krona Islandia"
412
463
  :other: "Krona Islandia"
464
+ :symbol: "ISK"
413
465
  :ITL:
414
466
  :one: "Lira Italia"
415
- :other: "Italian liras"
467
+ :symbol: "ITL"
416
468
  :JMD:
417
469
  :one: "Dolar Jamaika"
418
470
  :other: "Dolar Jamaika"
419
- :symbol: "$"
471
+ :symbol: "JMD"
420
472
  :JOD:
421
473
  :one: "Dinar Yordania"
422
474
  :other: "Dinar Yordania"
475
+ :symbol: "JOD"
423
476
  :JPY:
424
477
  :one: "Yen Jepang"
425
478
  :other: "Yen Jepang"
@@ -427,25 +480,31 @@
427
480
  :KES:
428
481
  :one: "Shilling Kenya"
429
482
  :other: "Shilling Kenya"
483
+ :symbol: "KES"
430
484
  :KGS:
431
485
  :one: "Som Kirgistan"
432
486
  :other: "Som Kirgistan"
487
+ :symbol: "KGS"
433
488
  :KHR:
434
489
  :one: "Riel Kamboja"
435
490
  :other: "Riel Kamboja"
436
- :symbol: ""
491
+ :symbol: "KHR"
437
492
  :KMF:
438
493
  :one: "Franc Komoro"
439
494
  :other: "Franc Komoro"
495
+ :symbol: "KMF"
440
496
  :KPW:
441
497
  :one: "Won Korea Utara"
442
498
  :other: "Won Korea Utara"
499
+ :symbol: "KPW"
443
500
  :KRH:
444
501
  :one: "Hwan Korea Selatan (1953–1962)"
445
- :other: "South Korean hwan (1953–1962)"
502
+ :other: "Hwan Korea Selatan (1953–1962)"
503
+ :symbol: "KRH"
446
504
  :KRO:
447
505
  :one: "Won Korea Selatan (1945–1953)"
448
- :other: "South Korean won (1945–1953)"
506
+ :other: "Won Korea Selatan (1945–1953)"
507
+ :symbol: "KRO"
449
508
  :KRW:
450
509
  :one: "Won Korea Selatan"
451
510
  :other: "Won Korea Selatan"
@@ -453,161 +512,186 @@
453
512
  :KWD:
454
513
  :one: "Dinar Kuwait"
455
514
  :other: "Dinar Kuwait"
515
+ :symbol: "KWD"
456
516
  :KYD:
457
517
  :one: "Dolar Kepulauan Cayman"
458
518
  :other: "Dolar Kepulauan Cayman"
459
- :symbol: "$"
519
+ :symbol: "KYD"
460
520
  :KZT:
461
521
  :one: "Tenge Kazakstan"
462
522
  :other: "Tenge Kazakstan"
463
- :symbol: ""
523
+ :symbol: "KZT"
464
524
  :LAK:
465
525
  :one: "Kip Laos"
466
526
  :other: "Kip Laos"
467
- :symbol: ""
527
+ :symbol: "LAK"
468
528
  :LBP:
469
529
  :one: "Pound Lebanon"
470
530
  :other: "Pound Lebanon"
531
+ :symbol: "LBP"
471
532
  :LKR:
472
533
  :one: "Rupee Sri Lanka"
473
534
  :other: "Rupee Sri Lanka"
535
+ :symbol: "LKR"
474
536
  :LRD:
475
537
  :one: "Dolar Liberia"
476
538
  :other: "Dolar Liberia"
477
- :symbol: "$"
539
+ :symbol: "LRD"
478
540
  :LSL:
479
541
  :one: "Loti Lesotho"
480
- :other: "Lesotho lotis"
542
+ :symbol: "LSL"
481
543
  :LTL:
482
544
  :one: "Litas Lituania"
483
545
  :other: "Litas Lituania"
546
+ :symbol: "LTL"
484
547
  :LTT:
485
548
  :one: "Talonas Lituania"
486
- :other: "Lithuanian talonases"
549
+ :symbol: "LTT"
487
550
  :LUC:
488
551
  :one: "Franc Konvertibel Luksemburg"
489
- :other: "Luxembourgian convertible francs"
552
+ :symbol: "LUC"
490
553
  :LUF:
491
554
  :one: "Franc Luksemburg"
492
- :other: "Luxembourgian francs"
555
+ :symbol: "LUF"
493
556
  :LUL:
494
557
  :one: "Financial Franc Luksemburg"
495
- :other: "Luxembourg financial francs"
558
+ :symbol: "LUL"
496
559
  :LVL:
497
560
  :one: "Lats Latvia"
498
561
  :other: "Lats Latvia"
562
+ :symbol: "LVL"
499
563
  :LVR:
500
564
  :one: "Rubel Latvia"
501
- :other: "Latvian rubles"
565
+ :symbol: "LVR"
502
566
  :LYD:
503
567
  :one: "Dinar Libya"
504
568
  :other: "Dinar Libya"
569
+ :symbol: "LYD"
505
570
  :MAD:
506
571
  :one: "Dirham Maroko"
507
572
  :other: "Dirham Maroko"
573
+ :symbol: "MAD"
508
574
  :MAF:
509
575
  :one: "Franc Maroko"
510
- :other: "Moroccan francs"
576
+ :symbol: "MAF"
511
577
  :MCF:
512
578
  :one: "Franc Monegasque"
513
- :other: "Monegasque francs"
579
+ :symbol: "MCF"
514
580
  :MDC:
515
581
  :one: "Cupon Moldova"
516
- :other: "Moldovan cupon"
582
+ :symbol: "MDC"
517
583
  :MDL:
518
584
  :one: "Leu Moldova"
519
585
  :other: "Leu Moldova"
586
+ :symbol: "MDL"
520
587
  :MGA:
521
588
  :one: "Ariary Madagaskar"
522
589
  :other: "Ariary Madagaskar"
590
+ :symbol: "MGA"
523
591
  :MGF:
524
592
  :one: "Franc Malagasi"
525
- :other: "Malagasy francs"
593
+ :symbol: "MGF"
526
594
  :MKD:
527
595
  :one: "Denar Makedonia"
528
596
  :other: "Denar Makedonia"
597
+ :symbol: "MKD"
529
598
  :MKN:
530
599
  :one: "Denar Makedonia (1992–1993)"
531
- :other: "Macedonian denari (1992–1993)"
600
+ :other: "Denar Makedonia (1992–1993)"
601
+ :symbol: "MKN"
532
602
  :MLF:
533
603
  :one: "Franc Mali"
534
- :other: "Malian francs"
604
+ :symbol: "MLF"
535
605
  :MMK:
536
606
  :one: "Kyat Myanmar"
537
607
  :other: "Kyat Myanmar"
608
+ :symbol: "MMK"
538
609
  :MNT:
539
610
  :one: "Tugrik Mongolia"
540
611
  :other: "Tugrik Mongolia"
541
- :symbol: ""
612
+ :symbol: "MNT"
542
613
  :MOP:
543
614
  :one: "Pataca Makau"
544
615
  :other: "Pataca Makau"
616
+ :symbol: "MOP"
545
617
  :MRO:
546
618
  :one: "Ouguiya Mauritania"
547
619
  :other: "Ouguiya Mauritania"
620
+ :symbol: "MRO"
548
621
  :MTL:
549
622
  :one: "Lira Malta"
550
- :other: "Maltese lira"
623
+ :symbol: "MTL"
551
624
  :MTP:
552
625
  :one: "Pound Malta"
553
- :other: "Maltese pounds"
626
+ :symbol: "MTP"
554
627
  :MUR:
555
628
  :one: "Rupee Mauritius"
556
629
  :other: "Rupee Mauritius"
630
+ :symbol: "MUR"
557
631
  :MVP:
558
- :one: "Maldivian rupee"
559
- :other: "Maldivian rupees"
632
+ :one: "Rufiyaa Maladewa (1947–1981)"
633
+ :other: "Rufiyaa Maladewa (1947–1981)"
560
634
  :MVR:
561
635
  :one: "Rufiyaa Maladewa"
562
636
  :other: "Rufiyaa Maladewa"
637
+ :symbol: "MVR"
563
638
  :MWK:
564
639
  :one: "Kwacha Malawi"
565
640
  :other: "Kwacha Malawi"
641
+ :symbol: "MWK"
566
642
  :MXN:
567
643
  :one: "Peso Meksiko"
568
644
  :other: "Peso Meksiko"
569
645
  :symbol: "MX$"
570
646
  :MXP:
571
647
  :one: "Peso Silver Meksiko (1861–1992)"
572
- :other: "Mexican silver pesos (1861–1992)"
648
+ :other: "Peso Perak Meksiko"
649
+ :symbol: "MXP"
573
650
  :MXV:
574
651
  :one: "Unit Investasi Meksiko"
575
- :other: "Mexican investment units"
652
+ :symbol: "MXV"
576
653
  :MYR:
577
654
  :one: "Ringgit Malaysia"
578
655
  :other: "Ringgit Malaysia"
656
+ :symbol: "MYR"
579
657
  :MZE:
580
658
  :one: "Escudo Mozambik"
581
- :other: "Mozambican escudos"
659
+ :symbol: "MZE"
582
660
  :MZM:
583
661
  :one: "Metical Mozambik (1980–2006)"
584
- :other: "Mozambican meticals (1980–2006)"
662
+ :other: "Metical Mozambik (1980–2006)"
663
+ :symbol: "MZM"
585
664
  :MZN:
586
665
  :one: "Metical Mozambik"
587
666
  :other: "Metical Mozambik"
667
+ :symbol: "MZN"
588
668
  :NAD:
589
669
  :one: "Dolar Namibia"
590
670
  :other: "Dolar Namibia"
591
- :symbol: "$"
671
+ :symbol: "NAD"
592
672
  :NGN:
593
673
  :one: "Naira Nigeria"
594
674
  :other: "Naira Nigeria"
595
- :symbol: ""
675
+ :symbol: "NGN"
596
676
  :NIC:
597
- :one: "Kordoba Nikaragua (1988–1991)"
598
- :other: "Nicaraguan córdobas (1988–1991)"
677
+ :one: "Cordoba Nikaragua (1988–1991)"
678
+ :other: "Cordoba Nikaragua (1988–1991)"
679
+ :symbol: "NIC"
599
680
  :NIO:
600
681
  :one: "Cordoba Nikaragua"
601
682
  :other: "Cordoba Nikaragua"
683
+ :symbol: "NIO"
602
684
  :NLG:
603
685
  :one: "Guilder Belanda"
604
- :other: "Dutch guilders"
686
+ :symbol: "NLG"
605
687
  :NOK:
606
688
  :one: "Krone Norwegia"
607
689
  :other: "Krone Norwegia"
690
+ :symbol: "NOK"
608
691
  :NPR:
609
692
  :one: "Rupee Nepal"
610
693
  :other: "Rupee Nepal"
694
+ :symbol: "NPR"
611
695
  :NZD:
612
696
  :one: "Dolar Selandia Baru"
613
697
  :other: "Dolar Selandia Baru"
@@ -615,340 +699,387 @@
615
699
  :OMR:
616
700
  :one: "Rial Oman"
617
701
  :other: "Rial Oman"
702
+ :symbol: "OMR"
618
703
  :PAB:
619
704
  :one: "Balboa Panama"
620
705
  :other: "Balboa Panama"
706
+ :symbol: "PAB"
621
707
  :PEI:
622
708
  :one: "Inti Peru"
623
- :other: "Peruvian intis"
709
+ :symbol: "PEI"
624
710
  :PEN:
625
711
  :one: "Nuevo Sol Peru"
626
712
  :other: "Nuevo Sol Peru"
713
+ :symbol: "PEN"
627
714
  :PES:
628
715
  :one: "Sol Peru (1863–1965)"
629
- :other: "Peruvian soles (1863–1965)"
716
+ :other: "Sol Peru (1863–1965)"
717
+ :symbol: "PES"
630
718
  :PGK:
631
719
  :one: "Kina Papua Nugini"
632
720
  :other: "Kina Papua Nugini"
721
+ :symbol: "PGK"
633
722
  :PHP:
634
723
  :one: "Peso Filipina"
635
724
  :other: "Peso Filipina"
636
- :symbol: ""
725
+ :symbol: "PHP"
637
726
  :PKR:
638
727
  :one: "Rupee Pakistan"
639
728
  :other: "Rupee Pakistan"
729
+ :symbol: "PKR"
640
730
  :PLN:
641
731
  :one: "Polandia Zloty"
642
732
  :other: "Polandia Zloty"
733
+ :symbol: "PLN"
643
734
  :PLZ:
644
735
  :one: "Zloty Polandia (1950–1995)"
645
- :other: "Polish zlotys (PLZ)"
736
+ :other: "Zloty Polandia (1950–1995)"
737
+ :symbol: "PLZ"
646
738
  :PTE:
647
739
  :one: "Escudo Portugal"
648
- :other: "Portuguese escudos"
740
+ :symbol: "PTE"
649
741
  :PYG:
650
742
  :one: "Guarani Paraguay"
651
743
  :other: "Guarani Paraguay"
652
- :symbol: ""
744
+ :symbol: "PYG"
653
745
  :QAR:
654
746
  :one: "Rial Qatar"
655
747
  :other: "Rial Qatar"
748
+ :symbol: "QAR"
656
749
  :RHD:
657
750
  :one: "Dolar Rhodesia"
658
- :other: "Rhodesian dollars"
751
+ :symbol: "RHD"
659
752
  :ROL:
660
753
  :one: "Leu Rumania (1952–2006)"
661
- :other: "Romanian Lei (1952–2006)"
754
+ :other: "Leu Rumania (1952–2006)"
755
+ :symbol: "ROL"
662
756
  :RON:
663
757
  :one: "Leu Rumania"
664
758
  :other: "Leu Rumania"
759
+ :symbol: "RON"
665
760
  :RSD:
666
761
  :one: "Dinar Serbia"
667
762
  :other: "Dinar Serbia"
763
+ :symbol: "RSD"
668
764
  :RUB:
669
765
  :one: "Rubel Rusia"
670
766
  :other: "Rubel Rusia"
767
+ :symbol: "RUB"
671
768
  :RUR:
672
769
  :one: "Rubel Rusia (1991–1998)"
673
- :other: "Russian rubles (1991–1998)"
674
- :symbol: "р."
770
+ :other: "Rubel Rusia (1991–1998)"
771
+ :symbol: "RUR"
675
772
  :RWF:
676
773
  :one: "Franc Rwanda"
677
774
  :other: "Franc Rwanda"
775
+ :symbol: "RWF"
678
776
  :SAR:
679
777
  :one: "Riyal Arab Saudi"
680
778
  :other: "Riyal Arab Saudi"
779
+ :symbol: "SAR"
681
780
  :SBD:
682
781
  :one: "Dolar Kepulauan Solomon"
683
782
  :other: "Dolar Kepulauan Solomon"
684
- :symbol: "$"
783
+ :symbol: "SBD"
685
784
  :SCR:
686
785
  :one: "Rupee Seychelles"
687
786
  :other: "Rupee Seychelles"
787
+ :symbol: "SCR"
688
788
  :SDD:
689
789
  :one: "Dinar Sudan (1992–2007)"
690
- :other: "Sudanese dinars (1992–2007)"
790
+ :other: "Dinar Sudan (1992–2007)"
791
+ :symbol: "SDD"
691
792
  :SDG:
692
793
  :one: "Pound Sudan"
693
794
  :other: "Pound Sudan"
795
+ :symbol: "SDG"
694
796
  :SDP:
695
797
  :one: "Pound Sudan (1957–1998)"
696
- :other: "Sudanese pounds (1957–1998)"
798
+ :other: "Pound Sudan (1957–1998)"
799
+ :symbol: "SDP"
697
800
  :SEK:
698
801
  :one: "Krona Swedia"
699
802
  :other: "Krona Swedia"
803
+ :symbol: "SEK"
700
804
  :SGD:
701
805
  :one: "Dolar Singapura"
702
806
  :other: "Dolar Singapura"
703
- :symbol: "$"
807
+ :symbol: "SGD"
704
808
  :SHP:
705
809
  :one: "Pound Saint Helena"
706
810
  :other: "Pound Saint Helena"
811
+ :symbol: "SHP"
707
812
  :SIT:
708
813
  :one: "Tolar Slovenia"
709
- :other: "Slovenian tolars"
814
+ :symbol: "SIT"
710
815
  :SKK:
711
816
  :one: "Koruna Slovakia"
712
- :other: "Slovak korunas"
817
+ :symbol: "SKK"
713
818
  :SLL:
714
819
  :one: "Leone Sierra Leone"
715
820
  :other: "Leone Sierra Leone"
821
+ :symbol: "SLL"
716
822
  :SOS:
717
823
  :one: "Shilling Somalia"
718
824
  :other: "Shilling Somalia"
825
+ :symbol: "SOS"
719
826
  :SRD:
720
827
  :one: "Dolar Suriname"
721
828
  :other: "Dolar Suriname"
722
- :symbol: "$"
829
+ :symbol: "SRD"
723
830
  :SRG:
724
831
  :one: "Guilder Suriname"
725
- :other: "Surinamese guilders"
832
+ :symbol: "SRG"
726
833
  :SSP:
727
834
  :one: "Pound Sudan Selatan"
728
835
  :other: "Pound Sudan Selatan"
729
- :symbol: "£"
836
+ :symbol: "SSP"
730
837
  :STD:
731
838
  :one: "Dobra Sao Tome dan Principe"
732
839
  :other: "Dobra Sao Tome dan Principe"
840
+ :symbol: "STD"
733
841
  :SUR:
734
842
  :one: "Rubel Soviet"
735
- :other: "Soviet roubles"
843
+ :symbol: "SUR"
736
844
  :SVC:
737
845
  :one: "Colon El Savador"
738
- :other: "Salvadoran colones"
846
+ :symbol: "SVC"
739
847
  :SYP:
740
848
  :one: "Pound Suriah"
741
849
  :other: "Pound Suriah"
850
+ :symbol: "SYP"
742
851
  :SZL:
743
852
  :one: "Lilangeni Swaziland"
744
853
  :other: "Lilangeni Swaziland"
854
+ :symbol: "SZL"
745
855
  :THB:
746
856
  :one: "Baht Thailand"
747
857
  :other: "Baht Thailand"
748
858
  :symbol: "฿"
749
859
  :TJR:
750
860
  :one: "Rubel Tajikistan"
751
- :other: "Tajikistani rubles"
861
+ :symbol: "TJR"
752
862
  :TJS:
753
863
  :one: "Somoni Tajikistan"
754
864
  :other: "Somoni Tajikistan"
865
+ :symbol: "TJS"
755
866
  :TMM:
756
867
  :one: "Manat Turkmenistan (1993–2009)"
757
- :other: "Turkmenistani manat (1993–2009)"
868
+ :other: "Manat Turkmenistan (1993–2009)"
869
+ :symbol: "TMM"
758
870
  :TMT:
759
871
  :one: "Manat Turkimenistan"
760
872
  :other: "Manat Turkimenistan"
873
+ :symbol: "TMT"
761
874
  :TND:
762
875
  :one: "Dinar Tunisia"
763
876
  :other: "Dinar Tunisia"
877
+ :symbol: "TND"
764
878
  :TOP:
765
879
  :one: "Paʻanga Tonga"
766
880
  :other: "Paʻanga Tonga"
881
+ :symbol: "TOP"
767
882
  :TPE:
768
883
  :one: "Escudo Timor"
769
- :other: "Timorese escudos"
884
+ :symbol: "TPE"
770
885
  :TRL:
771
886
  :one: "Lira Turki (1922–2005)"
772
- :other: "Turkish Lira (1922–2005)"
887
+ :other: "Lira Turki (1922–2005)"
888
+ :symbol: "TRL"
773
889
  :TRY:
774
890
  :one: "Lira Turki"
775
891
  :other: "Lira Turki"
776
- :symbol: ""
892
+ :symbol: "TRY"
777
893
  :TTD:
778
894
  :one: "Dolar Trinidad dan Tobago"
779
895
  :other: "Dolar Trinidad dan Tobago"
780
- :symbol: "$"
896
+ :symbol: "TTD"
781
897
  :TWD:
782
898
  :one: "Dolar Baru Taiwan"
783
- :other: "New Taiwan dollars"
899
+ :other: "Dolar Baru Taiwan"
784
900
  :symbol: "NT$"
785
901
  :TZS:
786
902
  :one: "Shilling Tanzania"
787
903
  :other: "Shilling Tanzania"
904
+ :symbol: "TZS"
788
905
  :UAH:
789
906
  :one: "Hryvnia Ukraina"
790
907
  :other: "Hryvnia Ukraina"
791
- :symbol: ""
908
+ :symbol: "UAH"
792
909
  :UAK:
793
910
  :one: "Karbovanet Ukraina"
794
- :other: "Ukrainian karbovantsiv"
911
+ :symbol: "UAK"
795
912
  :UGS:
796
913
  :one: "Shilling Uganda (1966–1987)"
797
- :other: "Ugandan shillings (1966–1987)"
914
+ :other: "Shilling Uganda (1966–1987)"
915
+ :symbol: "UGS"
798
916
  :UGX:
799
917
  :one: "Shilling Uganda"
800
918
  :other: "Shilling Uganda"
919
+ :symbol: "UGX"
801
920
  :USD:
802
921
  :one: "Dolar Amerika Serikat"
803
922
  :other: "Dolar Amerika Serikat"
804
923
  :symbol: "US$"
805
924
  :USN:
806
925
  :one: "Dolar AS (Hari berikutnya)"
807
- :other: "US dollars (next day)"
926
+ :symbol: "USN"
808
927
  :USS:
809
928
  :one: "Dolar AS (Hari yang sama)"
810
- :other: "US dollars (same day)"
929
+ :symbol: "USS"
811
930
  :UYI:
812
931
  :one: "Peso Uruguay (Unit Diindeks)"
813
- :other: "Uruguayan pesos (indexed units)"
932
+ :symbol: "UYI"
814
933
  :UYP:
815
934
  :one: "Peso Uruguay (1975–1993)"
816
- :other: "Uruguayan pesos (1975–1993)"
935
+ :other: "Peso Uruguay (1975–1993)"
936
+ :symbol: "UYP"
817
937
  :UYU:
818
938
  :one: "Peso Uruguay"
819
939
  :other: "Peso Uruguay"
820
- :symbol: "$"
940
+ :symbol: "$U"
821
941
  :UZS:
822
942
  :one: "Som Uzbekistan"
823
943
  :other: "Som Uzbekistan"
944
+ :symbol: "UZS"
824
945
  :VEB:
825
946
  :one: "Bolivar Venezuela (1871–2008)"
826
- :other: "Venezuelan bolívars (1871–2008)"
947
+ :other: "Bolivar Venezuela (1871–2008)"
948
+ :symbol: "VEB"
827
949
  :VEF:
828
950
  :one: "Bolivar Venezuela"
829
951
  :other: "Bolivar Venezuela"
952
+ :symbol: "VEF"
830
953
  :VND:
831
954
  :one: "Dong Vietnam"
832
955
  :other: "Dong Vietnam"
833
956
  :symbol: "₫"
834
957
  :VNN:
835
958
  :one: "Dong Vietnam (1978–1985)"
836
- :other: "Vietnamese dong (1978–1985)"
959
+ :other: "Dong Vietnam (1978–1985)"
960
+ :symbol: "VNN"
837
961
  :VUV:
838
962
  :one: "Vatu Vanuatu"
839
963
  :other: "Vatu Vanuatu"
964
+ :symbol: "VUV"
840
965
  :WST:
841
966
  :one: "Tala Samoa"
842
967
  :other: "Tala Samoa"
968
+ :symbol: "WST"
843
969
  :XAF:
844
970
  :one: "Franc CFA BEAC"
845
971
  :other: "Franc CFA BEAC"
846
972
  :symbol: "FCFA"
847
973
  :XAG:
848
974
  :one: "Silver"
849
- :other: "troy ounces of silver"
975
+ :symbol: "XAG"
850
976
  :XAU:
851
977
  :one: "Emas"
852
- :other: "troy ounces of gold"
978
+ :symbol: "XAU"
853
979
  :XBA:
854
980
  :one: "Unit Gabungan Eropa"
855
- :other: "European composite units"
981
+ :symbol: "XBA"
856
982
  :XBB:
857
983
  :one: "Unit Keuangan Eropa"
858
- :other: "European monetary units"
984
+ :symbol: "XBB"
859
985
  :XBC:
860
986
  :one: "Satuan Hitung Eropa (XBC)"
861
- :other: "European units of account (XBC)"
987
+ :symbol: "XBC"
862
988
  :XBD:
863
989
  :one: "Satuan Hitung Eropa (XBD)"
864
- :other: "European units of account (XBD)"
990
+ :symbol: "XBD"
865
991
  :XCD:
866
992
  :one: "Dolar Karibia Timur"
867
993
  :other: "Dolar Karibia Timur"
868
994
  :symbol: "EC$"
869
995
  :XDR:
870
996
  :one: "Hak Khusus Menggambar"
871
- :other: "special drawing rights"
997
+ :symbol: "XDR"
872
998
  :XEU:
873
999
  :one: "Satuan Mata Uang Eropa"
874
- :other: "European currency units"
1000
+ :symbol: "XEU"
875
1001
  :XFO:
876
1002
  :one: "Franc Gold Perancis"
877
- :other: "French gold francs"
1003
+ :symbol: "XFO"
878
1004
  :XFU:
879
1005
  :one: "Franc UIC Perancis"
880
- :other: "French UIC-francs"
881
1006
  :XOF:
882
1007
  :one: "Franc CFA BCEAO"
883
1008
  :other: "Franc CFA BCEAO"
884
1009
  :symbol: "CFA"
885
1010
  :XPD:
886
1011
  :one: "Palladium"
887
- :other: "troy ounces of palladium"
1012
+ :symbol: "XPD"
888
1013
  :XPF:
889
1014
  :one: "Franc CFP"
890
1015
  :other: "Franc CFP"
891
1016
  :symbol: "CFPF"
892
1017
  :XPT:
893
1018
  :one: "Platinum"
894
- :other: "troy ounces of platinum"
1019
+ :symbol: "XPT"
895
1020
  :XRE:
896
1021
  :one: "Dana RINET"
897
- :other: "RINET Funds units"
898
- :XSU:
899
- :one: "Sucre"
900
- :other: "Sucres"
1022
+ :symbol: "XRE"
901
1023
  :XTS:
902
1024
  :one: "Kode Mata Uang Pengujian"
903
- :other: "Testing Currency units"
904
- :XUA:
905
- :one: "ADB unit of account"
906
- :other: "ADB units of account"
1025
+ :symbol: "XTS"
907
1026
  :XXX:
908
1027
  :one: "Mata Uang Tidak Dikenal"
909
1028
  :other: "Mata Uang Tidak Dikenal"
1029
+ :symbol: "XXX"
910
1030
  :YDD:
911
1031
  :one: "Dinar Yaman"
912
- :other: "Yemeni dinars"
1032
+ :symbol: "YDD"
913
1033
  :YER:
914
1034
  :one: "Rial Yaman"
915
1035
  :other: "Rial Yaman"
1036
+ :symbol: "YER"
916
1037
  :YUD:
917
1038
  :one: "Hard Dinar Yugoslavia (1966–1990)"
918
- :other: "Yugoslavian hard dinars (1966–1990)"
1039
+ :other: "Dinar Keras Yugoslavia"
1040
+ :symbol: "YUD"
919
1041
  :YUM:
920
1042
  :one: "Dinar Baru Yugoslavia (1994–2002)"
921
- :other: "Yugoslavian new dinars (1994–2002)"
1043
+ :other: "Dinar Baru Yugoslavia (1994–2002)"
1044
+ :symbol: "YUM"
922
1045
  :YUN:
923
1046
  :one: "Dinar Konvertibel Yugoslavia (1990–1992)"
924
- :other: "Yugoslavian convertible dinars (1990–1992)"
1047
+ :other: "Dinar Konvertibel Yugoslavia (1990–1992)"
1048
+ :symbol: "YUN"
925
1049
  :YUR:
926
1050
  :one: "Dinar Reformasi Yugoslavia (1992–1993)"
927
- :other: "Yugoslavian reformed dinars (1992–1993)"
1051
+ :other: "Dinar Reformasi Yugoslavia (1992–1993)"
1052
+ :symbol: "YUR"
928
1053
  :ZAL:
929
1054
  :one: "Rand Afrika Selatan (Keuangan)"
930
- :other: "South African rands (financial)"
1055
+ :symbol: "ZAL"
931
1056
  :ZAR:
932
1057
  :one: "Rand Afrika Selatan"
933
1058
  :other: "Rand Afrika Selatan"
1059
+ :symbol: "ZAR"
934
1060
  :ZMK:
935
1061
  :one: "Kwacha Zambia (1968–2012)"
936
- :other: "Zambian kwachas (1968–2012)"
1062
+ :other: "Kwacha Zambia (1968–2012)"
1063
+ :symbol: "ZMK"
937
1064
  :ZMW:
938
1065
  :one: "Kwacha Zambia"
939
1066
  :other: "Kwacha Zambia"
1067
+ :symbol: "ZMW"
940
1068
  :ZRN:
941
1069
  :one: "Zaire Baru Zaire (1993–1998)"
942
- :other: "Zairean new zaires (1993–1998)"
1070
+ :other: "Zaire Baru Zaire (1993–1998)"
1071
+ :symbol: "ZRN"
943
1072
  :ZRZ:
944
1073
  :one: "Zaire Zaire (1971–1993)"
945
- :other: "Zairean zaires (1971–1993)"
1074
+ :other: "Zaire Zaire (1971–1993)"
1075
+ :symbol: "ZRZ"
946
1076
  :ZWD:
947
1077
  :one: "Dolar Zimbabwe (1980–2008)"
948
- :other: "Zimbabwean dollars (1980–2008)"
1078
+ :other: "Dolar Zimbabwe (1980–2008)"
1079
+ :symbol: "ZWD"
949
1080
  :ZWL:
950
1081
  :one: "Dolar Zimbabwe (2009)"
951
- :other: "Zimbabwean dollars (2009)"
1082
+ :symbol: "ZWL"
952
1083
  :ZWR:
953
1084
  :one: "Dolar Zimbabwe (2008)"
954
- :other: "Zimbabwean dollars (2008)"
1085
+ :symbol: "ZWR"