twitter_cldr 3.0.10 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (569) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -2
  3. data/History.txt +9 -0
  4. data/README.md +8 -0
  5. data/Rakefile +1 -1
  6. data/lib/twitter_cldr.rb +1 -1
  7. data/lib/twitter_cldr/data_readers/number_data_reader.rb +60 -8
  8. data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +3 -11
  9. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +5 -12
  10. data/lib/twitter_cldr/formatters/numbers/rbnf.rb +2 -1
  11. data/lib/twitter_cldr/formatters/numbers/rbnf/formatters.rb +4 -1
  12. data/lib/twitter_cldr/formatters/numbers/rbnf/plural.rb +49 -0
  13. data/lib/twitter_cldr/formatters/numbers/rbnf/rule.rb +4 -3
  14. data/lib/twitter_cldr/formatters/numbers/rbnf/rule_parser.rb +12 -1
  15. data/lib/twitter_cldr/formatters/numbers/rbnf/substitution.rb +1 -1
  16. data/lib/twitter_cldr/formatters/plurals/rules.rb +26 -10
  17. data/lib/twitter_cldr/localized/localized_number.rb +2 -15
  18. data/lib/twitter_cldr/resources/download.rb +3 -3
  19. data/lib/twitter_cldr/resources/locales_resources_importer.rb +24 -16
  20. data/lib/twitter_cldr/resources/uli/segment_exceptions_importer.rb +1 -1
  21. data/lib/twitter_cldr/shared/postal_codes.rb +30 -2
  22. data/lib/twitter_cldr/tokenizers/numbers/rbnf_tokenizer.rb +2 -1
  23. data/lib/twitter_cldr/version.rb +1 -1
  24. data/resources/locales/af/calendars.yml +44 -29
  25. data/resources/locales/af/currencies.yml +300 -603
  26. data/resources/locales/af/languages.yml +22 -359
  27. data/resources/locales/af/lists.yml +8 -8
  28. data/resources/locales/af/numbers.yml +74 -25
  29. data/resources/locales/af/plural_rules.yml +7 -0
  30. data/resources/locales/af/plurals.yml +13 -3
  31. data/resources/locales/af/territories.yml +7 -7
  32. data/resources/locales/ar/calendars.yml +25 -11
  33. data/resources/locales/ar/currencies.yml +115 -229
  34. data/resources/locales/ar/languages.yml +39 -124
  35. data/resources/locales/ar/lists.yml +12 -12
  36. data/resources/locales/ar/numbers.yml +170 -25
  37. data/resources/locales/ar/plural_rules.yml +11 -0
  38. data/resources/locales/ar/plurals.yml +18 -6
  39. data/resources/locales/be/calendars.yml +10 -20
  40. data/resources/locales/be/currencies.yml +40 -778
  41. data/resources/locales/be/languages.yml +2 -447
  42. data/resources/locales/be/lists.yml +3 -15
  43. data/resources/locales/be/numbers.yml +26 -26
  44. data/resources/locales/be/plural_rules.yml +9 -0
  45. data/resources/locales/be/plurals.yml +17 -7
  46. data/resources/locales/be/rbnf.yml +15 -105
  47. data/resources/locales/be/territories.yml +5 -16
  48. data/resources/locales/bg/calendars.yml +61 -40
  49. data/resources/locales/bg/currencies.yml +147 -176
  50. data/resources/locales/bg/languages.yml +56 -149
  51. data/resources/locales/bg/lists.yml +5 -5
  52. data/resources/locales/bg/numbers.yml +73 -24
  53. data/resources/locales/bg/plural_rules.yml +7 -0
  54. data/resources/locales/bg/plurals.yml +13 -3
  55. data/resources/locales/bg/territories.yml +10 -10
  56. data/resources/locales/bn/calendars.yml +43 -29
  57. data/resources/locales/bn/currencies.yml +156 -253
  58. data/resources/locales/bn/languages.yml +61 -150
  59. data/resources/locales/bn/lists.yml +4 -4
  60. data/resources/locales/bn/numbers.yml +74 -25
  61. data/resources/locales/bn/plural_rules.yml +11 -0
  62. data/resources/locales/bn/plurals.yml +19 -3
  63. data/resources/locales/bn/territories.yml +35 -35
  64. data/resources/locales/ca/calendars.yml +38 -23
  65. data/resources/locales/ca/currencies.yml +285 -63
  66. data/resources/locales/ca/languages.yml +12 -76
  67. data/resources/locales/ca/lists.yml +4 -4
  68. data/resources/locales/ca/numbers.yml +74 -25
  69. data/resources/locales/ca/plural_rules.yml +10 -0
  70. data/resources/locales/ca/plurals.yml +17 -4
  71. data/resources/locales/ca/territories.yml +20 -20
  72. data/resources/locales/cs/calendars.yml +33 -18
  73. data/resources/locales/cs/currencies.yml +397 -118
  74. data/resources/locales/cs/languages.yml +109 -90
  75. data/resources/locales/cs/numbers.yml +121 -24
  76. data/resources/locales/cs/plural_rules.yml +9 -0
  77. data/resources/locales/cs/plurals.yml +16 -6
  78. data/resources/locales/cs/territories.yml +2 -2
  79. data/resources/locales/cy/calendars.yml +4 -5
  80. data/resources/locales/cy/currencies.yml +56 -424
  81. data/resources/locales/cy/languages.yml +210 -379
  82. data/resources/locales/cy/lists.yml +1 -5
  83. data/resources/locales/cy/numbers.yml +170 -25
  84. data/resources/locales/cy/plural_rules.yml +16 -0
  85. data/resources/locales/cy/plurals.yml +26 -4
  86. data/resources/locales/cy/rbnf.yml +8 -8
  87. data/resources/locales/da/calendars.yml +28 -13
  88. data/resources/locales/da/currencies.yml +135 -136
  89. data/resources/locales/da/languages.yml +10 -74
  90. data/resources/locales/da/numbers.yml +73 -24
  91. data/resources/locales/da/plural_rules.yml +7 -0
  92. data/resources/locales/da/plurals.yml +13 -4
  93. data/resources/locales/da/territories.yml +2 -2
  94. data/resources/locales/de-CH/calendars.yml +29 -15
  95. data/resources/locales/de-CH/currencies.yml +327 -101
  96. data/resources/locales/de-CH/languages.yml +112 -83
  97. data/resources/locales/de-CH/numbers.yml +73 -24
  98. data/resources/locales/de-CH/plural_rules.yml +7 -0
  99. data/resources/locales/de-CH/plurals.yml +13 -4
  100. data/resources/locales/de-CH/territories.yml +3 -3
  101. data/resources/locales/de/calendars.yml +29 -15
  102. data/resources/locales/de/currencies.yml +328 -101
  103. data/resources/locales/de/languages.yml +112 -83
  104. data/resources/locales/de/numbers.yml +73 -24
  105. data/resources/locales/de/plural_rules.yml +7 -0
  106. data/resources/locales/de/plurals.yml +13 -4
  107. data/resources/locales/de/rbnf.yml +189 -0
  108. data/resources/locales/de/territories.yml +3 -3
  109. data/resources/locales/el/calendars.yml +30 -16
  110. data/resources/locales/el/currencies.yml +144 -91
  111. data/resources/locales/el/languages.yml +8 -72
  112. data/resources/locales/el/numbers.yml +73 -24
  113. data/resources/locales/el/plural_rules.yml +7 -0
  114. data/resources/locales/el/plurals.yml +13 -3
  115. data/resources/locales/el/territories.yml +1 -1
  116. data/resources/locales/en-150/calendars.yml +15 -5
  117. data/resources/locales/en-150/currencies.yml +49 -9
  118. data/resources/locales/en-150/languages.yml +99 -70
  119. data/resources/locales/en-150/numbers.yml +73 -24
  120. data/resources/locales/en-150/plural_rules.yml +10 -0
  121. data/resources/locales/en-150/plurals.yml +18 -4
  122. data/resources/locales/en-150/territories.yml +15 -15
  123. data/resources/locales/en-AU/calendars.yml +21 -11
  124. data/resources/locales/en-AU/currencies.yml +69 -29
  125. data/resources/locales/en-AU/languages.yml +101 -72
  126. data/resources/locales/en-AU/lists.yml +1 -1
  127. data/resources/locales/en-AU/numbers.yml +73 -24
  128. data/resources/locales/en-AU/plural_rules.yml +10 -0
  129. data/resources/locales/en-AU/plurals.yml +18 -4
  130. data/resources/locales/en-AU/territories.yml +19 -19
  131. data/resources/locales/en-CA/calendars.yml +18 -8
  132. data/resources/locales/en-CA/currencies.yml +49 -9
  133. data/resources/locales/en-CA/languages.yml +99 -70
  134. data/resources/locales/en-CA/numbers.yml +74 -25
  135. data/resources/locales/en-CA/plural_rules.yml +10 -0
  136. data/resources/locales/en-CA/plurals.yml +18 -4
  137. data/resources/locales/en-CA/territories.yml +15 -15
  138. data/resources/locales/en-GB/calendars.yml +21 -8
  139. data/resources/locales/en-GB/currencies.yml +242 -55
  140. data/resources/locales/en-GB/languages.yml +102 -73
  141. data/resources/locales/en-GB/lists.yml +1 -1
  142. data/resources/locales/en-GB/numbers.yml +74 -25
  143. data/resources/locales/en-GB/plural_rules.yml +10 -0
  144. data/resources/locales/en-GB/plurals.yml +18 -4
  145. data/resources/locales/en-GB/territories.yml +5 -5
  146. data/resources/locales/en-IE/calendars.yml +12 -2
  147. data/resources/locales/en-IE/currencies.yml +49 -9
  148. data/resources/locales/en-IE/languages.yml +99 -70
  149. data/resources/locales/en-IE/numbers.yml +74 -25
  150. data/resources/locales/en-IE/plural_rules.yml +10 -0
  151. data/resources/locales/en-IE/plurals.yml +18 -4
  152. data/resources/locales/en-IE/territories.yml +15 -15
  153. data/resources/locales/en-SG/calendars.yml +15 -5
  154. data/resources/locales/en-SG/currencies.yml +50 -10
  155. data/resources/locales/en-SG/languages.yml +99 -70
  156. data/resources/locales/en-SG/numbers.yml +74 -25
  157. data/resources/locales/en-SG/plural_rules.yml +10 -0
  158. data/resources/locales/en-SG/plurals.yml +18 -4
  159. data/resources/locales/en-SG/territories.yml +15 -15
  160. data/resources/locales/en-ZA/calendars.yml +12 -2
  161. data/resources/locales/en-ZA/currencies.yml +48 -9
  162. data/resources/locales/en-ZA/languages.yml +99 -70
  163. data/resources/locales/en-ZA/numbers.yml +74 -25
  164. data/resources/locales/en-ZA/plural_rules.yml +10 -0
  165. data/resources/locales/en-ZA/plurals.yml +18 -4
  166. data/resources/locales/en-ZA/territories.yml +15 -15
  167. data/resources/locales/en/calendars.yml +12 -2
  168. data/resources/locales/en/currencies.yml +49 -9
  169. data/resources/locales/en/languages.yml +99 -70
  170. data/resources/locales/en/numbers.yml +74 -25
  171. data/resources/locales/en/plural_rules.yml +10 -0
  172. data/resources/locales/en/plurals.yml +18 -4
  173. data/resources/locales/en/rbnf.yml +1 -26
  174. data/resources/locales/en/territories.yml +15 -15
  175. data/resources/locales/es-419/calendars.yml +101 -87
  176. data/resources/locales/es-419/currencies.yml +276 -276
  177. data/resources/locales/es-419/languages.yml +26 -90
  178. data/resources/locales/es-419/lists.yml +4 -4
  179. data/resources/locales/es-419/numbers.yml +74 -25
  180. data/resources/locales/es-419/plural_rules.yml +7 -0
  181. data/resources/locales/es-419/plurals.yml +13 -3
  182. data/resources/locales/es-419/rbnf.yml +1 -1192
  183. data/resources/locales/es-419/territories.yml +4 -4
  184. data/resources/locales/es-CO/calendars.yml +42 -28
  185. data/resources/locales/es-CO/currencies.yml +258 -258
  186. data/resources/locales/es-CO/languages.yml +22 -86
  187. data/resources/locales/es-CO/lists.yml +4 -4
  188. data/resources/locales/es-CO/numbers.yml +74 -25
  189. data/resources/locales/es-CO/plural_rules.yml +7 -0
  190. data/resources/locales/es-CO/plurals.yml +13 -3
  191. data/resources/locales/es-CO/rbnf.yml +1 -1
  192. data/resources/locales/es-CO/territories.yml +2 -2
  193. data/resources/locales/es-MX/calendars.yml +121 -107
  194. data/resources/locales/es-MX/currencies.yml +41 -136
  195. data/resources/locales/es-MX/languages.yml +27 -91
  196. data/resources/locales/es-MX/numbers.yml +76 -27
  197. data/resources/locales/es-MX/plural_rules.yml +7 -0
  198. data/resources/locales/es-MX/plurals.yml +13 -3
  199. data/resources/locales/es-MX/rbnf.yml +1 -1
  200. data/resources/locales/es-MX/territories.yml +7 -7
  201. data/resources/locales/es-US/calendars.yml +56 -48
  202. data/resources/locales/es-US/currencies.yml +259 -259
  203. data/resources/locales/es-US/languages.yml +22 -86
  204. data/resources/locales/es-US/lists.yml +4 -4
  205. data/resources/locales/es-US/numbers.yml +75 -26
  206. data/resources/locales/es-US/plural_rules.yml +7 -0
  207. data/resources/locales/es-US/plurals.yml +13 -3
  208. data/resources/locales/es-US/rbnf.yml +1 -1
  209. data/resources/locales/es-US/territories.yml +2 -2
  210. data/resources/locales/es/calendars.yml +38 -24
  211. data/resources/locales/es/currencies.yml +259 -259
  212. data/resources/locales/es/languages.yml +22 -86
  213. data/resources/locales/es/lists.yml +4 -4
  214. data/resources/locales/es/numbers.yml +75 -26
  215. data/resources/locales/es/plural_rules.yml +7 -0
  216. data/resources/locales/es/plurals.yml +13 -3
  217. data/resources/locales/es/rbnf.yml +8 -81
  218. data/resources/locales/es/territories.yml +2 -2
  219. data/resources/locales/eu/calendars.yml +72 -55
  220. data/resources/locales/eu/currencies.yml +135 -450
  221. data/resources/locales/eu/languages.yml +79 -414
  222. data/resources/locales/eu/lists.yml +4 -4
  223. data/resources/locales/eu/numbers.yml +74 -25
  224. data/resources/locales/eu/plural_rules.yml +7 -0
  225. data/resources/locales/eu/plurals.yml +13 -3
  226. data/resources/locales/eu/territories.yml +2 -2
  227. data/resources/locales/fa/calendars.yml +27 -12
  228. data/resources/locales/fa/currencies.yml +46 -454
  229. data/resources/locales/fa/languages.yml +71 -153
  230. data/resources/locales/fa/lists.yml +4 -4
  231. data/resources/locales/fa/numbers.yml +74 -25
  232. data/resources/locales/fa/plural_rules.yml +7 -0
  233. data/resources/locales/fa/plurals.yml +13 -3
  234. data/resources/locales/fa/territories.yml +4 -4
  235. data/resources/locales/fi/calendars.yml +20 -5
  236. data/resources/locales/fi/currencies.yml +287 -50
  237. data/resources/locales/fi/languages.yml +99 -70
  238. data/resources/locales/fi/numbers.yml +73 -24
  239. data/resources/locales/fi/plural_rules.yml +7 -0
  240. data/resources/locales/fi/plurals.yml +13 -4
  241. data/resources/locales/fi/territories.yml +1 -1
  242. data/resources/locales/fil/calendars.yml +29 -15
  243. data/resources/locales/fil/currencies.yml +144 -489
  244. data/resources/locales/fil/languages.yml +12 -339
  245. data/resources/locales/fil/lists.yml +7 -7
  246. data/resources/locales/fil/numbers.yml +74 -25
  247. data/resources/locales/fil/plural_rules.yml +8 -0
  248. data/resources/locales/fil/plurals.yml +17 -4
  249. data/resources/locales/fil/territories.yml +2 -2
  250. data/resources/locales/fr-BE/calendars.yml +68 -53
  251. data/resources/locales/fr-BE/currencies.yml +202 -82
  252. data/resources/locales/fr-BE/languages.yml +8 -71
  253. data/resources/locales/fr-BE/numbers.yml +74 -25
  254. data/resources/locales/fr-BE/plural_rules.yml +8 -0
  255. data/resources/locales/fr-BE/plurals.yml +15 -3
  256. data/resources/locales/fr-BE/territories.yml +7 -7
  257. data/resources/locales/fr-CA/calendars.yml +25 -10
  258. data/resources/locales/fr-CA/currencies.yml +250 -130
  259. data/resources/locales/fr-CA/languages.yml +11 -74
  260. data/resources/locales/fr-CA/numbers.yml +74 -25
  261. data/resources/locales/fr-CA/plural_rules.yml +8 -0
  262. data/resources/locales/fr-CA/plurals.yml +15 -3
  263. data/resources/locales/fr-CA/territories.yml +16 -16
  264. data/resources/locales/fr-CH/calendars.yml +68 -53
  265. data/resources/locales/fr-CH/currencies.yml +201 -82
  266. data/resources/locales/fr-CH/languages.yml +8 -71
  267. data/resources/locales/fr-CH/numbers.yml +74 -25
  268. data/resources/locales/fr-CH/plural_rules.yml +8 -0
  269. data/resources/locales/fr-CH/plurals.yml +15 -3
  270. data/resources/locales/fr-CH/territories.yml +7 -7
  271. data/resources/locales/fr/calendars.yml +68 -53
  272. data/resources/locales/fr/currencies.yml +202 -82
  273. data/resources/locales/fr/languages.yml +8 -71
  274. data/resources/locales/fr/numbers.yml +74 -25
  275. data/resources/locales/fr/plural_rules.yml +8 -0
  276. data/resources/locales/fr/plurals.yml +15 -3
  277. data/resources/locales/fr/territories.yml +7 -7
  278. data/resources/locales/ga/calendars.yml +136 -45
  279. data/resources/locales/ga/currencies.yml +1238 -587
  280. data/resources/locales/ga/languages.yml +176 -468
  281. data/resources/locales/ga/lists.yml +4 -4
  282. data/resources/locales/ga/numbers.yml +148 -24
  283. data/resources/locales/ga/plural_rules.yml +10 -0
  284. data/resources/locales/ga/plurals.yml +17 -5
  285. data/resources/locales/ga/territories.yml +56 -56
  286. data/resources/locales/gl/calendars.yml +26 -13
  287. data/resources/locales/gl/currencies.yml +378 -582
  288. data/resources/locales/gl/languages.yml +71 -392
  289. data/resources/locales/gl/lists.yml +8 -8
  290. data/resources/locales/gl/numbers.yml +74 -25
  291. data/resources/locales/gl/plural_rules.yml +7 -0
  292. data/resources/locales/gl/plurals.yml +13 -4
  293. data/resources/locales/gl/territories.yml +2 -2
  294. data/resources/locales/he/calendars.yml +53 -32
  295. data/resources/locales/he/currencies.yml +585 -487
  296. data/resources/locales/he/languages.yml +15 -78
  297. data/resources/locales/he/lists.yml +8 -8
  298. data/resources/locales/he/numbers.yml +121 -24
  299. data/resources/locales/he/plural_rules.yml +9 -0
  300. data/resources/locales/he/plurals.yml +16 -6
  301. data/resources/locales/he/rbnf.yml +0 -3
  302. data/resources/locales/he/territories.yml +4 -4
  303. data/resources/locales/hi/calendars.yml +54 -41
  304. data/resources/locales/hi/currencies.yml +155 -428
  305. data/resources/locales/hi/languages.yml +52 -141
  306. data/resources/locales/hi/lists.yml +4 -4
  307. data/resources/locales/hi/numbers.yml +74 -25
  308. data/resources/locales/hi/plural_rules.yml +11 -0
  309. data/resources/locales/hi/plurals.yml +19 -3
  310. data/resources/locales/hi/rbnf.yml +52 -1
  311. data/resources/locales/hi/territories.yml +8 -8
  312. data/resources/locales/hr/calendars.yml +30 -16
  313. data/resources/locales/hr/currencies.yml +306 -66
  314. data/resources/locales/hr/languages.yml +12 -76
  315. data/resources/locales/hr/numbers.yml +97 -24
  316. data/resources/locales/hr/plural_rules.yml +8 -0
  317. data/resources/locales/hr/plurals.yml +16 -8
  318. data/resources/locales/hr/territories.yml +1 -1
  319. data/resources/locales/hu/calendars.yml +25 -10
  320. data/resources/locales/hu/currencies.yml +139 -182
  321. data/resources/locales/hu/languages.yml +8 -72
  322. data/resources/locales/hu/lists.yml +4 -4
  323. data/resources/locales/hu/numbers.yml +73 -24
  324. data/resources/locales/hu/plural_rules.yml +8 -0
  325. data/resources/locales/hu/plurals.yml +15 -3
  326. data/resources/locales/hu/territories.yml +1 -1
  327. data/resources/locales/id/calendars.yml +22 -7
  328. data/resources/locales/id/currencies.yml +323 -192
  329. data/resources/locales/id/languages.yml +36 -71
  330. data/resources/locales/id/numbers.yml +50 -26
  331. data/resources/locales/id/plural_rules.yml +6 -0
  332. data/resources/locales/id/plurals.yml +11 -3
  333. data/resources/locales/id/rbnf.yml +4 -4
  334. data/resources/locales/id/territories.yml +2 -2
  335. data/resources/locales/is/calendars.yml +24 -9
  336. data/resources/locales/is/currencies.yml +145 -336
  337. data/resources/locales/is/languages.yml +57 -163
  338. data/resources/locales/is/numbers.yml +73 -24
  339. data/resources/locales/is/plural_rules.yml +7 -0
  340. data/resources/locales/is/plurals.yml +13 -5
  341. data/resources/locales/is/territories.yml +5 -5
  342. data/resources/locales/it-CH/calendars.yml +41 -26
  343. data/resources/locales/it-CH/currencies.yml +180 -274
  344. data/resources/locales/it-CH/languages.yml +106 -83
  345. data/resources/locales/it-CH/lists.yml +6 -6
  346. data/resources/locales/it-CH/numbers.yml +73 -24
  347. data/resources/locales/it-CH/plural_rules.yml +8 -0
  348. data/resources/locales/it-CH/plurals.yml +15 -4
  349. data/resources/locales/it-CH/territories.yml +9 -9
  350. data/resources/locales/it/calendars.yml +43 -28
  351. data/resources/locales/it/currencies.yml +181 -274
  352. data/resources/locales/it/languages.yml +106 -83
  353. data/resources/locales/it/lists.yml +6 -6
  354. data/resources/locales/it/numbers.yml +73 -24
  355. data/resources/locales/it/plural_rules.yml +8 -0
  356. data/resources/locales/it/plurals.yml +15 -4
  357. data/resources/locales/it/territories.yml +9 -9
  358. data/resources/locales/ja/calendars.yml +24 -9
  359. data/resources/locales/ja/currencies.yml +286 -48
  360. data/resources/locales/ja/languages.yml +106 -83
  361. data/resources/locales/ja/lists.yml +4 -4
  362. data/resources/locales/ja/numbers.yml +50 -26
  363. data/resources/locales/ja/plural_rules.yml +6 -0
  364. data/resources/locales/ja/plurals.yml +11 -3
  365. data/resources/locales/ja/territories.yml +2 -2
  366. data/resources/locales/ko/calendars.yml +63 -16
  367. data/resources/locales/ko/currencies.yml +286 -347
  368. data/resources/locales/ko/languages.yml +27 -76
  369. data/resources/locales/ko/numbers.yml +50 -26
  370. data/resources/locales/ko/plural_rules.yml +6 -0
  371. data/resources/locales/ko/plurals.yml +11 -3
  372. data/resources/locales/ko/territories.yml +4 -4
  373. data/resources/locales/lv/calendars.yml +34 -19
  374. data/resources/locales/lv/currencies.yml +155 -366
  375. data/resources/locales/lv/languages.yml +7 -71
  376. data/resources/locales/lv/numbers.yml +99 -26
  377. data/resources/locales/lv/plural_rules.yml +8 -0
  378. data/resources/locales/lv/plurals.yml +16 -9
  379. data/resources/locales/lv/territories.yml +2 -2
  380. data/resources/locales/ms/calendars.yml +28 -14
  381. data/resources/locales/ms/currencies.yml +185 -500
  382. data/resources/locales/ms/languages.yml +27 -297
  383. data/resources/locales/ms/lists.yml +6 -6
  384. data/resources/locales/ms/numbers.yml +50 -26
  385. data/resources/locales/ms/plural_rules.yml +7 -0
  386. data/resources/locales/ms/plurals.yml +13 -3
  387. data/resources/locales/ms/territories.yml +6 -6
  388. data/resources/locales/nb/calendars.yml +21 -6
  389. data/resources/locales/nb/currencies.yml +271 -44
  390. data/resources/locales/nb/languages.yml +14 -78
  391. data/resources/locales/nb/lists.yml +4 -4
  392. data/resources/locales/nb/numbers.yml +73 -24
  393. data/resources/locales/nb/plural_rules.yml +7 -0
  394. data/resources/locales/nb/plurals.yml +13 -3
  395. data/resources/locales/nb/territories.yml +6 -6
  396. data/resources/locales/nl/calendars.yml +63 -48
  397. data/resources/locales/nl/currencies.yml +294 -56
  398. data/resources/locales/nl/languages.yml +149 -121
  399. data/resources/locales/nl/numbers.yml +74 -25
  400. data/resources/locales/nl/plural_rules.yml +7 -0
  401. data/resources/locales/nl/plurals.yml +13 -4
  402. data/resources/locales/nl/territories.yml +9 -9
  403. data/resources/locales/pl/calendars.yml +23 -9
  404. data/resources/locales/pl/currencies.yml +147 -226
  405. data/resources/locales/pl/languages.yml +102 -73
  406. data/resources/locales/pl/numbers.yml +122 -25
  407. data/resources/locales/pl/plural_rules.yml +9 -0
  408. data/resources/locales/pl/plurals.yml +17 -9
  409. data/resources/locales/pl/rbnf.yml +17 -159
  410. data/resources/locales/pl/territories.yml +1 -1
  411. data/resources/locales/pt/calendars.yml +26 -12
  412. data/resources/locales/pt/currencies.yml +182 -91
  413. data/resources/locales/pt/languages.yml +72 -137
  414. data/resources/locales/pt/numbers.yml +74 -25
  415. data/resources/locales/pt/plural_rules.yml +7 -0
  416. data/resources/locales/pt/plurals.yml +13 -5
  417. data/resources/locales/pt/territories.yml +9 -9
  418. data/resources/locales/ro/calendars.yml +63 -49
  419. data/resources/locales/ro/currencies.yml +209 -291
  420. data/resources/locales/ro/languages.yml +12 -76
  421. data/resources/locales/ro/numbers.yml +98 -25
  422. data/resources/locales/ro/plural_rules.yml +9 -0
  423. data/resources/locales/ro/plurals.yml +17 -6
  424. data/resources/locales/ro/territories.yml +3 -3
  425. data/resources/locales/ru/calendars.yml +55 -41
  426. data/resources/locales/ru/currencies.yml +334 -256
  427. data/resources/locales/ru/languages.yml +8 -72
  428. data/resources/locales/ru/lists.yml +5 -5
  429. data/resources/locales/ru/numbers.yml +122 -24
  430. data/resources/locales/ru/plural_rules.yml +9 -0
  431. data/resources/locales/ru/plurals.yml +17 -7
  432. data/resources/locales/ru/rbnf.yml +15 -105
  433. data/resources/locales/ru/territories.yml +7 -7
  434. data/resources/locales/sk/calendars.yml +89 -51
  435. data/resources/locales/sk/currencies.yml +440 -415
  436. data/resources/locales/sk/languages.yml +50 -114
  437. data/resources/locales/sk/lists.yml +4 -4
  438. data/resources/locales/sk/numbers.yml +122 -25
  439. data/resources/locales/sk/plural_rules.yml +9 -0
  440. data/resources/locales/sk/plurals.yml +16 -6
  441. data/resources/locales/sk/territories.yml +18 -18
  442. data/resources/locales/sq/calendars.yml +72 -58
  443. data/resources/locales/sq/currencies.yml +86 -464
  444. data/resources/locales/sq/languages.yml +222 -579
  445. data/resources/locales/sq/lists.yml +4 -4
  446. data/resources/locales/sq/numbers.yml +73 -24
  447. data/resources/locales/sq/plural_rules.yml +9 -0
  448. data/resources/locales/sq/plurals.yml +16 -3
  449. data/resources/locales/sq/territories.yml +16 -17
  450. data/resources/locales/sr/calendars.yml +30 -16
  451. data/resources/locales/sr/currencies.yml +202 -116
  452. data/resources/locales/sr/languages.yml +200 -298
  453. data/resources/locales/sr/lists.yml +4 -4
  454. data/resources/locales/sr/numbers.yml +98 -25
  455. data/resources/locales/sr/plural_rules.yml +8 -0
  456. data/resources/locales/sr/plurals.yml +16 -8
  457. data/resources/locales/sr/territories.yml +20 -20
  458. data/resources/locales/sv/calendars.yml +46 -31
  459. data/resources/locales/sv/currencies.yml +213 -105
  460. data/resources/locales/sv/languages.yml +76 -73
  461. data/resources/locales/sv/numbers.yml +73 -25
  462. data/resources/locales/sv/plural_rules.yml +8 -0
  463. data/resources/locales/sv/plurals.yml +16 -4
  464. data/resources/locales/sv/rbnf.yml +1 -1
  465. data/resources/locales/sv/territories.yml +1 -1
  466. data/resources/locales/ta/calendars.yml +37 -23
  467. data/resources/locales/ta/currencies.yml +328 -643
  468. data/resources/locales/ta/languages.yml +94 -177
  469. data/resources/locales/ta/numbers.yml +74 -25
  470. data/resources/locales/ta/plural_rules.yml +7 -0
  471. data/resources/locales/ta/plurals.yml +13 -3
  472. data/resources/locales/ta/territories.yml +34 -34
  473. data/resources/locales/th/calendars.yml +33 -6
  474. data/resources/locales/th/currencies.yml +272 -187
  475. data/resources/locales/th/languages.yml +102 -76
  476. data/resources/locales/th/numbers.yml +50 -26
  477. data/resources/locales/th/plural_rules.yml +6 -0
  478. data/resources/locales/th/plurals.yml +11 -3
  479. data/resources/locales/th/territories.yml +2 -2
  480. data/resources/locales/tr/calendars.yml +25 -11
  481. data/resources/locales/tr/currencies.yml +365 -199
  482. data/resources/locales/tr/languages.yml +106 -77
  483. data/resources/locales/tr/numbers.yml +74 -25
  484. data/resources/locales/tr/plural_rules.yml +7 -0
  485. data/resources/locales/tr/plurals.yml +13 -3
  486. data/resources/locales/tr/territories.yml +5 -5
  487. data/resources/locales/uk/calendars.yml +24 -9
  488. data/resources/locales/uk/currencies.yml +139 -207
  489. data/resources/locales/uk/languages.yml +19 -94
  490. data/resources/locales/uk/lists.yml +6 -6
  491. data/resources/locales/uk/numbers.yml +121 -24
  492. data/resources/locales/uk/plural_rules.yml +10 -0
  493. data/resources/locales/uk/plurals.yml +19 -9
  494. data/resources/locales/uk/territories.yml +18 -18
  495. data/resources/locales/ur/calendars.yml +38 -16
  496. data/resources/locales/ur/currencies.yml +273 -577
  497. data/resources/locales/ur/languages.yml +76 -405
  498. data/resources/locales/ur/lists.yml +7 -7
  499. data/resources/locales/ur/numbers.yml +75 -26
  500. data/resources/locales/ur/plural_rules.yml +7 -0
  501. data/resources/locales/ur/plurals.yml +13 -4
  502. data/resources/locales/ur/territories.yml +1 -1
  503. data/resources/locales/vi/calendars.yml +29 -14
  504. data/resources/locales/vi/currencies.yml +273 -195
  505. data/resources/locales/vi/languages.yml +20 -94
  506. data/resources/locales/vi/lists.yml +2 -2
  507. data/resources/locales/vi/numbers.yml +49 -25
  508. data/resources/locales/vi/plural_rules.yml +7 -0
  509. data/resources/locales/vi/plurals.yml +13 -3
  510. data/resources/locales/vi/territories.yml +8 -8
  511. data/resources/locales/zh-Hant/calendars.yml +28 -13
  512. data/resources/locales/zh-Hant/currencies.yml +368 -134
  513. data/resources/locales/zh-Hant/languages.yml +119 -90
  514. data/resources/locales/zh-Hant/lists.yml +4 -4
  515. data/resources/locales/zh-Hant/numbers.yml +50 -26
  516. data/resources/locales/zh-Hant/plural_rules.yml +6 -0
  517. data/resources/locales/zh-Hant/plurals.yml +11 -3
  518. data/resources/locales/zh-Hant/territories.yml +9 -9
  519. data/resources/locales/zh/calendars.yml +20 -5
  520. data/resources/locales/zh/currencies.yml +372 -189
  521. data/resources/locales/zh/languages.yml +7 -71
  522. data/resources/locales/zh/lists.yml +4 -4
  523. data/resources/locales/zh/numbers.yml +50 -26
  524. data/resources/locales/zh/plural_rules.yml +6 -0
  525. data/resources/locales/zh/plurals.yml +11 -3
  526. data/resources/locales/zh/rbnf.yml +46 -0
  527. data/resources/shared/currency_digits_and_rounding.yml +8 -2
  528. data/resources/shared/numbering_systems.yml +3 -0
  529. data/resources/shared/postal_codes.yml +320 -1275
  530. data/resources/shared/rbnf_root.yml +65 -16
  531. data/resources/shared/territories_containment.yml +1 -0
  532. data/resources/uli/segments/de.yml +102 -0
  533. data/resources/uli/segments/es.yml +33 -0
  534. data/resources/uli/segments/fr.yml +21 -0
  535. data/resources/uli/segments/it.yml +11 -0
  536. data/spec/data_readers/number_data_reader_spec.rb +25 -0
  537. data/spec/formatters/list_formatter_spec.rb +2 -2
  538. data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +11 -17
  539. data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +80 -31
  540. data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +40 -9
  541. data/spec/formatters/numbers/currency_formatter_spec.rb +1 -1
  542. data/spec/formatters/numbers/rbnf/allowed_failures.yml +47 -35
  543. data/spec/formatters/numbers/rbnf/locales/bn/rbnf_test.yml +1634 -1283
  544. data/spec/formatters/numbers/rbnf/locales/cy/rbnf_test.yml +42 -42
  545. data/spec/formatters/numbers/rbnf/locales/de-CH/rbnf_test.yml +702 -0
  546. data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +702 -0
  547. data/spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml +14 -14
  548. data/spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml +14 -14
  549. data/spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml +14 -14
  550. data/spec/formatters/numbers/rbnf/locales/es-US/rbnf_test.yml +14 -14
  551. data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +54 -54
  552. data/spec/formatters/numbers/rbnf/locales/eu/rbnf_test.yml +1634 -1283
  553. data/spec/formatters/numbers/rbnf/locales/fr-CH/rbnf_test.yml +32 -32
  554. data/spec/formatters/numbers/rbnf/locales/gl/rbnf_test.yml +1634 -1283
  555. data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +105 -105
  556. data/spec/formatters/numbers/rbnf/locales/hi/rbnf_test.yml +350 -116
  557. data/spec/formatters/numbers/rbnf/locales/sv/rbnf_test.yml +24 -24
  558. data/spec/formatters/numbers/rbnf/locales/ur/rbnf_test.yml +1634 -1283
  559. data/spec/formatters/numbers/rbnf/locales/zh/rbnf_test.yml +117 -0
  560. data/spec/formatters/plurals/rules_spec.rb +37 -14
  561. data/spec/localized/localized_number_spec.rb +2 -1
  562. data/spec/parsers/number_parser_spec.rb +5 -5
  563. data/spec/shared/calendar_spec.rb +3 -3
  564. data/spec/shared/postal_codes_spec.rb +16 -0
  565. data/spec/shared/territories_spec.rb +2 -2
  566. data/spec/spec_helper.rb +1 -1
  567. data/twitter_cldr.gemspec +1 -0
  568. metadata +364 -285
  569. data/resources/custom/locales/hu/plurals.yml +0 -3
@@ -7,52 +7,52 @@
7
7
  :AED:
8
8
  :one: "ντιράμ Ηνωμένων Αραβικών Εμιράτων"
9
9
  :other: "ντιράμ Ηνωμένων Αραβικών Εμιράτων"
10
+ :symbol: "AED"
10
11
  :AFA:
11
12
  :one: "αφγάνι Αφγανιστάν (AFA)"
12
13
  :other: "αφγάνι Αφγανιστάν (AFA)"
13
14
  :AFN:
14
15
  :one: "αφγάνι Αφγανιστάν"
15
16
  :other: "αφγάνι Αφγανιστάν"
17
+ :symbol: "AFN"
16
18
  :ALK:
17
19
  :one: "Παλαιό λεκ Αλβανίας"
18
20
  :other: "Παλαιά λεκ Αλβανίας"
19
21
  :ALL:
20
22
  :one: "λεκ Αλβανίας"
21
23
  :other: "λεκ Αλβανίας"
24
+ :symbol: "ALL"
22
25
  :AMD:
23
26
  :one: "ντραμ Αρμενίας"
24
27
  :other: "ντραμ Αρμενίας"
28
+ :symbol: "AMD"
25
29
  :ANG:
26
30
  :one: "γκίλντα Ολλανδικών Αντιλλών"
27
- :other: "γκίλντα Ολλανδικών Αντιλλών"
31
+ :other: "γκίλντες Ολλανδικών Αντιλλών"
32
+ :symbol: "ANG"
28
33
  :AOA:
29
34
  :one: "κουάνζα Ανγκόλας"
30
- :other: "κουάνζα Ανγκόλας"
35
+ :other: "κουάνζες Ανγκόλας"
36
+ :symbol: "AOA"
31
37
  :AOK:
32
38
  :one: "κουάνζα Ανγκόλας (AOK)"
33
39
  :other: "κουάνζα Ανγκόλας (AOK)"
34
40
  :AON:
35
41
  :one: "νέο κουάνζα Ανγκόλας (1990–2000)"
36
42
  :other: "νέα κουάνζα Ανγκόλας (1990–2000)"
37
- :AOR:
38
- :one: "Angolan readjusted kwanza (1995–1999)"
39
- :other: "Angolan readjusted kwanzas (1995–1999)"
40
43
  :ARA:
41
44
  :one: "αουστράλ Αργεντινής"
42
45
  :other: "αουστράλ Αργεντινής"
43
46
  :ARL:
44
47
  :one: "Πέσο λέι Αργετινής"
45
48
  :other: "Πέσο λέι Αργετινής"
46
- :ARM:
47
- :one: "Argentine peso (1881–1970)"
48
- :other: "Argentine pesos (1881–1970)"
49
49
  :ARP:
50
50
  :one: "πέσο Αργεντινής (ARP)"
51
51
  :other: "πέσο Αργεντινής (ARP)"
52
52
  :ARS:
53
53
  :one: "πέσο Αργεντινής"
54
54
  :other: "πέσο Αργεντινής"
55
- :symbol: "$"
55
+ :symbol: "ARS"
56
56
  :ATS:
57
57
  :one: "σελίνι Αυστρίας"
58
58
  :other: "σελίνια Αυστρίας"
@@ -63,29 +63,32 @@
63
63
  :AWG:
64
64
  :one: "φλορίνι Αρούμπα"
65
65
  :other: "φλορίνια Αρούμπα"
66
+ :symbol: "AWG"
66
67
  :AZM:
67
68
  :one: "μανάτ Αζερμπαϊτζάν (1993–2006)"
68
69
  :other: "μανάτ Αζερμπαϊτζάν (1993–2006)"
69
70
  :AZN:
70
71
  :one: "μανάτ Αζερμπαϊτζάν"
71
72
  :other: "μανάτ Αζερμπαϊτζάν"
73
+ :symbol: "AZN"
72
74
  :BAD:
73
75
  :one: "δηνάριο Βοσνίας-Ερζεγοβίνης"
74
76
  :other: "δηνάρια Βοσνίας-Ερζεγοβίνης"
75
77
  :BAM:
76
78
  :one: "μετατρέψιμο μάρκο Βοσνίας-Ερζεγοβίνης"
77
79
  :other: "μετατρέψιμα μάρκα Βοσνίας-Ερζεγοβίνης"
80
+ :symbol: "BAM"
78
81
  :BAN:
79
82
  :one: "Νέο δινάριο Βοσνίας-Ερζεγοβίνης"
80
83
  :other: "Νέα δινάρια Βοσνίας-Ερζεγοβίνης"
81
84
  :BBD:
82
85
  :one: "δολάριο Μπαρμπάντος"
83
86
  :other: "δολάρια Μπαρμπάντος"
84
- :symbol: "$"
87
+ :symbol: "BBD"
85
88
  :BDT:
86
89
  :one: "τάκα Μπαγκλαντές"
87
90
  :other: "τάκα Μπαγκλαντές"
88
- :symbol: ""
91
+ :symbol: "BDT"
89
92
  :BEC:
90
93
  :one: "φράγκο Βελγίου (μετατρέψιμο)"
91
94
  :other: "φράγκα Βελγίου (μετατρέψιμα)"
@@ -104,26 +107,30 @@
104
107
  :BGN:
105
108
  :one: "λεβ Βουλγαρίας"
106
109
  :other: "λεβ Βουλγαρίας"
110
+ :symbol: "BGN"
107
111
  :BGO:
108
112
  :one: "Παλαιό λεβ Βουλγαρίας"
109
113
  :other: "Παλαιά λεβ Βουλγαρίας"
110
114
  :BHD:
111
115
  :one: "δηνάριο Μπαχρέιν"
112
116
  :other: "δηνάρια Μπαχρέιν"
117
+ :symbol: "BHD"
113
118
  :BIF:
114
119
  :one: "φράγκο Μπουρούντι"
115
120
  :other: "φράγκα Μπουρούντι"
121
+ :symbol: "BIF"
116
122
  :BMD:
117
123
  :one: "δολάριο Βερμούδων"
118
124
  :other: "δολάρια Βερμούδων"
119
- :symbol: "$"
125
+ :symbol: "BMD"
120
126
  :BND:
121
127
  :one: "δολάριο Μπρουνέι"
122
128
  :other: "δολάρια Μπρουνέι"
123
- :symbol: "$"
129
+ :symbol: "BND"
124
130
  :BOB:
125
131
  :one: "μπολιβιάνο Βολιβίας"
126
132
  :other: "μπολιβιάνο Βολιβίας"
133
+ :symbol: "BOB"
127
134
  :BOL:
128
135
  :one: "Παλαιό βολιβιάνο Βολιβίας"
129
136
  :other: "Παλαιά βολιβιάνο Βολιβίας"
@@ -158,27 +165,29 @@
158
165
  :BSD:
159
166
  :one: "δολάριο Μπαχάμες"
160
167
  :other: "δολάρια Μπαχάμες"
161
- :symbol: "$"
168
+ :symbol: "BSD"
162
169
  :BTN:
163
170
  :one: "νγκούλτρουμ Μπουτάν"
164
171
  :other: "νγκούλτρουμ Μπουτάν"
172
+ :symbol: "BTN"
165
173
  :BUK:
166
174
  :one: "κιάτ Βιρμανίας"
167
175
  :other: "κιάτ Βιρμανίας"
168
176
  :BWP:
169
177
  :one: "πούλα Μποτσουάνας"
170
178
  :other: "πούλα Μποτσουάνας"
179
+ :symbol: "BWP"
171
180
  :BYB:
172
181
  :one: "νέο ρούβλι Λευκορωσίας (1994–1999)"
173
182
  :other: "νέα ρούβλια Λευκορωσίας (1994–1999)"
174
183
  :BYR:
175
184
  :one: "ρούβλι Λευκορωσίας"
176
185
  :other: "ρούβλια Λευκορωσίας"
177
- :symbol: "р."
186
+ :symbol: "BYR"
178
187
  :BZD:
179
188
  :one: "δολάριο Μπελίζ"
180
189
  :other: "δολάρια Μπελίζ"
181
- :symbol: "$"
190
+ :symbol: "BZD"
182
191
  :CAD:
183
192
  :one: "δολάριο Καναδά"
184
193
  :other: "δολάρια Καναδά"
@@ -186,12 +195,14 @@
186
195
  :CDF:
187
196
  :one: "φράγκο Κονγκό"
188
197
  :other: "φράγκα Κονγκό"
198
+ :symbol: "CDF"
189
199
  :CHE:
190
200
  :one: "ευρώ WIR"
191
201
  :other: "ευρώ WIR"
192
202
  :CHF:
193
203
  :one: "φράγκο Ελβετίας"
194
204
  :other: "φράγκα Ελβετίας"
205
+ :symbol: "CHF"
195
206
  :CHW:
196
207
  :one: "φράγκο WIR"
197
208
  :other: "φράγκα WIR"
@@ -204,7 +215,7 @@
204
215
  :CLP:
205
216
  :one: "πέσο Χιλής"
206
217
  :other: "πέσο Χιλής"
207
- :symbol: "$"
218
+ :symbol: "CLP"
208
219
  :CNX:
209
220
  :one: "Δολάριο Λαϊκής Τράπεζας Κίνας"
210
221
  :other: "Δολάρια Λαϊκής Τράπεζας Κίνας"
@@ -215,14 +226,11 @@
215
226
  :COP:
216
227
  :one: "πέσο Κολομβίας"
217
228
  :other: "πέσο Κολομβίας"
218
- :symbol: "$"
219
- :COU:
220
- :one: "Colombian real value unit"
221
- :other: "Colombian real value units"
229
+ :symbol: "COP"
222
230
  :CRC:
223
231
  :one: "κολόν Κόστα Ρίκα"
224
232
  :other: "κολόν Κόστα Ρίκα"
225
- :symbol: ""
233
+ :symbol: "CRC"
226
234
  :CSD:
227
235
  :one: "παλιό δινάρη Σερβίας"
228
236
  :other: "παλιά δινάρια Σερβίας"
@@ -232,19 +240,22 @@
232
240
  :CUC:
233
241
  :one: "μετατρέψιμο πέσο Κούβας"
234
242
  :other: "μετατρέψιμα πέσο Κούβας"
243
+ :symbol: "CUC"
235
244
  :CUP:
236
245
  :one: "πέσο Κούβας"
237
246
  :other: "πέσο Κούβας"
238
- :symbol: "$"
247
+ :symbol: "CUP"
239
248
  :CVE:
240
249
  :one: "εσκούδο Πράσινου Ακρωτηρίου"
241
250
  :other: "εσκούδο Πράσινου Ακρωτηρίου"
251
+ :symbol: "CVE"
242
252
  :CYP:
243
253
  :one: "λίρα Κύπρου"
244
254
  :other: "λίρες Κύπρου"
245
255
  :CZK:
246
256
  :one: "κορόνα Τσεχίας"
247
257
  :other: "κορόνες Τσεχίας"
258
+ :symbol: "CZK"
248
259
  :DDM:
249
260
  :one: "όστμαρκ Ανατολικής Γερμανίας"
250
261
  :other: "όστμαρκ Ανατολικής Γερμανίας"
@@ -254,31 +265,33 @@
254
265
  :DJF:
255
266
  :one: "φράγκο Τζιμπουτί"
256
267
  :other: "φράγκα Τζιμπουτί"
268
+ :symbol: "DJF"
257
269
  :DKK:
258
270
  :one: "κορόνα Δανίας"
259
271
  :other: "κορόνες Δανίας"
272
+ :symbol: "DKK"
260
273
  :DOP:
261
274
  :one: "πέσο Δομινικανής Δημοκρατίας"
262
275
  :other: "πέσο Δομινικανής Δημοκρατίας"
263
- :symbol: "$"
276
+ :symbol: "DOP"
264
277
  :DZD:
265
278
  :one: "δηνάριο Αλγερίας"
266
279
  :other: "δηνάρια Αλγερίας"
280
+ :symbol: "DZD"
267
281
  :ECS:
268
282
  :one: "σούκρε Εκουαδόρ"
269
283
  :other: "σούκρε Εκουαδόρ"
270
- :ECV:
271
- :one: "Ecuadorian unit of constant value"
272
- :other: "Ecuadorian units of constant value"
273
284
  :EEK:
274
285
  :one: "κορόνα Εσθονίας"
275
286
  :other: "κορόνες Εσθονίας"
276
287
  :EGP:
277
288
  :one: "λίρα Αιγύπτου"
278
289
  :other: "λίρες Αιγύπτου"
290
+ :symbol: "EGP"
279
291
  :ERN:
280
292
  :one: "νάκφα Ερυθραίας"
281
293
  :other: "νάκφα Ερυθραίας"
294
+ :symbol: "ERN"
282
295
  :ESA:
283
296
  :one: "πεσέτα Ισπανίας (λογαριασμός Α)"
284
297
  :other: "πεσέτες Ισπανίας (λογαριασμός Α)"
@@ -292,6 +305,7 @@
292
305
  :ETB:
293
306
  :one: "μπιρ Αιθιοπίας"
294
307
  :other: "μπιρ Αιθιοπίας"
308
+ :symbol: "ETB"
295
309
  :EUR:
296
310
  :one: "ευρώ"
297
311
  :other: "ευρώ"
@@ -302,10 +316,11 @@
302
316
  :FJD:
303
317
  :one: "δολάριο Φίτζι"
304
318
  :other: "δολάρια Φίτζι"
305
- :symbol: "$"
319
+ :symbol: "FJD"
306
320
  :FKP:
307
321
  :one: "λίρα Νησιών Φώκλαντ"
308
322
  :other: "λίρες Νησιών Φώκλαντ"
323
+ :symbol: "FKP"
309
324
  :FRF:
310
325
  :one: "φράγκο Γαλλίας"
311
326
  :other: "φράγκα Γαλλίας"
@@ -319,23 +334,26 @@
319
334
  :GEL:
320
335
  :one: "λάρι Γεωργίας"
321
336
  :other: "λάρι Γεωργίας"
337
+ :symbol: "GEL"
322
338
  :GHC:
323
339
  :one: "σέντι Γκάνας (GHC)"
324
340
  :other: "σέντι Γκάνας (GHC)"
325
341
  :GHS:
326
342
  :one: "σέντι Γκάνας"
327
343
  :other: "σέντι Γκάνας"
328
- :symbol: ""
344
+ :symbol: "GHS"
329
345
  :GIP:
330
346
  :one: "λίρα Γιβραλτάρ"
331
347
  :other: "λίρες Γιβραλτάρ"
332
- :symbol: "£"
348
+ :symbol: "GIP"
333
349
  :GMD:
334
350
  :one: "νταλάσι Γκάμπιας"
335
351
  :other: "νταλάσι Γκάμπιας"
352
+ :symbol: "GMD"
336
353
  :GNF:
337
354
  :one: "φράγκο Γουινέας"
338
355
  :other: "φράγκα Γουινέας"
356
+ :symbol: "GNF"
339
357
  :GNS:
340
358
  :one: "συλί Γουινέας"
341
359
  :other: "συλί Γουινέας"
@@ -349,6 +367,7 @@
349
367
  :GTQ:
350
368
  :one: "κουετσάλ Γουατεμάλας"
351
369
  :other: "κουετσάλ Γουατεμάλας"
370
+ :symbol: "GTQ"
352
371
  :GWE:
353
372
  :one: "γκινέα εσκούδο Πορτογαλίας"
354
373
  :other: "γκινέα εσκούδο Πορτογαλίας"
@@ -358,7 +377,7 @@
358
377
  :GYD:
359
378
  :one: "δολάριο Γουιάνας"
360
379
  :other: "δολάρια Γουιάνας"
361
- :symbol: "$"
380
+ :symbol: "GYD"
362
381
  :HKD:
363
382
  :one: "δολάριο Χονγκ Κονγκ"
364
383
  :other: "δολάρια Χονγκ Κονγκ"
@@ -366,21 +385,26 @@
366
385
  :HNL:
367
386
  :one: "λεμπίρα Ονδούρας"
368
387
  :other: "λεμπίρα Ονδούρας"
388
+ :symbol: "HNL"
369
389
  :HRD:
370
390
  :one: "δηνάριο Κροατίας"
371
391
  :other: "δηνάρια Κροατίας"
372
392
  :HRK:
373
393
  :one: "κούνα Κροατίας"
374
394
  :other: "κούνα Κροατίας"
395
+ :symbol: "HRK"
375
396
  :HTG:
376
397
  :one: "γκουρντ Αϊτής"
377
398
  :other: "γκουρντ Αϊτής"
399
+ :symbol: "HTG"
378
400
  :HUF:
379
401
  :one: "φιορίνι Ουγγαρίας"
380
402
  :other: "φιορίνια Ουγγαρίας"
403
+ :symbol: "HUF"
381
404
  :IDR:
382
405
  :one: "ρουπία Ινδονησίας"
383
406
  :other: "ρουπία Ινδονησίας"
407
+ :symbol: "IDR"
384
408
  :IEP:
385
409
  :one: "λίρα Ιρλανδίας"
386
410
  :other: "λίρες Ιρλανδίας"
@@ -401,25 +425,29 @@
401
425
  :IQD:
402
426
  :one: "δηνάριο Ιράκ"
403
427
  :other: "δηνάρια Ιράκ"
428
+ :symbol: "IQD"
404
429
  :IRR:
405
430
  :one: "ριάλ Ιράν"
406
431
  :other: "ριάλ Ιράν"
432
+ :symbol: "IRR"
407
433
  :ISJ:
408
434
  :one: "Παλιά κορόνα Ισλανδίας"
409
435
  :other: "παλιές κορόνες Ισλανδίας"
410
436
  :ISK:
411
437
  :one: "κορόνα Ισλανδίας"
412
438
  :other: "κορόνες Ισλανδίας"
439
+ :symbol: "ISK"
413
440
  :ITL:
414
441
  :one: "λιρέτα Ιταλίας"
415
442
  :other: "λιρέτες Ιταλίας"
416
443
  :JMD:
417
444
  :one: "δολάριο Τζαμάικας"
418
445
  :other: "δολάρια Τζαμάικας"
419
- :symbol: "$"
446
+ :symbol: "JMD"
420
447
  :JOD:
421
448
  :one: "δηνάριο Ιορδανίας"
422
449
  :other: "δηνάρια Ιορδανίας"
450
+ :symbol: "JOD"
423
451
  :JPY:
424
452
  :one: "γιεν Ιαπωνίας"
425
453
  :other: "γιεν Ιαπωνίας"
@@ -427,22 +455,23 @@
427
455
  :KES:
428
456
  :one: "σελίνι Κένυας"
429
457
  :other: "σελίνια Κένυας"
458
+ :symbol: "KES"
430
459
  :KGS:
431
460
  :one: "σομ Κιργιζίας"
432
461
  :other: "σομ Κιργιζίας"
462
+ :symbol: "KGS"
433
463
  :KHR:
434
464
  :one: "ρίελ Καμπότζης"
435
465
  :other: "ρίελ Καμπότζης"
436
- :symbol: ""
466
+ :symbol: "KHR"
437
467
  :KMF:
438
468
  :one: "φράγκο Κομορών"
439
469
  :other: "φράγκα Κομορών"
470
+ :symbol: "KMF"
440
471
  :KPW:
441
472
  :one: "γουόν Βόρειας Κορέας"
442
473
  :other: "γουόν Βόρειας Κορέας"
443
- :KRH:
444
- :one: "South Korean hwan (1953–1962)"
445
- :other: "South Korean hwan (1953–1962)"
474
+ :symbol: "KPW"
446
475
  :KRO:
447
476
  :one: "Παλιό γον Νότιας Κορέας"
448
477
  :other: "Παλιά γον Νότιας Κορέας"
@@ -453,58 +482,63 @@
453
482
  :KWD:
454
483
  :one: "δηνάριο Κουβέιτ"
455
484
  :other: "δηνάρια Κουβέιτ"
485
+ :symbol: "KWD"
456
486
  :KYD:
457
487
  :one: "δολάριο Νήσων Κάιμαν"
458
488
  :other: "δολάρια Νήσων Κάιμαν"
459
- :symbol: "$"
489
+ :symbol: "KYD"
460
490
  :KZT:
461
491
  :one: "τένγκε Καζακστάν"
462
492
  :other: "τένγκε Καζακστάν"
463
- :symbol: ""
493
+ :symbol: "KZT"
464
494
  :LAK:
465
495
  :one: "κιπ Λάος"
466
496
  :other: "κιπ Λάος"
467
- :symbol: ""
497
+ :symbol: "LAK"
468
498
  :LBP:
469
499
  :one: "λίρα Λιβάνου"
470
500
  :other: "λίρες Λιβάνου"
501
+ :symbol: "LBP"
471
502
  :LKR:
472
503
  :one: "ρουπία Σρι Λάνκα"
473
504
  :other: "ρουπίες Σρι Λάνκα"
505
+ :symbol: "LKR"
474
506
  :LRD:
475
507
  :one: "δολάριο Λιβερίας"
476
508
  :other: "δολάρια Λιβερίας"
477
- :symbol: "$"
509
+ :symbol: "LRD"
478
510
  :LSL:
479
511
  :one: "λότι Λεσόθο"
480
512
  :other: "λότι Λεσόθο"
481
513
  :LTL:
482
514
  :one: "λίτα Λιθουανίας"
483
515
  :other: "λίτα Λιθουανίας"
516
+ :symbol: "LTL"
484
517
  :LTT:
485
518
  :one: "ταλόνας Λιθουανίας"
486
519
  :other: "ταλόνας Λιθουανίας"
487
520
  :LUC:
488
521
  :one: "Μετατρέψιμο Φράγκο Λουξεμβούργου"
489
- :other: "Luxembourgian convertible francs"
490
522
  :LUF:
491
523
  :one: "φράγκο Λουξεμβούργου"
492
524
  :other: "φράγκα Λουξεμβούργου"
493
525
  :LUL:
494
526
  :one: "Οικονομικό Φράγκο Λουξεμβούργου"
495
- :other: "Luxembourg financial francs"
496
527
  :LVL:
497
528
  :one: "λατς Λετονίας"
498
529
  :other: "λατς Λετονίας"
530
+ :symbol: "LVL"
499
531
  :LVR:
500
532
  :one: "ρούβλι Λετονίας"
501
533
  :other: "ρούβλια Λετονίας"
502
534
  :LYD:
503
535
  :one: "δηνάριο Λιβύης"
504
536
  :other: "δηνάρια Λιβύης"
537
+ :symbol: "LYD"
505
538
  :MAD:
506
539
  :one: "ντιράμ Μαρόκου"
507
540
  :other: "ντιράμ Μαρόκου"
541
+ :symbol: "MAD"
508
542
  :MAF:
509
543
  :one: "φράγκο Μαρόκου"
510
544
  :other: "φράγκα Μαρόκου"
@@ -517,15 +551,18 @@
517
551
  :MDL:
518
552
  :one: "λέου Μολδαβίας"
519
553
  :other: "λέου Μολδαβίας"
554
+ :symbol: "MDL"
520
555
  :MGA:
521
556
  :one: "αριάρι Μαδαγασκάρης"
522
557
  :other: "αριάρι Μαδαγασκάρης"
558
+ :symbol: "MGA"
523
559
  :MGF:
524
560
  :one: "φράγκο Μαδαγασκάρης"
525
561
  :other: "φράγκα Μαδαγασκάρης"
526
562
  :MKD:
527
563
  :one: "δηνάριο Π.Γ.Δ.Μ."
528
564
  :other: "δηνάρια Π.Γ.Δ.Μ."
565
+ :symbol: "MKD"
529
566
  :MKN:
530
567
  :one: "Παλιό δηνάριο ΠΓΔΜ"
531
568
  :other: "Παλιά δηνάρια ΠΓΔΜ"
@@ -535,16 +572,19 @@
535
572
  :MMK:
536
573
  :one: "κυάτ Μιανμάρ"
537
574
  :other: "κυάτ Μιανμάρ"
575
+ :symbol: "MMK"
538
576
  :MNT:
539
577
  :one: "τουγκρίκ Μογγολίας"
540
578
  :other: "τουγκρίκ Μογγολίας"
541
- :symbol: ""
579
+ :symbol: "MNT"
542
580
  :MOP:
543
581
  :one: "πατάκα Μακάο"
544
582
  :other: "πατάκα Μακάο"
583
+ :symbol: "MOP"
545
584
  :MRO:
546
585
  :one: "ουγκίγια Μαυριτανίας"
547
586
  :other: "ουγκίγια Μαυριτανίας"
587
+ :symbol: "MRO"
548
588
  :MTL:
549
589
  :one: "λιρέτα Μάλτας"
550
590
  :other: "λιρέτες Μάλτας"
@@ -554,15 +594,15 @@
554
594
  :MUR:
555
595
  :one: "ρουπία Μαυρικίου"
556
596
  :other: "ρουπίες Μαυρικίου"
557
- :MVP:
558
- :one: "Maldivian rupee"
559
- :other: "Maldivian rupees"
597
+ :symbol: "MUR"
560
598
  :MVR:
561
599
  :one: "ρουφίγια Μαλδίβων"
562
600
  :other: "ρουφίγια Μαλδίβων"
601
+ :symbol: "MVR"
563
602
  :MWK:
564
603
  :one: "κουάτσα Μαλάουι"
565
604
  :other: "κουάτσα Μαλάουι"
605
+ :symbol: "MWK"
566
606
  :MXN:
567
607
  :one: "πέσο Μεξικού"
568
608
  :other: "πέσο Μεξικού"
@@ -570,12 +610,10 @@
570
610
  :MXP:
571
611
  :one: "ασημένιο πέσο Μεξικού (MXP)"
572
612
  :other: "ασημένια πέσο Μεξικού (MXP)"
573
- :MXV:
574
- :one: "Mexican investment unit"
575
- :other: "Mexican investment units"
576
613
  :MYR:
577
614
  :one: "ρινγκίτ Μαλαισίας"
578
615
  :other: "ρινγκίτ Μαλαισίας"
616
+ :symbol: "MYR"
579
617
  :MZE:
580
618
  :one: "εσκούδο Μοζαμβίκης"
581
619
  :other: "εσκούδο Μοζαμβίκης"
@@ -585,29 +623,33 @@
585
623
  :MZN:
586
624
  :one: "μετικάλ Μοζαμβίκης"
587
625
  :other: "μετικάλ Μοζαμβίκης"
626
+ :symbol: "MZN"
588
627
  :NAD:
589
628
  :one: "δολάριο Ναμίμπια"
590
629
  :other: "δολάρια Ναμίμπια"
591
- :symbol: "$"
630
+ :symbol: "NAD"
592
631
  :NGN:
593
632
  :one: "νάιρα Νιγηρίας"
594
633
  :other: "νάιρα Νιγηρίας"
595
- :symbol: ""
634
+ :symbol: "NGN"
596
635
  :NIC:
597
636
  :one: "κόρδοβα Νικαράγουας"
598
637
  :other: "κόρδοβα Νικαράγουας"
599
638
  :NIO:
600
639
  :one: "χρυσή κόρδοβα Νικαράγουας"
601
640
  :other: "χρυσές κόρδοβα Νικαράγουας"
641
+ :symbol: "NIO"
602
642
  :NLG:
603
643
  :one: "γκίλντα Ολλανδίας"
604
644
  :other: "γκίλντα Ολλανδίας"
605
645
  :NOK:
606
646
  :one: "κορόνα Νορβηγίας"
607
647
  :other: "κορόνες Νορβηγίας"
648
+ :symbol: "NOK"
608
649
  :NPR:
609
650
  :one: "ρουπία Νεπάλ"
610
651
  :other: "ρουπίες Νεπάλ"
652
+ :symbol: "NPR"
611
653
  :NZD:
612
654
  :one: "δολάριο Νέας Ζηλανδίας"
613
655
  :other: "δολάρια Νέας Ζηλανδίας"
@@ -615,31 +657,37 @@
615
657
  :OMR:
616
658
  :one: "ριάλ Ομάν"
617
659
  :other: "ριάλ Ομάν"
660
+ :symbol: "OMR"
618
661
  :PAB:
619
662
  :one: "μπαλμπόα Παναμά"
620
663
  :other: "μπαλμπόα Παναμά"
664
+ :symbol: "PAB"
621
665
  :PEI:
622
666
  :one: "ίντι Περού"
623
667
  :other: "ίντι Περού"
624
668
  :PEN:
625
669
  :one: "νέο σολ Περού"
626
670
  :other: "νέα Σολ Περού"
671
+ :symbol: "PEN"
627
672
  :PES:
628
673
  :one: "σολ Περού"
629
674
  :other: "σολ Περού"
630
675
  :PGK:
631
676
  :one: "κίνα Παπούα Νέα Γουινέα"
632
677
  :other: "κίνα Παπούα Νέα Γουινέα"
678
+ :symbol: "PGK"
633
679
  :PHP:
634
680
  :one: "πέσο Φιλιππίνων"
635
681
  :other: "πέσο Φιλιππίνων"
636
- :symbol: ""
682
+ :symbol: "PHP"
637
683
  :PKR:
638
684
  :one: "ρουπία Πακιστάν"
639
685
  :other: "ρουπίες Πακιστάν"
686
+ :symbol: "PKR"
640
687
  :PLN:
641
688
  :one: "ζλότι Πολωνίας"
642
689
  :other: "ζλότι Πολωνίας"
690
+ :symbol: "PLN"
643
691
  :PLZ:
644
692
  :one: "ζλότυ Πολωνίας (PLZ)"
645
693
  :other: "ζλότυ Πολωνίας (PLZ)"
@@ -649,10 +697,11 @@
649
697
  :PYG:
650
698
  :one: "γκουαρανί Παραγουάης"
651
699
  :other: "γκουαρανί Παραγουάης"
652
- :symbol: ""
700
+ :symbol: "PYG"
653
701
  :QAR:
654
702
  :one: "ριάλ Κατάρ"
655
703
  :other: "ριάλ Κατάρ"
704
+ :symbol: "QAR"
656
705
  :RHD:
657
706
  :one: "δολάριο Ροδεσίας"
658
707
  :other: "δολάρια Ροδεσίας"
@@ -662,12 +711,15 @@
662
711
  :RON:
663
712
  :one: "λέου Ρουμανίας"
664
713
  :other: "λέου Ρουμανίας"
714
+ :symbol: "RON"
665
715
  :RSD:
666
716
  :one: "δηνάριο Σερβίας"
667
717
  :other: "δηνάρια Σερβίας"
718
+ :symbol: "RSD"
668
719
  :RUB:
669
720
  :one: "ρούβλι Ρωσίας"
670
721
  :other: "ρούβλια Ρωσίας"
722
+ :symbol: "RUB"
671
723
  :RUR:
672
724
  :one: "ρούβλι Ρωσίας (RUR)"
673
725
  :other: "ρούβλια Ρωσίας (1991–1998)"
@@ -675,35 +727,41 @@
675
727
  :RWF:
676
728
  :one: "φράγκο Ρουάντας"
677
729
  :other: "φράγκα Ρουάντας"
730
+ :symbol: "RWF"
678
731
  :SAR:
679
732
  :one: "ριάλ Σαουδικής Αραβίας"
680
733
  :other: "ριάλ Σαουδικής Αραβίας"
734
+ :symbol: "SAR"
681
735
  :SBD:
682
736
  :one: "δολάριο Νήσων Σολομώντος"
683
737
  :other: "δολάρια Νήσων Σολομώντος"
684
- :symbol: "$"
738
+ :symbol: "SBD"
685
739
  :SCR:
686
740
  :one: "ρουπία Σεϋχελλών"
687
741
  :other: "ρουπίες Σεϋχελλών"
742
+ :symbol: "SCR"
688
743
  :SDD:
689
744
  :one: "δηνάριο Σουδάν"
690
745
  :other: "δηνάρια Σουδάν"
691
746
  :SDG:
692
747
  :one: "λίρα Σουδάν"
693
748
  :other: "λίρες Σουδάν"
749
+ :symbol: "SDG"
694
750
  :SDP:
695
751
  :one: "παλιά λίρα Σουδάν"
696
752
  :other: "παλαιές λίρες Σουδάν"
697
753
  :SEK:
698
754
  :one: "κορόνα Σουηδίας"
699
755
  :other: "κορόνες Σουηδίας"
756
+ :symbol: "SEK"
700
757
  :SGD:
701
758
  :one: "δολάριο Σιγκαπούρης"
702
759
  :other: "δολάρια Σιγκαπούρης"
703
- :symbol: "$"
760
+ :symbol: "SGD"
704
761
  :SHP:
705
762
  :one: "λίρα Αγίας Ελένης"
706
763
  :other: "λίρες Αγίας Ελένης"
764
+ :symbol: "SHP"
707
765
  :SIT:
708
766
  :one: "τόλαρ Σλοβενίας"
709
767
  :other: "τόλαρ Σλοβ"
@@ -713,23 +771,26 @@
713
771
  :SLL:
714
772
  :one: "λεόνε Σιέρα Λεόνε"
715
773
  :other: "λεόνε Σιέρα Λεόνε"
774
+ :symbol: "SLL"
716
775
  :SOS:
717
776
  :one: "σελίνι Σομαλίας"
718
777
  :other: "σελίνια Σομαλίας"
778
+ :symbol: "SOS"
719
779
  :SRD:
720
780
  :one: "δολάριο Σουρινάμ"
721
781
  :other: "δολάρια Σουρινάμ"
722
- :symbol: "$"
782
+ :symbol: "SRD"
723
783
  :SRG:
724
784
  :one: "γκίλντα Σουρινάμ"
725
785
  :other: "γκίλντα Σουρινάμ"
726
786
  :SSP:
727
787
  :one: "λίρα Νότιου Σουδάν"
728
788
  :other: "λίρες Νότιου Σουδάν"
729
- :symbol: "£"
789
+ :symbol: "SSP"
730
790
  :STD:
731
791
  :one: "ντόμπρα Σάο Τόμε και Πρίνσιπε"
732
792
  :other: "ντόμπρα Σάο Τόμε και Πρίνσιπε"
793
+ :symbol: "STD"
733
794
  :SUR:
734
795
  :one: "σοβιετικό ρούβλι"
735
796
  :other: "σοβιετικά ρούβλια"
@@ -739,9 +800,11 @@
739
800
  :SYP:
740
801
  :one: "λίρα Συρίας"
741
802
  :other: "λίρες Συρίας"
803
+ :symbol: "SYP"
742
804
  :SZL:
743
805
  :one: "λιλανγκένι Σουαζιλάνδης"
744
806
  :other: "λιλανγκένι Σουαζιλάνδης"
807
+ :symbol: "SZL"
745
808
  :THB:
746
809
  :one: "μπατ Ταϊλάνδης"
747
810
  :other: "μπατ Ταϊλάνδης"
@@ -752,32 +815,37 @@
752
815
  :TJS:
753
816
  :one: "σομόνι Τατζικιστάν"
754
817
  :other: "σομόνι Τατζικιστάν"
818
+ :symbol: "TJS"
755
819
  :TMM:
756
820
  :one: "μανάτ Τουρκμενιστάν"
757
821
  :other: "μανάτ Τουρκμενιστάν"
758
822
  :TMT:
759
823
  :one: "μάνατ Τουρκμενιστάν"
760
824
  :other: "μάνατ Τουρκμενιστάν"
825
+ :symbol: "TMT"
761
826
  :TND:
762
827
  :one: "δηνάριο Τυνησίας"
763
828
  :other: "δηνάρια Τυνησίας"
829
+ :symbol: "TND"
764
830
  :TOP:
765
831
  :one: "παάγκα νήσων Τόγκα"
766
832
  :other: "παάγκα νήσων Τόγκα"
833
+ :symbol: "TOP"
767
834
  :TPE:
768
835
  :one: "εσκούδο Τιμόρ"
769
836
  :other: "εσκούδο Τιμόρ"
837
+ :symbol: "TPE"
770
838
  :TRL:
771
839
  :one: "παλιά λίρα Τουρκίας"
772
840
  :other: "παλιές λίρες Τουρκίας"
773
841
  :TRY:
774
842
  :one: "τουρκική λίρα"
775
843
  :other: "τουρκικές λίρες"
776
- :symbol: ""
844
+ :symbol: "TRY"
777
845
  :TTD:
778
846
  :one: "δολάριο Τρινιντάντ και Τομπάγκο"
779
847
  :other: "δολάρια Τρινιντάντ και Τομπάγκο"
780
- :symbol: "$"
848
+ :symbol: "TTD"
781
849
  :TWD:
782
850
  :one: "νέο δολάριο Ταϊβάν"
783
851
  :other: "νέα δολάρια Ταϊβάν"
@@ -785,10 +853,11 @@
785
853
  :TZS:
786
854
  :one: "σελίνι Τανζανίας"
787
855
  :other: "σελίνια Τανζανίας"
856
+ :symbol: "TZS"
788
857
  :UAH:
789
858
  :one: "γρίβνα Ουκρανίας"
790
859
  :other: "γρίβνα Ουκρανίας"
791
- :symbol: ""
860
+ :symbol: "UAH"
792
861
  :UAK:
793
862
  :one: "καρμποβανέτς Ουκρανίας"
794
863
  :other: "καρμποβανέτς Ουκρανίας"
@@ -798,9 +867,10 @@
798
867
  :UGX:
799
868
  :one: "σελίνι Ουγκάντας"
800
869
  :other: "σελίνια Ουγκάντας"
870
+ :symbol: "UGX"
801
871
  :USD:
802
- :one: "δολάριο Η.Π.Α."
803
- :other: "δολάρια Η.Π.Α."
872
+ :one: "δολάριο ΗΠΑ"
873
+ :other: "δολάρια ΗΠΑ"
804
874
  :symbol: "$"
805
875
  :USN:
806
876
  :one: "δολάριο Η.Π.Α. (επόμενη ημέρα)"
@@ -808,25 +878,24 @@
808
878
  :USS:
809
879
  :one: "δολάριο Η.Π.Α. (ίδια ημέρα)"
810
880
  :other: "δολάρια Η.Π.Α. (ίδια ημέρα)"
811
- :UYI:
812
- :one: "Uruguayan peso (indexed units)"
813
- :other: "Uruguayan pesos (indexed units)"
814
881
  :UYP:
815
882
  :one: "πέσο Ουρουγουάης (UYP)"
816
883
  :other: "πέσο Ουρουγουάης (UYP)"
817
884
  :UYU:
818
885
  :one: "πέσο Ουρουγουάης"
819
886
  :other: "πέσο Ουρουγουάης"
820
- :symbol: "$"
887
+ :symbol: "UYU"
821
888
  :UZS:
822
889
  :one: "σομ Ουζμπεκιστάν"
823
890
  :other: "σομ Ουζμπεκιστάν"
891
+ :symbol: "UZS"
824
892
  :VEB:
825
893
  :one: "μπολιβάρ Βενεζουέλας (1871–2008)"
826
894
  :other: "μπολιβάρ Βενεζουέλας (1871–2008)"
827
895
  :VEF:
828
896
  :one: "μπολιβάρ Βενεζουέλας"
829
897
  :other: "μπολιβάρ Βενεζουέλας"
898
+ :symbol: "VEF"
830
899
  :VND:
831
900
  :one: "ντονγκ Βιετνάμ"
832
901
  :other: "ντονγκ Βιετνάμ"
@@ -837,19 +906,15 @@
837
906
  :VUV:
838
907
  :one: "βατού Βανουάτου"
839
908
  :other: "βατού Βανουάτου"
909
+ :symbol: "VUV"
840
910
  :WST:
841
911
  :one: "τάλα Σαμόα"
842
912
  :other: "τάλα Σαμόα"
913
+ :symbol: "WST"
843
914
  :XAF:
844
- :one: "φράγκο CFA Κεντρικής Αφρικής"
845
- :other: "φράγκα CFA Κεντρικής Αφρικής"
915
+ :one: "φράγκο CFA Κεντρικής Αφρικής (BEAC)"
916
+ :other: "φράγκα CFA Κεντρικής Αφρικής (BEAC)"
846
917
  :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
918
  :XBA:
854
919
  :one: "ευρωπαϊκή σύνθετη μονάδα"
855
920
  :other: "ευρωπαϊκές σύνθετες μονάδες"
@@ -879,31 +944,16 @@
879
944
  :one: "UIC-φράγκο Γαλλίας"
880
945
  :other: "UIC-φράγκα Γαλλίας"
881
946
  :XOF:
882
- :one: "φράγκο CFA Δυτικής Αφρικής"
883
- :other: "φράγκα CFA Δυτικής Αφρικής"
947
+ :one: "φράγκο CFA Δυτικής Αφρικής (BCEAO)"
948
+ :other: "φράγκα CFA Δυτικής Αφρικής (BCEAO)"
884
949
  :symbol: "CFA"
885
- :XPD:
886
- :one: "troy ounce of palladium"
887
- :other: "troy ounces of palladium"
888
950
  :XPF:
889
951
  :one: "φράγκο CFP"
890
952
  :other: "φράγκα CFP"
891
953
  :symbol: "CFPF"
892
- :XPT:
893
- :one: "troy ounce of platinum"
894
- :other: "troy ounces of platinum"
895
954
  :XRE:
896
955
  :one: "Ταμείο RINET"
897
956
  :other: "Ταμείο RINET"
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
957
  :XXX:
908
958
  :one: "(άγνωστο νόμισμα)"
909
959
  :other: "(άγνωστο νόμισμα)"
@@ -913,6 +963,7 @@
913
963
  :YER:
914
964
  :one: "ριάλ Υεμένης"
915
965
  :other: "ριάλ Υεμένης"
966
+ :symbol: "YER"
916
967
  :YUD:
917
968
  :one: "μεταλλικό δηνάριο Γιουγκοσλαβίας"
918
969
  :other: "μεταλλικά δηνάρια Γιουγκοσλαβίας"
@@ -931,12 +982,14 @@
931
982
  :ZAR:
932
983
  :one: "ραντ Νότιας Αφρικής"
933
984
  :other: "ραντ Νότιας Αφρικής"
985
+ :symbol: "ZAR"
934
986
  :ZMK:
935
987
  :one: "κουάτσα Ζάμπιας (1968–2012)"
936
988
  :other: "κουάτσα Ζάμπιας (1968–2012)"
937
989
  :ZMW:
938
990
  :one: "κουάτσα Ζάμπιας"
939
991
  :other: "κουάτσα Ζάμπιας"
992
+ :symbol: "ZMW"
940
993
  :ZRN:
941
994
  :one: "νέο ζαΐρ Ζαΐρ"
942
995
  :other: "νέα ζαΐρ Ζαΐρ"