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
@@ -0,0 +1,8 @@
1
+ ---
2
+ :fr-BE:
3
+ :cardinal:
4
+ :one: "i = 0,1 @integer 0, 1 @decimal 0.0~1.5"
5
+ :other: " @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 2.0~3.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
6
+ :ordinal:
7
+ :one: "n = 1 @integer 1"
8
+ :other: " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,4 +1,16 @@
1
1
  ---
2
- :fr-BE: ! '{ :''fr-BE'' => { :i18n => { :plural => { :keys => [:one, :other], :rule
3
- => lambda { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); [0, 1].include?(n.to_i) ? :one : :other } } } } }'
2
+ :fr-BE:
3
+ :cardinal:
4
+ :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
5
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (((i == 0) || (i
6
+ == 1)) ? :one : :other) }'
7
+ :names:
8
+ - :one
9
+ - :other
10
+ :ordinal:
11
+ :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
12
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (n == 1 ? :one :
13
+ :other) }'
14
+ :names:
15
+ - :one
16
+ - :other
@@ -41,7 +41,7 @@
41
41
  :by: "Biélorussie"
42
42
  :bz: "Belize"
43
43
  :ca: "Canada"
44
- :cc: "Îles Cocos (Keeling)"
44
+ :cc: "Îles Cocos"
45
45
  :cd: "Congo (RDC)"
46
46
  :cf: "République centrafricaine"
47
47
  :cg: "République du Congo"
@@ -78,7 +78,7 @@
78
78
  :eu: "Union européenne"
79
79
  :fi: "Finlande"
80
80
  :fj: "Fidji"
81
- :fk: "Îles Malouines"
81
+ :fk: "Îles Falkland"
82
82
  :fm: "États fédérés de Micronésie"
83
83
  :fo: "Îles Féroé"
84
84
  :fr: "France"
@@ -96,13 +96,13 @@
96
96
  :gp: "Guadeloupe"
97
97
  :gq: "Guinée équatoriale"
98
98
  :gr: "Grèce"
99
- :gs: "Géorgie du Sud et les Îles Sandwich du Sud"
99
+ :gs: "Îles Géorgie du Sud et Sandwich du Sud"
100
100
  :gt: "Guatemala"
101
101
  :gu: "Guam"
102
102
  :gw: "Guinée-Bissau"
103
103
  :gy: "Guyana"
104
104
  :hk: "Hong Kong"
105
- :hm: "Îles Heard et MacDonald"
105
+ :hm: "Îles Heard et McDonald"
106
106
  :hn: "Honduras"
107
107
  :hr: "Croatie"
108
108
  :ht: "Haïti"
@@ -127,7 +127,7 @@
127
127
  :kh: "Cambodge"
128
128
  :ki: "Kiribati"
129
129
  :km: "Comores"
130
- :kn: "Saint-Kitts-et-Nevis"
130
+ :kn: "Saint-Christophe-et-Niévès"
131
131
  :kp: "Corée du Nord"
132
132
  :kr: "Corée du Sud"
133
133
  :kw: "Koweït"
@@ -231,7 +231,7 @@
231
231
  :th: "Thaïlande"
232
232
  :tj: "Tadjikistan"
233
233
  :tk: "Tokelau"
234
- :tl: "Timor oriental"
234
+ :tl: "Timor-Oriental"
235
235
  :tm: "Turkménistan"
236
236
  :tn: "Tunisie"
237
237
  :to: "Tonga"
@@ -247,7 +247,7 @@
247
247
  :uy: "Uruguay"
248
248
  :uz: "Ouzbékistan"
249
249
  :va: "État de la Cité du Vatican"
250
- :vc: "Saint-Vincent-et-les Grenadines"
250
+ :vc: "Saint-Vincent-et-les-Grenadines"
251
251
  :ve: "Venezuela"
252
252
  :vg: "Îles Vierges britanniques"
253
253
  :vi: "Îles Vierges des États-Unis"
@@ -3,6 +3,7 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
+ :E: "E"
6
7
  :EHm: "E HH:mm"
7
8
  :EHms: "E HH:mm:ss"
8
9
  :Ed: "E d"
@@ -112,22 +113,39 @@
112
113
  0: "AEC"
113
114
  1: "EC"
114
115
  :name:
115
- 0: "avant Jésus-Christ"
116
- 1: "après Jésus-Christ"
116
+ 0: "avant l’ère commune"
117
+ 1: "ère commune"
117
118
  :narrow:
118
- 0: "av. J.-C."
119
- 1: "ap. J.-C."
119
+ 0: "AEC"
120
+ 1: "EC"
120
121
  :fields:
121
122
  :day: "jour"
122
- :dayperiod: "cadran"
123
+ :day-narrow: "j"
124
+ :day-short: "j"
125
+ :dayperiod: "système horaire"
123
126
  :era: "ère"
124
127
  :hour: "heure"
128
+ :hour-narrow: "h"
129
+ :hour-short: "h"
125
130
  :minute: "minute"
131
+ :minute-narrow: "min"
132
+ :minute-short: "min"
126
133
  :month: "mois"
134
+ :month-narrow: "m."
135
+ :month-short: "m."
136
+ :quarter: "trimestre"
137
+ :quarter-narrow: "trim."
138
+ :quarter-short: "trim."
127
139
  :second: "seconde"
140
+ :second-narrow: "s"
141
+ :second-short: "s"
128
142
  :week: "semaine"
143
+ :week-narrow: "sem."
144
+ :week-short: "sem."
129
145
  :weekday: "jour de la semaine"
130
146
  :year: "année"
147
+ :year-narrow: "a"
148
+ :year-short: "a"
131
149
  :zone: "fuseau horaire"
132
150
  :formats:
133
151
  :date:
@@ -141,9 +159,9 @@
141
159
  :pattern: "yy-MM-dd"
142
160
  :datetime:
143
161
  :full:
144
- :pattern: "{{date}} {{time}}"
162
+ :pattern: "{{date}} 'à' {{time}}"
145
163
  :long:
146
- :pattern: "{{date}} {{time}}"
164
+ :pattern: "{{date}} 'à' {{time}}"
147
165
  :medium:
148
166
  :pattern: "{{date}} {{time}}"
149
167
  :short:
@@ -258,9 +276,6 @@
258
276
  :night: "soir"
259
277
  :noon: "midi"
260
278
  :pm: "PM"
261
- :variant:
262
- :am: "a.m."
263
- :pm: "p.m."
264
279
  :stand-alone:
265
280
  :abbreviated:
266
281
  :afternoon: "ap.m."
@@ -7,85 +7,96 @@
7
7
  :AED:
8
8
  :one: "dirham des Émirats arabes unis"
9
9
  :other: "dirhams des Émirats arabes unis"
10
+ :symbol: "AED"
10
11
  :AFA:
11
12
  :one: "afghani (1927–2002)"
12
13
  :other: "afghanis (1927–2002)"
14
+ :symbol: "AFA"
13
15
  :AFN:
14
16
  :one: "afghani afghan"
15
17
  :other: "afghanis afghan"
18
+ :symbol: "AFN"
16
19
  :ALK:
17
20
  :one: "lek albanais (1947–1961)"
18
21
  :other: "leks albanais (1947–1961)"
19
22
  :ALL:
20
23
  :one: "lek albanais"
21
24
  :other: "leks albanais"
25
+ :symbol: "ALL"
22
26
  :AMD:
23
27
  :one: "dram arménien"
24
28
  :other: "drams arméniens"
29
+ :symbol: "AMD"
25
30
  :ANG:
26
31
  :one: "florin antillais"
27
32
  :other: "florins antillais"
33
+ :symbol: "ANG"
28
34
  :AOA:
29
35
  :one: "kwanza angolais"
30
36
  :other: "kwanzas angolais"
37
+ :symbol: "AOA"
31
38
  :AOK:
32
39
  :one: "kwanza angolais (1977–1990)"
33
40
  :other: "kwanzas angolais (1977–1990)"
41
+ :symbol: "AOK"
34
42
  :AON:
35
43
  :one: "nouveau kwanza angolais (1990–2000)"
36
44
  :other: "nouveaux kwanzas angolais (1990–2000)"
45
+ :symbol: "AON"
37
46
  :AOR:
38
47
  :one: "kwanza angolais réajusté (1995–1999)"
39
48
  :other: "kwanzas angolais réajustés (1995–1999)"
49
+ :symbol: "AOR"
40
50
  :ARA:
41
51
  :one: "austral argentin"
42
52
  :other: "australs argentins"
53
+ :symbol: "ARA"
43
54
  :ARL:
44
- :one: "Argentine peso ley (1970–1983)"
45
- :other: "Argentine pesos ley (1970–1983)"
55
+ :symbol: "ARL"
46
56
  :ARM:
47
- :one: "Argentine peso (1881–1970)"
48
- :other: "Argentine pesos (1881–1970)"
57
+ :symbol: "ARM"
49
58
  :ARP:
50
59
  :one: "peso argentin (1983–1985)"
51
60
  :other: "pesos argentins (1983–1985)"
61
+ :symbol: "ARP"
52
62
  :ARS:
53
63
  :one: "peso argentin"
54
64
  :other: "pesos argentins"
55
- :symbol: "$AR"
65
+ :symbol: "ARS"
56
66
  :ATS:
57
67
  :one: "schilling autrichien"
58
68
  :other: "schillings autrichiens"
59
69
  :AUD:
60
70
  :one: "dollar australien"
61
71
  :other: "dollars australiens"
62
- :symbol: "$AU"
72
+ :symbol: "$ AU"
63
73
  :AWG:
64
74
  :one: "florin arubais"
65
75
  :other: "florins arubais"
76
+ :symbol: "AWG"
66
77
  :AZM:
67
78
  :one: "manat azéri (1993–2006)"
68
79
  :other: "manats azéris (1993–2006)"
80
+ :symbol: "AZM"
69
81
  :AZN:
70
- :one: "manat azéri"
71
- :other: "manats azéris"
82
+ :one: "manat azerbaïdjanais"
83
+ :other: "manats azerbaïdjanais"
84
+ :symbol: "AZN"
72
85
  :BAD:
73
86
  :one: "dinar bosniaque"
74
87
  :other: "dinars bosniaques"
75
88
  :BAM:
76
89
  :one: "mark convertible bosniaque"
77
90
  :other: "marks convertibles bosniaques"
78
- :BAN:
79
- :one: "Bosnia-Herzegovina new dinar (1994–1997)"
80
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
91
+ :symbol: "BAM"
81
92
  :BBD:
82
93
  :one: "dollar barbadien"
83
94
  :other: "dollars barbadiens"
84
- :symbol: "$"
95
+ :symbol: "BBD"
85
96
  :BDT:
86
97
  :one: "taka bangladeshi"
87
98
  :other: "takas bangladeshis"
88
- :symbol: ""
99
+ :symbol: "BDT"
89
100
  :BEC:
90
101
  :one: "franc belge (convertible)"
91
102
  :other: "francs belges (convertibles)"
@@ -99,50 +110,52 @@
99
110
  :BGL:
100
111
  :one: "lev bulgare (1962–1999)"
101
112
  :other: "levs bulgares (1962–1999)"
102
- :BGM:
103
- :one: "Bulgarian socialist lev"
104
- :other: "Bulgarian socialist leva"
105
113
  :BGN:
106
114
  :one: "lev bulgare"
107
115
  :other: "levs bulgares"
108
- :BGO:
109
- :one: "Bulgarian lev (1879–1952)"
110
- :other: "Bulgarian leva (1879–1952)"
116
+ :symbol: "BGN"
111
117
  :BHD:
112
118
  :one: "dinar bahreïni"
113
119
  :other: "dinars bahreïnis"
120
+ :symbol: "BHD"
114
121
  :BIF:
115
122
  :one: "franc burundais"
116
123
  :other: "francs burundais"
124
+ :symbol: "BIF"
117
125
  :BMD:
118
126
  :one: "dollar bermudien"
119
127
  :other: "dollars bermudiens"
120
- :symbol: "$BM"
128
+ :symbol: "BMD"
121
129
  :BND:
122
130
  :one: "dollar brunéien"
123
131
  :other: "dollars brunéiens"
124
- :symbol: "$BN"
132
+ :symbol: "BND"
125
133
  :BOB:
126
134
  :one: "boliviano bolivien"
127
135
  :other: "bolivianos boliviens"
136
+ :symbol: "BOB"
128
137
  :BOL:
129
- :one: "Bolivian boliviano (1863–1963)"
130
- :other: "Bolivian bolivianos (1863–1963)"
138
+ :symbol: "BOL"
131
139
  :BOP:
132
140
  :one: "peso bolivien"
133
141
  :other: "pesos boliviens"
142
+ :symbol: "BOP"
134
143
  :BOV:
135
144
  :one: "mvdol bolivien"
136
145
  :other: "mvdols boliviens"
146
+ :symbol: "BOV"
137
147
  :BRB:
138
148
  :one: "nouveau cruzeiro brésilien (1967–1986)"
139
149
  :other: "nouveaux cruzeiros brésiliens (1967–1986)"
150
+ :symbol: "BRB"
140
151
  :BRC:
141
152
  :one: "cruzado brésilien (1986–1989)"
142
153
  :other: "cruzados brésiliens (1986–1989)"
154
+ :symbol: "BRC"
143
155
  :BRE:
144
156
  :one: "cruzeiro brésilien (1990–1993)"
145
157
  :other: "cruzeiros brésiliens (1990–1993)"
158
+ :symbol: "BRE"
146
159
  :BRL:
147
160
  :one: "réal brésilien"
148
161
  :other: "réals brésiliens"
@@ -150,36 +163,40 @@
150
163
  :BRN:
151
164
  :one: "nouveau cruzado brésilien (1989–1990)"
152
165
  :other: "nouveaux cruzados brésiliens (1989–1990)"
166
+ :symbol: "BRN"
153
167
  :BRR:
154
168
  :one: "cruzeiro réal brésilien (1993–1994)"
155
169
  :other: "cruzeiros réals brésiliens (1993–1994)"
170
+ :symbol: "BRR"
156
171
  :BRZ:
157
- :one: "Brazilian cruzeiro (1942–1967)"
158
- :other: "Brazilian cruzeiros (1942–1967)"
172
+ :symbol: "BRZ"
159
173
  :BSD:
160
174
  :one: "dollar bahaméen"
161
175
  :other: "dollars bahaméens"
162
- :symbol: "$BS"
176
+ :symbol: "BSD"
163
177
  :BTN:
164
178
  :one: "ngultrum bouthanais"
165
179
  :other: "ngultrums bouthanais"
180
+ :symbol: "BTN"
166
181
  :BUK:
167
182
  :one: "kyat birman"
168
183
  :other: "kyats birmans"
184
+ :symbol: "BUK"
169
185
  :BWP:
170
186
  :one: "pula botswanais"
171
187
  :other: "pulas botswanais"
188
+ :symbol: "BWP"
172
189
  :BYB:
173
190
  :one: "nouveau rouble biélorusse (1994–1999)"
174
191
  :other: "nouveaux roubles biélorusses (1994–1999)"
175
192
  :BYR:
176
193
  :one: "rouble biélorusse"
177
194
  :other: "roubles biélorusses"
178
- :symbol: "р."
195
+ :symbol: "BYR"
179
196
  :BZD:
180
197
  :one: "dollar bélizéen"
181
198
  :other: "dollars bélizéens"
182
- :symbol: "$BZ"
199
+ :symbol: "BZD"
183
200
  :CAD:
184
201
  :one: "dollar canadien"
185
202
  :other: "dollars canadiens"
@@ -187,28 +204,29 @@
187
204
  :CDF:
188
205
  :one: "franc congolais"
189
206
  :other: "francs congolais"
207
+ :symbol: "CDF"
190
208
  :CHE:
191
209
  :one: "euro WIR"
192
210
  :other: "euros WIR"
193
211
  :CHF:
194
212
  :one: "franc suisse"
195
213
  :other: "francs suisses"
214
+ :symbol: "CHF"
196
215
  :CHW:
197
216
  :one: "franc WIR"
198
217
  :other: "francs WIR"
199
218
  :CLE:
200
- :one: "Chilean escudo"
201
- :other: "Chilean escudos"
219
+ :symbol: "CLE"
202
220
  :CLF:
203
221
  :one: "unité d’investissement chilienne"
204
222
  :other: "unités d’investissement chiliennes"
223
+ :symbol: "CLF"
205
224
  :CLP:
206
225
  :one: "peso chilien"
207
226
  :other: "pesos chiliens"
208
- :symbol: "$CL"
227
+ :symbol: "CLP"
209
228
  :CNX:
210
- :one: "Chinese People’s Bank dollar"
211
- :other: "Chinese People’s Bank dollars"
229
+ :symbol: "CNX"
212
230
  :CNY:
213
231
  :one: "yuan renminbi chinois"
214
232
  :other: "yuans renminbi chinois"
@@ -216,14 +234,15 @@
216
234
  :COP:
217
235
  :one: "peso colombien"
218
236
  :other: "pesos colombiens"
219
- :symbol: "$CO"
237
+ :symbol: "COP"
220
238
  :COU:
221
239
  :one: "unité de valeur réelle colombienne"
222
240
  :other: "unités de valeur réelle colombiennes"
241
+ :symbol: "COU"
223
242
  :CRC:
224
243
  :one: "colón costaricain"
225
244
  :other: "colóns costaricains"
226
- :symbol: ""
245
+ :symbol: "CRC"
227
246
  :CSD:
228
247
  :one: "dinar serbo-monténégrin"
229
248
  :other: "dinars serbo-monténégrins"
@@ -233,14 +252,15 @@
233
252
  :CUC:
234
253
  :one: "peso cubain convertible"
235
254
  :other: "pesos cubains convertibles"
255
+ :symbol: "CUC"
236
256
  :CUP:
237
257
  :one: "peso cubain"
238
258
  :other: "pesos cubains"
239
- :symbol: "$"
259
+ :symbol: "CUP"
240
260
  :CVE:
241
- :one: "escudo capverdien"
242
- :other: "escudos capverdiens"
243
- :symbol: "$CV"
261
+ :one: "escudo du Cap-Vert"
262
+ :other: "escudos du Cap-Vert"
263
+ :symbol: "CVE"
244
264
  :CYP:
245
265
  :one: "livre chypriote"
246
266
  :other: "livres chypriotes"
@@ -248,6 +268,7 @@
248
268
  :CZK:
249
269
  :one: "couronne tchèque"
250
270
  :other: "couronnes tchèques"
271
+ :symbol: "CZK"
251
272
  :DDM:
252
273
  :one: "mark est-allemand"
253
274
  :other: "marks est-allemands"
@@ -257,32 +278,38 @@
257
278
  :DJF:
258
279
  :one: "franc djiboutien"
259
280
  :other: "francs djiboutiens"
281
+ :symbol: "DJF"
260
282
  :DKK:
261
283
  :one: "couronne danoise"
262
284
  :other: "couronnes danoises"
285
+ :symbol: "DKK"
263
286
  :DOP:
264
287
  :one: "peso dominicain"
265
288
  :other: "pesos dominicains"
266
- :symbol: "$"
289
+ :symbol: "DOP"
267
290
  :DZD:
268
291
  :one: "dinar algérien"
269
292
  :other: "dinars algériens"
293
+ :symbol: "DZD"
270
294
  :ECS:
271
295
  :one: "sucre équatorien"
272
296
  :other: "sucres équatoriens"
297
+ :symbol: "ECS"
273
298
  :ECV:
274
299
  :one: "unité de valeur constante équatorienne (UVC)"
275
300
  :other: "unités de valeur constante équatoriennes (UVC)"
301
+ :symbol: "ECV"
276
302
  :EEK:
277
303
  :one: "couronne estonienne"
278
304
  :other: "couronnes estoniennes"
279
305
  :EGP:
280
306
  :one: "livre égyptienne"
281
307
  :other: "livres égyptiennes"
282
- :symbol: "£EG"
308
+ :symbol: "EGP"
283
309
  :ERN:
284
310
  :one: "nafka érythréen"
285
311
  :other: "nafkas érythréens"
312
+ :symbol: "ERN"
286
313
  :ESA:
287
314
  :one: "peseta espagnole (compte A)"
288
315
  :other: "pesetas espagnoles (compte A)"
@@ -296,6 +323,7 @@
296
323
  :ETB:
297
324
  :one: "birr éthiopien"
298
325
  :other: "birrs éthiopiens"
326
+ :symbol: "ETB"
299
327
  :EUR:
300
328
  :one: "euro"
301
329
  :other: "euros"
@@ -306,11 +334,11 @@
306
334
  :FJD:
307
335
  :one: "dollar fidjien"
308
336
  :other: "dollars fidjiens"
309
- :symbol: "$FJ"
337
+ :symbol: "FJD"
310
338
  :FKP:
311
- :one: "livre des Falkland"
312
- :other: "livres des Falkland"
313
- :symbol: "£FK"
339
+ :one: "livre des Îles Malouines"
340
+ :other: "livres des Îles Malouines"
341
+ :symbol: "FKP"
314
342
  :FRF:
315
343
  :one: "franc français"
316
344
  :other: "francs français"
@@ -318,42 +346,48 @@
318
346
  :GBP:
319
347
  :one: "livre sterling"
320
348
  :other: "livres sterling"
321
- :symbol: "£GB"
349
+ :symbol: "£"
322
350
  :GEK:
323
351
  :one: "coupon de lari géorgien"
324
352
  :other: "coupons de lari géorgiens"
353
+ :symbol: "GEK"
325
354
  :GEL:
326
355
  :one: "lari géorgien"
327
- :other: "lari géorgiens"
356
+ :other: "laris géorgiens"
357
+ :symbol: "GEL"
328
358
  :GHC:
329
359
  :one: "cédi ghanéen (1967–2007)"
330
360
  :other: "cédis ghanéens (1967–2007)"
331
361
  :GHS:
332
362
  :one: "cédi ghanéen"
333
363
  :other: "cédis ghanéens"
334
- :symbol: ""
364
+ :symbol: "GHS"
335
365
  :GIP:
336
366
  :one: "livre de Gibraltar"
337
367
  :other: "livres de Gibraltar"
338
- :symbol: "£GI"
368
+ :symbol: "GIP"
339
369
  :GMD:
340
370
  :one: "dalasi gambien"
341
371
  :other: "dalasis gambiens"
372
+ :symbol: "GMD"
342
373
  :GNF:
343
374
  :one: "franc guinéen"
344
375
  :other: "francs guinéens"
376
+ :symbol: "GNF"
345
377
  :GNS:
346
378
  :one: "syli guinéen"
347
379
  :other: "sylis guinéens"
348
380
  :GQE:
349
381
  :one: "ekwélé équatoguinéen"
350
382
  :other: "ekwélés équatoguinéens"
383
+ :symbol: "GQE"
351
384
  :GRD:
352
385
  :one: "drachme grecque"
353
386
  :other: "drachmes grecques"
354
387
  :GTQ:
355
388
  :one: "quetzal guatémaltèque"
356
389
  :other: "quetzals guatémaltèques"
390
+ :symbol: "GTQ"
357
391
  :GWE:
358
392
  :one: "escudo de Guinée portugaise"
359
393
  :other: "escudos de Guinée portugaise"
@@ -363,29 +397,34 @@
363
397
  :GYD:
364
398
  :one: "dollar guyanien"
365
399
  :other: "dollars guyaniens"
366
- :symbol: "$"
400
+ :symbol: "GYD"
367
401
  :HKD:
368
402
  :one: "dollar de Hong Kong"
369
403
  :other: "dollars de Hong Kong"
370
- :symbol: "$HK"
404
+ :symbol: "$ HK"
371
405
  :HNL:
372
406
  :one: "lempira hondurien"
373
407
  :other: "lempiras honduriens"
408
+ :symbol: "HNL"
374
409
  :HRD:
375
410
  :one: "dinar croate"
376
411
  :other: "dinars croates"
377
412
  :HRK:
378
413
  :one: "kuna croate"
379
414
  :other: "kunas croates"
415
+ :symbol: "HRK"
380
416
  :HTG:
381
417
  :one: "gourde haïtienne"
382
418
  :other: "gourdes haïtiennes"
419
+ :symbol: "HTG"
383
420
  :HUF:
384
421
  :one: "forint hongrois"
385
422
  :other: "forints hongrois"
423
+ :symbol: "HUF"
386
424
  :IDR:
387
425
  :one: "roupie indonésienne"
388
426
  :other: "roupies indonésiennes"
427
+ :symbol: "IDR"
389
428
  :IEP:
390
429
  :one: "livre irlandaise"
391
430
  :other: "livres irlandaises"
@@ -395,28 +434,27 @@
395
434
  :other: "livres israéliennes"
396
435
  :symbol: "£IL"
397
436
  :ILR:
398
- :one: "Israeli sheqel (1980–1985)"
399
- :other: "Israeli sheqels (1980–1985)"
437
+ :symbol: "ILR"
400
438
  :ILS:
401
439
  :one: "nouveau shekel israélien"
402
440
  :other: "nouveaux shekels israéliens"
403
- :symbol: ""
441
+ :symbol: "ILS"
404
442
  :INR:
405
443
  :one: "roupie indienne"
406
444
  :other: "roupies indiennes"
407
- :symbol: ""
445
+ :symbol: "INR"
408
446
  :IQD:
409
447
  :one: "dinar irakien"
410
448
  :other: "dinars irakiens"
449
+ :symbol: "IQD"
411
450
  :IRR:
412
451
  :one: "rial iranien"
413
452
  :other: "rials iraniens"
414
- :ISJ:
415
- :one: "Icelandic króna (1918–1981)"
416
- :other: "Icelandic krónur (1918–1981)"
453
+ :symbol: "IRR"
417
454
  :ISK:
418
455
  :one: "couronne islandaise"
419
456
  :other: "couronnes islandaises"
457
+ :symbol: "ISK"
420
458
  :ITL:
421
459
  :one: "lire italienne"
422
460
  :other: "lires italiennes"
@@ -424,72 +462,79 @@
424
462
  :JMD:
425
463
  :one: "dollar jamaïcain"
426
464
  :other: "dollars jamaïcains"
427
- :symbol: "$"
465
+ :symbol: "JMD"
428
466
  :JOD:
429
467
  :one: "dinar jordanien"
430
468
  :other: "dinars jordaniens"
469
+ :symbol: "JOD"
431
470
  :JPY:
432
471
  :one: "yen japonais"
433
472
  :other: "yens japonais"
434
- :symbol: "¥JP"
473
+ :symbol: "¥"
435
474
  :KES:
436
475
  :one: "shilling kényan"
437
476
  :other: "shillings kényans"
477
+ :symbol: "KES"
438
478
  :KGS:
439
479
  :one: "som kirghize"
440
480
  :other: "soms kirghizes"
481
+ :symbol: "KGS"
441
482
  :KHR:
442
483
  :one: "riel cambodgien"
443
484
  :other: "riels cambodgiens"
444
- :symbol: ""
485
+ :symbol: "KHR"
445
486
  :KMF:
446
487
  :one: "franc comorien"
447
488
  :other: "francs comoriens"
489
+ :symbol: "KMF"
448
490
  :KPW:
449
491
  :one: "won nord-coréen"
450
492
  :other: "wons nord-coréens"
493
+ :symbol: "KPW"
451
494
  :KRH:
452
- :one: "South Korean hwan (1953–1962)"
453
- :other: "South Korean hwan (1953–1962)"
495
+ :symbol: "KRH"
454
496
  :KRO:
455
- :one: "South Korean won (1945–1953)"
456
- :other: "South Korean won (1945–1953)"
497
+ :symbol: "KRO"
457
498
  :KRW:
458
499
  :one: "won sud-coréen"
459
500
  :other: "wons sud-coréens"
460
- :symbol: ""
501
+ :symbol: "KRW"
461
502
  :KWD:
462
503
  :one: "dinar koweïtien"
463
504
  :other: "dinar koweïtiens"
505
+ :symbol: "KWD"
464
506
  :KYD:
465
507
  :one: "dollar des îles Caïmans"
466
508
  :other: "dollars des îles Caïmans"
467
- :symbol: "$"
509
+ :symbol: "KYD"
468
510
  :KZT:
469
511
  :one: "tenge kazakh"
470
512
  :other: "tenges kazakhs"
471
- :symbol: ""
513
+ :symbol: "KZT"
472
514
  :LAK:
473
- :one: "kip loatien"
474
- :other: "kips loatiens"
475
- :symbol: ""
515
+ :one: "kip laotien"
516
+ :other: "kips laotiens"
517
+ :symbol: "LAK"
476
518
  :LBP:
477
519
  :one: "livre libanaise"
478
520
  :other: "livres libanaises"
479
- :symbol: "£LB"
521
+ :symbol: "LBP"
480
522
  :LKR:
481
523
  :one: "roupie srilankaise"
482
524
  :other: "roupies srilankaises"
525
+ :symbol: "LKR"
483
526
  :LRD:
484
527
  :one: "dollar libérien"
485
528
  :other: "dollars libériens"
486
- :symbol: "$LR"
529
+ :symbol: "LRD"
487
530
  :LSL:
488
531
  :one: "loti lesothan"
489
532
  :other: "maloti lesothans"
533
+ :symbol: "lLS"
490
534
  :LTL:
491
535
  :one: "litas lituanien"
492
536
  :other: "litas lituaniens"
537
+ :symbol: "LTL"
493
538
  :LTT:
494
539
  :one: "talonas lituanien"
495
540
  :other: "talonas lituaniens"
@@ -505,55 +550,57 @@
505
550
  :LVL:
506
551
  :one: "lats letton"
507
552
  :other: "lats lettons"
553
+ :symbol: "LVL"
508
554
  :LVR:
509
555
  :one: "rouble letton"
510
556
  :other: "roubles lettons"
511
557
  :LYD:
512
558
  :one: "dinar libyen"
513
559
  :other: "dinars libyens"
560
+ :symbol: "LYD"
514
561
  :MAD:
515
562
  :one: "dirham marocain"
516
563
  :other: "dirhams marocains"
564
+ :symbol: "MAD"
517
565
  :MAF:
518
566
  :one: "franc marocain"
519
567
  :other: "francs marocains"
520
- :MCF:
521
- :one: "Monegasque franc"
522
- :other: "Monegasque francs"
523
- :MDC:
524
- :one: "Moldovan cupon"
525
- :other: "Moldovan cupon"
568
+ :symbol: "fMA"
526
569
  :MDL:
527
570
  :one: "leu moldave"
528
571
  :other: "leus moldaves"
572
+ :symbol: "MDL"
529
573
  :MGA:
530
574
  :one: "ariary malgache"
531
575
  :other: "ariarys malgaches"
576
+ :symbol: "MGA"
532
577
  :MGF:
533
578
  :one: "franc malgache"
534
579
  :other: "francs malgaches"
580
+ :symbol: "Fmg"
535
581
  :MKD:
536
582
  :one: "denar macédonien"
537
583
  :other: "denars macédoniens"
538
- :MKN:
539
- :one: "Macedonian denar (1992–1993)"
540
- :other: "Macedonian denari (1992–1993)"
584
+ :symbol: "MKD"
541
585
  :MLF:
542
586
  :one: "franc malien"
543
587
  :other: "francs maliens"
544
588
  :MMK:
545
589
  :one: "kyat myanmarais"
546
590
  :other: "kyats myanmarais"
591
+ :symbol: "MMK"
547
592
  :MNT:
548
593
  :one: "tugrik mongol"
549
594
  :other: "tugriks mongols"
550
- :symbol: ""
595
+ :symbol: "MNT"
551
596
  :MOP:
552
597
  :one: "pataca macanaise"
553
598
  :other: "patacas macanaises"
599
+ :symbol: "MOP"
554
600
  :MRO:
555
601
  :one: "ouguiya mauritanien"
556
602
  :other: "ouguiyas mauritaniens"
603
+ :symbol: "MRO"
557
604
  :MTL:
558
605
  :one: "lire maltaise"
559
606
  :other: "lires maltaises"
@@ -564,92 +611,112 @@
564
611
  :MUR:
565
612
  :one: "roupie mauricienne"
566
613
  :other: "roupies mauriciennes"
614
+ :symbol: "MUR"
567
615
  :MVP:
568
- :one: "Maldivian rupee"
569
- :other: "Maldivian rupees"
616
+ :symbol: "MVP"
570
617
  :MVR:
571
618
  :one: "rufiyaa maldivienne"
572
619
  :other: "rufiyaas maldiviennes"
620
+ :symbol: "MVR"
573
621
  :MWK:
574
622
  :one: "kwacha malawite"
575
623
  :other: "kwachas malawites"
624
+ :symbol: "MWK"
576
625
  :MXN:
577
626
  :one: "peso mexicain"
578
627
  :other: "pesos mexicains"
579
- :symbol: "$MX"
628
+ :symbol: "MXN"
580
629
  :MXP:
581
630
  :one: "peso d’argent mexicain (1861–1992)"
582
631
  :other: "pesos d’argent mexicains (1861–1992)"
632
+ :symbol: "MXP"
583
633
  :MXV:
584
634
  :one: "unité de conversion mexicaine (UDI)"
585
635
  :other: "unités de conversion mexicaines (UDI)"
636
+ :symbol: "MXV"
586
637
  :MYR:
587
638
  :one: "ringgit malais"
588
639
  :other: "ringgits malais"
640
+ :symbol: "MYR"
589
641
  :MZE:
590
642
  :one: "escudo mozambicain"
591
643
  :other: "escudos mozambicains"
644
+ :symbol: "MZE"
592
645
  :MZM:
593
646
  :one: "metical mozambicain (1980–2006)"
594
647
  :other: "meticais mozambicains (1980–2006)"
648
+ :symbol: "MZM"
595
649
  :MZN:
596
650
  :one: "metical mozambicain"
597
651
  :other: "meticais mozambicains"
652
+ :symbol: "MZN"
598
653
  :NAD:
599
654
  :one: "dollar namibien"
600
655
  :other: "dollars namibiens"
601
- :symbol: "$NA"
656
+ :symbol: "NAD"
602
657
  :NGN:
603
658
  :one: "naira nigérian"
604
659
  :other: "nairas nigérians"
605
- :symbol: ""
660
+ :symbol: "NGN"
606
661
  :NIC:
607
662
  :one: "córdoba nicaraguayen (1912–1988)"
608
663
  :other: "córdobas nicaraguayens (1912–1988)"
664
+ :symbol: "NIC"
609
665
  :NIO:
610
666
  :one: "córdoba oro nicaraguayen"
611
667
  :other: "córdobas oro nicaraguayens"
668
+ :symbol: "NIO"
612
669
  :NLG:
613
670
  :one: "florin néerlandais"
614
671
  :other: "florins néerlandais"
615
672
  :NOK:
616
673
  :one: "couronne norvégienne"
617
674
  :other: "couronnes norvégiennes"
675
+ :symbol: "NOK"
618
676
  :NPR:
619
677
  :one: "roupie népalaise"
620
678
  :other: "roupies népalaises"
679
+ :symbol: "NPR"
621
680
  :NZD:
622
681
  :one: "dollar néo-zélandais"
623
682
  :other: "dollars néo-zélandais"
624
- :symbol: "$NZ"
683
+ :symbol: "$ NZ"
625
684
  :OMR:
626
685
  :one: "rial omanais"
627
686
  :other: "rials omanis"
687
+ :symbol: "OMR"
628
688
  :PAB:
629
689
  :one: "balboa panaméen"
630
690
  :other: "balboas panaméens"
691
+ :symbol: "PAB"
631
692
  :PEI:
632
693
  :one: "inti péruvien"
633
694
  :other: "intis péruviens"
695
+ :symbol: "PEI"
634
696
  :PEN:
635
697
  :one: "nouveau sol péruvien"
636
698
  :other: "nouveaux sols péruviens"
699
+ :symbol: "PEN"
637
700
  :PES:
638
701
  :one: "sol péruvien (1863–1985)"
639
702
  :other: "sols péruviens (1863–1985)"
703
+ :symbol: "PES"
640
704
  :PGK:
641
- :one: "kina papouan-néo-guinéen"
642
- :other: "kinas papouan-néo-guinéens"
705
+ :one: "kina papou-néo-guinéen"
706
+ :other: "kinas papou-néo-guinéens"
707
+ :symbol: "PGK"
643
708
  :PHP:
644
709
  :one: "peso philippin"
645
710
  :other: "pesos philippins"
646
- :symbol: ""
711
+ :symbol: "PHP"
647
712
  :PKR:
648
713
  :one: "roupie pakistanaise"
649
714
  :other: "roupies pakistanaises"
715
+ :symbol: "PKR"
650
716
  :PLN:
651
717
  :one: "zloty polonais"
652
718
  :other: "zlotys polonais"
719
+ :symbol: "PLN"
653
720
  :PLZ:
654
721
  :one: "zloty polonais (1950–1995)"
655
722
  :other: "zlotys polonais (1950–1995)"
@@ -659,10 +726,11 @@
659
726
  :PYG:
660
727
  :one: "guaraní paraguayen"
661
728
  :other: "guaranís paraguayens"
662
- :symbol: ""
729
+ :symbol: "PYG"
663
730
  :QAR:
664
- :one: "rial qatari"
665
- :other: "rials qataris"
731
+ :one: "riyal du Qatar"
732
+ :other: "riyals du Qatar"
733
+ :symbol: "QAR"
666
734
  :RHD:
667
735
  :one: "dollar rhodésien"
668
736
  :other: "dollars rhodésiens"
@@ -673,12 +741,15 @@
673
741
  :RON:
674
742
  :one: "leu roumain"
675
743
  :other: "lei roumains"
744
+ :symbol: "RON"
676
745
  :RSD:
677
746
  :one: "dinar serbe"
678
747
  :other: "dinars serbes"
748
+ :symbol: "RSD"
679
749
  :RUB:
680
750
  :one: "rouble russe"
681
751
  :other: "roubles russes"
752
+ :symbol: "RUB"
682
753
  :RUR:
683
754
  :one: "rouble russe (1991–1998)"
684
755
  :other: "roubles russes (1991–1998)"
@@ -686,37 +757,43 @@
686
757
  :RWF:
687
758
  :one: "franc rwandais"
688
759
  :other: "francs rwandais"
760
+ :symbol: "RWF"
689
761
  :SAR:
690
762
  :one: "rial saoudien"
691
763
  :other: "rials saoudiens"
764
+ :symbol: "SAR"
692
765
  :SBD:
693
766
  :one: "dollar des îles Salomon"
694
767
  :other: "dollars des îles Salomon"
695
- :symbol: "$SB"
768
+ :symbol: "SBD"
696
769
  :SCR:
697
770
  :one: "roupie des Seychelles"
698
771
  :other: "roupies des Seychelles"
772
+ :symbol: "SCR"
699
773
  :SDD:
700
774
  :one: "dinar soudanais (1992–2007)"
701
775
  :other: "dinars soudanais (1992–2007)"
776
+ :symbol: "SDD"
702
777
  :SDG:
703
778
  :one: "livre soudanaise"
704
779
  :other: "livres soudanaises"
705
- :symbol: "£SD"
780
+ :symbol: "SDG"
706
781
  :SDP:
707
782
  :one: "livre soudanaise (1956–2007)"
708
783
  :other: "livres soudanaises (1956–2007)"
784
+ :symbol: "SDP"
709
785
  :SEK:
710
786
  :one: "couronne suédoise"
711
787
  :other: "couronnes suédoises"
788
+ :symbol: "SEK"
712
789
  :SGD:
713
790
  :one: "dollar de Singapour"
714
791
  :other: "dollars de Singapour"
715
- :symbol: "$SG"
792
+ :symbol: "$ SG"
716
793
  :SHP:
717
794
  :one: "livre de Sainte-Hélène"
718
795
  :other: "livres de Sainte-Hélène"
719
- :symbol: "£SH"
796
+ :symbol: "SHP"
720
797
  :SIT:
721
798
  :one: "tolar slovène"
722
799
  :other: "tolars slovènes"
@@ -726,207 +803,244 @@
726
803
  :SLL:
727
804
  :one: "leone sierra-léonais"
728
805
  :other: "leones sierra-léonais"
806
+ :symbol: "SLL"
729
807
  :SOS:
730
808
  :one: "shilling somalien"
731
809
  :other: "shillings somaliens"
810
+ :symbol: "SOS"
732
811
  :SRD:
733
- :one: "dollar surinamais"
734
- :other: "dollars surinamais"
735
- :symbol: "$SR"
812
+ :one: "dollar du Suriname"
813
+ :other: "dollars du Suriname"
814
+ :symbol: "SRD"
736
815
  :SRG:
737
816
  :one: "florin surinamais"
738
817
  :other: "florins surinamais"
818
+ :symbol: "SRG"
739
819
  :SSP:
740
820
  :one: "livre sud-soudanaise"
741
821
  :other: "livres sud-soudanaises"
742
- :symbol: "£SS"
822
+ :symbol: "SSP"
743
823
  :STD:
744
824
  :one: "dobra santoméen"
745
825
  :other: "dobras santoméens"
826
+ :symbol: "STD"
746
827
  :SUR:
747
828
  :one: "rouble soviétique"
748
829
  :other: "roubles soviétiques"
749
830
  :SVC:
750
831
  :one: "colón salvadorien"
751
832
  :other: "colóns salvadoriens"
833
+ :symbol: "SVC"
752
834
  :SYP:
753
835
  :one: "livre syrienne"
754
836
  :other: "livres syriennes"
837
+ :symbol: "SYP"
755
838
  :SZL:
756
839
  :one: "lilangeni swazi"
757
840
  :other: "lilangenis swazis"
841
+ :symbol: "SZL"
758
842
  :THB:
759
843
  :one: "baht thaïlandais"
760
844
  :other: "bahts thaïlandais"
761
- :symbol: "฿"
845
+ :symbol: "THB"
762
846
  :TJR:
763
847
  :one: "rouble tadjik"
764
848
  :other: "roubles tadjiks"
765
849
  :TJS:
766
850
  :one: "somoni tadjik"
767
851
  :other: "somonis tadjiks"
852
+ :symbol: "TJS"
768
853
  :TMM:
769
854
  :one: "manat turkmène"
770
855
  :other: "manats turkmènes"
771
856
  :TMT:
772
857
  :one: "nouveau manat turkmène"
773
858
  :other: "nouveaux manats turkmènes"
859
+ :symbol: "TMT"
774
860
  :TND:
775
861
  :one: "dinar tunisien"
776
862
  :other: "dinars tunisiens"
863
+ :symbol: "TND"
777
864
  :TOP:
778
- :one: "pa’anga tongan"
779
- :other: "pa’angas tongans"
865
+ :one: "pa’anga"
866
+ :other: "pa’angas"
867
+ :symbol: "TOP"
780
868
  :TPE:
781
869
  :one: "escudo timorais"
782
870
  :other: "escudos timorais"
871
+ :symbol: "TPE"
783
872
  :TRL:
784
873
  :one: "livre turque (1844–2005)"
785
874
  :other: "livres turques (1844–2005)"
875
+ :symbol: "TRL"
786
876
  :TRY:
787
877
  :one: "livre turque"
788
878
  :other: "livres turques"
789
- :symbol: ""
879
+ :symbol: "TRY"
790
880
  :TTD:
791
881
  :one: "dollar de Trinité-et-Tobago"
792
882
  :other: "dollars de Trinité-et-Tobago"
793
- :symbol: "$TT"
883
+ :symbol: "TTD"
794
884
  :TWD:
795
885
  :one: "nouveau dollar taïwanais"
796
886
  :other: "nouveaux dollars taïwanais"
797
- :symbol: "$TW"
887
+ :symbol: "TWD"
798
888
  :TZS:
799
889
  :one: "shilling tanzanien"
800
890
  :other: "shillings tanzaniens"
891
+ :symbol: "TZS"
801
892
  :UAH:
802
893
  :one: "hryvnia ukrainienne"
803
894
  :other: "hryvnias ukrainiennes"
804
- :symbol: ""
895
+ :symbol: "UAH"
805
896
  :UAK:
806
897
  :one: "karbovanets ukrainien (1992–1996)"
807
898
  :other: "karbovanets ukrainiens (1992–1996)"
808
899
  :UGS:
809
900
  :one: "shilling ougandais (1966–1987)"
810
901
  :other: "shillings ougandais (1966–1987)"
902
+ :symbol: "UGS"
811
903
  :UGX:
812
904
  :one: "shilling ougandais"
813
905
  :other: "shillings ougandais"
906
+ :symbol: "UGX"
814
907
  :USD:
815
908
  :one: "dollar des États-Unis"
816
909
  :other: "dollars des États-Unis"
817
- :symbol: "$US"
910
+ :symbol: "$ US"
818
911
  :USN:
819
912
  :one: "dollar des États-Unis (jour suivant)"
820
913
  :other: "dollars des États-Unis (jour suivant)"
914
+ :symbol: "USN"
821
915
  :USS:
822
916
  :one: "dollar des États-Unis (jour même)"
823
917
  :other: "dollars des États-Unis (jour même)"
918
+ :symbol: "USS"
824
919
  :UYI:
825
920
  :one: "peso uruguayen (unités indexées)"
826
921
  :other: "pesos uruguayen (unités indexées)"
922
+ :symbol: "UYI"
827
923
  :UYP:
828
924
  :one: "peso uruguayen (1975–1993)"
829
925
  :other: "pesos uruguayens (1975–1993)"
926
+ :symbol: "UYP"
830
927
  :UYU:
831
928
  :one: "peso uruguayen"
832
929
  :other: "pesos uruguayens"
833
- :symbol: "$UY"
930
+ :symbol: "UYU"
834
931
  :UZS:
835
932
  :one: "sum ouzbek"
836
933
  :other: "sums ouzbeks"
934
+ :symbol: "UZS"
837
935
  :VEB:
838
936
  :one: "bolivar vénézuélien (1871–2008)"
839
937
  :other: "bolivar vénézuélien (1871–2008)"
938
+ :symbol: "VEB"
840
939
  :VEF:
841
940
  :one: "bolivar vénézuélien"
842
941
  :other: "bolivars vénézuéliens"
942
+ :symbol: "VEF"
843
943
  :VND:
844
944
  :one: "dông vietnamien"
845
945
  :other: "dôngs vietnamiens"
846
- :symbol: ""
946
+ :symbol: "VND"
847
947
  :VNN:
848
- :one: "Vietnamese dong (1978–1985)"
849
- :other: "Vietnamese dong (1978–1985)"
948
+ :symbol: "VNN"
850
949
  :VUV:
851
- :one: "vatu vanuatuan"
852
- :other: "vatus vanuatuans"
950
+ :one: "vatu"
951
+ :other: "vatus"
952
+ :symbol: "VUV"
853
953
  :WST:
854
- :one: "tala samoan"
855
- :other: "talas samoans"
954
+ :one: "tala"
955
+ :other: "talas"
856
956
  :symbol: "WST"
857
957
  :XAF:
858
958
  :one: "franc CFA (BEAC)"
859
959
  :other: "francs CFA (BEAC)"
860
- :symbol: "FCFA"
960
+ :symbol: "XAF"
861
961
  :XAG:
862
962
  :one: "once troy d’argent"
863
963
  :other: "onces troy d’argent"
964
+ :symbol: "XAG"
864
965
  :XAU:
865
966
  :one: "once troy d’or"
866
967
  :other: "onces troy d’or"
968
+ :symbol: "XAU"
867
969
  :XBA:
868
970
  :one: "unité composée européenne (EURCO)"
869
971
  :other: "unités composées européennes (EURCO)"
972
+ :symbol: "XBA"
870
973
  :XBB:
871
974
  :one: "unité monétaire européenne (UME–6)"
872
975
  :other: "unités monétaires européennes (UME–6)"
976
+ :symbol: "XBB"
873
977
  :XBC:
874
978
  :one: "unité de compte 9 européenne (UEC–9)"
875
979
  :other: "unités de compte 9 européennes (UEC–9)"
980
+ :symbol: "XBC"
876
981
  :XBD:
877
982
  :one: "unité de compte 17 européenne (UEC–17)"
878
983
  :other: "unités de compte 17 européennes (UEC–17)"
984
+ :symbol: "XBD"
879
985
  :XCD:
880
986
  :one: "dollar des Caraïbes orientales"
881
987
  :other: "dollars des Caraïbes orientales"
882
- :symbol: "EC$"
988
+ :symbol: "XCD"
883
989
  :XDR:
884
990
  :one: "droit de tirage spécial"
885
991
  :other: "droits de tirage spéciaux"
992
+ :symbol: "DTS"
886
993
  :XEU:
887
994
  :one: "unité de compte européenne (ECU)"
888
995
  :other: "unités de compte européennes (ECU)"
889
996
  :XFO:
890
997
  :one: "franc or"
891
998
  :other: "francs or"
999
+ :symbol: "XFO"
892
1000
  :XFU:
893
1001
  :one: "franc UIC"
894
1002
  :other: "francs UIC"
1003
+ :symbol: "XFU"
895
1004
  :XOF:
896
1005
  :one: "franc CFA (BCEAO)"
897
1006
  :other: "francs CFA (BCEAO)"
898
- :symbol: "CFA"
1007
+ :symbol: "XOF"
899
1008
  :XPD:
900
1009
  :one: "once troy de palladium"
901
1010
  :other: "onces troy de palladium"
1011
+ :symbol: "XPD"
902
1012
  :XPF:
903
1013
  :one: "franc CFP"
904
1014
  :other: "francs CFP"
905
- :symbol: "FCFP"
1015
+ :symbol: "XPF"
906
1016
  :XPT:
907
1017
  :one: "once troy de platine"
908
1018
  :other: "onces troy de platine"
1019
+ :symbol: "XPT"
909
1020
  :XRE:
910
1021
  :one: "unité de fonds RINET"
911
1022
  :other: "unités de fonds RINET"
1023
+ :symbol: "XRE"
912
1024
  :XSU:
913
- :one: "Sucre"
914
- :other: "Sucres"
1025
+ :symbol: "XSU"
915
1026
  :XTS:
916
1027
  :one: "(devise de test)"
917
1028
  :other: "(devises de test)"
1029
+ :symbol: "XTS"
918
1030
  :XUA:
919
- :one: "ADB unit of account"
920
- :other: "ADB units of account"
1031
+ :symbol: "XUA"
921
1032
  :XXX:
922
1033
  :one: "devise inconnue ou non valide"
923
1034
  :other: "devise inconnue ou non valide"
1035
+ :symbol: "XXX"
924
1036
  :YDD:
925
1037
  :one: "dinar nord-yéménite"
926
1038
  :other: "dinars nord-yéménites"
1039
+ :symbol: "YDD"
927
1040
  :YER:
928
1041
  :one: "rial yéménite"
929
1042
  :other: "rials yéménites"
1043
+ :symbol: "YER"
930
1044
  :YUD:
931
1045
  :one: "dinar fort yougoslave (1966–1989)"
932
1046
  :other: "dinars forts yougoslaves (1966–1989)"
@@ -936,33 +1050,39 @@
936
1050
  :YUN:
937
1051
  :one: "dinar convertible yougoslave (1990–1992)"
938
1052
  :other: "dinars convertibles yougoslaves (1990–1992)"
939
- :YUR:
940
- :one: "Yugoslavian reformed dinar (1992–1993)"
941
- :other: "Yugoslavian reformed dinars (1992–1993)"
942
1053
  :ZAL:
943
1054
  :one: "rand sud-africain (financier)"
944
1055
  :other: "rands sud-africains (financiers)"
1056
+ :symbol: "ZAL"
945
1057
  :ZAR:
946
1058
  :one: "rand sud-africain"
947
1059
  :other: "rands sud-africains"
1060
+ :symbol: "ZAR"
948
1061
  :ZMK:
949
1062
  :one: "kwacha zambien (1968–2012)"
950
1063
  :other: "kwachas zambiens (1968–2012)"
1064
+ :symbol: "ZMK"
951
1065
  :ZMW:
952
1066
  :one: "kwacha zambien"
953
1067
  :other: "kwachas zambiens"
1068
+ :symbol: "ZMW"
954
1069
  :ZRN:
955
1070
  :one: "nouveau zaïre zaïrien"
956
1071
  :other: "nouveaux zaïres zaïriens"
1072
+ :symbol: "ZRN"
957
1073
  :ZRZ:
958
1074
  :one: "zaïre zaïrois"
959
1075
  :other: "zaïres zaïrois"
1076
+ :symbol: "ZRZ"
960
1077
  :ZWD:
961
1078
  :one: "dollar zimbabwéen"
962
1079
  :other: "dollars zimbabwéens"
1080
+ :symbol: "ZWD"
963
1081
  :ZWL:
964
1082
  :one: "dollar zimbabwéen (2009)"
965
1083
  :other: "dollars zimbabwéens (2009)"
1084
+ :symbol: "ZWL"
966
1085
  :ZWR:
967
1086
  :one: "dollar zimbabwéen (2008)"
968
1087
  :other: "dollars zimbabwéens (2008)"
1088
+ :symbol: "ZWR"