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,27 +7,33 @@
7
7
  :AED:
8
8
  :one: "Dirrã dos Emirados Árabes Unidos"
9
9
  :other: "Dirrãs dos Emirados Árabes Unidos"
10
+ :symbol: "AED"
10
11
  :AFA:
11
12
  :one: "Afegane do Afeganistão (AFA)"
12
13
  :other: "Afeganes do Afeganistão (AFA)"
13
14
  :AFN:
14
15
  :one: "Afegane afegão"
15
16
  :other: "Afeganes afegãos"
17
+ :symbol: "AFN"
16
18
  :ALK:
17
19
  :one: "Lek Albanês (1946–1965)"
18
20
  :other: "Leks Albaneses (1946–1965)"
19
21
  :ALL:
20
22
  :one: "Lek albanês"
21
23
  :other: "Leks albaneses"
24
+ :symbol: "ALL"
22
25
  :AMD:
23
26
  :one: "Dram armênio"
24
27
  :other: "Drams armênios"
28
+ :symbol: "AMD"
25
29
  :ANG:
26
30
  :one: "Florim das Antilhas Holandesas"
27
31
  :other: "Florins das Antilhas Holandesas"
32
+ :symbol: "ANG"
28
33
  :AOA:
29
34
  :one: "Kwanza angolano"
30
35
  :other: "Kwanzas angolanos"
36
+ :symbol: "AOA"
31
37
  :AOK:
32
38
  :one: "Kwanza angolano (AOK)"
33
39
  :other: "Kwanzas angolanos (AOK)"
@@ -52,7 +58,7 @@
52
58
  :ARS:
53
59
  :one: "Peso argentino"
54
60
  :other: "Pesos argentinos"
55
- :symbol: "$"
61
+ :symbol: "ARS"
56
62
  :ATS:
57
63
  :one: "Schilling australiano"
58
64
  :other: "Schillings australianos"
@@ -63,29 +69,32 @@
63
69
  :AWG:
64
70
  :one: "Florim arubano"
65
71
  :other: "Florins arubanos"
72
+ :symbol: "AWG"
66
73
  :AZM:
67
74
  :one: "Manat do Azeibaijão (1993–2006)"
68
75
  :other: "Manats do Azeibaijão (1993–2006)"
69
76
  :AZN:
70
77
  :one: "Manat azeri"
71
78
  :other: "Manats azeris"
79
+ :symbol: "AZN"
72
80
  :BAD:
73
81
  :one: "Dinar da Bósnia Herzegovina"
74
82
  :other: "Dinares da Bósnia Herzegovina"
75
83
  :BAM:
76
- :one: "Marca conversível da Bósnia Herzegovina"
77
- :other: "Marcas conversíveis da Bósnia Herzegovina"
84
+ :one: "Marco bósnio-herzegovino conversível"
85
+ :other: "Marco bósnio-herzegovino conversível"
86
+ :symbol: "BAM"
78
87
  :BAN:
79
88
  :one: "Novo dinar da Bósnia-Herzegovina"
80
89
  :other: "Novos dinares da Bósnia-Herzegovina"
81
90
  :BBD:
82
91
  :one: "Dólar barbadense"
83
92
  :other: "Dólares barbadenses"
84
- :symbol: "$"
93
+ :symbol: "BBD"
85
94
  :BDT:
86
95
  :one: "Taka bengalesa"
87
96
  :other: "Takas bengalesas"
88
- :symbol: ""
97
+ :symbol: "BDT"
89
98
  :BEC:
90
99
  :one: "Franco belga (conversível)"
91
100
  :other: "Francos belgas (conversíveis)"
@@ -104,26 +113,30 @@
104
113
  :BGN:
105
114
  :one: "Lev búlgaro"
106
115
  :other: "Levs búlgaros"
116
+ :symbol: "BGN"
107
117
  :BGO:
108
118
  :one: "Lev búlgaro (1879–1952)"
109
119
  :other: "Levs búlgaros (1879–1952)"
110
120
  :BHD:
111
121
  :one: "Dinar bareinita"
112
122
  :other: "Dinares bareinitas"
123
+ :symbol: "BHD"
113
124
  :BIF:
114
125
  :one: "Franco burundiano"
115
126
  :other: "Francos burundianos"
127
+ :symbol: "BIF"
116
128
  :BMD:
117
129
  :one: "Dólar bermudense"
118
130
  :other: "Dólares bermudenses"
119
- :symbol: "$"
131
+ :symbol: "BMD"
120
132
  :BND:
121
133
  :one: "Dólar bruneano"
122
134
  :other: "Dólares bruneanos"
123
- :symbol: "$"
135
+ :symbol: "BND"
124
136
  :BOB:
125
137
  :one: "Boliviano"
126
138
  :other: "Bolivianos"
139
+ :symbol: "BOB"
127
140
  :BOL:
128
141
  :one: "Boliviano (1863–1963)"
129
142
  :other: "Bolivianos (1863–1963)"
@@ -158,27 +171,29 @@
158
171
  :BSD:
159
172
  :one: "Dólar bahamense"
160
173
  :other: "Dólares bahamenses"
161
- :symbol: "$"
174
+ :symbol: "BSD"
162
175
  :BTN:
163
176
  :one: "Ngultrum butanês"
164
177
  :other: "Ngultruns butaneses"
178
+ :symbol: "BTN"
165
179
  :BUK:
166
180
  :one: "Kyat burmês"
167
181
  :other: "Kyats burmeses"
168
182
  :BWP:
169
- :one: "Pula de Botsuana"
170
- :other: "Pulas de Botsuana"
183
+ :one: "Pula botsuanesa"
184
+ :other: "Pulas botsuanesas"
185
+ :symbol: "BWP"
171
186
  :BYB:
172
187
  :one: "Novo rublo bielorusso (BYB)"
173
188
  :other: "Novos rublos bielorussos (BYB)"
174
189
  :BYR:
175
190
  :one: "Rublo bielorrusso"
176
191
  :other: "Rublos bielorrussos"
177
- :symbol: "р."
192
+ :symbol: "BYR"
178
193
  :BZD:
179
194
  :one: "Dólar belizenho"
180
195
  :other: "Dólares belizenhos"
181
- :symbol: "$"
196
+ :symbol: "BZD"
182
197
  :CAD:
183
198
  :one: "Dólar canadense"
184
199
  :other: "Dólares canadenses"
@@ -186,12 +201,14 @@
186
201
  :CDF:
187
202
  :one: "Franco congolês"
188
203
  :other: "Francos congoleses"
204
+ :symbol: "CDF"
189
205
  :CHE:
190
206
  :one: "Euro WIR"
191
207
  :other: "Euros WIR"
192
208
  :CHF:
193
209
  :one: "Franco suíço"
194
210
  :other: "Francos suíços"
211
+ :symbol: "CHF"
195
212
  :CHW:
196
213
  :one: "Franco WIR"
197
214
  :other: "Francos WIR"
@@ -204,7 +221,7 @@
204
221
  :CLP:
205
222
  :one: "Peso chileno"
206
223
  :other: "Pesos chilenos"
207
- :symbol: "$"
224
+ :symbol: "CLP"
208
225
  :CNX:
209
226
  :one: "Dólar do Banco Popular da China"
210
227
  :other: "Dólares do Banco Popular da China"
@@ -215,14 +232,14 @@
215
232
  :COP:
216
233
  :one: "Peso colombiano"
217
234
  :other: "Pesos colombianos"
218
- :symbol: "$"
235
+ :symbol: "COP"
219
236
  :COU:
220
237
  :one: "Unidade de valor real"
221
238
  :other: "Unidades de valor real"
222
239
  :CRC:
223
240
  :one: "Colón costarriquenho"
224
241
  :other: "Colóns costarriquenhos"
225
- :symbol: ""
242
+ :symbol: "CRC"
226
243
  :CSD:
227
244
  :one: "Dinar antigo da Sérvia"
228
245
  :other: "Dinares antigos da Sérvia"
@@ -232,19 +249,22 @@
232
249
  :CUC:
233
250
  :one: "Peso cubano conversível"
234
251
  :other: "Pesos cubanos conversíveis"
252
+ :symbol: "CUC"
235
253
  :CUP:
236
254
  :one: "Peso cubano"
237
255
  :other: "Pesos cubanos"
238
- :symbol: "$"
256
+ :symbol: "CUP"
239
257
  :CVE:
240
258
  :one: "Escudo cabo-verdiano"
241
259
  :other: "Escudos cabo-verdianos"
260
+ :symbol: "CVE"
242
261
  :CYP:
243
262
  :one: "Libra cipriota"
244
263
  :other: "Libras cipriotas"
245
264
  :CZK:
246
- :one: "Coroa da República Tcheca"
247
- :other: "Coroas da República Tcheca"
265
+ :one: "Coroa tcheca"
266
+ :other: "Coroas tchecas"
267
+ :symbol: "CZK"
248
268
  :DDM:
249
269
  :one: "Marco da Alemanha Oriental"
250
270
  :other: "Marcos da Alemanha Oriental"
@@ -254,16 +274,19 @@
254
274
  :DJF:
255
275
  :one: "Franco djibutiense"
256
276
  :other: "Francos djibutienses"
277
+ :symbol: "DJF"
257
278
  :DKK:
258
279
  :one: "Coroa dinamarquesa"
259
280
  :other: "Coroas dinamarquesas"
281
+ :symbol: "DKK"
260
282
  :DOP:
261
283
  :one: "Peso dominicano"
262
284
  :other: "Pesos dominicanos"
263
- :symbol: "$"
285
+ :symbol: "DOP"
264
286
  :DZD:
265
287
  :one: "Dinar argelino"
266
288
  :other: "Dinares argelinos"
289
+ :symbol: "DZD"
267
290
  :ECS:
268
291
  :one: "Sucre equatoriano"
269
292
  :other: "Sucres equatorianos"
@@ -276,9 +299,11 @@
276
299
  :EGP:
277
300
  :one: "Libra egípcia"
278
301
  :other: "Libras egípcias"
302
+ :symbol: "EGP"
279
303
  :ERN:
280
304
  :one: "Nakfa da Eritreia"
281
305
  :other: "Nakfas da Eritreia"
306
+ :symbol: "ERN"
282
307
  :ESA:
283
308
  :one: "Peseta espanhola (conta A)"
284
309
  :other: "Pesetas espanholas (conta A)"
@@ -292,6 +317,7 @@
292
317
  :ETB:
293
318
  :one: "Birr etíope"
294
319
  :other: "Birrs etíopes"
320
+ :symbol: "ETB"
295
321
  :EUR:
296
322
  :one: "Euro"
297
323
  :other: "Euros"
@@ -302,10 +328,11 @@
302
328
  :FJD:
303
329
  :one: "Dólar fijiano"
304
330
  :other: "Dólares fijianos"
305
- :symbol: "$"
331
+ :symbol: "FJD"
306
332
  :FKP:
307
333
  :one: "Libra malvinense"
308
334
  :other: "Libras malvinenses"
335
+ :symbol: "FKP"
309
336
  :FRF:
310
337
  :one: "Franco francês"
311
338
  :other: "Francos franceses"
@@ -317,25 +344,28 @@
317
344
  :one: "Kupon larit da Geórgia"
318
345
  :other: "Kupon larits da Geórgia"
319
346
  :GEL:
320
- :one: "Lari da Geórgia"
321
- :other: "Laris da Geórgia"
347
+ :one: "Lari georgiano"
348
+ :other: "Laris georgianos"
349
+ :symbol: "GEL"
322
350
  :GHC:
323
351
  :one: "Cedi de Gana (1979–2007)"
324
352
  :other: "Cedis de Gana (1979–2007)"
325
353
  :GHS:
326
354
  :one: "Cedi ganês"
327
355
  :other: "Cedis ganeses"
328
- :symbol: ""
356
+ :symbol: "GHS"
329
357
  :GIP:
330
358
  :one: "Libra de Gibraltar"
331
359
  :other: "Libras de Gibraltar"
332
- :symbol: "£"
360
+ :symbol: "GIP"
333
361
  :GMD:
334
362
  :one: "Dalasi gambiano"
335
363
  :other: "Dalasis gambianos"
364
+ :symbol: "GMD"
336
365
  :GNF:
337
366
  :one: "Franco guineano"
338
367
  :other: "Francos guineanos"
368
+ :symbol: "GNF"
339
369
  :GNS:
340
370
  :one: "Syli guineano"
341
371
  :other: "Sylis guineanos"
@@ -348,6 +378,7 @@
348
378
  :GTQ:
349
379
  :one: "Quetzal guatemalense"
350
380
  :other: "Quetzais guatemalenses"
381
+ :symbol: "GTQ"
351
382
  :GWE:
352
383
  :one: "Escudo da Guiné Portuguesa"
353
384
  :other: "Escudos da Guinéa Portuguesa"
@@ -357,7 +388,7 @@
357
388
  :GYD:
358
389
  :one: "Dólar guianense"
359
390
  :other: "Dólares guianenses"
360
- :symbol: "$"
391
+ :symbol: "GYD"
361
392
  :HKD:
362
393
  :one: "Dólar de Hong Kong"
363
394
  :other: "Dólares de Hong Kong"
@@ -365,21 +396,26 @@
365
396
  :HNL:
366
397
  :one: "Lempira hondurenha"
367
398
  :other: "Lempiras hondurenhas"
399
+ :symbol: "HNL"
368
400
  :HRD:
369
401
  :one: "Dinar croata"
370
402
  :other: "Dinares croatas"
371
403
  :HRK:
372
404
  :one: "Kuna croata"
373
405
  :other: "Kunas croatas"
406
+ :symbol: "HRK"
374
407
  :HTG:
375
408
  :one: "Gourde haitiano"
376
409
  :other: "Gourdes haitianos"
410
+ :symbol: "HTG"
377
411
  :HUF:
378
412
  :one: "Forint húngaro"
379
413
  :other: "Forints húngaros"
414
+ :symbol: "HUF"
380
415
  :IDR:
381
416
  :one: "Rupia indonésia"
382
417
  :other: "Rupias indonésias"
418
+ :symbol: "IDR"
383
419
  :IEP:
384
420
  :one: "Libra irlandesa"
385
421
  :other: "Libras irlandesas"
@@ -391,7 +427,7 @@
391
427
  :other: "Sheqels antigos israelitas"
392
428
  :ILS:
393
429
  :one: "Sheqel novo israelita"
394
- :other: "Sheqels novo israelitas"
430
+ :other: "Sheqels novos israelita"
395
431
  :symbol: "₪"
396
432
  :INR:
397
433
  :one: "Rupia indiana"
@@ -400,45 +436,53 @@
400
436
  :IQD:
401
437
  :one: "Dinar iraquiano"
402
438
  :other: "Dinares iraquianos"
439
+ :symbol: "IQD"
403
440
  :IRR:
404
441
  :one: "Rial iraniano"
405
442
  :other: "Riales iranianos"
443
+ :symbol: "IRR"
406
444
  :ISJ:
407
445
  :one: "Coroa antiga islandesa"
408
446
  :other: "Coroas antigas islandesas"
409
447
  :ISK:
410
448
  :one: "Coroa islandesa"
411
449
  :other: "Coroas islandesas"
450
+ :symbol: "ISK"
412
451
  :ITL:
413
452
  :one: "Lira italiana"
414
453
  :other: "Liras italianas"
415
454
  :JMD:
416
455
  :one: "Dólar jamaicano"
417
456
  :other: "Dólares jamaicanos"
418
- :symbol: "$"
457
+ :symbol: "JMD"
419
458
  :JOD:
420
459
  :one: "Dinar jordaniano"
421
460
  :other: "Dinares jordanianos"
461
+ :symbol: "JOD"
422
462
  :JPY:
423
463
  :one: "Iene japonês"
424
464
  :other: "Ienes japoneses"
425
465
  :symbol: "JP¥"
426
466
  :KES:
427
- :one: "Shilling queniano"
428
- :other: "Shillings quenianos"
467
+ :one: "Xelim queniano"
468
+ :other: "Xelins quenianos"
469
+ :symbol: "KES"
429
470
  :KGS:
430
471
  :one: "Som quirguiz"
431
472
  :other: "Sons quirguizes"
473
+ :symbol: "KGS"
432
474
  :KHR:
433
475
  :one: "Riel cambojano"
434
476
  :other: "Rieles cambojanos"
435
- :symbol: ""
477
+ :symbol: "KHR"
436
478
  :KMF:
437
479
  :one: "Franco comorense"
438
480
  :other: "Francos comorenses"
481
+ :symbol: "KMF"
439
482
  :KPW:
440
483
  :one: "Won norte-coreano"
441
484
  :other: "Wons norte-coreanos"
485
+ :symbol: "KPW"
442
486
  :KRH:
443
487
  :one: "Hwan da Coreia do Sul"
444
488
  :other: "Hwans da Coreia do Sul"
@@ -452,34 +496,38 @@
452
496
  :KWD:
453
497
  :one: "Dinar kuwaitiano"
454
498
  :other: "Dinares kuwaitianos"
499
+ :symbol: "KWD"
455
500
  :KYD:
456
- :one: "Dólar das Ilhas Cayman"
501
+ :one: "Dólar das Ilhas Caiman"
457
502
  :other: "Dólares das Ilhas Caiman"
458
- :symbol: "$"
503
+ :symbol: "KYD"
459
504
  :KZT:
460
505
  :one: "Tenge cazaque"
461
506
  :other: "Tenges cazaques"
462
- :symbol: ""
507
+ :symbol: "KZT"
463
508
  :LAK:
464
- :one: "Kip do Laos"
465
- :other: "Kips do Laos"
466
- :symbol: ""
509
+ :one: "Kip laosiano"
510
+ :other: "Kips laosianos"
511
+ :symbol: "LAK"
467
512
  :LBP:
468
513
  :one: "Libra libanesa"
469
514
  :other: "Libras libanesas"
515
+ :symbol: "LBP"
470
516
  :LKR:
471
517
  :one: "Rupia ceilandesa"
472
518
  :other: "Rupias ceilandesas"
519
+ :symbol: "LKR"
473
520
  :LRD:
474
521
  :one: "Dólar liberiano"
475
522
  :other: "Dólares liberianos"
476
- :symbol: "$"
523
+ :symbol: "LRD"
477
524
  :LSL:
478
525
  :one: "Loti do Lesoto"
479
526
  :other: "Lotis do Lesoto"
480
527
  :LTL:
481
528
  :one: "Litas lituano"
482
529
  :other: "Litai lituanos"
530
+ :symbol: "LTL"
483
531
  :LTT:
484
532
  :one: "Talonas lituanas"
485
533
  :other: "Talonases lituanas"
@@ -495,15 +543,18 @@
495
543
  :LVL:
496
544
  :one: "Lats letão"
497
545
  :other: "Lati letões"
546
+ :symbol: "LVL"
498
547
  :LVR:
499
548
  :one: "Rublo da Letônia"
500
549
  :other: "Rublos da Letônia"
501
550
  :LYD:
502
551
  :one: "Dinar líbio"
503
552
  :other: "Dinares líbios"
553
+ :symbol: "LYD"
504
554
  :MAD:
505
555
  :one: "Dirrã marroquino"
506
556
  :other: "Dirrãs marroquinos"
557
+ :symbol: "MAD"
507
558
  :MAF:
508
559
  :one: "Franco marroquino"
509
560
  :other: "Francos marroquinos"
@@ -516,15 +567,18 @@
516
567
  :MDL:
517
568
  :one: "Leu moldávio"
518
569
  :other: "Leus moldávios"
570
+ :symbol: "MDL"
519
571
  :MGA:
520
572
  :one: "Ariary malgaxe"
521
573
  :other: "Ariarys malgaxes"
574
+ :symbol: "MGA"
522
575
  :MGF:
523
576
  :one: "Franco de Madagascar"
524
577
  :other: "Francos de Madagascar"
525
578
  :MKD:
526
- :one: "Dinar da Macedônia"
527
- :other: "Dinares da Macedônia"
579
+ :one: "Dinar macedônio"
580
+ :other: "Dinares macedônios"
581
+ :symbol: "MKD"
528
582
  :MKN:
529
583
  :one: "Dinar macedônio (1992–1993)"
530
584
  :other: "Dinares macedônios (1992–1993)"
@@ -534,16 +588,19 @@
534
588
  :MMK:
535
589
  :one: "Kyat mianmarense"
536
590
  :other: "Kyats mianmarenses"
591
+ :symbol: "MMK"
537
592
  :MNT:
538
- :one: "Tugrik da Mongólia"
539
- :other: "Tugriks da Mongólia"
540
- :symbol: ""
593
+ :one: "Tugrik mongol"
594
+ :other: "Tugriks mongóis"
595
+ :symbol: "MNT"
541
596
  :MOP:
542
597
  :one: "Pataca macaense"
543
598
  :other: "Patacas macaenses"
599
+ :symbol: "MOP"
544
600
  :MRO:
545
601
  :one: "Ouguiya mauritana"
546
602
  :other: "Ouguiyas mauritanas"
603
+ :symbol: "MRO"
547
604
  :MTL:
548
605
  :one: "Lira Maltesa"
549
606
  :other: "Liras maltesas"
@@ -553,15 +610,15 @@
553
610
  :MUR:
554
611
  :one: "Rupia mauriciana"
555
612
  :other: "Rupias mauricianas"
556
- :MVP:
557
- :one: "Maldivian rupee"
558
- :other: "Maldivian rupees"
613
+ :symbol: "MUR"
559
614
  :MVR:
560
615
  :one: "Rupia maldiva"
561
616
  :other: "Rupias maldivas"
617
+ :symbol: "MVR"
562
618
  :MWK:
563
619
  :one: "Kwacha malawiana"
564
620
  :other: "Kwachas malawianas"
621
+ :symbol: "MWK"
565
622
  :MXN:
566
623
  :one: "Peso mexicano"
567
624
  :other: "Pesos mexicanos"
@@ -575,6 +632,7 @@
575
632
  :MYR:
576
633
  :one: "Ringgit malaio"
577
634
  :other: "Ringgits malaios"
635
+ :symbol: "MYR"
578
636
  :MZE:
579
637
  :one: "Escudo de Moçambique"
580
638
  :other: "Escudos de Moçambique"
@@ -583,62 +641,72 @@
583
641
  :other: "Meticales antigos de Moçambique"
584
642
  :MZN:
585
643
  :one: "Metical moçambicano"
586
- :other: "Meticales de Moçambique"
644
+ :other: "Meticales moçambicanos"
645
+ :symbol: "MZN"
587
646
  :NAD:
588
647
  :one: "Dólar namibiano"
589
648
  :other: "Dólares namibianos"
590
- :symbol: "$"
649
+ :symbol: "NAD"
591
650
  :NGN:
592
651
  :one: "Naira nigeriana"
593
652
  :other: "Nairas nigerianas"
594
- :symbol: ""
653
+ :symbol: "NGN"
595
654
  :NIC:
596
655
  :one: "Córdoba nicaraguense (1988–1991)"
597
656
  :other: "Córdobas nicaraguense (1988–1991)"
598
657
  :NIO:
599
658
  :one: "Córdoba nicaraguense"
600
659
  :other: "Córdobas nicaraguenses"
660
+ :symbol: "NIO"
601
661
  :NLG:
602
662
  :one: "Florim holandês"
603
663
  :other: "Florins holandeses"
604
664
  :NOK:
605
665
  :one: "Coroa norueguesa"
606
666
  :other: "Coroas norueguesas"
667
+ :symbol: "NOK"
607
668
  :NPR:
608
669
  :one: "Rupia nepalesa"
609
670
  :other: "Rupias nepalesas"
671
+ :symbol: "NPR"
610
672
  :NZD:
611
- :one: "Dólar da Nova Zelândia"
612
- :other: "Dólares da Nova Zelândia"
673
+ :one: "Dólar neozelandês"
674
+ :other: "Dólares neozelandeses"
613
675
  :symbol: "NZ$"
614
676
  :OMR:
615
677
  :one: "Rial omanense"
616
- :other: "Riales de Omã"
678
+ :other: "Riales omanenses"
679
+ :symbol: "OMR"
617
680
  :PAB:
618
681
  :one: "Balboa panamenha"
619
682
  :other: "Balboas panamenhas"
683
+ :symbol: "PAB"
620
684
  :PEI:
621
685
  :one: "Inti peruano"
622
686
  :other: "Intis peruanos"
623
687
  :PEN:
624
688
  :one: "Novo sol peruano"
625
689
  :other: "Novos sóis peruanos"
690
+ :symbol: "PEN"
626
691
  :PES:
627
692
  :one: "Sol peruano"
628
693
  :other: "Soles peruanos"
629
694
  :PGK:
630
695
  :one: "Kina papuásia"
631
696
  :other: "Kinas papuásias"
697
+ :symbol: "PGK"
632
698
  :PHP:
633
699
  :one: "Peso filipino"
634
700
  :other: "Pesos filipinos"
635
- :symbol: ""
701
+ :symbol: "PHP"
636
702
  :PKR:
637
703
  :one: "Rupia paquistanesa"
638
704
  :other: "Rupias paquistanesas"
705
+ :symbol: "PKR"
639
706
  :PLN:
640
707
  :one: "Zloti polonês"
641
708
  :other: "Zlotis poloneses"
709
+ :symbol: "PLN"
642
710
  :PLZ:
643
711
  :one: "Zloti polonês (1950–1995)"
644
712
  :other: "Zlotis poloneses (1950–1995)"
@@ -649,10 +717,11 @@
649
717
  :PYG:
650
718
  :one: "Guarani paraguaio"
651
719
  :other: "Guaranis paraguaios"
652
- :symbol: ""
720
+ :symbol: "PYG"
653
721
  :QAR:
654
- :one: "Rial do Qatar"
655
- :other: "Riales do Qatar"
722
+ :one: "Rial catariano"
723
+ :other: "Riales catarianos"
724
+ :symbol: "QAR"
656
725
  :RHD:
657
726
  :one: "Dólar da Rodésia"
658
727
  :other: "Dólares da Rodésia"
@@ -660,50 +729,59 @@
660
729
  :one: "Leu antigo da Romênia"
661
730
  :other: "Leus antigos da Romênia"
662
731
  :RON:
663
- :one: "Leu da Romênia"
732
+ :one: "Leu romeno"
664
733
  :other: "Leus da Romênia"
734
+ :symbol: "RON"
665
735
  :RSD:
666
736
  :one: "Dinar sérvio"
667
737
  :other: "Dinares sérvios"
738
+ :symbol: "RSD"
668
739
  :RUB:
669
740
  :one: "Rublo russo"
670
741
  :other: "Rublos russos"
742
+ :symbol: "RUB"
671
743
  :RUR:
672
744
  :one: "Rublo russo (1991–1998)"
673
745
  :other: "Rublos russos (1991–1998)"
674
746
  :symbol: "р."
675
747
  :RWF:
676
- :one: "Franco de Ruanda"
677
- :other: "Francos de Ruanda"
748
+ :one: "Franco ruandês"
749
+ :other: "Francos ruandeses"
750
+ :symbol: "RWF"
678
751
  :SAR:
679
752
  :one: "Riyal saudita"
680
753
  :other: "Riyales sauditas"
754
+ :symbol: "SAR"
681
755
  :SBD:
682
756
  :one: "Dólar das Ilhas Salomão"
683
757
  :other: "Dólares das Ilhas Salomão"
684
- :symbol: "$"
758
+ :symbol: "SBD"
685
759
  :SCR:
686
760
  :one: "Rupia seichelense"
687
761
  :other: "Rupias seichelenses"
762
+ :symbol: "SCR"
688
763
  :SDD:
689
764
  :one: "Dinar antigo do Sudão"
690
765
  :other: "Dinares antigos do Sudão"
691
766
  :SDG:
692
767
  :one: "Libra sudanesa"
693
768
  :other: "Libras sudanesas"
769
+ :symbol: "SDG"
694
770
  :SDP:
695
771
  :one: "Libra antiga sudanesa"
696
772
  :other: "Libras antigas sudanesas"
697
773
  :SEK:
698
774
  :one: "Coroa sueca"
699
775
  :other: "Coroas suecas"
776
+ :symbol: "SEK"
700
777
  :SGD:
701
- :one: "Dólar de Singapura"
702
- :other: "Dólares de Singapura"
703
- :symbol: "$"
778
+ :one: "Dólar singapuriano"
779
+ :other: "Dólares singapurianos"
780
+ :symbol: "SGD"
704
781
  :SHP:
705
782
  :one: "Libra de Santa Helena"
706
783
  :other: "Libras de Santa Helena"
784
+ :symbol: "SHP"
707
785
  :SIT:
708
786
  :one: "Tolar da Eslovênia"
709
787
  :other: "Tolares da Eslovênia"
@@ -713,23 +791,26 @@
713
791
  :SLL:
714
792
  :one: "Leone de Serra Leoa"
715
793
  :other: "Leones de Serra Leoa"
794
+ :symbol: "SLL"
716
795
  :SOS:
717
- :one: "Shilling da Somália"
718
- :other: "Shillings da Somália"
796
+ :one: "Xelim somaliano"
797
+ :other: "Xelins somalianos"
798
+ :symbol: "SOS"
719
799
  :SRD:
720
800
  :one: "Dólar surinamês"
721
801
  :other: "Dólares surinameses"
722
- :symbol: "$"
802
+ :symbol: "SRD"
723
803
  :SRG:
724
804
  :one: "Florim do Suriname"
725
805
  :other: "Florins do Suriname"
726
806
  :SSP:
727
807
  :one: "Libra sul-sudanesa"
728
808
  :other: "Libras sul-sudanesas"
729
- :symbol: "£"
809
+ :symbol: "SSP"
730
810
  :STD:
731
811
  :one: "Dobra de São Tomé e Príncipe"
732
812
  :other: "Dobras de São Tomé e Príncipe"
813
+ :symbol: "STD"
733
814
  :SUR:
734
815
  :one: "Rublo soviético"
735
816
  :other: "Rublos soviéticos"
@@ -739,11 +820,13 @@
739
820
  :SYP:
740
821
  :one: "Libra síria"
741
822
  :other: "Libras sírias"
823
+ :symbol: "SYP"
742
824
  :SZL:
743
825
  :one: "Lilangeni suazi"
744
826
  :other: "Lilangenis suazis"
827
+ :symbol: "SZL"
745
828
  :THB:
746
- :one: "Baht da Tailândia"
829
+ :one: "Baht tailandês"
747
830
  :other: "Bahts tailandeses"
748
831
  :symbol: "฿"
749
832
  :TJR:
@@ -752,18 +835,22 @@
752
835
  :TJS:
753
836
  :one: "Somoni tadjique"
754
837
  :other: "Somonis tadjiques"
838
+ :symbol: "TJS"
755
839
  :TMM:
756
840
  :one: "Manat do Turcomenistão (1993–2009)"
757
841
  :other: "Manats do Turcomenistão (1993–2009)"
758
842
  :TMT:
759
- :one: "Manat do Turcomenistão"
760
- :other: "Manats do Turcomenistão"
843
+ :one: "Manat turcomeno"
844
+ :other: "Manats turcomenos"
845
+ :symbol: "TMT"
761
846
  :TND:
762
847
  :one: "Dinar tunisiano"
763
848
  :other: "Dinares tunisianos"
849
+ :symbol: "TND"
764
850
  :TOP:
765
851
  :one: "Paʻanga tonganesa"
766
852
  :other: "Paʻangas tonganesas"
853
+ :symbol: "TOP"
767
854
  :TPE:
768
855
  :one: "Escudo do Timor"
769
856
  :other: "Escudos do Timor"
@@ -773,22 +860,23 @@
773
860
  :TRY:
774
861
  :one: "Lira turca"
775
862
  :other: "Liras turcas"
776
- :symbol: ""
863
+ :symbol: "TRY"
777
864
  :TTD:
778
865
  :one: "Dólar de Trinidad e Tobago"
779
866
  :other: "Dólares de Trinidad e Tobago"
780
- :symbol: "$"
867
+ :symbol: "TTD"
781
868
  :TWD:
782
869
  :one: "Novo dólar taiwanês"
783
870
  :other: "Novos dólares taiwaneses"
784
871
  :symbol: "NT$"
785
872
  :TZS:
786
- :one: "Shilling da Tanzânia"
787
- :other: "Shillings da Tanzânia"
873
+ :one: "Xelim tanzaniano"
874
+ :other: "Xelins tanzanianos"
875
+ :symbol: "TZS"
788
876
  :UAH:
789
- :one: "Hryvnia da Ucrânia"
790
- :other: "Hryvnias da Ucrânia"
791
- :symbol: ""
877
+ :one: "Hryvnia ucraniano"
878
+ :other: "Hryvnias ucranianos"
879
+ :symbol: "UAH"
792
880
  :UAK:
793
881
  :one: "Karbovanetz da Ucrânia"
794
882
  :other: "Karbovanetzs da Ucrânia"
@@ -796,8 +884,9 @@
796
884
  :one: "Shilling de Uganda (1966–1987)"
797
885
  :other: "Shillings de Uganda (1966–1987)"
798
886
  :UGX:
799
- :one: "Shilling de Uganda"
800
- :other: "Shillings de Uganda"
887
+ :one: "Xelim ugandense"
888
+ :other: "Xelins ugandenses"
889
+ :symbol: "UGX"
801
890
  :USD:
802
891
  :one: "Dólar americano"
803
892
  :other: "Dólares americanos"
@@ -817,16 +906,18 @@
817
906
  :UYU:
818
907
  :one: "Peso uruguaio"
819
908
  :other: "Pesos uruguaios"
820
- :symbol: "$"
909
+ :symbol: "UYU"
821
910
  :UZS:
822
911
  :one: "Som uzbeque"
823
912
  :other: "Sons uzbeques"
913
+ :symbol: "UZS"
824
914
  :VEB:
825
915
  :one: "Bolívar venezuelano (1871–2008)"
826
916
  :other: "Bolívares venezuelanos (1871–2008)"
827
917
  :VEF:
828
918
  :one: "Bolívar venezuelano"
829
919
  :other: "Bolívares venezuelanos"
920
+ :symbol: "VEF"
830
921
  :VND:
831
922
  :one: "Dong vietnamita"
832
923
  :other: "Dongs vietnamitas"
@@ -835,11 +926,13 @@
835
926
  :one: "Dong vietnamita (1978–1985)"
836
927
  :other: "Dong vietnamita (1978–1985)"
837
928
  :VUV:
838
- :one: "Vatu de Vanuatu"
839
- :other: "Vatus de Vanuatu"
929
+ :one: "Vatu vanuatuense"
930
+ :other: "Vatus vanuatuenses"
931
+ :symbol: "VUV"
840
932
  :WST:
841
933
  :one: "Tala samoano"
842
934
  :other: "Talas samoanos"
935
+ :symbol: "WST"
843
936
  :XAF:
844
937
  :one: "Franco CFA de BEAC"
845
938
  :other: "Francos CFA de BEAC"
@@ -895,15 +988,9 @@
895
988
  :XRE:
896
989
  :one: "Fundos RINET"
897
990
  :other: "Fundos RINET"
898
- :XSU:
899
- :one: "Sucre"
900
- :other: "Sucres"
901
991
  :XTS:
902
992
  :one: "Código de moeda de teste"
903
993
  :other: "Códigos de moeda de teste"
904
- :XUA:
905
- :one: "ADB unit of account"
906
- :other: "ADB units of account"
907
994
  :XXX:
908
995
  :one: "(moeda desconhecida)"
909
996
  :other: "(moedas desconhecidas)"
@@ -911,8 +998,9 @@
911
998
  :one: "Dinar do Iêmen"
912
999
  :other: "Dinares do Iêmen"
913
1000
  :YER:
914
- :one: "Rial do Iêmen"
915
- :other: "Riales do Iêmen"
1001
+ :one: "Rial iemenita"
1002
+ :other: "Riales iemenitas"
1003
+ :symbol: "YER"
916
1004
  :YUD:
917
1005
  :one: "Dinar forte iugoslavo"
918
1006
  :other: "Dinares fortes iugoslavos"
@@ -931,12 +1019,15 @@
931
1019
  :ZAR:
932
1020
  :one: "Rand sul-africano"
933
1021
  :other: "Rands sul-africanos"
1022
+ :symbol: "ZAR"
934
1023
  :ZMK:
935
1024
  :one: "Kwacha da Zâmbia (1968–2012)"
936
1025
  :other: "Kwachas da Zâmbia (1968–2012)"
1026
+ :symbol: "ZMK"
937
1027
  :ZMW:
938
- :one: "Kwacha da Zâmbia"
939
- :other: "Kwachas da Zâmbia"
1028
+ :one: "Kwacha zambiano"
1029
+ :other: "Kwachas zambianos"
1030
+ :symbol: "ZMW"
940
1031
  :ZRN:
941
1032
  :one: "Novo zaire do Zaire"
942
1033
  :other: "Novos zaires do Zaire"