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
@@ -5,40 +5,63 @@
5
5
  :currency:
6
6
  :number_system: "latn"
7
7
  :patterns:
8
- :default: "¤#,##0.00;(¤#,##0.00)"
8
+ :default: "¤#,##0.00"
9
9
  :unit:
10
- :one: "{0} {1}"
11
10
  :other: "{0} {1}"
12
11
  :decimal:
13
12
  :number_system: "latn"
14
13
  :patterns:
15
14
  :default: "#,##0.###"
16
15
  :long:
17
- 1000: "0 ribu"
18
- 10000: "00 ribu"
19
- 100000: "000 ribu"
20
- 1000000: "0 juta"
21
- 10000000: "00 juta"
22
- 100000000: "000 juta"
23
- 1000000000: "0 miliar"
24
- 10000000000: "00 miliar"
25
- 100000000000: "000 miliar"
26
- 1000000000000: "0 triliun"
27
- 10000000000000: "00 triliun"
28
- 100000000000000: "000 triliun"
16
+ 1000:
17
+ :other: "0 ribu"
18
+ 10000:
19
+ :other: "00 ribu"
20
+ 100000:
21
+ :other: "000 ribu"
22
+ 1000000:
23
+ :other: "0 juta"
24
+ 10000000:
25
+ :other: "00 juta"
26
+ 100000000:
27
+ :other: "000 juta"
28
+ 1000000000:
29
+ :other: "0 miliar"
30
+ 10000000000:
31
+ :other: "00 miliar"
32
+ 100000000000:
33
+ :other: "000 miliar"
34
+ 1000000000000:
35
+ :other: "0 triliun"
36
+ 10000000000000:
37
+ :other: "00 triliun"
38
+ 100000000000000:
39
+ :other: "000 triliun"
29
40
  :short:
30
- 1000: 0
31
- 10000: "00 rb"
32
- 100000: "000 rb"
33
- 1000000: "0 jt"
34
- 10000000: "00 jt"
35
- 100000000: "000 jt"
36
- 1000000000: "0 M"
37
- 10000000000: "00 M"
38
- 100000000000: "000 M"
39
- 1000000000000: "0 T"
40
- 10000000000000: "00 T"
41
- 100000000000000: "000 T"
41
+ 1000:
42
+ :other: 0
43
+ 10000:
44
+ :other: "00 rb"
45
+ 100000:
46
+ :other: "000 rb"
47
+ 1000000:
48
+ :other: "0 jt"
49
+ 10000000:
50
+ :other: "00 jt"
51
+ 100000000:
52
+ :other: "000 jt"
53
+ 1000000000:
54
+ :other: "0 M"
55
+ 10000000000:
56
+ :other: "00 M"
57
+ 100000000000:
58
+ :other: "000 M"
59
+ 1000000000000:
60
+ :other: "0 T"
61
+ 10000000000000:
62
+ :other: "00 T"
63
+ 100000000000000:
64
+ :other: "000 T"
42
65
  :percent:
43
66
  :number_system: "latn"
44
67
  :patterns:
@@ -60,3 +83,4 @@
60
83
  :percent_sign: "%"
61
84
  :plus_sign: "+"
62
85
  :superscripting_exponent: "×"
86
+ :time_separator: "."
@@ -0,0 +1,6 @@
1
+ ---
2
+ :id:
3
+ :cardinal:
4
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
5
+ :ordinal:
6
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,4 +1,12 @@
1
1
  ---
2
- :id: ! '{ :''id'' => { :i18n => { :plural => { :keys => [:other], :rule => lambda
3
- { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); :other } } } } }'
2
+ :id:
3
+ :cardinal:
4
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
5
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
6
+ :names:
7
+ - :other
8
+ :ordinal:
9
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
10
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
11
+ :names:
12
+ - :other
@@ -82,16 +82,16 @@
82
82
  :rule: "<< ribu[ >>];"
83
83
  :value: 2000
84
84
  -
85
- :rule: "<< juts[ >>];"
85
+ :rule: "<< juta[ >>];"
86
86
  :value: 1000000
87
87
  -
88
- :rule: "<< milyar[ >>];"
88
+ :rule: "<< miliar[ >>];"
89
89
  :value: 1000000000
90
90
  -
91
- :rule: "<< bilyun[ >>];"
91
+ :rule: "<< triliun[ >>];"
92
92
  :value: 1000000000000
93
93
  -
94
- :rule: "<< bilyar[ >>];"
94
+ :rule: "<< kuadriliun[ >>];"
95
95
  :value: 1000000000000000
96
96
  -
97
97
  :rule: "=#,##0.#=;"
@@ -111,7 +111,7 @@
111
111
  :id: "Indonesia"
112
112
  :ie: "Irlandia"
113
113
  :il: "Israel"
114
- :im: "Isle of Man"
114
+ :im: "Pulau Man"
115
115
  :in: "India"
116
116
  :io: "Wilayah Inggris di Samudra Hindia"
117
117
  :iq: "Irak"
@@ -231,7 +231,7 @@
231
231
  :th: "Thailand"
232
232
  :tj: "Tajikistan"
233
233
  :tk: "Tokelau"
234
- :tl: "Timor Leste"
234
+ :tl: "Timor Timur"
235
235
  :tm: "Turkimenistan"
236
236
  :tn: "Tunisia"
237
237
  :to: "Tonga"
@@ -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."
@@ -111,22 +112,39 @@
111
112
  0: "f.l.t."
112
113
  1: "l.t."
113
114
  :name:
114
- 0: "fyrir látlaus tímatal"
115
- 1: "látlaus tímatal"
115
+ 0: "fyrir kristið tímatal"
116
+ 1: "kristið tímatal"
116
117
  :narrow:
117
118
  0: "flt"
118
119
  1: "lt"
119
120
  :fields:
120
121
  :day: "dagur"
122
+ :day-narrow: "dagur"
123
+ :day-short: "dagur"
121
124
  :dayperiod: "f.h./e.h."
122
125
  :era: "tímabil"
123
126
  :hour: "klukkustund"
127
+ :hour-narrow: "klst."
128
+ :hour-short: "klst."
124
129
  :minute: "mínúta"
130
+ :minute-narrow: "mín."
131
+ :minute-short: "mín."
125
132
  :month: "mánuður"
133
+ :month-narrow: "mán."
134
+ :month-short: "mán."
135
+ :quarter: "ársfjórðungur"
136
+ :quarter-narrow: "ársfjórðungur"
137
+ :quarter-short: "ársfjórðungur"
126
138
  :second: "sekúnda"
139
+ :second-narrow: "sek."
140
+ :second-short: "sek."
127
141
  :week: "vika"
142
+ :week-narrow: "vika"
143
+ :week-short: "vika"
128
144
  :weekday: "vikudagur"
129
145
  :year: "ár"
146
+ :year-narrow: "ár"
147
+ :year-short: "ár"
130
148
  :zone: "tímabelti"
131
149
  :formats:
132
150
  :date:
@@ -241,16 +259,13 @@
241
259
  :format:
242
260
  :abbreviated: :calendars.gregorian.dayPeriods.format.wide
243
261
  :narrow:
244
- :am: "f.h."
245
- :noon: "n"
246
- :pm: "e.h."
262
+ :am: "f."
263
+ :noon: "h."
264
+ :pm: "e."
247
265
  :wide:
248
266
  :am: "f.h."
249
- :noon: "noon"
267
+ :noon: "hádegi"
250
268
  :pm: "e.h."
251
- :variant:
252
- :am: "a.m."
253
- :pm: "p.m."
254
269
  :stand-alone:
255
270
  :wide:
256
271
  :am: "árdegi"
@@ -3,182 +3,122 @@
3
3
  :currencies:
4
4
  :ADP:
5
5
  :one: "Andorrskur peseti"
6
- :other: "Andorran pesetas"
7
6
  :AED:
8
7
  :one: "arabískt dírham"
9
8
  :other: "arabísk dírhöm"
10
- :AFA:
11
- :one: "Afghan afghani (1927–2002)"
12
- :other: "Afghan afghanis (1927–2002)"
9
+ :symbol: "AED"
13
10
  :AFN:
14
11
  :one: "afgani"
15
12
  :other: "afganar"
16
- :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
13
+ :symbol: "AFN"
19
14
  :ALL:
20
15
  :one: "albanskt lek"
21
16
  :other: "albönsk lek"
17
+ :symbol: "ALL"
22
18
  :AMD:
23
19
  :one: "armenskt dramm"
24
20
  :other: "armensk drömm"
21
+ :symbol: "AMD"
25
22
  :ANG:
26
23
  :one: "hollenskt Antillugyllini"
27
24
  :other: "hollensk Antillugyllini"
25
+ :symbol: "ANG"
28
26
  :AOA:
29
27
  :one: "angólsk kvansa"
30
28
  :other: "angólskar kvönsur"
31
- :AOK:
32
- :one: "Angolan kwanza (1977–1991)"
33
- :other: "Angolan kwanzas (1977–1991)"
34
- :AON:
35
- :one: "Angolan new kwanza (1990–2000)"
36
- :other: "Angolan new kwanzas (1990–2000)"
37
- :AOR:
38
- :one: "Angolan readjusted kwanza (1995–1999)"
39
- :other: "Angolan readjusted kwanzas (1995–1999)"
29
+ :symbol: "AOA"
40
30
  :ARA:
41
31
  :one: "Argentine Austral"
42
- :other: "Argentine australs"
43
- :ARL:
44
- :one: "Argentine peso ley (1970–1983)"
45
- :other: "Argentine pesos ley (1970–1983)"
46
- :ARM:
47
- :one: "Argentine peso (1881–1970)"
48
- :other: "Argentine pesos (1881–1970)"
49
32
  :ARP:
50
33
  :one: "Argentískur pesi (1983–1985)"
51
- :other: "Argentine pesos (1983–1985)"
52
34
  :ARS:
53
35
  :one: "argentínskur pesi"
54
36
  :other: "argentínskir pesar"
55
- :symbol: "$"
37
+ :symbol: "ARS"
56
38
  :ATS:
57
39
  :one: "Austurrískur skildingur"
58
- :other: "Austrian schillings"
59
40
  :AUD:
60
41
  :one: "ástralskur dalur"
61
42
  :other: "ástralskir dalir"
62
- :symbol: "A$"
43
+ :symbol: "AUD"
63
44
  :AWG:
64
45
  :one: "arúbönsk flórína"
65
46
  :other: "arúbanskar flórínur"
66
- :AZM:
67
- :one: "Azerbaijani manat (1993–2006)"
68
- :other: "Azerbaijani manats (1993–2006)"
47
+ :symbol: "AWG"
69
48
  :AZN:
70
49
  :one: "aserskt manat"
71
50
  :other: "asersk manöt"
72
- :BAD:
73
- :one: "Bosnia-Herzegovina dinar (1992–1994)"
74
- :other: "Bosnia-Herzegovina dinars (1992–1994)"
51
+ :symbol: "AZN"
75
52
  :BAM:
76
53
  :one: "skiptanlegt Bosníu og Hersegóvínu-mark"
77
54
  :other: "skiptanleg Bosníu og Hersegóvínu-mörk"
78
- :BAN:
79
- :one: "Bosnia-Herzegovina new dinar (1994–1997)"
80
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
55
+ :symbol: "BAM"
81
56
  :BBD:
82
57
  :one: "barbadoskur dalur"
83
58
  :other: "barbadoskir dalir"
84
- :symbol: "$"
59
+ :symbol: "BBD"
85
60
  :BDT:
86
61
  :one: "bangladessk taka"
87
62
  :other: "bangladesskar tökur"
88
- :symbol: ""
89
- :BEC:
90
- :one: "Belgian franc (convertible)"
91
- :other: "Belgian francs (convertible)"
63
+ :symbol: "BDT"
92
64
  :BEF:
93
65
  :one: "Belgískur franki"
94
- :other: "Belgian francs"
95
- :BEL:
96
- :one: "Belgian franc (financial)"
97
- :other: "Belgian francs (financial)"
98
66
  :BGL:
99
67
  :one: "Lef"
100
- :other: "Bulgarian hard leva"
101
- :BGM:
102
- :one: "Bulgarian socialist lev"
103
- :other: "Bulgarian socialist leva"
104
68
  :BGN:
105
69
  :one: "búlgarskt lef"
106
70
  :other: "búlgörsk lef"
107
- :BGO:
108
- :one: "Bulgarian lev (1879–1952)"
109
- :other: "Bulgarian leva (1879–1952)"
71
+ :symbol: "BGN"
110
72
  :BHD:
111
73
  :one: "bareinskur denari"
112
74
  :other: "bareinskir denarar"
75
+ :symbol: "BHD"
113
76
  :BIF:
114
77
  :one: "búrúndískur franki"
115
78
  :other: "búrúndískir frankar"
79
+ :symbol: "BIF"
116
80
  :BMD:
117
81
  :one: "Bermúdadalur"
118
82
  :other: "Bermúdadalir"
119
- :symbol: "$"
83
+ :symbol: "BMD"
120
84
  :BND:
121
85
  :one: "brúneiskur dalur"
122
86
  :other: "brúneiskir dalir"
123
- :symbol: "$"
87
+ :symbol: "BND"
124
88
  :BOB:
125
89
  :one: "bólivíani"
126
90
  :other: "bólivíanar"
127
- :BOL:
128
- :one: "Bolivian boliviano (1863–1963)"
129
- :other: "Bolivian bolivianos (1863–1963)"
91
+ :symbol: "BOB"
130
92
  :BOP:
131
93
  :one: "Bólivískur pesi"
132
- :other: "Bolivian pesos"
133
94
  :BOV:
134
95
  :one: "Bolivian Mvdol"
135
- :other: "Bolivian mvdols"
136
- :BRB:
137
- :one: "Brazilian new cruzeiro (1967–1986)"
138
- :other: "Brazilian new cruzeiros (1967–1986)"
139
- :BRC:
140
- :one: "Brazilian cruzado (1986–1989)"
141
- :other: "Brazilian cruzados (1986–1989)"
142
- :BRE:
143
- :one: "Brazilian cruzeiro (1990–1993)"
144
- :other: "Brazilian cruzeiros (1990–1993)"
145
96
  :BRL:
146
97
  :one: "brasilískt ríal"
147
98
  :other: "brasilísk ríöl"
148
- :symbol: "R$"
149
- :BRN:
150
- :one: "Brazilian new cruzado (1989–1990)"
151
- :other: "Brazilian new cruzados (1989–1990)"
152
- :BRR:
153
- :one: "Brazilian cruzeiro (1993–1994)"
154
- :other: "Brazilian cruzeiros (1993–1994)"
155
- :BRZ:
156
- :one: "Brazilian cruzeiro (1942–1967)"
157
- :other: "Brazilian cruzeiros (1942–1967)"
99
+ :symbol: "BRL"
158
100
  :BSD:
159
101
  :one: "Bahamadalur"
160
102
  :other: "Bahamadalir"
161
- :symbol: "$"
103
+ :symbol: "BSD"
162
104
  :BTN:
163
105
  :one: "bútanskt núltrum"
164
106
  :other: "bútönsk núltrum"
107
+ :symbol: "BTN"
165
108
  :BUK:
166
109
  :one: "Búrmverskt kjat"
167
- :other: "Burmese kyats"
168
110
  :BWP:
169
111
  :one: "botsvönsk púla"
170
112
  :other: "botsvanskar púlur"
171
- :BYB:
172
- :one: "Belarusian new ruble (1994–1999)"
173
- :other: "Belarusian new rubles (1994–1999)"
113
+ :symbol: "BWP"
174
114
  :BYR:
175
115
  :one: "hvítrússnesk rúbla"
176
116
  :other: "hvítrússneskar rúblur"
177
- :symbol: "р."
117
+ :symbol: "BYR"
178
118
  :BZD:
179
119
  :one: "belískur dalur"
180
120
  :other: "belískir dalir"
181
- :symbol: "$"
121
+ :symbol: "BZD"
182
122
  :CAD:
183
123
  :one: "kanadískur dalur"
184
124
  :other: "kanadískir dalir"
@@ -186,28 +126,17 @@
186
126
  :CDF:
187
127
  :one: "kongóskur franki"
188
128
  :other: "kongóskir frankar"
189
- :CHE:
190
- :one: "WIR euro"
191
- :other: "WIR euros"
129
+ :symbol: "CDF"
192
130
  :CHF:
193
131
  :one: "svissneskur franki"
194
132
  :other: "svissneskir frankar"
195
- :CHW:
196
- :one: "WIR franc"
197
- :other: "WIR francs"
198
- :CLE:
199
- :one: "Chilean escudo"
200
- :other: "Chilean escudos"
133
+ :symbol: "CHF"
201
134
  :CLF:
202
135
  :one: "Chilean Unidades de Fomento"
203
- :other: "Chilean units of account (UF)"
204
136
  :CLP:
205
137
  :one: "síleskur pesi"
206
138
  :other: "síleskir pesar"
207
- :symbol: "$"
208
- :CNX:
209
- :one: "Chinese People’s Bank dollar"
210
- :other: "Chinese People’s Bank dollars"
139
+ :symbol: "CLP"
211
140
  :CNY:
212
141
  :one: "kínverskt júan"
213
142
  :other: "kínversk júön"
@@ -215,149 +144,122 @@
215
144
  :COP:
216
145
  :one: "kólumbískur pesi"
217
146
  :other: "kólumbískir pesar"
218
- :symbol: "$"
219
- :COU:
220
- :one: "Colombian real value unit"
221
- :other: "Colombian real value units"
147
+ :symbol: "COP"
222
148
  :CRC:
223
149
  :one: "kostarískt kólon"
224
150
  :other: "kostarísk kólon"
225
- :symbol: ""
226
- :CSD:
227
- :one: "Serbian dinar (2002–2006)"
228
- :other: "Serbian dinars (2002–2006)"
151
+ :symbol: "CRC"
229
152
  :CSK:
230
153
  :one: "Tékknesk króna, eldri"
231
- :other: "Czechoslovak hard korunas"
232
154
  :CUC:
233
155
  :one: "kúbverskur skiptanlegur pesi"
234
156
  :other: "kúbverskir skiptanlegir pesar"
157
+ :symbol: "CUC"
235
158
  :CUP:
236
159
  :one: "kúbverskur pesi"
237
160
  :other: "kúbverskir pesar"
238
- :symbol: "$"
161
+ :symbol: "CUP"
239
162
  :CVE:
240
163
  :one: "grænhöfðeyskur skúti"
241
164
  :other: "grænhöfðeyskir skútar"
165
+ :symbol: "CVE"
242
166
  :CYP:
243
167
  :one: "Kýpverskt pund"
244
- :other: "Cypriot pounds"
245
168
  :CZK:
246
169
  :one: "tékknesk króna"
247
170
  :other: "tékkneskar krónur"
171
+ :symbol: "CZK"
248
172
  :DDM:
249
173
  :one: "Austurþýskt mark"
250
- :other: "East German marks"
251
174
  :DEM:
252
175
  :one: "Þýskt mark"
253
- :other: "German marks"
254
176
  :DJF:
255
177
  :one: "djíbútískur franki"
256
178
  :other: "djíbútískir frankar"
179
+ :symbol: "DJF"
257
180
  :DKK:
258
181
  :one: "dönsk króna"
259
182
  :other: "danskar krónur"
183
+ :symbol: "DKK"
260
184
  :DOP:
261
185
  :one: "dóminískur pesi"
262
186
  :other: "dóminískir pesar"
263
- :symbol: "$"
187
+ :symbol: "DOP"
264
188
  :DZD:
265
189
  :one: "alsírskur denari"
266
190
  :other: "alsírskir denarar"
191
+ :symbol: "DZD"
267
192
  :ECS:
268
193
  :one: "Ecuador Sucre"
269
- :other: "Ecuadorian sucres"
270
- :ECV:
271
- :one: "Ecuadorian unit of constant value"
272
- :other: "Ecuadorian units of constant value"
273
194
  :EEK:
274
195
  :one: "Eistnesk króna"
275
- :other: "Estonian kroons"
276
196
  :EGP:
277
197
  :one: "egypskt pund"
278
198
  :other: "egypsk pund"
199
+ :symbol: "EGP"
279
200
  :ERN:
280
201
  :one: "erítresk nakfa"
281
202
  :other: "erítreskar nökfur"
282
- :ESA:
283
- :one: "Spanish peseta (A account)"
284
- :other: "Spanish pesetas (A account)"
285
- :ESB:
286
- :one: "Spanish peseta (convertible account)"
287
- :other: "Spanish pesetas (convertible account)"
203
+ :symbol: "ERN"
288
204
  :ESP:
289
205
  :one: "Spænskur peseti"
290
- :other: "Spanish pesetas"
291
206
  :symbol: "₧"
292
207
  :ETB:
293
208
  :one: "eþíópískt birr"
294
209
  :other: "eþíópísk birr"
210
+ :symbol: "ETB"
295
211
  :EUR:
296
212
  :one: "evra"
297
213
  :other: "evrur"
298
- :symbol: ""
214
+ :symbol: "EUR"
299
215
  :FIM:
300
216
  :one: "Finnskt mark"
301
- :other: "Finnish markkas"
302
217
  :FJD:
303
218
  :one: "fídjeyskur dalur"
304
219
  :other: "fídjeyskir dalir"
305
- :symbol: "$"
220
+ :symbol: "FJD"
306
221
  :FKP:
307
222
  :one: "falklenskt pund"
308
223
  :other: "falklensk pund"
224
+ :symbol: "FKP"
309
225
  :FRF:
310
226
  :one: "Franskur franki"
311
- :other: "French francs"
312
227
  :GBP:
313
228
  :one: "sterlingspund"
314
229
  :other: "sterlingspund"
315
- :symbol: "£"
316
- :GEK:
317
- :one: "Georgian kupon larit"
318
- :other: "Georgian kupon larits"
230
+ :symbol: "GBP"
319
231
  :GEL:
320
232
  :one: "georgískur lari"
321
233
  :other: "georgískir larar"
322
- :GHC:
323
- :one: "Ghanaian cedi (1979–2007)"
324
- :other: "Ghanaian cedis (1979–2007)"
234
+ :symbol: "GEL"
325
235
  :GHS:
326
236
  :one: "ganverskur sedi"
327
237
  :other: "ganverskir sedar"
328
- :symbol: ""
238
+ :symbol: "GHS"
329
239
  :GIP:
330
240
  :one: "Gíbraltarspund"
331
241
  :other: "Gíbraltarspund"
332
- :symbol: "£"
242
+ :symbol: "GIP"
333
243
  :GMD:
334
244
  :one: "gambískur dalasi"
335
245
  :other: "gambískir dalasar"
246
+ :symbol: "GMD"
336
247
  :GNF:
337
248
  :one: "Gíneufranki"
338
249
  :other: "Gíneufrankar"
339
- :GNS:
340
- :one: "Guinean syli"
341
- :other: "Guinean sylis"
342
- :GQE:
343
- :one: "Equatorial Guinean ekwele"
344
- :other: "Equatorial Guinean ekwele"
250
+ :symbol: "GNF"
345
251
  :GRD:
346
252
  :one: "Drakma"
347
- :other: "Greek drachmas"
348
253
  :GTQ:
349
254
  :one: "gvatemalskt kvesal"
350
255
  :other: "gvatemölsk kvesöl"
256
+ :symbol: "GTQ"
351
257
  :GWE:
352
258
  :one: "Portúgalskur, gíneskur skúti"
353
- :other: "Portuguese Guinea escudos"
354
- :GWP:
355
- :one: "Guinea-Bissau peso"
356
- :other: "Guinea-Bissau pesos"
357
259
  :GYD:
358
260
  :one: "gvæjanskur dalur"
359
261
  :other: "gvæjanskir dalir"
360
- :symbol: "$"
262
+ :symbol: "GYD"
361
263
  :HKD:
362
264
  :one: "Hong Kong-dalur"
363
265
  :other: "Hong Kong-dalir"
@@ -365,30 +267,27 @@
365
267
  :HNL:
366
268
  :one: "hondúrsk lempíra"
367
269
  :other: "hondúrskar lempírur"
368
- :HRD:
369
- :one: "Croatian dinar"
370
- :other: "Croatian dinars"
270
+ :symbol: "HNL"
371
271
  :HRK:
372
272
  :one: "króatísk kúna"
373
273
  :other: "króatískar kúnur"
274
+ :symbol: "HRK"
374
275
  :HTG:
375
276
  :one: "haítískur gúrdi"
376
277
  :other: "haítískir gúrdar"
278
+ :symbol: "HTG"
377
279
  :HUF:
378
280
  :one: "ungversk fórinta"
379
281
  :other: "ungverskar fórintur"
282
+ :symbol: "HUF"
380
283
  :IDR:
381
284
  :one: "indónesísk rúpía"
382
285
  :other: "indónesískar rúpíur"
286
+ :symbol: "IDR"
383
287
  :IEP:
384
288
  :one: "Írskt pund"
385
- :other: "Irish pounds"
386
289
  :ILP:
387
290
  :one: "Ísraelskt pund"
388
- :other: "Israeli pounds"
389
- :ILR:
390
- :one: "Israeli sheqel (1980–1985)"
391
- :other: "Israeli sheqels (1980–1985)"
392
291
  :ILS:
393
292
  :one: "nýr ísraelskur sikill"
394
293
  :other: "nýir ísraelskir siklar"
@@ -396,30 +295,29 @@
396
295
  :INR:
397
296
  :one: "indversk rúpía"
398
297
  :other: "indverskar rúpíur"
399
- :symbol: ""
298
+ :symbol: "INR"
400
299
  :IQD:
401
300
  :one: "írakskur denari"
402
301
  :other: "írakskir denarar"
302
+ :symbol: "IQD"
403
303
  :IRR:
404
304
  :one: "íranskt ríal"
405
305
  :other: "írönsk ríöl"
406
- :ISJ:
407
- :one: "Icelandic króna (1918–1981)"
408
- :other: "Icelandic krónur (1918–1981)"
306
+ :symbol: "IRR"
409
307
  :ISK:
410
308
  :one: "íslensk króna"
411
309
  :other: "íslenskar krónur"
412
- :symbol: "kr"
310
+ :symbol: "ISK"
413
311
  :ITL:
414
312
  :one: "Ítölsk líra"
415
- :other: "Italian liras"
416
313
  :JMD:
417
314
  :one: "jamaískur dalur"
418
315
  :other: "jamaískir dalir"
419
- :symbol: "$"
316
+ :symbol: "JMD"
420
317
  :JOD:
421
318
  :one: "jórdanskur denari"
422
319
  :other: "jórdanskir denarar"
320
+ :symbol: "JOD"
423
321
  :JPY:
424
322
  :one: "japanskt jen"
425
323
  :other: "japönsk jen"
@@ -427,528 +325,439 @@
427
325
  :KES:
428
326
  :one: "kenískur skildingur"
429
327
  :other: "kenískir skildingar"
328
+ :symbol: "KES"
430
329
  :KGS:
431
330
  :one: "kirgiskt som"
432
331
  :other: "kirgisk som"
332
+ :symbol: "KGS"
433
333
  :KHR:
434
334
  :one: "kambódískt ríal"
435
335
  :other: "kambódísk ríöl"
436
- :symbol: ""
336
+ :symbol: "KHR"
437
337
  :KMF:
438
338
  :one: "kómoreyskur franki"
439
339
  :other: "kómoreyskir frankar"
340
+ :symbol: "KMF"
440
341
  :KPW:
441
342
  :one: "norðurkóreskt vonn"
442
343
  :other: "norðurkóresk vonn"
443
- :KRH:
444
- :one: "South Korean hwan (1953–1962)"
445
- :other: "South Korean hwan (1953–1962)"
446
- :KRO:
447
- :one: "South Korean won (1945–1953)"
448
- :other: "South Korean won (1945–1953)"
344
+ :symbol: "KPW"
449
345
  :KRW:
450
346
  :one: "suðurkóreskt vonn"
451
347
  :other: "suðurkóresk vonn"
452
- :symbol: ""
348
+ :symbol: "KRW"
453
349
  :KWD:
454
350
  :one: "kúveiskur denari"
455
351
  :other: "kúveiskir denarar"
352
+ :symbol: "KWD"
456
353
  :KYD:
457
354
  :one: "caymaneyskur dalur"
458
355
  :other: "caymaneyskir dalir"
459
- :symbol: "$"
356
+ :symbol: "KYD"
460
357
  :KZT:
461
358
  :one: "kasakst tengi"
462
359
  :other: "kasöksk tengi"
463
- :symbol: ""
360
+ :symbol: "KZT"
464
361
  :LAK:
465
362
  :one: "laoskt kip"
466
363
  :other: "laosk kip"
467
- :symbol: ""
364
+ :symbol: "LAK"
468
365
  :LBP:
469
366
  :one: "líbanskt pund"
470
367
  :other: "líbönsk pund"
368
+ :symbol: "LBP"
471
369
  :LKR:
472
370
  :one: "srílönsk rúpía"
473
371
  :other: "srílanskar rúpíur"
372
+ :symbol: "LKR"
474
373
  :LRD:
475
374
  :one: "líberískur dalur"
476
375
  :other: "líberískir dalir"
477
- :symbol: "$"
376
+ :symbol: "LRD"
478
377
  :LSL:
479
378
  :one: "Lesotho Loti"
480
- :other: "Lesotho lotis"
481
379
  :LTL:
482
380
  :one: "litháískt lít"
483
381
  :other: "litháísk lít"
382
+ :symbol: "LTL"
484
383
  :LTT:
485
384
  :one: "Lithuanian Talonas"
486
- :other: "Lithuanian talonases"
487
- :LUC:
488
- :one: "Luxembourgian convertible franc"
489
- :other: "Luxembourgian convertible francs"
490
385
  :LUF:
491
386
  :one: "Lúxemborgarfranki"
492
- :other: "Luxembourgian francs"
493
- :LUL:
494
- :one: "Luxembourg financial franc"
495
- :other: "Luxembourg financial francs"
496
387
  :LVL:
497
388
  :one: "lettneskt lat"
498
389
  :other: "lettnesk löt"
390
+ :symbol: "LVL"
499
391
  :LVR:
500
392
  :one: "Lettnesk rúbla"
501
- :other: "Latvian rubles"
502
393
  :LYD:
503
394
  :one: "líbískur denari"
504
395
  :other: "líbískir denarar"
396
+ :symbol: "LYD"
505
397
  :MAD:
506
398
  :one: "marokkóskt dírham"
507
399
  :other: "marokkósk dírhöm"
400
+ :symbol: "MAD"
508
401
  :MAF:
509
402
  :one: "Marokkóskur franki"
510
- :other: "Moroccan francs"
511
- :MCF:
512
- :one: "Monegasque franc"
513
- :other: "Monegasque francs"
514
- :MDC:
515
- :one: "Moldovan cupon"
516
- :other: "Moldovan cupon"
517
403
  :MDL:
518
404
  :one: "moldavískt lei"
519
405
  :other: "moldavísk lei"
406
+ :symbol: "MDL"
520
407
  :MGA:
521
408
  :one: "Madagaskararjari"
522
409
  :other: "Madagaskararjarar"
410
+ :symbol: "MGA"
523
411
  :MGF:
524
412
  :one: "Madagaskur franki"
525
- :other: "Malagasy francs"
526
413
  :MKD:
527
414
  :one: "makedónskur denari"
528
415
  :other: "makedónskir denarar"
529
- :MKN:
530
- :one: "Macedonian denar (1992–1993)"
531
- :other: "Macedonian denari (1992–1993)"
416
+ :symbol: "MKD"
532
417
  :MLF:
533
418
  :one: "Malískur franki"
534
- :other: "Malian francs"
535
419
  :MMK:
536
420
  :one: "mjanmarskt kjat"
537
421
  :other: "mjanmörsk kjöt"
422
+ :symbol: "MMK"
538
423
  :MNT:
539
424
  :one: "mongólskur túríkur"
540
425
  :other: "mongólskir túríkar"
541
- :symbol: ""
426
+ :symbol: "MNT"
542
427
  :MOP:
543
428
  :one: "Makaópataka"
544
429
  :other: "Makaópatökur"
430
+ :symbol: "MOP"
545
431
  :MRO:
546
432
  :one: "máritönsk úgía"
547
433
  :other: "máritanskar úgíur"
434
+ :symbol: "MRO"
548
435
  :MTL:
549
436
  :one: "Meltnesk líra"
550
- :other: "Maltese lira"
551
437
  :MTP:
552
438
  :one: "Maltneskt pund"
553
- :other: "Maltese pounds"
554
439
  :MUR:
555
440
  :one: "máritísk rúpía"
556
441
  :other: "máritískar rúpíur"
557
- :MVP:
558
- :one: "Maldivian rupee"
559
- :other: "Maldivian rupees"
442
+ :symbol: "MUR"
560
443
  :MVR:
561
444
  :one: "maldíveysk rúpía"
562
445
  :other: "maldíveyskar rúpíur"
446
+ :symbol: "MVR"
563
447
  :MWK:
564
448
  :one: "malavísk kvaka"
565
449
  :other: "malavískar kvökur"
450
+ :symbol: "MWK"
566
451
  :MXN:
567
452
  :one: "mexíkóskur pesi"
568
453
  :other: "mexíkóskir pesar"
569
454
  :symbol: "MXN"
570
455
  :MXP:
571
456
  :one: "Mexíkóskur silfurpesi (1861–1992)"
572
- :other: "Mexican silver pesos (1861–1992)"
573
457
  :MXV:
574
458
  :one: "Mexíkóskur pesi, UDI"
575
- :other: "Mexican investment units"
576
459
  :MYR:
577
460
  :one: "malasískt ringit"
578
461
  :other: "malasísk ringit"
462
+ :symbol: "MYR"
579
463
  :MZE:
580
464
  :one: "Mósambískur skúti"
581
- :other: "Mozambican escudos"
582
- :MZM:
583
- :one: "Mozambican metical (1980–2006)"
584
- :other: "Mozambican meticals (1980–2006)"
585
465
  :MZN:
586
466
  :one: "mósambískt metikal"
587
467
  :other: "mósambísk metiköl"
468
+ :symbol: "MZN"
588
469
  :NAD:
589
470
  :one: "namibískur dalur"
590
471
  :other: "namibískir dalir"
591
- :symbol: "$"
472
+ :symbol: "NAD"
592
473
  :NGN:
593
474
  :one: "nígerísk næra"
594
475
  :other: "nígerískar nærur"
595
- :symbol: ""
596
- :NIC:
597
- :one: "Nicaraguan córdoba (1988–1991)"
598
- :other: "Nicaraguan córdobas (1988–1991)"
476
+ :symbol: "NGN"
599
477
  :NIO:
600
478
  :one: "níkarögsk kordóva"
601
479
  :other: "níkaragskar kordóvur"
480
+ :symbol: "NIO"
602
481
  :NLG:
603
482
  :one: "Hollenskt gyllini"
604
- :other: "Dutch guilders"
605
483
  :NOK:
606
484
  :one: "norsk króna"
607
485
  :other: "norskar krónur"
486
+ :symbol: "NOK"
608
487
  :NPR:
609
488
  :one: "nepölsk rúpía"
610
489
  :other: "nepalskar rúpíur"
490
+ :symbol: "NPR"
611
491
  :NZD:
612
492
  :one: "nýsjálenskur dalur"
613
493
  :other: "nýsjálenskir dalir"
614
- :symbol: "NZ$"
494
+ :symbol: "NZD"
615
495
  :OMR:
616
496
  :one: "ómanskt ríal"
617
497
  :other: "ómönsk ríöl"
498
+ :symbol: "OMR"
618
499
  :PAB:
619
500
  :one: "balbói"
620
501
  :other: "balbóar"
621
- :PEI:
622
- :one: "Peruvian inti"
623
- :other: "Peruvian intis"
502
+ :symbol: "PAB"
624
503
  :PEN:
625
504
  :one: "perúskt sól"
626
505
  :other: "perúsk sól"
627
- :PES:
628
- :one: "Peruvian sol (1863–1965)"
629
- :other: "Peruvian soles (1863–1965)"
506
+ :symbol: "PEN"
630
507
  :PGK:
631
508
  :one: "papúsk kína"
632
509
  :other: "papúskar kínur"
510
+ :symbol: "PGK"
633
511
  :PHP:
634
512
  :one: "filippseyskur pesi"
635
513
  :other: "filippseyskir pesar"
636
- :symbol: ""
514
+ :symbol: "PHP"
637
515
  :PKR:
638
516
  :one: "pakistönsk rúpía"
639
517
  :other: "pakistanskar rúpíur"
518
+ :symbol: "PKR"
640
519
  :PLN:
641
520
  :one: "pólskt slot"
642
521
  :other: "pólsk slot"
522
+ :symbol: "PLN"
643
523
  :PLZ:
644
524
  :one: "Slot"
645
- :other: "Polish zlotys (PLZ)"
646
525
  :PTE:
647
526
  :one: "Portúgalskur skúti"
648
- :other: "Portuguese escudos"
649
527
  :PYG:
650
528
  :one: "paragvæskt gvaraní"
651
529
  :other: "paragvæsk gvaraní"
652
- :symbol: ""
530
+ :symbol: "PYG"
653
531
  :QAR:
654
532
  :one: "katarskt ríal"
655
533
  :other: "katörsk ríöl"
656
- :RHD:
657
- :one: "Rhodesian dollar"
658
- :other: "Rhodesian dollars"
534
+ :symbol: "QAR"
659
535
  :ROL:
660
536
  :one: "Rúmenskt lei (1952–2006)"
661
537
  :other: "Rúmenskt lei (1952–2006)"
662
538
  :RON:
663
539
  :one: "rúmenskt lei"
664
540
  :other: "rúmensk lei"
541
+ :symbol: "RON"
665
542
  :RSD:
666
543
  :one: "serbneskur denari"
667
544
  :other: "serbneskir denarar"
545
+ :symbol: "RSD"
668
546
  :RUB:
669
547
  :one: "rússnesk rúbla"
670
548
  :other: "rússneskar rúblur"
549
+ :symbol: "RUB"
671
550
  :RUR:
672
551
  :one: "Rússnesk rúbla (1991–1998)"
673
- :other: "Russian rubles (1991–1998)"
674
552
  :symbol: "р."
675
553
  :RWF:
676
554
  :one: "rúandskur franki"
677
555
  :other: "rúandskir frankar"
556
+ :symbol: "RWF"
678
557
  :SAR:
679
558
  :one: "sádiarabískt ríal"
680
559
  :other: "sádiarabísk ríöl"
560
+ :symbol: "SAR"
681
561
  :SBD:
682
562
  :one: "salómonseyskur dalur"
683
563
  :other: "salómonseyskir dalir"
684
- :symbol: "$"
564
+ :symbol: "SBD"
685
565
  :SCR:
686
566
  :one: "Seychellesrúpía"
687
567
  :other: "Seychellesrúpíur"
568
+ :symbol: "SCR"
688
569
  :SDD:
689
570
  :one: "Súdanskur denari"
690
- :other: "Sudanese dinars (1992–2007)"
691
571
  :SDG:
692
572
  :one: "súdanskt pund"
693
573
  :other: "súdönsk pund"
574
+ :symbol: "SDG"
694
575
  :SDP:
695
576
  :one: "Súdanskt pund (1957–1998)"
696
- :other: "Sudanese pounds (1957–1998)"
697
577
  :SEK:
698
578
  :one: "sænsk króna"
699
579
  :other: "sænskar krónur"
580
+ :symbol: "SEK"
700
581
  :SGD:
701
582
  :one: "singapúrskur dalur"
702
583
  :other: "singapúrskir dalir"
703
- :symbol: "$"
584
+ :symbol: "SGD"
704
585
  :SHP:
705
586
  :one: "helenskt pund"
706
587
  :other: "helensk pund"
588
+ :symbol: "SHP"
707
589
  :SIT:
708
590
  :one: "Slóvenskur dalur"
709
- :other: "Slovenian tolars"
710
591
  :SKK:
711
592
  :one: "Slóvakísk króna"
712
- :other: "Slovak korunas"
713
593
  :SLL:
714
594
  :one: "síerraleónsk ljóna"
715
595
  :other: "síerraleónskar ljónur"
596
+ :symbol: "SLL"
716
597
  :SOS:
717
598
  :one: "sómalískur skildingur"
718
599
  :other: "sómalískir skildingar"
600
+ :symbol: "SOS"
719
601
  :SRD:
720
602
  :one: "Súrínamdalur"
721
603
  :other: "Súrínamdalir"
722
- :symbol: "$"
604
+ :symbol: "SRD"
723
605
  :SRG:
724
606
  :one: "Suriname Guilder"
725
- :other: "Surinamese guilders"
726
607
  :SSP:
727
608
  :one: "suðursúdanskt pund"
728
609
  :other: "suðursúdönsk pund"
729
- :symbol: "£"
610
+ :symbol: "SSP"
730
611
  :STD:
731
612
  :one: "Saó Tóme og Prinsípe-dóbra"
732
613
  :other: "Saó Tóme og Prinsípe-dóbrur"
614
+ :symbol: "STD"
733
615
  :SUR:
734
616
  :one: "Soviet Rouble"
735
- :other: "Soviet roubles"
736
617
  :SVC:
737
618
  :one: "El Salvador Colon"
738
619
  :other: "El Salvador Colon"
739
620
  :SYP:
740
621
  :one: "sýrlenskt pund"
741
622
  :other: "sýrlensk pund"
623
+ :symbol: "SYP"
742
624
  :SZL:
743
625
  :one: "svasílenskur lílangeni"
744
626
  :other: "svasílenskir lílangenar"
627
+ :symbol: "SZL"
745
628
  :THB:
746
629
  :one: "taílenskt bat"
747
630
  :other: "taílensk böt"
748
- :symbol: "฿"
631
+ :symbol: "THB"
749
632
  :TJR:
750
633
  :one: "Tadsjiksk rúbla"
751
- :other: "Tajikistani rubles"
752
634
  :TJS:
753
635
  :one: "tadsjikskur sómóni"
754
636
  :other: "tadsjikskir sómónar"
637
+ :symbol: "TJS"
755
638
  :TMM:
756
639
  :one: "Túrkmenskt manat (1993–2009)"
757
640
  :other: "Túrkmenskt manat (1993–2009)"
758
641
  :TMT:
759
642
  :one: "túrkmenskt manat"
760
643
  :other: "túrkmensk manöt"
644
+ :symbol: "TMT"
761
645
  :TND:
762
646
  :one: "túniskur denari"
763
647
  :other: "túniskir denarar"
648
+ :symbol: "TND"
764
649
  :TOP:
765
650
  :one: "Tongapanga"
766
651
  :other: "Tongapöngur"
652
+ :symbol: "TOP"
767
653
  :TPE:
768
654
  :one: "Tímorskur skúti"
769
- :other: "Timorese escudos"
770
655
  :TRL:
771
656
  :one: "Tyrknesk líra (1922–2005)"
772
- :other: "Turkish Lira (1922–2005)"
773
657
  :TRY:
774
658
  :one: "tyrknesk líra"
775
659
  :other: "tyrkneskar lírur"
776
- :symbol: ""
660
+ :symbol: "TRY"
777
661
  :TTD:
778
662
  :one: "Trínidad og Tóbagó-dalur"
779
663
  :other: "Trínidad og Tóbagó-dalir"
780
- :symbol: "$"
664
+ :symbol: "TTD"
781
665
  :TWD:
782
666
  :one: "taívanskur dalur"
783
667
  :other: "taívanskir dalir"
784
- :symbol: "NT$"
668
+ :symbol: "TWD"
785
669
  :TZS:
786
670
  :one: "tansanískur skildingur"
787
671
  :other: "tansanískir skildingar"
672
+ :symbol: "TZS"
788
673
  :UAH:
789
674
  :one: "úkraínsk hrinja"
790
675
  :other: "úkraínskar hrinjur"
791
- :symbol: ""
676
+ :symbol: "UAH"
792
677
  :UAK:
793
678
  :one: "Ukrainian Karbovanetz"
794
- :other: "Ukrainian karbovantsiv"
795
- :UGS:
796
- :one: "Ugandan shilling (1966–1987)"
797
- :other: "Ugandan shillings (1966–1987)"
798
679
  :UGX:
799
680
  :one: "úgandskur skildingur"
800
681
  :other: "úgandskir skildingur"
682
+ :symbol: "UGX"
801
683
  :USD:
802
684
  :one: "Bandaríkjadalur"
803
685
  :other: "Bandaríkjadalir"
804
686
  :symbol: "USD"
805
687
  :USN:
806
688
  :one: "Bandaríkjadalur (næsta dag)"
807
- :other: "US dollars (next day)"
808
689
  :USS:
809
690
  :one: "Bandaríkjadalur (sama dag)"
810
- :other: "US dollars (same day)"
811
- :UYI:
812
- :one: "Uruguayan peso (indexed units)"
813
- :other: "Uruguayan pesos (indexed units)"
814
- :UYP:
815
- :one: "Uruguayan peso (1975–1993)"
816
- :other: "Uruguayan pesos (1975–1993)"
817
691
  :UYU:
818
692
  :one: "úrúgvæskur pesi"
819
693
  :other: "úrúgvæskir pesar"
820
- :symbol: "$"
694
+ :symbol: "UYU"
821
695
  :UZS:
822
696
  :one: "úsbekskt súm"
823
697
  :other: "úsbeksk súm"
698
+ :symbol: "UZS"
824
699
  :VEB:
825
700
  :one: "Bolívar í Venesúela (1871–2008)"
826
- :other: "Venezuelan bolívars (1871–2008)"
827
701
  :VEF:
828
702
  :one: "venesúelskur bólívari"
829
703
  :other: "venesúelskir bólívarar"
704
+ :symbol: "VEF"
830
705
  :VND:
831
706
  :one: "víetnamskt dong"
832
707
  :other: "víetnömsk dong"
833
- :symbol: ""
834
- :VNN:
835
- :one: "Vietnamese dong (1978–1985)"
836
- :other: "Vietnamese dong (1978–1985)"
708
+ :symbol: "VND"
837
709
  :VUV:
838
710
  :one: "vanúatúskt vatú"
839
711
  :other: "vanúatúsk vatú"
712
+ :symbol: "VUV"
840
713
  :WST:
841
714
  :one: "Samóatala"
842
715
  :other: "Samóatölur"
716
+ :symbol: "WST"
843
717
  :XAF:
844
718
  :one: "miðafrískur franki"
845
719
  :other: "miðafrískir frankar"
846
720
  :symbol: "FCFA"
847
- :XAG:
848
- :one: "troy ounce of silver"
849
- :other: "troy ounces of silver"
850
- :XAU:
851
- :one: "troy ounce of gold"
852
- :other: "troy ounces of gold"
853
- :XBA:
854
- :one: "European composite unit"
855
- :other: "European composite units"
856
- :XBB:
857
- :one: "European monetary unit"
858
- :other: "European monetary units"
859
- :XBC:
860
- :one: "European unit of account (XBC)"
861
- :other: "European units of account (XBC)"
862
- :XBD:
863
- :one: "European unit of account (XBD)"
864
- :other: "European units of account (XBD)"
865
721
  :XCD:
866
722
  :one: "austurkarabískur dalur"
867
723
  :other: "austurkarabískir dalir"
868
724
  :symbol: "EC$"
869
725
  :XDR:
870
726
  :one: "Sérstök dráttarréttindi"
871
- :other: "special drawing rights"
872
- :XEU:
873
- :one: "European currency unit"
874
- :other: "European currency units"
875
727
  :XFO:
876
728
  :one: "Franskur gullfranki"
877
- :other: "French gold francs"
878
729
  :XFU:
879
730
  :one: "Franskur franki, UIC"
880
- :other: "French UIC-francs"
881
731
  :XOF:
882
732
  :one: "vesturafrískur franki"
883
733
  :other: "vesturafrískir frankar"
884
734
  :symbol: "CFA"
885
- :XPD:
886
- :one: "troy ounce of palladium"
887
- :other: "troy ounces of palladium"
888
735
  :XPF:
889
736
  :one: "pólinesískur franki"
890
737
  :other: "pólinesískir frankar"
891
738
  :symbol: "CFPF"
892
- :XPT:
893
- :one: "troy ounce of platinum"
894
- :other: "troy ounces of platinum"
895
- :XRE:
896
- :one: "RINET Funds unit"
897
- :other: "RINET Funds units"
898
- :XSU:
899
- :one: "Sucre"
900
- :other: "Sucres"
901
- :XTS:
902
- :one: "Testing Currency unit"
903
- :other: "Testing Currency units"
904
- :XUA:
905
- :one: "ADB unit of account"
906
- :other: "ADB units of account"
907
739
  :XXX:
908
740
  :one: "(óþekktur gjaldmiðill)"
909
741
  :other: "(óþekktur gjaldmiðill)"
910
742
  :YDD:
911
743
  :one: "Jemenskur denari"
912
- :other: "Yemeni dinars"
913
744
  :YER:
914
745
  :one: "jemenskt ríal"
915
746
  :other: "jemensk ríöl"
916
- :YUD:
917
- :one: "Yugoslavian hard dinar (1966–1990)"
918
- :other: "Yugoslavian hard dinars (1966–1990)"
747
+ :symbol: "YER"
919
748
  :YUM:
920
749
  :one: "Júgóslavneskur denari"
921
- :other: "Yugoslavian new dinars (1994–2002)"
922
- :YUN:
923
- :one: "Yugoslavian convertible dinar (1990–1992)"
924
- :other: "Yugoslavian convertible dinars (1990–1992)"
925
- :YUR:
926
- :one: "Yugoslavian reformed dinar (1992–1993)"
927
- :other: "Yugoslavian reformed dinars (1992–1993)"
928
750
  :ZAL:
929
751
  :one: "Rand (viðskipta)"
930
- :other: "South African rands (financial)"
931
752
  :ZAR:
932
753
  :one: "suðurafrískt rand"
933
754
  :other: "suðurafrísk rönd"
755
+ :symbol: "ZAR"
934
756
  :ZMK:
935
757
  :one: "Zambian Kwacha (1968–2012)"
936
- :other: "Zambian kwachas (1968–2012)"
937
758
  :ZMW:
938
759
  :one: "sambísk kvaka"
939
760
  :other: "sambískar kvökur"
940
- :ZRN:
941
- :one: "Zairean new zaire (1993–1998)"
942
- :other: "Zairean new zaires (1993–1998)"
943
- :ZRZ:
944
- :one: "Zairean zaire (1971–1993)"
945
- :other: "Zairean zaires (1971–1993)"
761
+ :symbol: "ZMW"
946
762
  :ZWD:
947
763
  :one: "Simbabveskur dalur"
948
- :other: "Zimbabwean dollars (1980–2008)"
949
- :ZWL:
950
- :one: "Zimbabwean dollar (2009)"
951
- :other: "Zimbabwean dollars (2009)"
952
- :ZWR:
953
- :one: "Zimbabwean dollar (2008)"
954
- :other: "Zimbabwean dollars (2008)"