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
@@ -1,62 +1,30 @@
1
1
  ---
2
2
  :sq:
3
3
  :currencies:
4
- :ADP:
5
- :one: "Andorran peseta"
6
- :other: "Andorran pesetas"
7
4
  :AED:
8
5
  :one: "dirham i Emirateve të Bashkuara Arabe"
9
6
  :other: "dirhamë të Emirateve të Bashkuara Arabe"
10
- :AFA:
11
- :one: "Afghan afghani (1927–2002)"
12
- :other: "Afghan afghanis (1927–2002)"
13
7
  :AFN:
14
8
  :one: "afgan afgan"
15
9
  :other: "afganë afgan"
16
- :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
19
10
  :ALL:
20
11
  :one: "lek shqiptar"
21
12
  :other: "lekë shqiptar"
22
13
  :symbol: "Lekë"
23
14
  :AMD:
24
- :one: "drami armen"
25
- :other: "drami armen"
15
+ :one: "drami armene"
16
+ :other: "drami armene"
26
17
  :ANG:
27
18
  :one: "gilder antilian holandez"
28
19
  :other: "gilderë antilian holandez"
29
20
  :AOA:
30
21
  :one: "kuanzë angole"
31
22
  :other: "kuanza angole"
32
- :AOK:
33
- :one: "Angolan kwanza (1977–1991)"
34
- :other: "Angolan kwanzas (1977–1991)"
35
- :AON:
36
- :one: "Angolan new kwanza (1990–2000)"
37
- :other: "Angolan new kwanzas (1990–2000)"
38
- :AOR:
39
- :one: "Angolan readjusted kwanza (1995–1999)"
40
- :other: "Angolan readjusted kwanzas (1995–1999)"
41
- :ARA:
42
- :one: "Argentine austral"
43
- :other: "Argentine australs"
44
- :ARL:
45
- :one: "Argentine peso ley (1970–1983)"
46
- :other: "Argentine pesos ley (1970–1983)"
47
- :ARM:
48
- :one: "Argentine peso (1881–1970)"
49
- :other: "Argentine pesos (1881–1970)"
50
- :ARP:
51
- :one: "Argentine peso (1983–1985)"
52
- :other: "Argentine pesos (1983–1985)"
23
+ :symbol: "Kz"
53
24
  :ARS:
54
- :one: "peso argjentinase"
55
- :other: "peso argjentinase"
25
+ :one: "pezo argjentinase"
26
+ :other: "pezo argjentinase"
56
27
  :symbol: "$"
57
- :ATS:
58
- :one: "Austrian schilling"
59
- :other: "Austrian schillings"
60
28
  :AUD:
61
29
  :one: "dollar australian"
62
30
  :other: "dollarë australian"
@@ -64,21 +32,13 @@
64
32
  :AWG:
65
33
  :one: "florin aruban"
66
34
  :other: "florinë aruban"
67
- :AZM:
68
- :one: "Azerbaijani manat (1993–2006)"
69
- :other: "Azerbaijani manats (1993–2006)"
70
35
  :AZN:
71
36
  :one: "manatë azere"
72
37
  :other: "manata azere"
73
- :BAD:
74
- :one: "Bosnia-Herzegovina dinar (1992–1994)"
75
- :other: "Bosnia-Herzegovina dinars (1992–1994)"
76
38
  :BAM:
77
39
  :one: "markë e Bosnjë-Hercegovinës [e shkëmbyeshme]"
78
40
  :other: "marka të Bosnjë-Hercegovinës [të shkëmbyeshme]"
79
- :BAN:
80
- :one: "Bosnia-Herzegovina new dinar (1994–1997)"
81
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
41
+ :symbol: "KM"
82
42
  :BBD:
83
43
  :one: "dollar barbadian"
84
44
  :other: "dollarë barbadian"
@@ -87,27 +47,9 @@
87
47
  :one: "takë bangladeshi"
88
48
  :other: "taka bangladeshi"
89
49
  :symbol: "৳"
90
- :BEC:
91
- :one: "Belgian franc (convertible)"
92
- :other: "Belgian francs (convertible)"
93
- :BEF:
94
- :one: "Belgian franc"
95
- :other: "Belgian francs"
96
- :BEL:
97
- :one: "Belgian franc (financial)"
98
- :other: "Belgian francs (financial)"
99
- :BGL:
100
- :one: "Bulgarian hard lev"
101
- :other: "Bulgarian hard leva"
102
- :BGM:
103
- :one: "Bulgarian socialist lev"
104
- :other: "Bulgarian socialist leva"
105
50
  :BGN:
106
51
  :one: "levë bullgare"
107
52
  :other: "leva bullgare"
108
- :BGO:
109
- :one: "Bulgarian lev (1879–1952)"
110
- :other: "Bulgarian leva (1879–1952)"
111
53
  :BHD:
112
54
  :one: "dinar bahreini"
113
55
  :other: "dinarë bahreini"
@@ -123,39 +65,13 @@
123
65
  :other: "dollarë brunei"
124
66
  :symbol: "$"
125
67
  :BOB:
126
- :one: "bolivian bolivian"
127
- :other: "bolivianë bolivian"
128
- :BOL:
129
- :one: "Bolivian boliviano (1863–1963)"
130
- :other: "Bolivian bolivianos (1863–1963)"
131
- :BOP:
132
- :one: "Bolivian peso"
133
- :other: "Bolivian pesos"
134
- :BOV:
135
- :one: "Bolivian mvdol"
136
- :other: "Bolivian mvdols"
137
- :BRB:
138
- :one: "Brazilian new cruzeiro (1967–1986)"
139
- :other: "Brazilian new cruzeiros (1967–1986)"
140
- :BRC:
141
- :one: "Brazilian cruzado (1986–1989)"
142
- :other: "Brazilian cruzados (1986–1989)"
143
- :BRE:
144
- :one: "Brazilian cruzeiro (1990–1993)"
145
- :other: "Brazilian cruzeiros (1990–1993)"
68
+ :one: "bolivian i Bolivisë"
69
+ :other: "bolivianë të Bolivisë"
70
+ :symbol: "Bs"
146
71
  :BRL:
147
72
  :one: "real brazilian"
148
73
  :other: "realë brazilian"
149
74
  :symbol: "R$"
150
- :BRN:
151
- :one: "Brazilian new cruzado (1989–1990)"
152
- :other: "Brazilian new cruzados (1989–1990)"
153
- :BRR:
154
- :one: "Brazilian cruzeiro (1993–1994)"
155
- :other: "Brazilian cruzeiros (1993–1994)"
156
- :BRZ:
157
- :one: "Brazilian cruzeiro (1942–1967)"
158
- :other: "Brazilian cruzeiros (1942–1967)"
159
75
  :BSD:
160
76
  :one: "dollar bahamez"
161
77
  :other: "dollarë bahamez"
@@ -163,15 +79,10 @@
163
79
  :BTN:
164
80
  :one: "ngultrum butanez"
165
81
  :other: "ngultrumë butanez"
166
- :BUK:
167
- :one: "Burmese kyat"
168
- :other: "Burmese kyats"
169
82
  :BWP:
170
83
  :one: "pulë botsvane"
171
84
  :other: "pula botsvane"
172
- :BYB:
173
- :one: "Belarusian new ruble (1994–1999)"
174
- :other: "Belarusian new rubles (1994–1999)"
85
+ :symbol: "P"
175
86
  :BYR:
176
87
  :one: "rubël bjelloruse"
177
88
  :other: "rubla bjelloruse"
@@ -187,119 +98,70 @@
187
98
  :CDF:
188
99
  :one: "frangë kongole"
189
100
  :other: "franga kongole"
190
- :CHE:
191
- :one: "WIR euro"
192
- :other: "WIR euros"
193
101
  :CHF:
194
102
  :one: "frangë zvicerane"
195
103
  :other: "franga zvicerane"
196
- :CHW:
197
- :one: "WIR franc"
198
- :other: "WIR francs"
199
- :CLE:
200
- :one: "Chilean escudo"
201
- :other: "Chilean escudos"
202
- :CLF:
203
- :one: "Chilean unit of account (UF)"
204
- :other: "Chilean units of account (UF)"
205
104
  :CLP:
206
- :one: "peso kiliane"
207
- :other: "peso kiliane"
105
+ :one: "pezo kiliane"
106
+ :other: "pezo kiliane"
208
107
  :symbol: "$"
209
- :CNX:
210
- :one: "Chinese People’s Bank dollar"
211
- :other: "Chinese People’s Bank dollars"
212
108
  :CNY:
213
109
  :one: "juan kinez"
214
110
  :other: "juanë kinez"
215
111
  :symbol: "CN¥"
216
112
  :COP:
217
- :one: "peso kolumbiane"
218
- :other: "peso kolumbiane"
113
+ :one: "pezo kolumbiane"
114
+ :other: "pezo kolumbiane"
219
115
  :symbol: "$"
220
- :COU:
221
- :one: "Colombian real value unit"
222
- :other: "Colombian real value units"
223
116
  :CRC:
224
117
  :one: "kolon kostarikan"
225
118
  :other: "kolonë kostarikan"
226
119
  :symbol: "₡"
227
- :CSD:
228
- :one: "Serbian dinar (2002–2006)"
229
- :other: "Serbian dinars (2002–2006)"
230
- :CSK:
231
- :one: "Czechoslovak hard koruna"
232
- :other: "Czechoslovak hard korunas"
233
120
  :CUC:
234
- :one: "peso kubane e shkëmbyeshme"
235
- :other: "peso kubane të shkëmbyeshme"
121
+ :one: "pezo kubane e shkëmbyeshme"
122
+ :other: "pezo kubane të shkëmbyeshme"
123
+ :symbol: "$"
236
124
  :CUP:
237
- :one: "peso kubane"
238
- :other: "peso kubane"
125
+ :one: "pezo kubane"
126
+ :other: "pezo kubane"
239
127
  :symbol: "$"
240
128
  :CVE:
241
129
  :one: "eskudo e Kepit të Gjelbër"
242
130
  :other: "eskudo të Kepit të Gjelbër"
243
- :CYP:
244
- :one: "Cypriot pound"
245
- :other: "Cypriot pounds"
246
131
  :CZK:
247
132
  :one: "korunë çeke"
248
133
  :other: "koruna çeke"
249
- :DDM:
250
- :one: "East German mark"
251
- :other: "East German marks"
252
- :DEM:
253
- :one: "German mark"
254
- :other: "German marks"
134
+ :symbol: "Kč"
255
135
  :DJF:
256
136
  :one: "frangë xhibutiane"
257
137
  :other: "franga xhibutiane"
258
138
  :DKK:
259
139
  :one: "koronë daneze"
260
140
  :other: "korona daneze"
141
+ :symbol: "kr"
261
142
  :DOP:
262
- :one: "peso dominikane"
263
- :other: "peso dominikane"
143
+ :one: "pezo dominikane"
144
+ :other: "pezo dominikane"
264
145
  :symbol: "$"
265
146
  :DZD:
266
147
  :one: "dinar algjerian"
267
148
  :other: "dinarë algjerian"
268
- :ECS:
269
- :one: "Ecuadorian sucre"
270
- :other: "Ecuadorian sucres"
271
- :ECV:
272
- :one: "Ecuadorian unit of constant value"
273
- :other: "Ecuadorian units of constant value"
274
- :EEK:
275
- :one: "Estonian kroon"
276
- :other: "Estonian kroons"
277
149
  :EGP:
278
150
  :one: "stërlinë egjiptiane"
279
151
  :other: "stërlina egjiptiane"
152
+ :symbol: "E£"
280
153
  :ERN:
281
154
  :one: "nakfë eritreje"
282
155
  :other: "nakfa eritreje"
283
- :ESA:
284
- :one: "Spanish peseta (A account)"
285
- :other: "Spanish pesetas (A account)"
286
- :ESB:
287
- :one: "Spanish peseta (convertible account)"
288
- :other: "Spanish pesetas (convertible account)"
289
156
  :ESP:
290
- :one: "Spanish peseta"
291
- :other: "Spanish pesetas"
292
157
  :symbol: "₧"
293
158
  :ETB:
294
- :one: "birë etiopase"
295
- :other: "bira etiopase"
159
+ :one: "birë etiopiane"
160
+ :other: "bira etiopiane"
296
161
  :EUR:
297
162
  :one: "euro"
298
163
  :other: "euro"
299
164
  :symbol: "€"
300
- :FIM:
301
- :one: "Finnish markka"
302
- :other: "Finnish markkas"
303
165
  :FJD:
304
166
  :one: "dollar fixhi"
305
167
  :other: "dollarë fixhi"
@@ -307,26 +169,17 @@
307
169
  :FKP:
308
170
  :one: "stërlinë e Ishujve Folkland"
309
171
  :other: "stërlina të Ishujve Folkland"
310
- :FRF:
311
- :one: "French franc"
312
- :other: "French francs"
172
+ :symbol: "£"
313
173
  :GBP:
314
174
  :one: "sterlinë britanike"
315
175
  :other: "sterlina britanike"
316
176
  :symbol: "£"
317
- :GEK:
318
- :one: "Georgian kupon larit"
319
- :other: "Georgian kupon larits"
320
177
  :GEL:
321
178
  :one: "lari gjeorgjian"
322
179
  :other: "lari gjeorgjiane"
323
- :GHC:
324
- :one: "Ghanaian cedi (1979–2007)"
325
- :other: "Ghanaian cedis (1979–2007)"
326
180
  :GHS:
327
181
  :one: "sejdë ganeze"
328
182
  :other: "sejda ganeze"
329
- :symbol: "₵"
330
183
  :GIP:
331
184
  :one: "sterlinë gjibraltari"
332
185
  :other: "sterlina gjibraltari"
@@ -337,59 +190,38 @@
337
190
  :GNF:
338
191
  :one: "frangë guineje"
339
192
  :other: "franga guineje"
340
- :GNS:
341
- :one: "Guinean syli"
342
- :other: "Guinean sylis"
343
- :GQE:
344
- :one: "Equatorial Guinean ekwele"
345
- :other: "Equatorial Guinean ekwele"
346
- :GRD:
347
- :one: "Greek drachma"
348
- :other: "Greek drachmas"
193
+ :symbol: "FG"
349
194
  :GTQ:
350
195
  :one: "kuecal guatemalas"
351
196
  :other: "kuecalë guatemalas"
352
- :GWE:
353
- :one: "Portuguese Guinea escudo"
354
- :other: "Portuguese Guinea escudos"
355
- :GWP:
356
- :one: "Guinea-Bissau peso"
357
- :other: "Guinea-Bissau pesos"
197
+ :symbol: "Q"
358
198
  :GYD:
359
199
  :one: "dollar guajanez"
360
200
  :other: "dollarë guajanez"
361
201
  :symbol: "$"
362
202
  :HKD:
363
- :one: "dollar i Hong Kongut"
364
- :other: "dollarë Hong Kongut"
203
+ :one: "dollar Hong Kongu"
204
+ :other: "dollarë Hong Kongu"
365
205
  :symbol: "HK$"
366
206
  :HNL:
367
207
  :one: "lempirë hondurase"
368
208
  :other: "lempira hondurase"
369
- :HRD:
370
- :one: "Croatian dinar"
371
- :other: "Croatian dinars"
209
+ :symbol: "L"
372
210
  :HRK:
373
211
  :one: "kunë kroate"
374
212
  :other: "kuna kroate"
213
+ :symbol: "kn"
375
214
  :HTG:
376
215
  :one: "gurd haitian"
377
216
  :other: "gurdë haitian"
378
217
  :HUF:
379
218
  :one: "forintë hungareze"
380
219
  :other: "forinta hungareze"
220
+ :symbol: "Ft"
381
221
  :IDR:
382
222
  :one: "rupi indoneziane"
383
223
  :other: "rupi indoneziane"
384
- :IEP:
385
- :one: "Irish pound"
386
- :other: "Irish pounds"
387
- :ILP:
388
- :one: "Israeli pound"
389
- :other: "Israeli pounds"
390
- :ILR:
391
- :one: "Israeli sheqel (1980–1985)"
392
- :other: "Israeli sheqels (1980–1985)"
224
+ :symbol: "Rp"
393
225
  :ILS:
394
226
  :one: "shekel izrealit"
395
227
  :other: "shekelë izrealite"
@@ -404,15 +236,10 @@
404
236
  :IRR:
405
237
  :one: "rial iranian"
406
238
  :other: "rialë iranian"
407
- :ISJ:
408
- :one: "Icelandic króna (1918–1981)"
409
- :other: "Icelandic krónur (1918–1981)"
410
239
  :ISK:
411
- :one: "kronë islandeze"
412
- :other: "krona islandeze"
413
- :ITL:
414
- :one: "Italian lira"
415
- :other: "Italian liras"
240
+ :one: "koronë islandeze"
241
+ :other: "korona islandeze"
242
+ :symbol: "kr"
416
243
  :JMD:
417
244
  :one: "dollar xhamajkan"
418
245
  :other: "dollarë xhamajkan"
@@ -437,18 +264,14 @@
437
264
  :KMF:
438
265
  :one: "frangë komore"
439
266
  :other: "franga komori"
267
+ :symbol: "CF"
440
268
  :KPW:
441
- :one: "uon i Koresë së Veriut"
442
- :other: "uonë të Koresë së Veriut"
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)"
269
+ :one: "uon koreano-verior"
270
+ :other: "uonë koreano-verior"
271
+ :symbol: "₩"
449
272
  :KRW:
450
- :one: "uon i Koresë së Jugut"
451
- :other: "uonë të Koresë së Jugut"
273
+ :one: "uon koreano-jugor"
274
+ :other: "uonë koreano-jugor"
452
275
  :symbol: "₩"
453
276
  :KWD:
454
277
  :one: "dinar kuvajtian"
@@ -462,79 +285,49 @@
462
285
  :other: "tenga kazake"
463
286
  :symbol: "₸"
464
287
  :LAK:
465
- :one: "kip laosi"
288
+ :one: "kipë laosi"
466
289
  :other: "kipa laosi"
467
290
  :symbol: "₭"
468
291
  :LBP:
469
292
  :one: "sterlinë libaneze"
470
293
  :other: "sterlina libaneze"
294
+ :symbol: "L£"
471
295
  :LKR:
472
296
  :one: "rupi sri-lanke"
473
297
  :other: "rupi sri-lanke"
298
+ :symbol: "Rs"
474
299
  :LRD:
475
300
  :one: "dollar liberian"
476
301
  :other: "dollarë liberian"
477
302
  :symbol: "$"
478
- :LSL:
479
- :one: "Lesotho loti"
480
- :other: "Lesotho lotis"
481
303
  :LTL:
482
304
  :one: "litë lituaneze"
483
305
  :other: "lita lituaneze"
484
- :LTT:
485
- :one: "Lithuanian talonas"
486
- :other: "Lithuanian talonases"
487
- :LUC:
488
- :one: "Luxembourgian convertible franc"
489
- :other: "Luxembourgian convertible francs"
490
- :LUF:
491
- :one: "Luxembourgian franc"
492
- :other: "Luxembourgian francs"
493
- :LUL:
494
- :one: "Luxembourg financial franc"
495
- :other: "Luxembourg financial francs"
306
+ :symbol: "Lt"
496
307
  :LVL:
497
308
  :one: "latë letoneze"
498
309
  :other: "lata letoneze"
499
- :LVR:
500
- :one: "Latvian ruble"
501
- :other: "Latvian rubles"
310
+ :symbol: "Ls"
502
311
  :LYD:
503
312
  :one: "dinar libian"
504
313
  :other: "dinarë libian"
505
314
  :MAD:
506
315
  :one: "dirham maroken"
507
316
  :other: "dirhamë maroken"
508
- :MAF:
509
- :one: "Moroccan franc"
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
317
  :MDL:
518
318
  :one: "leu moldav"
519
- :other: "leu moldave"
319
+ :other: "leu moldav"
520
320
  :MGA:
521
- :one: "arier malagas"
522
- :other: "arierë malagas"
523
- :MGF:
524
- :one: "Malagasy franc"
525
- :other: "Malagasy francs"
321
+ :one: "arier malagez"
322
+ :other: "arierë malagez"
323
+ :symbol: "Ar"
526
324
  :MKD:
527
325
  :one: "denar maqedonas"
528
326
  :other: "denarë maqedonas"
529
- :MKN:
530
- :one: "Macedonian denar (1992–1993)"
531
- :other: "Macedonian denari (1992–1993)"
532
- :MLF:
533
- :one: "Malian franc"
534
- :other: "Malian francs"
535
327
  :MMK:
536
328
  :one: "kiatë mianmari"
537
329
  :other: "kiata mianmari"
330
+ :symbol: "K"
538
331
  :MNT:
539
332
  :one: "tugrikë mongole"
540
333
  :other: "tugrika mongole"
@@ -545,18 +338,10 @@
545
338
  :MRO:
546
339
  :one: "ugijë mauritane"
547
340
  :other: "ugija mauritane"
548
- :MTL:
549
- :one: "Maltese lira"
550
- :other: "Maltese lira"
551
- :MTP:
552
- :one: "Maltese pound"
553
- :other: "Maltese pounds"
554
341
  :MUR:
555
342
  :one: "rupi mauritiane"
556
343
  :other: "rupi mauritiane"
557
- :MVP:
558
- :one: "Maldivian rupee"
559
- :other: "Maldivian rupees"
344
+ :symbol: "Rs"
560
345
  :MVR:
561
346
  :one: "rufi maldivi"
562
347
  :other: "rufi maldivi"
@@ -564,24 +349,13 @@
564
349
  :one: "kuaçë malaviane"
565
350
  :other: "kuaça malaviane"
566
351
  :MXN:
567
- :one: "peso meksikane"
568
- :other: "peso meksikane"
352
+ :one: "pezo meksikane"
353
+ :other: "pezo meksikane"
569
354
  :symbol: "MX$"
570
- :MXP:
571
- :one: "Mexican silver peso (1861–1992)"
572
- :other: "Mexican silver pesos (1861–1992)"
573
- :MXV:
574
- :one: "Mexican investment unit"
575
- :other: "Mexican investment units"
576
355
  :MYR:
577
356
  :one: "ringit malajzian"
578
357
  :other: "ringitë malajzian"
579
- :MZE:
580
- :one: "Mozambican escudo"
581
- :other: "Mozambican escudos"
582
- :MZM:
583
- :one: "Mozambican metical (1980–2006)"
584
- :other: "Mozambican meticals (1980–2006)"
358
+ :symbol: "RM"
585
359
  :MZN:
586
360
  :one: "metikal mozambiku"
587
361
  :other: "metikalë mozambiku"
@@ -593,21 +367,18 @@
593
367
  :one: "nairë nigeriane"
594
368
  :other: "naira nigeriane"
595
369
  :symbol: "₦"
596
- :NIC:
597
- :one: "Nicaraguan córdoba (1988–1991)"
598
- :other: "Nicaraguan córdobas (1988–1991)"
599
370
  :NIO:
600
371
  :one: "kordobë nikaraguane"
601
372
  :other: "kordoba nikaraguane"
602
- :NLG:
603
- :one: "Dutch guilder"
604
- :other: "Dutch guilders"
373
+ :symbol: "C$"
605
374
  :NOK:
606
- :one: "kronë norvegjeze"
607
- :other: "krona norvegjeze"
375
+ :one: "koronë norvegjeze"
376
+ :other: "korona norvegjeze"
377
+ :symbol: "kr"
608
378
  :NPR:
609
379
  :one: "rupi nepaleze"
610
380
  :other: "rupi nepaleze"
381
+ :symbol: "Rs"
611
382
  :NZD:
612
383
  :one: "dollar i Zelandës së Re"
613
384
  :other: "dollarë të Zelandës së Re"
@@ -618,34 +389,24 @@
618
389
  :PAB:
619
390
  :one: "balboa panameze"
620
391
  :other: "balboa panameze"
621
- :PEI:
622
- :one: "Peruvian inti"
623
- :other: "Peruvian intis"
624
392
  :PEN:
625
393
  :one: "solë nuevo-peruane"
626
394
  :other: "sola nuevo-peruane"
627
- :PES:
628
- :one: "Peruvian sol (1863–1965)"
629
- :other: "Peruvian soles (1863–1965)"
630
395
  :PGK:
631
396
  :one: "kinë e Papua-Guineas së Re"
632
397
  :other: "kina të Papua-Guineas së Re"
633
398
  :PHP:
634
- :one: "peso filipinase"
635
- :other: "peso filipinase"
399
+ :one: "pezo filipinase"
400
+ :other: "pezo filipinase"
636
401
  :symbol: "₱"
637
402
  :PKR:
638
403
  :one: "rupi pakistaneze"
639
404
  :other: "rupi pakistaneze"
405
+ :symbol: "Rs"
640
406
  :PLN:
641
407
  :one: "zllotë polake"
642
408
  :other: "zllota polake"
643
- :PLZ:
644
- :one: "Polish zloty (PLZ)"
645
- :other: "Polish zlotys (PLZ)"
646
- :PTE:
647
- :one: "Portuguese escudo"
648
- :other: "Portuguese escudos"
409
+ :symbol: "zł"
649
410
  :PYG:
650
411
  :one: "guaran paraguaian"
651
412
  :other: "guaranë paraguaian"
@@ -653,28 +414,22 @@
653
414
  :QAR:
654
415
  :one: "rial katari"
655
416
  :other: "rialë katari"
656
- :RHD:
657
- :one: "Rhodesian dollar"
658
- :other: "Rhodesian dollars"
659
- :ROL:
660
- :one: "Romanian leu (1952–2006)"
661
- :other: "Romanian Lei (1952–2006)"
662
417
  :RON:
663
418
  :one: "leu rumun"
664
- :other: "leu rumune"
419
+ :other: "leu rumun"
665
420
  :RSD:
666
421
  :one: "dinar serb"
667
422
  :other: "dinarë serb"
668
423
  :RUB:
669
424
  :one: "rubël ruse"
670
425
  :other: "rubla ruse"
426
+ :symbol: "₽"
671
427
  :RUR:
672
- :one: "Russian ruble (1991–1998)"
673
- :other: "Russian rubles (1991–1998)"
674
428
  :symbol: "р."
675
429
  :RWF:
676
430
  :one: "frangë ruandeze"
677
431
  :other: "franga ruandeze"
432
+ :symbol: "RF"
678
433
  :SAR:
679
434
  :one: "rial saudit"
680
435
  :other: "rialë saudit"
@@ -683,20 +438,15 @@
683
438
  :other: "dollarë të Ishujve Solomon"
684
439
  :symbol: "$"
685
440
  :SCR:
686
- :one: "rupi e Sejshellzave"
687
- :other: "rupi të Sejshellzave"
688
- :SDD:
689
- :one: "Sudanese dinar (1992–2007)"
690
- :other: "Sudanese dinars (1992–2007)"
441
+ :one: "rupi e Ishujve Sejçelë"
442
+ :other: "rupi të Ishujve Sejçelë"
691
443
  :SDG:
692
444
  :one: "stërlinë sudaneze"
693
445
  :other: "stërlina sudaneze"
694
- :SDP:
695
- :one: "Sudanese pound (1957–1998)"
696
- :other: "Sudanese pounds (1957–1998)"
697
446
  :SEK:
698
447
  :one: "koronë suedeze"
699
448
  :other: "korona suedeze"
449
+ :symbol: "kr"
700
450
  :SGD:
701
451
  :one: "dollar singapori"
702
452
  :other: "dollarë singapori"
@@ -704,12 +454,7 @@
704
454
  :SHP:
705
455
  :one: "stërlinë e Ishullit të Shën Helenës"
706
456
  :other: "stërlina të Ishullit të Shën Helenës"
707
- :SIT:
708
- :one: "Slovenian tolar"
709
- :other: "Slovenian tolars"
710
- :SKK:
711
- :one: "Slovak koruna"
712
- :other: "Slovak korunas"
457
+ :symbol: "£"
713
458
  :SLL:
714
459
  :one: "leon i Sierra Leones"
715
460
  :other: "leonë të Sierra Leones"
@@ -720,9 +465,6 @@
720
465
  :one: "dollar surinamez"
721
466
  :other: "dollarë surinamez"
722
467
  :symbol: "$"
723
- :SRG:
724
- :one: "Surinamese guilder"
725
- :other: "Surinamese guilders"
726
468
  :SSP:
727
469
  :one: "stërlinë e Sudanit të Jugut"
728
470
  :other: "stërlina të Sudanit të Jugut"
@@ -730,15 +472,11 @@
730
472
  :STD:
731
473
  :one: "dobër e Sao Tomes dhe Prinsipes"
732
474
  :other: "dobra të Sao Tomes dhe Prinsipes"
733
- :SUR:
734
- :one: "Soviet rouble"
735
- :other: "Soviet roubles"
736
- :SVC:
737
- :one: "Salvadoran colón"
738
- :other: "Salvadoran colones"
475
+ :symbol: "Db"
739
476
  :SYP:
740
477
  :one: "sterlinë siriane"
741
478
  :other: "sterlina siriane"
479
+ :symbol: "£"
742
480
  :SZL:
743
481
  :one: "lilangen svazilandi"
744
482
  :other: "lilangenë svazilandi"
@@ -746,15 +484,9 @@
746
484
  :one: "batë tajlandeze"
747
485
  :other: "bata tajlandeze"
748
486
  :symbol: "฿"
749
- :TJR:
750
- :one: "Tajikistani ruble"
751
- :other: "Tajikistani rubles"
752
487
  :TJS:
753
488
  :one: "somonë taxhike"
754
489
  :other: "somona taxhike"
755
- :TMM:
756
- :one: "Turkmenistani manat (1993–2009)"
757
- :other: "Turkmenistani manat (1993–2009)"
758
490
  :TMT:
759
491
  :one: "manatë turkmene"
760
492
  :other: "manata turkmene"
@@ -764,12 +496,7 @@
764
496
  :TOP:
765
497
  :one: "pangë tongane"
766
498
  :other: "panga tongane"
767
- :TPE:
768
- :one: "Timorese escudo"
769
- :other: "Timorese escudos"
770
- :TRL:
771
- :one: "Turkish lira (1922–2005)"
772
- :other: "Turkish Lira (1922–2005)"
499
+ :symbol: "T$"
773
500
  :TRY:
774
501
  :one: "lirë turke"
775
502
  :other: "lira turke"
@@ -789,12 +516,6 @@
789
516
  :one: "rivni ukrainase"
790
517
  :other: "rivni ukrainase"
791
518
  :symbol: "₴"
792
- :UAK:
793
- :one: "Ukrainian karbovanets"
794
- :other: "Ukrainian karbovantsiv"
795
- :UGS:
796
- :one: "Ugandan shilling (1966–1987)"
797
- :other: "Ugandan shillings (1966–1987)"
798
519
  :UGX:
799
520
  :one: "shilingë ugandeze"
800
521
  :other: "shilinga ugandeze"
@@ -802,38 +523,21 @@
802
523
  :one: "dollar amerikan"
803
524
  :other: "dollarë amerikan"
804
525
  :symbol: "US$"
805
- :USN:
806
- :one: "US dollar (next day)"
807
- :other: "US dollars (next day)"
808
- :USS:
809
- :one: "US dollar (same day)"
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
526
  :UYU:
818
- :one: "peso uruguaiane"
819
- :other: "peso uruguaiane"
527
+ :one: "pezo uruguaiane"
528
+ :other: "pezo uruguaiane"
820
529
  :symbol: "$"
821
530
  :UZS:
822
531
  :one: "somë uzbeke"
823
532
  :other: "soma uzbeke"
824
- :VEB:
825
- :one: "Venezuelan bolívar (1871–2008)"
826
- :other: "Venezuelan bolívars (1871–2008)"
827
533
  :VEF:
828
534
  :one: "bolivar venezuelian"
829
535
  :other: "bolivarë venezuelian"
536
+ :symbol: "Bs"
830
537
  :VND:
831
538
  :one: "dongë vietnameze"
832
539
  :other: "donga vietnameze"
833
540
  :symbol: "₫"
834
- :VNN:
835
- :one: "Vietnamese dong (1978–1985)"
836
- :other: "Vietnamese dong (1978–1985)"
837
541
  :VUV:
838
542
  :one: "vatu vanuatuje"
839
543
  :other: "vatu vanuatuje"
@@ -844,111 +548,29 @@
844
548
  :one: "frangë kamerunase"
845
549
  :other: "franga kamerunase"
846
550
  :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
551
  :XCD:
866
552
  :one: "dollar i Karaibeve Lindore"
867
553
  :other: "dollarë të Karaibeve Lindore"
868
554
  :symbol: "EC$"
869
- :XDR:
870
- :one: "special drawing rights"
871
- :other: "special drawing rights"
872
- :XEU:
873
- :one: "European currency unit"
874
- :other: "European currency units"
875
- :XFO:
876
- :one: "French gold franc"
877
- :other: "French gold francs"
878
- :XFU:
879
- :one: "French UIC-franc"
880
- :other: "French UIC-francs"
881
555
  :XOF:
882
556
  :one: "frangë e Bregut të Fildishtë"
883
557
  :other: "franga të Bregut të Fildishtë"
884
558
  :symbol: "CFA"
885
- :XPD:
886
- :one: "troy ounce of palladium"
887
- :other: "troy ounces of palladium"
888
559
  :XPF:
889
560
  :one: "frangë franceze e Polinezisë"
890
561
  :other: "franga franceze të Polinezisë"
891
562
  :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
563
  :XXX:
908
- :one: "njësi e panjohur valute"
909
- :other: "njësi të panjohura valute"
910
- :YDD:
911
- :one: "Yemeni dinar"
912
- :other: "Yemeni dinars"
564
+ :one: "(njësi e panjohur valute)"
565
+ :other: "(njësi të panjohura valute)"
913
566
  :YER:
914
567
  :one: "rial jemeni"
915
568
  :other: "rialë jemeni"
916
- :YUD:
917
- :one: "Yugoslavian hard dinar (1966–1990)"
918
- :other: "Yugoslavian hard dinars (1966–1990)"
919
- :YUM:
920
- :one: "Yugoslavian new dinar (1994–2002)"
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
- :ZAL:
929
- :one: "South African rand (financial)"
930
- :other: "South African rands (financial)"
931
569
  :ZAR:
932
- :one: "randë e Afrikës së Jugut"
933
- :other: "randa të Afrikës së Jugut"
934
- :ZMK:
935
- :one: "Zambian kwacha (1968–2012)"
936
- :other: "Zambian kwachas (1968–2012)"
570
+ :one: "randë afrikano-jugore"
571
+ :other: "randa afrikano-jugore"
572
+ :symbol: "R"
937
573
  :ZMW:
938
574
  :one: "kuaçë zambiku"
939
575
  :other: "kuaça zambiku"
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)"
946
- :ZWD:
947
- :one: "Zimbabwean dollar (1980–2008)"
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)"
576
+ :symbol: "ZK"