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
@@ -4,207 +4,258 @@
4
4
  :ADP:
5
5
  :one: "pesseta andorrana"
6
6
  :other: "pessetes andorranes"
7
+ :symbol: "ADP"
7
8
  :AED:
8
- :one: "dirhem dels Emirats Àrabs Units"
9
- :other: "dirhems dels Emirats Àrabs Units"
9
+ :one: "dírham de la UEA"
10
+ :other: "dírhams de la UEA"
11
+ :symbol: "AED"
10
12
  :AFA:
11
13
  :one: "afgani afganès (1927–2002)"
12
14
  :other: "afganis afganesos (1927–2002)"
15
+ :symbol: "AFA"
13
16
  :AFN:
14
17
  :one: "afgani afganès"
15
18
  :other: "afganis afganesos"
19
+ :symbol: "AFN"
16
20
  :ALK:
17
21
  :one: "lek albanès (1946–1965)"
18
22
  :other: "lekë albanesos (1946–1965)"
19
23
  :ALL:
20
24
  :one: "lek albanès"
21
25
  :other: "lekë albanesos"
26
+ :symbol: "ALL"
22
27
  :AMD:
23
28
  :one: "dram armeni"
24
29
  :other: "drams armenis"
30
+ :symbol: "AMD"
25
31
  :ANG:
26
32
  :one: "florí de les Antilles Neerlandeses"
27
33
  :other: "florins de les Antilles Neerlandeses"
34
+ :symbol: "ANG"
28
35
  :AOA:
29
36
  :one: "kwanza angolès"
30
37
  :other: "kwanzas angolesos"
38
+ :symbol: "AOA"
31
39
  :AOK:
32
40
  :one: "kwanza angolès (1977–1991)"
33
41
  :other: "kwanzas angolesos (1977–1991)"
42
+ :symbol: "AOK"
34
43
  :AON:
35
44
  :one: "nou kwanza angolès (1990–2000)"
36
45
  :other: "nous kwanzas angolesos (1990–2000)"
46
+ :symbol: "AON"
37
47
  :AOR:
38
48
  :one: "kwanza angolès reajustat (1995–1999)"
39
49
  :other: "kwanzas angolesos (1995–1999)"
50
+ :symbol: "AOR"
40
51
  :ARA:
41
52
  :one: "austral argentí"
42
53
  :other: "australs argentins"
54
+ :symbol: "ARA"
43
55
  :ARL:
44
56
  :one: "peso ley argentí (1970–1983)"
45
57
  :other: "pesos ley argentins (1970–1983)"
58
+ :symbol: "ARL"
46
59
  :ARM:
47
60
  :one: "peso argentí moneda nacional"
48
61
  :other: "pesos argentins moneda nacional"
62
+ :symbol: "ARM"
49
63
  :ARP:
50
64
  :one: "peso argentí (1983–1985)"
51
65
  :other: "pesos argentins (1983–1985)"
66
+ :symbol: "ARP"
52
67
  :ARS:
53
68
  :one: "peso argentí"
54
69
  :other: "pesos argentins"
55
- :symbol: "$"
70
+ :symbol: "ARS"
56
71
  :ATS:
57
72
  :one: "xíling austríac"
58
73
  :other: "xílings austríacs"
74
+ :symbol: "ATS"
59
75
  :AUD:
60
76
  :one: "dòlar australià"
61
77
  :other: "dòlars australians"
62
78
  :symbol: "AU$"
63
79
  :AWG:
64
- :one: "florí d'Aruba"
65
- :other: "florins d'Aruba"
80
+ :one: "florí dAruba"
81
+ :other: "florins dAruba"
82
+ :symbol: "AWG"
66
83
  :AZM:
67
84
  :one: "manat azerbaidjanès (1993–2006)"
68
85
  :other: "manats azerbaidjanesos (1993–2006)"
86
+ :symbol: "AZM"
69
87
  :AZN:
70
88
  :one: "manat azerbaidjanès"
71
89
  :other: "manats azerbaidjanesos"
90
+ :symbol: "AZN"
72
91
  :BAD:
73
92
  :one: "dinar de Bòsnia i Hercegovina (1992–1994)"
74
93
  :other: "dinars de Bòsnia i Hercegovina (1992–1994)"
94
+ :symbol: "BAD"
75
95
  :BAM:
76
96
  :one: "marc convertible de Bòsnia i Hercegovina"
77
97
  :other: "marcs convertibles de Bòsnia i Hercegovina"
98
+ :symbol: "BAM"
78
99
  :BAN:
79
100
  :one: "nou dinar de Bòsnia i Hercegovina (1994–1997)"
80
101
  :other: "nous dinars de Bòsnia i Hercegovina (1994–1997)"
102
+ :symbol: "BAN"
81
103
  :BBD:
82
104
  :one: "dòlar de Barbados"
83
105
  :other: "dòlars de Barbados"
84
- :symbol: "$"
106
+ :symbol: "BBD"
85
107
  :BDT:
86
108
  :one: "taka de Bangla Desh"
87
109
  :other: "taka de Bangla Desh"
88
- :symbol: ""
110
+ :symbol: "BDT"
89
111
  :BEC:
90
112
  :one: "franc belga (convertible)"
91
113
  :other: "francs belgues (convertibles)"
114
+ :symbol: "BEC"
92
115
  :BEF:
93
116
  :one: "franc belga"
94
117
  :other: "francs belgues"
118
+ :symbol: "BEF"
95
119
  :BEL:
96
120
  :one: "franc belga (financer)"
97
121
  :other: "francs belgues (financers)"
122
+ :symbol: "BEL"
98
123
  :BGL:
99
124
  :one: "lev fort búlgar"
100
125
  :other: "leva forts búlgars"
126
+ :symbol: "BGL"
101
127
  :BGM:
102
128
  :one: "lev socialista búlgar"
103
129
  :other: "leva socialistes búlgars"
130
+ :symbol: "BGM"
104
131
  :BGN:
105
132
  :one: "lev búlgar"
106
133
  :other: "leva búlgars"
134
+ :symbol: "BGN"
107
135
  :BGO:
108
136
  :one: "lev búlgar (1879–1952)"
109
137
  :other: "leva búlgars (1879–1952)"
138
+ :symbol: "BGO"
110
139
  :BHD:
111
140
  :one: "dinar de Bahrain"
112
141
  :other: "dinars de Bahrain"
142
+ :symbol: "BHD"
113
143
  :BIF:
114
144
  :one: "franc de Burundi"
115
145
  :other: "francs de Burundi"
146
+ :symbol: "BIF"
116
147
  :BMD:
117
148
  :one: "dòlar de les Bermudes"
118
149
  :other: "dòlars de les Bermudes"
119
- :symbol: "$"
150
+ :symbol: "BMD"
120
151
  :BND:
121
152
  :one: "dòlar de Brunei"
122
153
  :other: "dòlars de Brunei"
123
- :symbol: "$"
154
+ :symbol: "BND"
124
155
  :BOB:
125
- :one: "boliviano bolivià"
126
- :other: "bolivianos bolivians"
156
+ :one: "bolivià"
157
+ :other: "bolivians"
158
+ :symbol: "BOB"
127
159
  :BOL:
128
160
  :one: "boliviano bolivià (1863–1963)"
129
161
  :other: "bolivianos bolivians (1863–1963)"
162
+ :symbol: "BOL"
130
163
  :BOP:
131
164
  :one: "peso bolivià"
132
165
  :other: "pesos bolivians"
166
+ :symbol: "BOP"
133
167
  :BOV:
134
168
  :one: "MVDOL bolivià"
135
169
  :other: "MVDOL bolivians"
170
+ :symbol: "BOV"
136
171
  :BRB:
137
172
  :one: "cruzeiro novo brasiler (1967–1986)"
138
173
  :other: "cruzeiros novos brasilers (1967–1986)"
174
+ :symbol: "BRB"
139
175
  :BRC:
140
176
  :one: "cruzado brasiler"
141
177
  :other: "cruzados brasilers"
178
+ :symbol: "BRC"
142
179
  :BRE:
143
180
  :one: "cruzeiro brasiler (1990–1993)"
144
181
  :other: "cruzeiros brasilers (1990–1993)"
182
+ :symbol: "BRE"
145
183
  :BRL:
146
184
  :one: "real brasiler"
147
- :other: "reais brasilers"
185
+ :other: "reals brasilers"
148
186
  :symbol: "BRL"
149
187
  :BRN:
150
188
  :one: "cruzado novo brasiler"
151
189
  :other: "cruzados novos brasilers"
190
+ :symbol: "BRN"
152
191
  :BRR:
153
192
  :one: "cruzeiro brasiler"
154
193
  :other: "cruzeiros brasilers"
194
+ :symbol: "BRR"
155
195
  :BRZ:
156
196
  :one: "antic cruzeiro brasiler"
157
197
  :other: "antics cruzeiros brasilers"
198
+ :symbol: "BRZ"
158
199
  :BSD:
159
200
  :one: "dòlar de les Bahames"
160
201
  :other: "dòlars de les Bahames"
161
- :symbol: "$"
202
+ :symbol: "BSD"
162
203
  :BTN:
163
204
  :one: "ngultrum de Bhutan"
164
205
  :other: "ngultrums de Bhutan"
206
+ :symbol: "BTN"
165
207
  :BUK:
166
208
  :one: "kyat birmà"
167
209
  :other: "kyats birmans"
210
+ :symbol: "BUK"
168
211
  :BWP:
169
212
  :one: "pula de Botswana"
170
213
  :other: "pula de Botswana"
214
+ :symbol: "BWP"
171
215
  :BYB:
172
216
  :one: "nou ruble bielorús (1994–1999)"
173
217
  :other: "nous rubles bielorussos (1994–1999)"
218
+ :symbol: "BYB"
174
219
  :BYR:
175
220
  :one: "ruble bielorús"
176
221
  :other: "rubles bielorussos"
177
- :symbol: "р."
222
+ :symbol: "BYR"
178
223
  :BZD:
179
224
  :one: "dòlar de Belize"
180
225
  :other: "dòlars de Belize"
181
- :symbol: "$"
226
+ :symbol: "BZD"
182
227
  :CAD:
183
228
  :one: "dòlar canadenc"
184
229
  :other: "dòlars canadencs"
185
- :symbol: "CA$"
230
+ :symbol: "CAD"
186
231
  :CDF:
187
232
  :one: "franc congolès"
188
233
  :other: "francs congolesos"
234
+ :symbol: "CDF"
189
235
  :CHE:
190
236
  :one: "euro WIR"
191
237
  :other: "euros WIR"
238
+ :symbol: "CHE"
192
239
  :CHF:
193
240
  :one: "franc suís"
194
241
  :other: "francs suïssos"
242
+ :symbol: "CHF"
195
243
  :CHW:
196
244
  :one: "franc WIR"
197
245
  :other: "francs WIR"
246
+ :symbol: "CHW"
198
247
  :CLE:
199
248
  :one: "escudo xilè"
200
249
  :other: "escudos xilens"
250
+ :symbol: "CLE"
201
251
  :CLF:
202
252
  :one: "unidad de fomento xilena"
203
253
  :other: "unidades de fomento xilenes"
254
+ :symbol: "CLF"
204
255
  :CLP:
205
256
  :one: "peso xilè"
206
257
  :other: "pesos xilens"
207
- :symbol: "$"
258
+ :symbol: "CLP"
208
259
  :CNX:
209
260
  :one: "dòlar del Banc Popular Xinès"
210
261
  :other: "dòlars del Banc Popular Xinès"
@@ -215,76 +266,95 @@
215
266
  :COP:
216
267
  :one: "peso colombià"
217
268
  :other: "pesos colombians"
218
- :symbol: "$"
269
+ :symbol: "COP"
219
270
  :COU:
220
271
  :one: "unidad de valor real colombiana"
221
272
  :other: "unidades de valor real colombianes"
273
+ :symbol: "COU"
222
274
  :CRC:
223
275
  :one: "colón costa-riqueny"
224
276
  :other: "colones costa-riquenys"
225
- :symbol: ""
277
+ :symbol: "CRC"
226
278
  :CSD:
227
279
  :one: "dinar serbi antic"
228
280
  :other: "dinars serbis antics"
281
+ :symbol: "CSD"
229
282
  :CSK:
230
283
  :one: "corona forta txecoslovaca"
231
284
  :other: "corones fortes txecoslovaques"
285
+ :symbol: "CSK"
232
286
  :CUC:
233
287
  :one: "peso convertible cubà"
234
288
  :other: "pesos convertibles cubans"
289
+ :symbol: "CUC"
235
290
  :CUP:
236
291
  :one: "peso cubà"
237
292
  :other: "pesos cubans"
238
- :symbol: "$"
293
+ :symbol: "CUP"
239
294
  :CVE:
240
295
  :one: "escut de Cap Verd"
241
296
  :other: "escuts de Cap Verd"
297
+ :symbol: "CVE"
242
298
  :CYP:
243
299
  :one: "lliura xipriota"
244
300
  :other: "lliures xipriotes"
301
+ :symbol: "CYP"
245
302
  :CZK:
246
303
  :one: "corona txeca"
247
304
  :other: "corones txeques"
305
+ :symbol: "CZK"
248
306
  :DDM:
249
- :one: "marc de l'Alemanya Oriental"
250
- :other: "marcs de l'Alemanya Oriental"
307
+ :one: "marc de lAlemanya Oriental"
308
+ :other: "marcs de lAlemanya Oriental"
309
+ :symbol: "DDM"
251
310
  :DEM:
252
311
  :one: "marc alemany"
253
312
  :other: "marcs alemanys"
313
+ :symbol: "DEM"
254
314
  :DJF:
255
315
  :one: "franc de Djibouti"
256
316
  :other: "francs de Djibouti"
317
+ :symbol: "DJF"
257
318
  :DKK:
258
319
  :one: "corona danesa"
259
320
  :other: "corones daneses"
321
+ :symbol: "DKK"
260
322
  :DOP:
261
323
  :one: "peso dominicà"
262
324
  :other: "pesos dominicans"
263
- :symbol: "$"
325
+ :symbol: "DOP"
264
326
  :DZD:
265
327
  :one: "dinar algerià"
266
328
  :other: "dinars algerians"
329
+ :symbol: "DZD"
267
330
  :ECS:
268
331
  :one: "sucre equatorià"
269
332
  :other: "sucres equatorians"
333
+ :symbol: "ECS"
270
334
  :ECV:
271
335
  :one: "unidad de valor constante (UVC) equatoriana"
272
336
  :other: "unidades de valor constante (UVC) equatorianes"
337
+ :symbol: "ECV"
273
338
  :EEK:
274
339
  :one: "corona estoniana"
275
340
  :other: "corones estonianes"
341
+ :symbol: "EEK"
276
342
  :EGP:
277
343
  :one: "lliura egípcia"
278
344
  :other: "lliures egípcies"
345
+ :symbol: "EGP"
279
346
  :ERN:
280
347
  :one: "nakfa eritreu"
281
348
  :other: "nakfes eritreus"
349
+ :symbol: "ERN"
282
350
  :ESA:
283
351
  :one: "pesseta espanyola (compte A)"
284
352
  :other: "pessetes espanyoles (compte A)"
353
+ :symbol: "ESA"
285
354
  :ESB:
286
355
  :one: "pesseta espanyola (compte convertible)"
287
356
  :other: "pessetes espanyoles (compte convertible)"
357
+ :symbol: "ESB"
288
358
  :ESP:
289
359
  :one: "pesseta espanyola"
290
360
  :other: "pessetes espanyoles"
@@ -292,6 +362,7 @@
292
362
  :ETB:
293
363
  :one: "birr etíop"
294
364
  :other: "birrs etíops"
365
+ :symbol: "ETB"
295
366
  :EUR:
296
367
  :one: "euro"
297
368
  :other: "euros"
@@ -299,16 +370,19 @@
299
370
  :FIM:
300
371
  :one: "marc finlandès"
301
372
  :other: "marcs finlandesos"
373
+ :symbol: "FIM"
302
374
  :FJD:
303
375
  :one: "dòlar fijià"
304
376
  :other: "dòlars fijians"
305
- :symbol: "$"
377
+ :symbol: "FJD"
306
378
  :FKP:
307
379
  :one: "lliura de les illes Malvines"
308
380
  :other: "lliures de les illes Malvines"
381
+ :symbol: "FKP"
309
382
  :FRF:
310
383
  :one: "franc francès"
311
384
  :other: "francs francesos"
385
+ :symbol: "FRF"
312
386
  :GBP:
313
387
  :one: "lliura esterlina britànica"
314
388
  :other: "lliures esterlines britàniques"
@@ -316,48 +390,59 @@
316
390
  :GEK:
317
391
  :one: "cupó de lari georgià"
318
392
  :other: "cupons de lari georgians"
393
+ :symbol: "GEK"
319
394
  :GEL:
320
395
  :one: "lari georgià"
321
396
  :other: "laris georgians"
397
+ :symbol: "GEL"
322
398
  :GHC:
323
399
  :one: "cedi ghanès (1979–2007)"
324
400
  :other: "cedis ghanesos (1979–2007)"
401
+ :symbol: "GHC"
325
402
  :GHS:
326
403
  :one: "cedi ghanès"
327
404
  :other: "cedis ghanesos"
328
- :symbol: ""
405
+ :symbol: "GHS"
329
406
  :GIP:
330
407
  :one: "lliura de Gibraltar"
331
408
  :other: "lliures de Gibraltar"
332
- :symbol: "£"
409
+ :symbol: "GIP"
333
410
  :GMD:
334
411
  :one: "dalasi gambià"
335
412
  :other: "dalasis gambians"
413
+ :symbol: "GMD"
336
414
  :GNF:
337
415
  :one: "franc guineà"
338
416
  :other: "francs guineans"
417
+ :symbol: "GNF"
339
418
  :GNS:
340
419
  :one: "syli guineà"
341
420
  :other: "sylis guineans"
421
+ :symbol: "GNS"
342
422
  :GQE:
343
423
  :one: "ekwele de Guinea Equatorial"
344
424
  :other: "bipkwele de Guinea Equatorial"
425
+ :symbol: "GQE"
345
426
  :GRD:
346
427
  :one: "dracma grega"
347
428
  :other: "dracmes gregues"
429
+ :symbol: "GRD"
348
430
  :GTQ:
349
431
  :one: "quetzal guatemalenc"
350
432
  :other: "quetzals guatemalencs"
433
+ :symbol: "GTQ"
351
434
  :GWE:
352
435
  :one: "escut de la Guinea Portuguesa"
353
436
  :other: "escuts de la Guinea Portuguesa"
437
+ :symbol: "GWE"
354
438
  :GWP:
355
439
  :one: "peso de Guinea Bissau"
356
440
  :other: "pesos de Guinea Bissau"
441
+ :symbol: "GWP"
357
442
  :GYD:
358
443
  :one: "dòlar de Guyana"
359
444
  :other: "dòlars de Guyana"
360
- :symbol: "$"
445
+ :symbol: "GYD"
361
446
  :HKD:
362
447
  :one: "dòlar de Hong Kong"
363
448
  :other: "dòlars de Hong Kong"
@@ -365,27 +450,35 @@
365
450
  :HNL:
366
451
  :one: "lempira hondurenya"
367
452
  :other: "lempires hondurenyes"
453
+ :symbol: "HNL"
368
454
  :HRD:
369
455
  :one: "dinar croat"
370
456
  :other: "dinars croats"
457
+ :symbol: "HRD"
371
458
  :HRK:
372
459
  :one: "kuna croata"
373
460
  :other: "kunes croates"
461
+ :symbol: "HRK"
374
462
  :HTG:
375
463
  :one: "gourde haitià"
376
464
  :other: "gourdes haitians"
465
+ :symbol: "HTG"
377
466
  :HUF:
378
467
  :one: "fòrint hongarès"
379
468
  :other: "fòrints hongaresos"
469
+ :symbol: "HUF"
380
470
  :IDR:
381
471
  :one: "rupia indonèsia"
382
472
  :other: "rupies indonèsies"
473
+ :symbol: "IDR"
383
474
  :IEP:
384
475
  :one: "lliura irlandesa"
385
476
  :other: "lliures irlandeses"
477
+ :symbol: "IEP"
386
478
  :ILP:
387
479
  :one: "lliura israeliana"
388
480
  :other: "lliures israelianes"
481
+ :symbol: "ILP"
389
482
  :ILR:
390
483
  :one: "xéquel israelià"
391
484
  :other: "xéquel israelià"
@@ -400,25 +493,30 @@
400
493
  :IQD:
401
494
  :one: "dinar iraquià"
402
495
  :other: "dinars iraquians"
496
+ :symbol: "IQD"
403
497
  :IRR:
404
498
  :one: "rial iranià"
405
499
  :other: "rials iranians"
500
+ :symbol: "IRR"
406
501
  :ISJ:
407
502
  :one: "corona islandesa antiga"
408
503
  :other: "corones islandeses antigues"
409
504
  :ISK:
410
505
  :one: "corona islandesa"
411
506
  :other: "corones islandeses"
507
+ :symbol: "ISK"
412
508
  :ITL:
413
509
  :one: "lira italiana"
414
510
  :other: "lires italianes"
511
+ :symbol: "ITL"
415
512
  :JMD:
416
513
  :one: "dòlar jamaicà"
417
514
  :other: "dòlars jamaicans"
418
- :symbol: "$"
515
+ :symbol: "JMD"
419
516
  :JOD:
420
517
  :one: "dinar jordà"
421
518
  :other: "dinars jordans"
519
+ :symbol: "JOD"
422
520
  :JPY:
423
521
  :one: "ien japonès"
424
522
  :other: "iens japonesos"
@@ -426,25 +524,31 @@
426
524
  :KES:
427
525
  :one: "xíling kenyà"
428
526
  :other: "xílings kenyans"
527
+ :symbol: "KES"
429
528
  :KGS:
430
529
  :one: "som kirguís"
431
530
  :other: "soms kirguisos"
531
+ :symbol: "KGS"
432
532
  :KHR:
433
533
  :one: "riel cambodjà"
434
534
  :other: "riels cambodjans"
435
- :symbol: ""
535
+ :symbol: "KHR"
436
536
  :KMF:
437
537
  :one: "franc de les Comores"
438
538
  :other: "francs de les Comores"
539
+ :symbol: "KMF"
439
540
  :KPW:
440
541
  :one: "won nord-coreà"
441
542
  :other: "wons nord-coreans"
543
+ :symbol: "KPW"
442
544
  :KRH:
443
545
  :one: "hwan sud-coreà"
444
546
  :other: "hwans sud-coreans"
547
+ :symbol: "KRH"
445
548
  :KRO:
446
549
  :one: "antic won sud-coreà"
447
550
  :other: "antics wons sud-coreans"
551
+ :symbol: "KRO"
448
552
  :KRW:
449
553
  :one: "won sud-coreà"
450
554
  :other: "wons sud-coreans"
@@ -452,116 +556,143 @@
452
556
  :KWD:
453
557
  :one: "dinar kuwaitià"
454
558
  :other: "dinars kuwaitians"
559
+ :symbol: "KWD"
455
560
  :KYD:
456
561
  :one: "dòlar de les illes Caiman"
457
562
  :other: "dòlars de les illes Caiman"
458
- :symbol: "$"
563
+ :symbol: "KYD"
459
564
  :KZT:
460
565
  :one: "tenge kazakh"
461
566
  :other: "tenges kazakhs"
462
- :symbol: ""
567
+ :symbol: "KZT"
463
568
  :LAK:
464
569
  :one: "kip laosià"
465
570
  :other: "kips laosians"
466
- :symbol: ""
571
+ :symbol: "LAK"
467
572
  :LBP:
468
573
  :one: "lliura libanesa"
469
574
  :other: "lliures libaneses"
575
+ :symbol: "LBP"
470
576
  :LKR:
471
577
  :one: "rupia de Sri Lanka"
472
578
  :other: "rupies de Sri Lanka"
579
+ :symbol: "LKR"
473
580
  :LRD:
474
581
  :one: "dòlar liberià"
475
582
  :other: "dòlars liberians"
476
- :symbol: "$"
583
+ :symbol: "LRD"
477
584
  :LSL:
478
585
  :one: "loti de Lesotho"
479
586
  :other: "maloti de Lesotho"
587
+ :symbol: "LSL"
480
588
  :LTL:
481
589
  :one: "litas lituà"
482
590
  :other: "litai lituans"
591
+ :symbol: "LTL"
483
592
  :LTT:
484
593
  :one: "talonas lituà"
485
594
  :other: "talonai lituans"
595
+ :symbol: "LTT"
486
596
  :LUC:
487
597
  :one: "franc convertible luxemburguès"
488
598
  :other: "francs convertibles luxemburguesos"
599
+ :symbol: "LUC"
489
600
  :LUF:
490
601
  :one: "franc luxemburguès"
491
602
  :other: "francs luxemburguesos"
603
+ :symbol: "LUF"
492
604
  :LUL:
493
605
  :one: "franc financer luxemburguès"
494
606
  :other: "francs financers luxemburguesos"
607
+ :symbol: "LUL"
495
608
  :LVL:
496
609
  :one: "lats letó"
497
610
  :other: "lati letons"
611
+ :symbol: "LVL"
498
612
  :LVR:
499
613
  :one: "ruble letó"
500
614
  :other: "rubles letons"
615
+ :symbol: "LVR"
501
616
  :LYD:
502
617
  :one: "dinar libi"
503
618
  :other: "dinars libis"
619
+ :symbol: "LYD"
504
620
  :MAD:
505
621
  :one: "dírham marroquí"
506
622
  :other: "dírhams marroquins"
623
+ :symbol: "MAD"
507
624
  :MAF:
508
625
  :one: "franc marroquí"
509
626
  :other: "francs marroquins"
627
+ :symbol: "MAF"
510
628
  :MCF:
511
629
  :one: "franc monegasc"
512
630
  :other: "francs monegascos"
631
+ :symbol: "MCF"
513
632
  :MDC:
514
633
  :one: "cupó moldau"
515
634
  :other: "cupons moldaus"
635
+ :symbol: "MDC"
516
636
  :MDL:
517
637
  :one: "leu moldau"
518
638
  :other: "lei moldaus"
639
+ :symbol: "MDL"
519
640
  :MGA:
520
641
  :one: "ariary malgaix"
521
642
  :other: "ariarys malgaixos"
643
+ :symbol: "MGA"
522
644
  :MGF:
523
645
  :one: "franc malgaix"
524
646
  :other: "francs malgaixos"
647
+ :symbol: "MGF"
525
648
  :MKD:
526
649
  :one: "denar macedoni"
527
650
  :other: "denari macedonis"
651
+ :symbol: "MKD"
528
652
  :MKN:
529
653
  :one: "denar macedoni (1992–1993)"
530
654
  :other: "denari macedonis (1992–1993)"
655
+ :symbol: "MKN"
531
656
  :MLF:
532
657
  :one: "franc malià"
533
658
  :other: "francs malians"
659
+ :symbol: "MLF"
534
660
  :MMK:
535
661
  :one: "kyat de Myanmar"
536
662
  :other: "kyats de Myanmar"
663
+ :symbol: "MMK"
537
664
  :MNT:
538
665
  :one: "tögrög mongol"
539
666
  :other: "tögrögs mongols"
540
- :symbol: ""
667
+ :symbol: "MNT"
541
668
  :MOP:
542
669
  :one: "pataca de Macau"
543
670
  :other: "pataques de Macau"
671
+ :symbol: "MOP"
544
672
  :MRO:
545
673
  :one: "ouguiya maurità"
546
674
  :other: "ouguiyas mauritans"
675
+ :symbol: "MRO"
547
676
  :MTL:
548
677
  :one: "lira maltesa"
549
678
  :other: "lires malteses"
679
+ :symbol: "MTL"
550
680
  :MTP:
551
681
  :one: "lliura maltesa"
552
682
  :other: "lliures malteses"
683
+ :symbol: "MTP"
553
684
  :MUR:
554
- :one: "rupia de Maurici"
555
- :other: "rupies de Maurici"
556
- :MVP:
557
- :one: "Maldivian rupee"
558
- :other: "Maldivian rupees"
685
+ :one: "rupia mauriciana"
686
+ :other: "rupies mauricianes"
687
+ :symbol: "MUR"
559
688
  :MVR:
560
689
  :one: "rupia de les Maldives"
561
690
  :other: "rupies de les Maldives"
691
+ :symbol: "MVR"
562
692
  :MWK:
563
693
  :one: "kwacha malawià"
564
694
  :other: "kwachas malawians"
695
+ :symbol: "MWK"
565
696
  :MXN:
566
697
  :one: "peso mexicà"
567
698
  :other: "pesos mexicans"
@@ -569,44 +700,55 @@
569
700
  :MXP:
570
701
  :one: "peso de plata mexicà (1861–1992)"
571
702
  :other: "pesos de plata mexicans (1861–1992)"
703
+ :symbol: "MXP"
572
704
  :MXV:
573
705
  :one: "unidad de inversión (UDI) mexicana"
574
706
  :other: "unidades de inversión (UDI) mexicanes"
707
+ :symbol: "MXV"
575
708
  :MYR:
576
709
  :one: "ringgit de Malàisia"
577
710
  :other: "ringgits de Malàisia"
711
+ :symbol: "MYR"
578
712
  :MZE:
579
713
  :one: "escut moçambiquès"
580
714
  :other: "escuts moçambiquesos"
715
+ :symbol: "MZE"
581
716
  :MZM:
582
717
  :one: "antic metical moçambiquès"
583
718
  :other: "antics meticals moçambiquesos"
719
+ :symbol: "MZM"
584
720
  :MZN:
585
721
  :one: "metical moçambiquès"
586
722
  :other: "meticals moçambiquesos"
723
+ :symbol: "MZN"
587
724
  :NAD:
588
725
  :one: "dòlar namibià"
589
726
  :other: "dòlars namibians"
590
- :symbol: "$"
727
+ :symbol: "NAD"
591
728
  :NGN:
592
729
  :one: "naira nigerià"
593
730
  :other: "naires nigerians"
594
- :symbol: ""
731
+ :symbol: "NGN"
595
732
  :NIC:
596
733
  :one: "córdoba nicaragüenca"
597
734
  :other: "córdobas nicaragüenques"
735
+ :symbol: "NIC"
598
736
  :NIO:
599
737
  :one: "córdoba oro nicaragüenca"
600
738
  :other: "córdobas oro nicaragüenques"
739
+ :symbol: "NIO"
601
740
  :NLG:
602
741
  :one: "florí neerlandès"
603
742
  :other: "florins neerlandesos"
743
+ :symbol: "NLG"
604
744
  :NOK:
605
745
  :one: "corona noruega"
606
746
  :other: "corones noruegues"
747
+ :symbol: "NOK"
607
748
  :NPR:
608
749
  :one: "rupia nepalesa"
609
750
  :other: "rupies nepaleses"
751
+ :symbol: "NPR"
610
752
  :NZD:
611
753
  :one: "dòlar neozelandès"
612
754
  :other: "dòlars neozelandesos"
@@ -614,133 +756,167 @@
614
756
  :OMR:
615
757
  :one: "rial omanita"
616
758
  :other: "rials omanites"
759
+ :symbol: "OMR"
617
760
  :PAB:
618
761
  :one: "balboa panameny"
619
762
  :other: "balboes panamenys"
763
+ :symbol: "PAB"
620
764
  :PEI:
621
765
  :one: "inti peruà"
622
766
  :other: "intis peruans"
767
+ :symbol: "PEI"
623
768
  :PEN:
624
769
  :one: "nou sol peruà"
625
770
  :other: "nous sols peruans"
771
+ :symbol: "PEN"
626
772
  :PES:
627
773
  :one: "sol peruà"
628
774
  :other: "sols peruans"
775
+ :symbol: "PES"
629
776
  :PGK:
630
777
  :one: "kina de Papua Nova Guinea"
631
778
  :other: "kines de Papua Nova Guinea"
779
+ :symbol: "PGK"
632
780
  :PHP:
633
781
  :one: "peso filipí"
634
782
  :other: "pesos filipins"
635
- :symbol: ""
783
+ :symbol: "PHP"
636
784
  :PKR:
637
785
  :one: "rupia pakistanesa"
638
786
  :other: "rupies pakistaneses"
787
+ :symbol: "PKR"
639
788
  :PLN:
640
789
  :one: "zloty polonès"
641
790
  :other: "zlote polonesos"
791
+ :symbol: "PLN"
642
792
  :PLZ:
643
793
  :one: "zloty polonès (1950–1995)"
644
794
  :other: "zlote polonesos (1950–1995)"
795
+ :symbol: "PLZ"
645
796
  :PTE:
646
797
  :one: "escut portuguès"
647
798
  :other: "escuts portuguesos"
799
+ :symbol: "PTE"
648
800
  :PYG:
649
801
  :one: "guaraní paraguaià"
650
802
  :other: "guaranís paraguaians"
651
- :symbol: ""
803
+ :symbol: "PYG"
652
804
  :QAR:
653
- :one: "riyal de Qatar"
654
- :other: "rials de Qatar"
805
+ :one: "rial de Qatar"
806
+ :other: "rials qatarians"
807
+ :symbol: "QAR"
655
808
  :RHD:
656
809
  :one: "dòlar rhodesià"
657
810
  :other: "dòlars rhodesians"
811
+ :symbol: "RHD"
658
812
  :ROL:
659
813
  :one: "antic leu romanès"
660
814
  :other: "antics lei romanesos"
815
+ :symbol: "ROL"
661
816
  :RON:
662
817
  :one: "leu romanès"
663
818
  :other: "lei romanesos"
819
+ :symbol: "RON"
664
820
  :RSD:
665
821
  :one: "dinar serbi"
666
822
  :other: "dinars serbis"
823
+ :symbol: "RSD"
667
824
  :RUB:
668
825
  :one: "ruble rus"
669
826
  :other: "rubles russos"
827
+ :symbol: "RUB"
670
828
  :RUR:
671
829
  :one: "ruble rus (1991–1998)"
672
830
  :other: "rubles russos (1991–1998)"
673
- :symbol: "р."
831
+ :symbol: "RUR"
674
832
  :RWF:
675
- :one: "franc rwandès"
676
- :other: "francs rwandesos"
833
+ :one: "franc de Ruanda"
834
+ :other: "francs de Ruanda"
835
+ :symbol: "RWF"
677
836
  :SAR:
678
837
  :one: "rial saudita"
679
838
  :other: "rials saudites"
839
+ :symbol: "SAR"
680
840
  :SBD:
681
841
  :one: "dòlar de les illes Salomó"
682
842
  :other: "dòlars de les illes Salomó"
683
- :symbol: "$"
843
+ :symbol: "SBD"
684
844
  :SCR:
685
845
  :one: "rupia de les Seychelles"
686
846
  :other: "rupies de les Seychelles"
847
+ :symbol: "SCR"
687
848
  :SDD:
688
849
  :one: "dinar sudanès"
689
850
  :other: "dinars sudanesos"
851
+ :symbol: "SDD"
690
852
  :SDG:
691
853
  :one: "lliura sudanesa"
692
854
  :other: "lliures sudaneses"
855
+ :symbol: "SDG"
693
856
  :SDP:
694
857
  :one: "antiga lliura sudanesa"
695
858
  :other: "antigues lliures sudaneses"
859
+ :symbol: "SDP"
696
860
  :SEK:
697
861
  :one: "corona sueca"
698
862
  :other: "corones sueques"
863
+ :symbol: "SEK"
699
864
  :SGD:
700
865
  :one: "dòlar de Singapur"
701
866
  :other: "dòlars de Singapur"
702
- :symbol: "$"
867
+ :symbol: "SGD"
703
868
  :SHP:
704
869
  :one: "lliura de Santa Helena"
705
870
  :other: "lliures de Santa Helena"
871
+ :symbol: "SHP"
706
872
  :SIT:
707
873
  :one: "tolar eslovè"
708
874
  :other: "tolars eslovens"
875
+ :symbol: "SIT"
709
876
  :SKK:
710
877
  :one: "corona eslovaca"
711
878
  :other: "corones eslovaques"
879
+ :symbol: "SKK"
712
880
  :SLL:
713
881
  :one: "leone de Sierra Leone"
714
882
  :other: "leones de Sierra Leone"
883
+ :symbol: "SLL"
715
884
  :SOS:
716
885
  :one: "xíling somali"
717
886
  :other: "xílings somalis"
887
+ :symbol: "SOS"
718
888
  :SRD:
719
889
  :one: "dòlar de Surinam"
720
890
  :other: "dòlars de Surinam"
721
- :symbol: "$"
891
+ :symbol: "SRD"
722
892
  :SRG:
723
893
  :one: "florí de Surinam"
724
894
  :other: "florins de Surinam"
895
+ :symbol: "SRG"
725
896
  :SSP:
726
897
  :one: "lliura del Sudan del Sud"
727
898
  :other: "lliures del Sudan del Sud"
728
- :symbol: "£"
899
+ :symbol: "SSP"
729
900
  :STD:
730
901
  :one: "dobra de São Tomé i Príncipe"
731
902
  :other: "dobras de São Tomé i Príncipe"
903
+ :symbol: "STD"
732
904
  :SUR:
733
905
  :one: "ruble soviètic"
734
906
  :other: "rubles soviètics"
907
+ :symbol: "SUR"
735
908
  :SVC:
736
909
  :one: "colón salvadorenc"
737
910
  :other: "colones salvadorencs"
911
+ :symbol: "SVC"
738
912
  :SYP:
739
913
  :one: "lliura síria"
740
914
  :other: "lliures síries"
915
+ :symbol: "SYP"
741
916
  :SZL:
742
917
  :one: "lilangeni swazi"
743
918
  :other: "emalangeni swazis"
919
+ :symbol: "SZL"
744
920
  :THB:
745
921
  :one: "baht tailandès"
746
922
  :other: "bahts tailandesos"
@@ -748,35 +924,43 @@
748
924
  :TJR:
749
925
  :one: "ruble tadjik"
750
926
  :other: "rubles tadjiks"
927
+ :symbol: "TJR"
751
928
  :TJS:
752
929
  :one: "somoni tadjik"
753
930
  :other: "somonis tadjiks"
931
+ :symbol: "TJS"
754
932
  :TMM:
755
933
  :one: "manat turcman (1993–2009)"
756
934
  :other: "manats turcmans (1993–2009)"
935
+ :symbol: "TMM"
757
936
  :TMT:
758
937
  :one: "manat turcman"
759
938
  :other: "manats turcmans"
939
+ :symbol: "TMT"
760
940
  :TND:
761
941
  :one: "dinar tunisià"
762
942
  :other: "dinars tunisians"
943
+ :symbol: "TND"
763
944
  :TOP:
764
945
  :one: "pa‘anga tongà"
765
946
  :other: "pa‘angas tongans"
947
+ :symbol: "TOP"
766
948
  :TPE:
767
949
  :one: "escut de Timor"
768
950
  :other: "escuts de Timor"
951
+ :symbol: "TPE"
769
952
  :TRL:
770
953
  :one: "lira turca (1922–2005)"
771
954
  :other: "lires turques (1922–2005)"
955
+ :symbol: "TRL"
772
956
  :TRY:
773
957
  :one: "lira turca"
774
958
  :other: "lires turques"
775
- :symbol: ""
959
+ :symbol: "TRY"
776
960
  :TTD:
777
961
  :one: "dòlar de Trinitat i Tobago"
778
962
  :other: "dòlars de Trinitat i Tobago"
779
- :symbol: "$"
963
+ :symbol: "TTD"
780
964
  :TWD:
781
965
  :one: "nou dòlar de Taiwan"
782
966
  :other: "nous dòlars de Taiwan"
@@ -784,48 +968,59 @@
784
968
  :TZS:
785
969
  :one: "xíling tanzà"
786
970
  :other: "xílings tanzans"
971
+ :symbol: "TZS"
787
972
  :UAH:
788
973
  :one: "hrívnia ucraïnesa"
789
974
  :other: "hrívnies ucraïneses"
790
- :symbol: ""
975
+ :symbol: "UAH"
791
976
  :UAK:
792
977
  :one: "karbóvanets ucraïnès"
793
978
  :other: "karbóvantsiv ucraïnesos"
979
+ :symbol: "UAK"
794
980
  :UGS:
795
981
  :one: "xíling ugandès (1966–1987)"
796
982
  :other: "xílings ugandesos (1966–1987)"
983
+ :symbol: "UGS"
797
984
  :UGX:
798
985
  :one: "xíling ugandès"
799
986
  :other: "xílings ugandesos"
987
+ :symbol: "UGX"
800
988
  :USD:
801
989
  :one: "dòlar dels Estats Units"
802
990
  :other: "dòlars dels Estats Units"
803
- :symbol: "$"
991
+ :symbol: "USD"
804
992
  :USN:
805
993
  :one: "dòlar dels Estats Units (dia següent)"
806
994
  :other: "dòlars dels Estats Units (dia següent)"
995
+ :symbol: "USN"
807
996
  :USS:
808
997
  :one: "dòlar dels Estats Units (mateix dia)"
809
998
  :other: "dòlars dels Estats Units (mateix dia)"
999
+ :symbol: "USS"
810
1000
  :UYI:
811
1001
  :one: "peso uruguaià en unitats indexades"
812
1002
  :other: "pesos uruguaians en unitats indexades"
1003
+ :symbol: "UYI"
813
1004
  :UYP:
814
1005
  :one: "peso uruguaià (1975–1993)"
815
1006
  :other: "pesos uruguaians (1975–1993)"
1007
+ :symbol: "UYP"
816
1008
  :UYU:
817
1009
  :one: "peso uruguaià"
818
1010
  :other: "pesos uruguaians"
819
- :symbol: "$"
1011
+ :symbol: "UYU"
820
1012
  :UZS:
821
1013
  :one: "som uzbek"
822
1014
  :other: "soms uzbeks"
1015
+ :symbol: "UZS"
823
1016
  :VEB:
824
1017
  :one: "bolívar veneçolà (1871–2008)"
825
1018
  :other: "bolívars veneçolans (1871–2008)"
1019
+ :symbol: "VEB"
826
1020
  :VEF:
827
1021
  :one: "bolívar veneçolà"
828
1022
  :other: "bolívars veneçolans"
1023
+ :symbol: "VEF"
829
1024
  :VND:
830
1025
  :one: "dong vietnamita"
831
1026
  :other: "dongs vietnamites"
@@ -833,12 +1028,15 @@
833
1028
  :VNN:
834
1029
  :one: "dong vietnamita (1978–1985)"
835
1030
  :other: "dongs vietnamites (1978–1985)"
1031
+ :symbol: "VNN"
836
1032
  :VUV:
837
1033
  :one: "vatu de Vanuatu"
838
1034
  :other: "vatus de Vanuatu"
1035
+ :symbol: "VUV"
839
1036
  :WST:
840
1037
  :one: "tala samoà"
841
1038
  :other: "tales samoans"
1039
+ :symbol: "WST"
842
1040
  :XAF:
843
1041
  :one: "franc CFA BEAC"
844
1042
  :other: "francs CFA BEAC"
@@ -846,21 +1044,27 @@
846
1044
  :XAG:
847
1045
  :one: "plata"
848
1046
  :other: "plata"
1047
+ :symbol: "XAG"
849
1048
  :XAU:
850
1049
  :one: "or"
851
1050
  :other: "or"
1051
+ :symbol: "XAU"
852
1052
  :XBA:
853
1053
  :one: "unitat compensatòria europea"
854
1054
  :other: "unitats compensatòries europees"
1055
+ :symbol: "XBA"
855
1056
  :XBB:
856
1057
  :one: "unitat monetària europea"
857
1058
  :other: "unitats monetàries europees"
1059
+ :symbol: "XBB"
858
1060
  :XBC:
859
1061
  :one: "unitat de compte europea (XBC)"
860
1062
  :other: "unitats de compte europees (XBC)"
1063
+ :symbol: "XBC"
861
1064
  :XBD:
862
1065
  :one: "unitat de compte europea (XBD)"
863
1066
  :other: "unitats de compte europees (XBD)"
1067
+ :symbol: "XBD"
864
1068
  :XCD:
865
1069
  :one: "dòlar del Carib Oriental"
866
1070
  :other: "dòlars del Carib Oriental"
@@ -868,15 +1072,19 @@
868
1072
  :XDR:
869
1073
  :one: "drets especials de gir"
870
1074
  :other: "drets especials de gir"
1075
+ :symbol: "XDR"
871
1076
  :XEU:
872
1077
  :one: "unitat de moneda europea"
873
1078
  :other: "unitats de moneda europees"
1079
+ :symbol: "XEU"
874
1080
  :XFO:
875
1081
  :one: "franc or francès"
876
1082
  :other: "francs or francesos"
1083
+ :symbol: "XFO"
877
1084
  :XFU:
878
1085
  :one: "franc UIC francès"
879
1086
  :other: "francs UIC francesos"
1087
+ :symbol: "XFU"
880
1088
  :XOF:
881
1089
  :one: "franc CFA BCEAO"
882
1090
  :other: "francs CFA BCEAO"
@@ -884,6 +1092,7 @@
884
1092
  :XPD:
885
1093
  :one: "pal·ladi"
886
1094
  :other: "pal·ladi"
1095
+ :symbol: "XPD"
887
1096
  :XPF:
888
1097
  :one: "franc CFP"
889
1098
  :other: "francs CFP"
@@ -891,63 +1100,76 @@
891
1100
  :XPT:
892
1101
  :one: "platí"
893
1102
  :other: "platí"
1103
+ :symbol: "XPT"
894
1104
  :XRE:
895
1105
  :one: "fons RINET"
896
1106
  :other: "fons RINET"
897
- :XSU:
898
- :one: "Sucre"
899
- :other: "Sucres"
1107
+ :symbol: "XRE"
900
1108
  :XTS:
901
1109
  :one: "codi reservat per a proves"
902
1110
  :other: "codi reservat per a proves"
903
- :XUA:
904
- :one: "ADB unit of account"
905
- :other: "ADB units of account"
1111
+ :symbol: "XTS"
906
1112
  :XXX:
907
1113
  :one: "(unitat monetària desconeguda)"
908
1114
  :other: "(moneda desconeguda)"
1115
+ :symbol: "XXX"
909
1116
  :YDD:
910
1117
  :one: "dinar iemenita"
911
1118
  :other: "dinars iemenites"
1119
+ :symbol: "YDD"
912
1120
  :YER:
913
1121
  :one: "rial iemenita"
914
1122
  :other: "rials iemenites"
1123
+ :symbol: "YER"
915
1124
  :YUD:
916
1125
  :one: "dinar fort iugoslau"
917
1126
  :other: "dinars forts iugoslaus"
1127
+ :symbol: "YUD"
918
1128
  :YUM:
919
1129
  :one: "nou dinar iugoslau"
920
1130
  :other: "nous dinars iugoslaus"
1131
+ :symbol: "YUM"
921
1132
  :YUN:
922
1133
  :one: "dinar convertible iugoslau"
923
1134
  :other: "dinars convertibles iugoslaus"
1135
+ :symbol: "YUN"
924
1136
  :YUR:
925
1137
  :one: "dinar reformat iugoslau"
926
1138
  :other: "dinars reformats iugoslaus"
1139
+ :symbol: "YUR"
927
1140
  :ZAL:
928
1141
  :one: "rand sud-africà (financer)"
929
1142
  :other: "rands sud-africans (financers)"
1143
+ :symbol: "ZAL"
930
1144
  :ZAR:
931
1145
  :one: "rand sud-africà"
932
1146
  :other: "rands sud-africans"
1147
+ :symbol: "ZAR"
933
1148
  :ZMK:
934
1149
  :one: "kwacha zambià (1968–2012)"
935
1150
  :other: "kwacha zambians (1968–2012)"
1151
+ :symbol: "ZMK"
936
1152
  :ZMW:
937
1153
  :one: "kwacha zambià"
938
1154
  :other: "kwacha zambians"
1155
+ :symbol: "ZMW"
939
1156
  :ZRN:
940
1157
  :one: "nou zaire zairès"
941
1158
  :other: "nous zaires zairesos"
1159
+ :symbol: "ZRN"
942
1160
  :ZRZ:
943
1161
  :one: "zaire zairès"
944
1162
  :other: "zaires zairesos"
1163
+ :symbol: "ZRZ"
945
1164
  :ZWD:
946
1165
  :one: "dòlar zimbabuès (1980–2008)"
947
1166
  :other: "dòlars zimbabuesos (1980–2008)"
1167
+ :symbol: "ZWD"
948
1168
  :ZWL:
949
1169
  :one: "dòlar zimbabuès (2009)"
950
1170
  :other: "dòlars zimbabuesos (2009)"
1171
+ :symbol: "ZWL"
951
1172
  :ZWR:
952
1173
  :one: "dòlar zimbabuès (2008)"
953
1174
  :other: "dòlars zimbabuesos (2008)"
1175
+ :symbol: "ZWR"