twitter_cldr 3.0.10 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (569) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -2
  3. data/History.txt +9 -0
  4. data/README.md +8 -0
  5. data/Rakefile +1 -1
  6. data/lib/twitter_cldr.rb +1 -1
  7. data/lib/twitter_cldr/data_readers/number_data_reader.rb +60 -8
  8. data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +3 -11
  9. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +5 -12
  10. data/lib/twitter_cldr/formatters/numbers/rbnf.rb +2 -1
  11. data/lib/twitter_cldr/formatters/numbers/rbnf/formatters.rb +4 -1
  12. data/lib/twitter_cldr/formatters/numbers/rbnf/plural.rb +49 -0
  13. data/lib/twitter_cldr/formatters/numbers/rbnf/rule.rb +4 -3
  14. data/lib/twitter_cldr/formatters/numbers/rbnf/rule_parser.rb +12 -1
  15. data/lib/twitter_cldr/formatters/numbers/rbnf/substitution.rb +1 -1
  16. data/lib/twitter_cldr/formatters/plurals/rules.rb +26 -10
  17. data/lib/twitter_cldr/localized/localized_number.rb +2 -15
  18. data/lib/twitter_cldr/resources/download.rb +3 -3
  19. data/lib/twitter_cldr/resources/locales_resources_importer.rb +24 -16
  20. data/lib/twitter_cldr/resources/uli/segment_exceptions_importer.rb +1 -1
  21. data/lib/twitter_cldr/shared/postal_codes.rb +30 -2
  22. data/lib/twitter_cldr/tokenizers/numbers/rbnf_tokenizer.rb +2 -1
  23. data/lib/twitter_cldr/version.rb +1 -1
  24. data/resources/locales/af/calendars.yml +44 -29
  25. data/resources/locales/af/currencies.yml +300 -603
  26. data/resources/locales/af/languages.yml +22 -359
  27. data/resources/locales/af/lists.yml +8 -8
  28. data/resources/locales/af/numbers.yml +74 -25
  29. data/resources/locales/af/plural_rules.yml +7 -0
  30. data/resources/locales/af/plurals.yml +13 -3
  31. data/resources/locales/af/territories.yml +7 -7
  32. data/resources/locales/ar/calendars.yml +25 -11
  33. data/resources/locales/ar/currencies.yml +115 -229
  34. data/resources/locales/ar/languages.yml +39 -124
  35. data/resources/locales/ar/lists.yml +12 -12
  36. data/resources/locales/ar/numbers.yml +170 -25
  37. data/resources/locales/ar/plural_rules.yml +11 -0
  38. data/resources/locales/ar/plurals.yml +18 -6
  39. data/resources/locales/be/calendars.yml +10 -20
  40. data/resources/locales/be/currencies.yml +40 -778
  41. data/resources/locales/be/languages.yml +2 -447
  42. data/resources/locales/be/lists.yml +3 -15
  43. data/resources/locales/be/numbers.yml +26 -26
  44. data/resources/locales/be/plural_rules.yml +9 -0
  45. data/resources/locales/be/plurals.yml +17 -7
  46. data/resources/locales/be/rbnf.yml +15 -105
  47. data/resources/locales/be/territories.yml +5 -16
  48. data/resources/locales/bg/calendars.yml +61 -40
  49. data/resources/locales/bg/currencies.yml +147 -176
  50. data/resources/locales/bg/languages.yml +56 -149
  51. data/resources/locales/bg/lists.yml +5 -5
  52. data/resources/locales/bg/numbers.yml +73 -24
  53. data/resources/locales/bg/plural_rules.yml +7 -0
  54. data/resources/locales/bg/plurals.yml +13 -3
  55. data/resources/locales/bg/territories.yml +10 -10
  56. data/resources/locales/bn/calendars.yml +43 -29
  57. data/resources/locales/bn/currencies.yml +156 -253
  58. data/resources/locales/bn/languages.yml +61 -150
  59. data/resources/locales/bn/lists.yml +4 -4
  60. data/resources/locales/bn/numbers.yml +74 -25
  61. data/resources/locales/bn/plural_rules.yml +11 -0
  62. data/resources/locales/bn/plurals.yml +19 -3
  63. data/resources/locales/bn/territories.yml +35 -35
  64. data/resources/locales/ca/calendars.yml +38 -23
  65. data/resources/locales/ca/currencies.yml +285 -63
  66. data/resources/locales/ca/languages.yml +12 -76
  67. data/resources/locales/ca/lists.yml +4 -4
  68. data/resources/locales/ca/numbers.yml +74 -25
  69. data/resources/locales/ca/plural_rules.yml +10 -0
  70. data/resources/locales/ca/plurals.yml +17 -4
  71. data/resources/locales/ca/territories.yml +20 -20
  72. data/resources/locales/cs/calendars.yml +33 -18
  73. data/resources/locales/cs/currencies.yml +397 -118
  74. data/resources/locales/cs/languages.yml +109 -90
  75. data/resources/locales/cs/numbers.yml +121 -24
  76. data/resources/locales/cs/plural_rules.yml +9 -0
  77. data/resources/locales/cs/plurals.yml +16 -6
  78. data/resources/locales/cs/territories.yml +2 -2
  79. data/resources/locales/cy/calendars.yml +4 -5
  80. data/resources/locales/cy/currencies.yml +56 -424
  81. data/resources/locales/cy/languages.yml +210 -379
  82. data/resources/locales/cy/lists.yml +1 -5
  83. data/resources/locales/cy/numbers.yml +170 -25
  84. data/resources/locales/cy/plural_rules.yml +16 -0
  85. data/resources/locales/cy/plurals.yml +26 -4
  86. data/resources/locales/cy/rbnf.yml +8 -8
  87. data/resources/locales/da/calendars.yml +28 -13
  88. data/resources/locales/da/currencies.yml +135 -136
  89. data/resources/locales/da/languages.yml +10 -74
  90. data/resources/locales/da/numbers.yml +73 -24
  91. data/resources/locales/da/plural_rules.yml +7 -0
  92. data/resources/locales/da/plurals.yml +13 -4
  93. data/resources/locales/da/territories.yml +2 -2
  94. data/resources/locales/de-CH/calendars.yml +29 -15
  95. data/resources/locales/de-CH/currencies.yml +327 -101
  96. data/resources/locales/de-CH/languages.yml +112 -83
  97. data/resources/locales/de-CH/numbers.yml +73 -24
  98. data/resources/locales/de-CH/plural_rules.yml +7 -0
  99. data/resources/locales/de-CH/plurals.yml +13 -4
  100. data/resources/locales/de-CH/territories.yml +3 -3
  101. data/resources/locales/de/calendars.yml +29 -15
  102. data/resources/locales/de/currencies.yml +328 -101
  103. data/resources/locales/de/languages.yml +112 -83
  104. data/resources/locales/de/numbers.yml +73 -24
  105. data/resources/locales/de/plural_rules.yml +7 -0
  106. data/resources/locales/de/plurals.yml +13 -4
  107. data/resources/locales/de/rbnf.yml +189 -0
  108. data/resources/locales/de/territories.yml +3 -3
  109. data/resources/locales/el/calendars.yml +30 -16
  110. data/resources/locales/el/currencies.yml +144 -91
  111. data/resources/locales/el/languages.yml +8 -72
  112. data/resources/locales/el/numbers.yml +73 -24
  113. data/resources/locales/el/plural_rules.yml +7 -0
  114. data/resources/locales/el/plurals.yml +13 -3
  115. data/resources/locales/el/territories.yml +1 -1
  116. data/resources/locales/en-150/calendars.yml +15 -5
  117. data/resources/locales/en-150/currencies.yml +49 -9
  118. data/resources/locales/en-150/languages.yml +99 -70
  119. data/resources/locales/en-150/numbers.yml +73 -24
  120. data/resources/locales/en-150/plural_rules.yml +10 -0
  121. data/resources/locales/en-150/plurals.yml +18 -4
  122. data/resources/locales/en-150/territories.yml +15 -15
  123. data/resources/locales/en-AU/calendars.yml +21 -11
  124. data/resources/locales/en-AU/currencies.yml +69 -29
  125. data/resources/locales/en-AU/languages.yml +101 -72
  126. data/resources/locales/en-AU/lists.yml +1 -1
  127. data/resources/locales/en-AU/numbers.yml +73 -24
  128. data/resources/locales/en-AU/plural_rules.yml +10 -0
  129. data/resources/locales/en-AU/plurals.yml +18 -4
  130. data/resources/locales/en-AU/territories.yml +19 -19
  131. data/resources/locales/en-CA/calendars.yml +18 -8
  132. data/resources/locales/en-CA/currencies.yml +49 -9
  133. data/resources/locales/en-CA/languages.yml +99 -70
  134. data/resources/locales/en-CA/numbers.yml +74 -25
  135. data/resources/locales/en-CA/plural_rules.yml +10 -0
  136. data/resources/locales/en-CA/plurals.yml +18 -4
  137. data/resources/locales/en-CA/territories.yml +15 -15
  138. data/resources/locales/en-GB/calendars.yml +21 -8
  139. data/resources/locales/en-GB/currencies.yml +242 -55
  140. data/resources/locales/en-GB/languages.yml +102 -73
  141. data/resources/locales/en-GB/lists.yml +1 -1
  142. data/resources/locales/en-GB/numbers.yml +74 -25
  143. data/resources/locales/en-GB/plural_rules.yml +10 -0
  144. data/resources/locales/en-GB/plurals.yml +18 -4
  145. data/resources/locales/en-GB/territories.yml +5 -5
  146. data/resources/locales/en-IE/calendars.yml +12 -2
  147. data/resources/locales/en-IE/currencies.yml +49 -9
  148. data/resources/locales/en-IE/languages.yml +99 -70
  149. data/resources/locales/en-IE/numbers.yml +74 -25
  150. data/resources/locales/en-IE/plural_rules.yml +10 -0
  151. data/resources/locales/en-IE/plurals.yml +18 -4
  152. data/resources/locales/en-IE/territories.yml +15 -15
  153. data/resources/locales/en-SG/calendars.yml +15 -5
  154. data/resources/locales/en-SG/currencies.yml +50 -10
  155. data/resources/locales/en-SG/languages.yml +99 -70
  156. data/resources/locales/en-SG/numbers.yml +74 -25
  157. data/resources/locales/en-SG/plural_rules.yml +10 -0
  158. data/resources/locales/en-SG/plurals.yml +18 -4
  159. data/resources/locales/en-SG/territories.yml +15 -15
  160. data/resources/locales/en-ZA/calendars.yml +12 -2
  161. data/resources/locales/en-ZA/currencies.yml +48 -9
  162. data/resources/locales/en-ZA/languages.yml +99 -70
  163. data/resources/locales/en-ZA/numbers.yml +74 -25
  164. data/resources/locales/en-ZA/plural_rules.yml +10 -0
  165. data/resources/locales/en-ZA/plurals.yml +18 -4
  166. data/resources/locales/en-ZA/territories.yml +15 -15
  167. data/resources/locales/en/calendars.yml +12 -2
  168. data/resources/locales/en/currencies.yml +49 -9
  169. data/resources/locales/en/languages.yml +99 -70
  170. data/resources/locales/en/numbers.yml +74 -25
  171. data/resources/locales/en/plural_rules.yml +10 -0
  172. data/resources/locales/en/plurals.yml +18 -4
  173. data/resources/locales/en/rbnf.yml +1 -26
  174. data/resources/locales/en/territories.yml +15 -15
  175. data/resources/locales/es-419/calendars.yml +101 -87
  176. data/resources/locales/es-419/currencies.yml +276 -276
  177. data/resources/locales/es-419/languages.yml +26 -90
  178. data/resources/locales/es-419/lists.yml +4 -4
  179. data/resources/locales/es-419/numbers.yml +74 -25
  180. data/resources/locales/es-419/plural_rules.yml +7 -0
  181. data/resources/locales/es-419/plurals.yml +13 -3
  182. data/resources/locales/es-419/rbnf.yml +1 -1192
  183. data/resources/locales/es-419/territories.yml +4 -4
  184. data/resources/locales/es-CO/calendars.yml +42 -28
  185. data/resources/locales/es-CO/currencies.yml +258 -258
  186. data/resources/locales/es-CO/languages.yml +22 -86
  187. data/resources/locales/es-CO/lists.yml +4 -4
  188. data/resources/locales/es-CO/numbers.yml +74 -25
  189. data/resources/locales/es-CO/plural_rules.yml +7 -0
  190. data/resources/locales/es-CO/plurals.yml +13 -3
  191. data/resources/locales/es-CO/rbnf.yml +1 -1
  192. data/resources/locales/es-CO/territories.yml +2 -2
  193. data/resources/locales/es-MX/calendars.yml +121 -107
  194. data/resources/locales/es-MX/currencies.yml +41 -136
  195. data/resources/locales/es-MX/languages.yml +27 -91
  196. data/resources/locales/es-MX/numbers.yml +76 -27
  197. data/resources/locales/es-MX/plural_rules.yml +7 -0
  198. data/resources/locales/es-MX/plurals.yml +13 -3
  199. data/resources/locales/es-MX/rbnf.yml +1 -1
  200. data/resources/locales/es-MX/territories.yml +7 -7
  201. data/resources/locales/es-US/calendars.yml +56 -48
  202. data/resources/locales/es-US/currencies.yml +259 -259
  203. data/resources/locales/es-US/languages.yml +22 -86
  204. data/resources/locales/es-US/lists.yml +4 -4
  205. data/resources/locales/es-US/numbers.yml +75 -26
  206. data/resources/locales/es-US/plural_rules.yml +7 -0
  207. data/resources/locales/es-US/plurals.yml +13 -3
  208. data/resources/locales/es-US/rbnf.yml +1 -1
  209. data/resources/locales/es-US/territories.yml +2 -2
  210. data/resources/locales/es/calendars.yml +38 -24
  211. data/resources/locales/es/currencies.yml +259 -259
  212. data/resources/locales/es/languages.yml +22 -86
  213. data/resources/locales/es/lists.yml +4 -4
  214. data/resources/locales/es/numbers.yml +75 -26
  215. data/resources/locales/es/plural_rules.yml +7 -0
  216. data/resources/locales/es/plurals.yml +13 -3
  217. data/resources/locales/es/rbnf.yml +8 -81
  218. data/resources/locales/es/territories.yml +2 -2
  219. data/resources/locales/eu/calendars.yml +72 -55
  220. data/resources/locales/eu/currencies.yml +135 -450
  221. data/resources/locales/eu/languages.yml +79 -414
  222. data/resources/locales/eu/lists.yml +4 -4
  223. data/resources/locales/eu/numbers.yml +74 -25
  224. data/resources/locales/eu/plural_rules.yml +7 -0
  225. data/resources/locales/eu/plurals.yml +13 -3
  226. data/resources/locales/eu/territories.yml +2 -2
  227. data/resources/locales/fa/calendars.yml +27 -12
  228. data/resources/locales/fa/currencies.yml +46 -454
  229. data/resources/locales/fa/languages.yml +71 -153
  230. data/resources/locales/fa/lists.yml +4 -4
  231. data/resources/locales/fa/numbers.yml +74 -25
  232. data/resources/locales/fa/plural_rules.yml +7 -0
  233. data/resources/locales/fa/plurals.yml +13 -3
  234. data/resources/locales/fa/territories.yml +4 -4
  235. data/resources/locales/fi/calendars.yml +20 -5
  236. data/resources/locales/fi/currencies.yml +287 -50
  237. data/resources/locales/fi/languages.yml +99 -70
  238. data/resources/locales/fi/numbers.yml +73 -24
  239. data/resources/locales/fi/plural_rules.yml +7 -0
  240. data/resources/locales/fi/plurals.yml +13 -4
  241. data/resources/locales/fi/territories.yml +1 -1
  242. data/resources/locales/fil/calendars.yml +29 -15
  243. data/resources/locales/fil/currencies.yml +144 -489
  244. data/resources/locales/fil/languages.yml +12 -339
  245. data/resources/locales/fil/lists.yml +7 -7
  246. data/resources/locales/fil/numbers.yml +74 -25
  247. data/resources/locales/fil/plural_rules.yml +8 -0
  248. data/resources/locales/fil/plurals.yml +17 -4
  249. data/resources/locales/fil/territories.yml +2 -2
  250. data/resources/locales/fr-BE/calendars.yml +68 -53
  251. data/resources/locales/fr-BE/currencies.yml +202 -82
  252. data/resources/locales/fr-BE/languages.yml +8 -71
  253. data/resources/locales/fr-BE/numbers.yml +74 -25
  254. data/resources/locales/fr-BE/plural_rules.yml +8 -0
  255. data/resources/locales/fr-BE/plurals.yml +15 -3
  256. data/resources/locales/fr-BE/territories.yml +7 -7
  257. data/resources/locales/fr-CA/calendars.yml +25 -10
  258. data/resources/locales/fr-CA/currencies.yml +250 -130
  259. data/resources/locales/fr-CA/languages.yml +11 -74
  260. data/resources/locales/fr-CA/numbers.yml +74 -25
  261. data/resources/locales/fr-CA/plural_rules.yml +8 -0
  262. data/resources/locales/fr-CA/plurals.yml +15 -3
  263. data/resources/locales/fr-CA/territories.yml +16 -16
  264. data/resources/locales/fr-CH/calendars.yml +68 -53
  265. data/resources/locales/fr-CH/currencies.yml +201 -82
  266. data/resources/locales/fr-CH/languages.yml +8 -71
  267. data/resources/locales/fr-CH/numbers.yml +74 -25
  268. data/resources/locales/fr-CH/plural_rules.yml +8 -0
  269. data/resources/locales/fr-CH/plurals.yml +15 -3
  270. data/resources/locales/fr-CH/territories.yml +7 -7
  271. data/resources/locales/fr/calendars.yml +68 -53
  272. data/resources/locales/fr/currencies.yml +202 -82
  273. data/resources/locales/fr/languages.yml +8 -71
  274. data/resources/locales/fr/numbers.yml +74 -25
  275. data/resources/locales/fr/plural_rules.yml +8 -0
  276. data/resources/locales/fr/plurals.yml +15 -3
  277. data/resources/locales/fr/territories.yml +7 -7
  278. data/resources/locales/ga/calendars.yml +136 -45
  279. data/resources/locales/ga/currencies.yml +1238 -587
  280. data/resources/locales/ga/languages.yml +176 -468
  281. data/resources/locales/ga/lists.yml +4 -4
  282. data/resources/locales/ga/numbers.yml +148 -24
  283. data/resources/locales/ga/plural_rules.yml +10 -0
  284. data/resources/locales/ga/plurals.yml +17 -5
  285. data/resources/locales/ga/territories.yml +56 -56
  286. data/resources/locales/gl/calendars.yml +26 -13
  287. data/resources/locales/gl/currencies.yml +378 -582
  288. data/resources/locales/gl/languages.yml +71 -392
  289. data/resources/locales/gl/lists.yml +8 -8
  290. data/resources/locales/gl/numbers.yml +74 -25
  291. data/resources/locales/gl/plural_rules.yml +7 -0
  292. data/resources/locales/gl/plurals.yml +13 -4
  293. data/resources/locales/gl/territories.yml +2 -2
  294. data/resources/locales/he/calendars.yml +53 -32
  295. data/resources/locales/he/currencies.yml +585 -487
  296. data/resources/locales/he/languages.yml +15 -78
  297. data/resources/locales/he/lists.yml +8 -8
  298. data/resources/locales/he/numbers.yml +121 -24
  299. data/resources/locales/he/plural_rules.yml +9 -0
  300. data/resources/locales/he/plurals.yml +16 -6
  301. data/resources/locales/he/rbnf.yml +0 -3
  302. data/resources/locales/he/territories.yml +4 -4
  303. data/resources/locales/hi/calendars.yml +54 -41
  304. data/resources/locales/hi/currencies.yml +155 -428
  305. data/resources/locales/hi/languages.yml +52 -141
  306. data/resources/locales/hi/lists.yml +4 -4
  307. data/resources/locales/hi/numbers.yml +74 -25
  308. data/resources/locales/hi/plural_rules.yml +11 -0
  309. data/resources/locales/hi/plurals.yml +19 -3
  310. data/resources/locales/hi/rbnf.yml +52 -1
  311. data/resources/locales/hi/territories.yml +8 -8
  312. data/resources/locales/hr/calendars.yml +30 -16
  313. data/resources/locales/hr/currencies.yml +306 -66
  314. data/resources/locales/hr/languages.yml +12 -76
  315. data/resources/locales/hr/numbers.yml +97 -24
  316. data/resources/locales/hr/plural_rules.yml +8 -0
  317. data/resources/locales/hr/plurals.yml +16 -8
  318. data/resources/locales/hr/territories.yml +1 -1
  319. data/resources/locales/hu/calendars.yml +25 -10
  320. data/resources/locales/hu/currencies.yml +139 -182
  321. data/resources/locales/hu/languages.yml +8 -72
  322. data/resources/locales/hu/lists.yml +4 -4
  323. data/resources/locales/hu/numbers.yml +73 -24
  324. data/resources/locales/hu/plural_rules.yml +8 -0
  325. data/resources/locales/hu/plurals.yml +15 -3
  326. data/resources/locales/hu/territories.yml +1 -1
  327. data/resources/locales/id/calendars.yml +22 -7
  328. data/resources/locales/id/currencies.yml +323 -192
  329. data/resources/locales/id/languages.yml +36 -71
  330. data/resources/locales/id/numbers.yml +50 -26
  331. data/resources/locales/id/plural_rules.yml +6 -0
  332. data/resources/locales/id/plurals.yml +11 -3
  333. data/resources/locales/id/rbnf.yml +4 -4
  334. data/resources/locales/id/territories.yml +2 -2
  335. data/resources/locales/is/calendars.yml +24 -9
  336. data/resources/locales/is/currencies.yml +145 -336
  337. data/resources/locales/is/languages.yml +57 -163
  338. data/resources/locales/is/numbers.yml +73 -24
  339. data/resources/locales/is/plural_rules.yml +7 -0
  340. data/resources/locales/is/plurals.yml +13 -5
  341. data/resources/locales/is/territories.yml +5 -5
  342. data/resources/locales/it-CH/calendars.yml +41 -26
  343. data/resources/locales/it-CH/currencies.yml +180 -274
  344. data/resources/locales/it-CH/languages.yml +106 -83
  345. data/resources/locales/it-CH/lists.yml +6 -6
  346. data/resources/locales/it-CH/numbers.yml +73 -24
  347. data/resources/locales/it-CH/plural_rules.yml +8 -0
  348. data/resources/locales/it-CH/plurals.yml +15 -4
  349. data/resources/locales/it-CH/territories.yml +9 -9
  350. data/resources/locales/it/calendars.yml +43 -28
  351. data/resources/locales/it/currencies.yml +181 -274
  352. data/resources/locales/it/languages.yml +106 -83
  353. data/resources/locales/it/lists.yml +6 -6
  354. data/resources/locales/it/numbers.yml +73 -24
  355. data/resources/locales/it/plural_rules.yml +8 -0
  356. data/resources/locales/it/plurals.yml +15 -4
  357. data/resources/locales/it/territories.yml +9 -9
  358. data/resources/locales/ja/calendars.yml +24 -9
  359. data/resources/locales/ja/currencies.yml +286 -48
  360. data/resources/locales/ja/languages.yml +106 -83
  361. data/resources/locales/ja/lists.yml +4 -4
  362. data/resources/locales/ja/numbers.yml +50 -26
  363. data/resources/locales/ja/plural_rules.yml +6 -0
  364. data/resources/locales/ja/plurals.yml +11 -3
  365. data/resources/locales/ja/territories.yml +2 -2
  366. data/resources/locales/ko/calendars.yml +63 -16
  367. data/resources/locales/ko/currencies.yml +286 -347
  368. data/resources/locales/ko/languages.yml +27 -76
  369. data/resources/locales/ko/numbers.yml +50 -26
  370. data/resources/locales/ko/plural_rules.yml +6 -0
  371. data/resources/locales/ko/plurals.yml +11 -3
  372. data/resources/locales/ko/territories.yml +4 -4
  373. data/resources/locales/lv/calendars.yml +34 -19
  374. data/resources/locales/lv/currencies.yml +155 -366
  375. data/resources/locales/lv/languages.yml +7 -71
  376. data/resources/locales/lv/numbers.yml +99 -26
  377. data/resources/locales/lv/plural_rules.yml +8 -0
  378. data/resources/locales/lv/plurals.yml +16 -9
  379. data/resources/locales/lv/territories.yml +2 -2
  380. data/resources/locales/ms/calendars.yml +28 -14
  381. data/resources/locales/ms/currencies.yml +185 -500
  382. data/resources/locales/ms/languages.yml +27 -297
  383. data/resources/locales/ms/lists.yml +6 -6
  384. data/resources/locales/ms/numbers.yml +50 -26
  385. data/resources/locales/ms/plural_rules.yml +7 -0
  386. data/resources/locales/ms/plurals.yml +13 -3
  387. data/resources/locales/ms/territories.yml +6 -6
  388. data/resources/locales/nb/calendars.yml +21 -6
  389. data/resources/locales/nb/currencies.yml +271 -44
  390. data/resources/locales/nb/languages.yml +14 -78
  391. data/resources/locales/nb/lists.yml +4 -4
  392. data/resources/locales/nb/numbers.yml +73 -24
  393. data/resources/locales/nb/plural_rules.yml +7 -0
  394. data/resources/locales/nb/plurals.yml +13 -3
  395. data/resources/locales/nb/territories.yml +6 -6
  396. data/resources/locales/nl/calendars.yml +63 -48
  397. data/resources/locales/nl/currencies.yml +294 -56
  398. data/resources/locales/nl/languages.yml +149 -121
  399. data/resources/locales/nl/numbers.yml +74 -25
  400. data/resources/locales/nl/plural_rules.yml +7 -0
  401. data/resources/locales/nl/plurals.yml +13 -4
  402. data/resources/locales/nl/territories.yml +9 -9
  403. data/resources/locales/pl/calendars.yml +23 -9
  404. data/resources/locales/pl/currencies.yml +147 -226
  405. data/resources/locales/pl/languages.yml +102 -73
  406. data/resources/locales/pl/numbers.yml +122 -25
  407. data/resources/locales/pl/plural_rules.yml +9 -0
  408. data/resources/locales/pl/plurals.yml +17 -9
  409. data/resources/locales/pl/rbnf.yml +17 -159
  410. data/resources/locales/pl/territories.yml +1 -1
  411. data/resources/locales/pt/calendars.yml +26 -12
  412. data/resources/locales/pt/currencies.yml +182 -91
  413. data/resources/locales/pt/languages.yml +72 -137
  414. data/resources/locales/pt/numbers.yml +74 -25
  415. data/resources/locales/pt/plural_rules.yml +7 -0
  416. data/resources/locales/pt/plurals.yml +13 -5
  417. data/resources/locales/pt/territories.yml +9 -9
  418. data/resources/locales/ro/calendars.yml +63 -49
  419. data/resources/locales/ro/currencies.yml +209 -291
  420. data/resources/locales/ro/languages.yml +12 -76
  421. data/resources/locales/ro/numbers.yml +98 -25
  422. data/resources/locales/ro/plural_rules.yml +9 -0
  423. data/resources/locales/ro/plurals.yml +17 -6
  424. data/resources/locales/ro/territories.yml +3 -3
  425. data/resources/locales/ru/calendars.yml +55 -41
  426. data/resources/locales/ru/currencies.yml +334 -256
  427. data/resources/locales/ru/languages.yml +8 -72
  428. data/resources/locales/ru/lists.yml +5 -5
  429. data/resources/locales/ru/numbers.yml +122 -24
  430. data/resources/locales/ru/plural_rules.yml +9 -0
  431. data/resources/locales/ru/plurals.yml +17 -7
  432. data/resources/locales/ru/rbnf.yml +15 -105
  433. data/resources/locales/ru/territories.yml +7 -7
  434. data/resources/locales/sk/calendars.yml +89 -51
  435. data/resources/locales/sk/currencies.yml +440 -415
  436. data/resources/locales/sk/languages.yml +50 -114
  437. data/resources/locales/sk/lists.yml +4 -4
  438. data/resources/locales/sk/numbers.yml +122 -25
  439. data/resources/locales/sk/plural_rules.yml +9 -0
  440. data/resources/locales/sk/plurals.yml +16 -6
  441. data/resources/locales/sk/territories.yml +18 -18
  442. data/resources/locales/sq/calendars.yml +72 -58
  443. data/resources/locales/sq/currencies.yml +86 -464
  444. data/resources/locales/sq/languages.yml +222 -579
  445. data/resources/locales/sq/lists.yml +4 -4
  446. data/resources/locales/sq/numbers.yml +73 -24
  447. data/resources/locales/sq/plural_rules.yml +9 -0
  448. data/resources/locales/sq/plurals.yml +16 -3
  449. data/resources/locales/sq/territories.yml +16 -17
  450. data/resources/locales/sr/calendars.yml +30 -16
  451. data/resources/locales/sr/currencies.yml +202 -116
  452. data/resources/locales/sr/languages.yml +200 -298
  453. data/resources/locales/sr/lists.yml +4 -4
  454. data/resources/locales/sr/numbers.yml +98 -25
  455. data/resources/locales/sr/plural_rules.yml +8 -0
  456. data/resources/locales/sr/plurals.yml +16 -8
  457. data/resources/locales/sr/territories.yml +20 -20
  458. data/resources/locales/sv/calendars.yml +46 -31
  459. data/resources/locales/sv/currencies.yml +213 -105
  460. data/resources/locales/sv/languages.yml +76 -73
  461. data/resources/locales/sv/numbers.yml +73 -25
  462. data/resources/locales/sv/plural_rules.yml +8 -0
  463. data/resources/locales/sv/plurals.yml +16 -4
  464. data/resources/locales/sv/rbnf.yml +1 -1
  465. data/resources/locales/sv/territories.yml +1 -1
  466. data/resources/locales/ta/calendars.yml +37 -23
  467. data/resources/locales/ta/currencies.yml +328 -643
  468. data/resources/locales/ta/languages.yml +94 -177
  469. data/resources/locales/ta/numbers.yml +74 -25
  470. data/resources/locales/ta/plural_rules.yml +7 -0
  471. data/resources/locales/ta/plurals.yml +13 -3
  472. data/resources/locales/ta/territories.yml +34 -34
  473. data/resources/locales/th/calendars.yml +33 -6
  474. data/resources/locales/th/currencies.yml +272 -187
  475. data/resources/locales/th/languages.yml +102 -76
  476. data/resources/locales/th/numbers.yml +50 -26
  477. data/resources/locales/th/plural_rules.yml +6 -0
  478. data/resources/locales/th/plurals.yml +11 -3
  479. data/resources/locales/th/territories.yml +2 -2
  480. data/resources/locales/tr/calendars.yml +25 -11
  481. data/resources/locales/tr/currencies.yml +365 -199
  482. data/resources/locales/tr/languages.yml +106 -77
  483. data/resources/locales/tr/numbers.yml +74 -25
  484. data/resources/locales/tr/plural_rules.yml +7 -0
  485. data/resources/locales/tr/plurals.yml +13 -3
  486. data/resources/locales/tr/territories.yml +5 -5
  487. data/resources/locales/uk/calendars.yml +24 -9
  488. data/resources/locales/uk/currencies.yml +139 -207
  489. data/resources/locales/uk/languages.yml +19 -94
  490. data/resources/locales/uk/lists.yml +6 -6
  491. data/resources/locales/uk/numbers.yml +121 -24
  492. data/resources/locales/uk/plural_rules.yml +10 -0
  493. data/resources/locales/uk/plurals.yml +19 -9
  494. data/resources/locales/uk/territories.yml +18 -18
  495. data/resources/locales/ur/calendars.yml +38 -16
  496. data/resources/locales/ur/currencies.yml +273 -577
  497. data/resources/locales/ur/languages.yml +76 -405
  498. data/resources/locales/ur/lists.yml +7 -7
  499. data/resources/locales/ur/numbers.yml +75 -26
  500. data/resources/locales/ur/plural_rules.yml +7 -0
  501. data/resources/locales/ur/plurals.yml +13 -4
  502. data/resources/locales/ur/territories.yml +1 -1
  503. data/resources/locales/vi/calendars.yml +29 -14
  504. data/resources/locales/vi/currencies.yml +273 -195
  505. data/resources/locales/vi/languages.yml +20 -94
  506. data/resources/locales/vi/lists.yml +2 -2
  507. data/resources/locales/vi/numbers.yml +49 -25
  508. data/resources/locales/vi/plural_rules.yml +7 -0
  509. data/resources/locales/vi/plurals.yml +13 -3
  510. data/resources/locales/vi/territories.yml +8 -8
  511. data/resources/locales/zh-Hant/calendars.yml +28 -13
  512. data/resources/locales/zh-Hant/currencies.yml +368 -134
  513. data/resources/locales/zh-Hant/languages.yml +119 -90
  514. data/resources/locales/zh-Hant/lists.yml +4 -4
  515. data/resources/locales/zh-Hant/numbers.yml +50 -26
  516. data/resources/locales/zh-Hant/plural_rules.yml +6 -0
  517. data/resources/locales/zh-Hant/plurals.yml +11 -3
  518. data/resources/locales/zh-Hant/territories.yml +9 -9
  519. data/resources/locales/zh/calendars.yml +20 -5
  520. data/resources/locales/zh/currencies.yml +372 -189
  521. data/resources/locales/zh/languages.yml +7 -71
  522. data/resources/locales/zh/lists.yml +4 -4
  523. data/resources/locales/zh/numbers.yml +50 -26
  524. data/resources/locales/zh/plural_rules.yml +6 -0
  525. data/resources/locales/zh/plurals.yml +11 -3
  526. data/resources/locales/zh/rbnf.yml +46 -0
  527. data/resources/shared/currency_digits_and_rounding.yml +8 -2
  528. data/resources/shared/numbering_systems.yml +3 -0
  529. data/resources/shared/postal_codes.yml +320 -1275
  530. data/resources/shared/rbnf_root.yml +65 -16
  531. data/resources/shared/territories_containment.yml +1 -0
  532. data/resources/uli/segments/de.yml +102 -0
  533. data/resources/uli/segments/es.yml +33 -0
  534. data/resources/uli/segments/fr.yml +21 -0
  535. data/resources/uli/segments/it.yml +11 -0
  536. data/spec/data_readers/number_data_reader_spec.rb +25 -0
  537. data/spec/formatters/list_formatter_spec.rb +2 -2
  538. data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +11 -17
  539. data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +80 -31
  540. data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +40 -9
  541. data/spec/formatters/numbers/currency_formatter_spec.rb +1 -1
  542. data/spec/formatters/numbers/rbnf/allowed_failures.yml +47 -35
  543. data/spec/formatters/numbers/rbnf/locales/bn/rbnf_test.yml +1634 -1283
  544. data/spec/formatters/numbers/rbnf/locales/cy/rbnf_test.yml +42 -42
  545. data/spec/formatters/numbers/rbnf/locales/de-CH/rbnf_test.yml +702 -0
  546. data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +702 -0
  547. data/spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml +14 -14
  548. data/spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml +14 -14
  549. data/spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml +14 -14
  550. data/spec/formatters/numbers/rbnf/locales/es-US/rbnf_test.yml +14 -14
  551. data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +54 -54
  552. data/spec/formatters/numbers/rbnf/locales/eu/rbnf_test.yml +1634 -1283
  553. data/spec/formatters/numbers/rbnf/locales/fr-CH/rbnf_test.yml +32 -32
  554. data/spec/formatters/numbers/rbnf/locales/gl/rbnf_test.yml +1634 -1283
  555. data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +105 -105
  556. data/spec/formatters/numbers/rbnf/locales/hi/rbnf_test.yml +350 -116
  557. data/spec/formatters/numbers/rbnf/locales/sv/rbnf_test.yml +24 -24
  558. data/spec/formatters/numbers/rbnf/locales/ur/rbnf_test.yml +1634 -1283
  559. data/spec/formatters/numbers/rbnf/locales/zh/rbnf_test.yml +117 -0
  560. data/spec/formatters/plurals/rules_spec.rb +37 -14
  561. data/spec/localized/localized_number_spec.rb +2 -1
  562. data/spec/parsers/number_parser_spec.rb +5 -5
  563. data/spec/shared/calendar_spec.rb +3 -3
  564. data/spec/shared/postal_codes_spec.rb +16 -0
  565. data/spec/shared/territories_spec.rb +2 -2
  566. data/spec/spec_helper.rb +1 -1
  567. data/twitter_cldr.gemspec +1 -0
  568. metadata +364 -285
  569. data/resources/custom/locales/hu/plurals.yml +0 -3
@@ -5,40 +5,63 @@
5
5
  :currency:
6
6
  :number_system: "latn"
7
7
  :patterns:
8
- :default: "¤#,##0.00;(¤#,##0.00)"
8
+ :default: "¤#,##0.00"
9
9
  :unit:
10
- :one: "{0} {1}"
11
10
  :other: "{0} {1}"
12
11
  :decimal:
13
12
  :number_system: "latn"
14
13
  :patterns:
15
14
  :default: "#,##0.###"
16
15
  :long:
17
- 1000: 0
18
- 10000: "0만"
19
- 100000: "00만"
20
- 1000000: "000만"
21
- 10000000: "0000만"
22
- 100000000: "0억"
23
- 1000000000: "00억"
24
- 10000000000: "000"
25
- 100000000000: "0000억"
26
- 1000000000000: "0조"
27
- 10000000000000: "00조"
28
- 100000000000000: "000조"
16
+ 1000:
17
+ :other: "0000"
18
+ 10000:
19
+ :other: "0만"
20
+ 100000:
21
+ :other: "00만"
22
+ 1000000:
23
+ :other: "000"
24
+ 10000000:
25
+ :other: "0000만"
26
+ 100000000:
27
+ :other: "0억"
28
+ 1000000000:
29
+ :other: "00억"
30
+ 10000000000:
31
+ :other: "000억"
32
+ 100000000000:
33
+ :other: "0000억"
34
+ 1000000000000:
35
+ :other: "0조"
36
+ 10000000000000:
37
+ :other: "00조"
38
+ 100000000000000:
39
+ :other: "000조"
29
40
  :short:
30
- 1000: 0
31
- 10000: "0만"
32
- 100000: "00만"
33
- 1000000: "000만"
34
- 10000000: "0000만"
35
- 100000000: "0억"
36
- 1000000000: "00억"
37
- 10000000000: "000"
38
- 100000000000: "0000억"
39
- 1000000000000: "0조"
40
- 10000000000000: "00조"
41
- 100000000000000: "000조"
41
+ 1000:
42
+ :other: "0000"
43
+ 10000:
44
+ :other: "0만"
45
+ 100000:
46
+ :other: "00만"
47
+ 1000000:
48
+ :other: "000"
49
+ 10000000:
50
+ :other: "0000만"
51
+ 100000000:
52
+ :other: "0억"
53
+ 1000000000:
54
+ :other: "00억"
55
+ 10000000000:
56
+ :other: "000억"
57
+ 100000000000:
58
+ :other: "0000억"
59
+ 1000000000000:
60
+ :other: "0조"
61
+ 10000000000000:
62
+ :other: "00조"
63
+ 100000000000000:
64
+ :other: "000조"
42
65
  :percent:
43
66
  :number_system: "latn"
44
67
  :patterns:
@@ -60,3 +83,4 @@
60
83
  :percent_sign: "%"
61
84
  :plus_sign: "+"
62
85
  :superscripting_exponent: "×"
86
+ :time_separator: ":"
@@ -0,0 +1,6 @@
1
+ ---
2
+ :ko:
3
+ :cardinal:
4
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
5
+ :ordinal:
6
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,4 +1,12 @@
1
1
  ---
2
- :ko: ! '{ :''ko'' => { :i18n => { :plural => { :keys => [:other], :rule => lambda
3
- { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); :other } } } } }'
2
+ :ko:
3
+ :cardinal:
4
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
5
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
6
+ :names:
7
+ - :other
8
+ :ordinal:
9
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
10
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
11
+ :names:
12
+ - :other
@@ -127,7 +127,7 @@
127
127
  :kh: "캄보디아"
128
128
  :ki: "키리바시"
129
129
  :km: "코모로스"
130
- :kn: "세인트크리스토퍼 네비스"
130
+ :kn: "세인트 키츠 네비스"
131
131
  :kp: "조선 민주주의 인민 공화국"
132
132
  :kr: "대한민국"
133
133
  :kw: "쿠웨이트"
@@ -188,8 +188,8 @@
188
188
  :ph: "필리핀"
189
189
  :pk: "파키스탄"
190
190
  :pl: "폴란드"
191
- :pm: "세인트피에르-미케롱"
192
- :pn: "핏케언섬"
191
+ :pm: "생피에르 미클롱"
192
+ :pn: "핏케언 섬"
193
193
  :pr: "푸에르토리코"
194
194
  :ps: "팔레스타인"
195
195
  :pt: "포르투갈"
@@ -261,4 +261,4 @@
261
261
  :za: "남아프리카"
262
262
  :zm: "잠비아"
263
263
  :zw: "짐바브웨"
264
- :zz: "알수없거나 유효하지 않은 지역"
264
+ :zz: "알려지지 않은 지역"
@@ -3,6 +3,7 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
+ :E: "ccc"
6
7
  :EHm: "E, HH:mm"
7
8
  :EHms: "E, HH:mm:ss"
8
9
  :Ed: "E, d."
@@ -38,7 +39,7 @@
38
39
  :yMMMM: "y. 'g'. MMMM"
39
40
  :yMMMd: "y. 'g'. d. MMM"
40
41
  :yMd: "d.M.y."
41
- :yQQQ: "QQQ y"
42
+ :yQQQ: "y. 'g'. QQQ"
42
43
  :yQQQQ: "y. 'g'. QQQQ"
43
44
  :days:
44
45
  :format:
@@ -118,16 +119,33 @@
118
119
  0: "pmē"
119
120
  1: "mē"
120
121
  :fields:
121
- :day: "Diena"
122
+ :day: "diena"
123
+ :day-narrow: "d."
124
+ :day-short: "d."
122
125
  :dayperiod: "Priekšpusdienā/pēcpusdienā"
123
126
  :era: "Ēra"
124
127
  :hour: "Stundas"
128
+ :hour-narrow: "h"
129
+ :hour-short: "st."
125
130
  :minute: "Minūtes"
131
+ :minute-narrow: "min"
132
+ :minute-short: "min."
126
133
  :month: "Mēnesis"
134
+ :month-narrow: "mēn."
135
+ :month-short: "mēn."
136
+ :quarter: "ceturksnis"
137
+ :quarter-narrow: "cet."
138
+ :quarter-short: "cet."
127
139
  :second: "Sekundes"
128
- :week: "Nedēļa"
129
- :weekday: "Nedēļas diena"
140
+ :second-narrow: "s"
141
+ :second-short: "sek."
142
+ :week: "nedēļa"
143
+ :week-narrow: "ned."
144
+ :week-short: "ned."
145
+ :weekday: "nedēļas diena"
130
146
  :year: "Gads"
147
+ :year-narrow: "g."
148
+ :year-short: "g."
131
149
  :zone: "Laika josla"
132
150
  :formats:
133
151
  :date:
@@ -242,24 +260,21 @@
242
260
  :format:
243
261
  :abbreviated: :calendars.gregorian.dayPeriods.format.wide
244
262
  :narrow:
245
- :am: "a"
246
- :noon: "n"
247
- :pm: "p"
263
+ :am: "priekšp."
264
+ :noon: "pusd."
265
+ :pm: "pēcp."
248
266
  :wide:
249
267
  :am: "priekšpusdienā"
250
- :noon: "noon"
268
+ :noon: "pusdienlaikā"
251
269
  :pm: "pēcpusdienā"
252
- :variant:
253
- :am: "a.m."
254
- :pm: "p.m."
255
270
  :stand-alone: {}
256
271
  :quarters:
257
272
  :format:
258
273
  :abbreviated:
259
- 1: "C1"
260
- 2: "C2"
261
- 3: "C3"
262
- 4: "C4"
274
+ 1: "1. cet."
275
+ 2: "2. cet."
276
+ 3: "3. cet."
277
+ 4: "4. cet."
263
278
  :narrow:
264
279
  1: "1."
265
280
  2: "2."
@@ -272,10 +287,10 @@
272
287
  4: "4. ceturksnis"
273
288
  :stand-alone:
274
289
  :abbreviated:
275
- 1: "C1"
276
- 2: "C2"
277
- 3: "C3"
278
- 4: "C4"
290
+ 1: "1. cet."
291
+ 2: "2. cet."
292
+ 3: "3. cet."
293
+ 4: "4. cet."
279
294
  :narrow:
280
295
  1: "1."
281
296
  2: "2."
@@ -1,68 +1,43 @@
1
1
  ---
2
2
  :lv:
3
3
  :currencies:
4
- :ADP:
5
- :one: "Andorran peseta"
6
- :other: "Andorran pesetas"
7
4
  :AED:
8
- :one: "Apvienoto Arābu Emirātu dirhēms"
9
- :other: "Apvienoto Arābu Emirātu dirhēmi"
10
- :zero: "Apvienoto Arābu Emirātu dirhēmi"
11
- :AFA:
12
- :one: "Afghan afghani (1927–2002)"
13
- :other: "Afghan afghanis (1927–2002)"
5
+ :one: "AAE dirhēms"
6
+ :other: "AAE dirhēmi"
7
+ :symbol: "AED"
8
+ :zero: "AAE dirhēmi"
14
9
  :AFN:
15
10
  :one: "Afganistānas afgāns"
16
11
  :other: "Afganistānas afgāni"
12
+ :symbol: "AFN"
17
13
  :zero: "Afganistānas afgāni"
18
- :ALK:
19
- :one: "Albanian lek (1946–1965)"
20
- :other: "Albanian lekë (1946–1965)"
21
14
  :ALL:
22
15
  :one: "Albānijas leks"
23
16
  :other: "Albānijas leki"
17
+ :symbol: "ALL"
24
18
  :zero: "Albānijas leki"
25
19
  :AMD:
26
20
  :one: "Armēnijas drams"
27
21
  :other: "Armēnijas drami"
22
+ :symbol: "AMD"
28
23
  :zero: "Armēnijas drami"
29
24
  :ANG:
30
25
  :one: "Nīderlandes Antiļu guldenis"
31
26
  :other: "Nīderlandes Antiļu guldeņi"
27
+ :symbol: "ANG"
32
28
  :zero: "Nīderlandes Antiļu guldeņi"
33
29
  :AOA:
34
30
  :one: "Angolas kvanza"
35
31
  :other: "Angolas kvanzas"
32
+ :symbol: "AOA"
36
33
  :zero: "Angolas kvanzas"
37
- :AOK:
38
- :one: "Angolan kwanza (1977–1991)"
39
- :other: "Angolan kwanzas (1977–1991)"
40
- :AON:
41
- :one: "Angolan new kwanza (1990–2000)"
42
- :other: "Angolan new kwanzas (1990–2000)"
43
- :AOR:
44
- :one: "Angolan readjusted kwanza (1995–1999)"
45
- :other: "Angolan readjusted kwanzas (1995–1999)"
46
- :ARA:
47
- :one: "Argentine austral"
48
- :other: "Argentine australs"
49
- :ARL:
50
- :one: "Argentine peso ley (1970–1983)"
51
- :other: "Argentine pesos ley (1970–1983)"
52
- :ARM:
53
- :one: "Argentine peso (1881–1970)"
54
- :other: "Argentine pesos (1881–1970)"
55
- :ARP:
56
- :one: "Argentine peso (1983–1985)"
57
- :other: "Argentine pesos (1983–1985)"
58
34
  :ARS:
59
35
  :one: "Argentīnas peso"
60
36
  :other: "Argentīnas peso"
61
- :symbol: "$"
37
+ :symbol: "ARS"
62
38
  :zero: "Argentīnas peso"
63
39
  :ATS:
64
40
  :one: "Austrijas šiliņš"
65
- :other: "Austrian schillings"
66
41
  :AUD:
67
42
  :one: "Austrālijas dolārs"
68
43
  :other: "Austrālijas dolāri"
@@ -71,6 +46,7 @@
71
46
  :AWG:
72
47
  :one: "Arubas guldenis"
73
48
  :other: "Arubas guldeņi"
49
+ :symbol: "AWG"
74
50
  :zero: "Arubas guldeņi"
75
51
  :AZM:
76
52
  :one: "Azerbaidžānas manats (1993–2006)"
@@ -79,132 +55,86 @@
79
55
  :AZN:
80
56
  :one: "Azerbaidžānas manats"
81
57
  :other: "Azerbaidžānas manati"
58
+ :symbol: "AZN"
82
59
  :zero: "Azerbaidžānas manati"
83
- :BAD:
84
- :one: "Bosnia-Herzegovina dinar (1992–1994)"
85
- :other: "Bosnia-Herzegovina dinars (1992–1994)"
86
60
  :BAM:
87
61
  :one: "Bosnijas un Hercogovinas marka"
88
62
  :other: "Bosnijas un Hercogovinas markas"
63
+ :symbol: "BAM"
89
64
  :zero: "Bosnijas un Hercogovinas markas"
90
- :BAN:
91
- :one: "Bosnia-Herzegovina new dinar (1994–1997)"
92
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
93
65
  :BBD:
94
66
  :one: "Barbadosas dolārs"
95
67
  :other: "Barbadosas dolāri"
96
- :symbol: "$"
68
+ :symbol: "BBD"
97
69
  :zero: "Barbadosas dolāri"
98
70
  :BDT:
99
71
  :one: "Bangladešas taka"
100
72
  :other: "Bangladešas takas"
101
- :symbol: ""
73
+ :symbol: "BDT"
102
74
  :zero: "Bangladešas takas"
103
- :BEC:
104
- :one: "Belgian franc (convertible)"
105
- :other: "Belgian francs (convertible)"
106
75
  :BEF:
107
76
  :one: "Beļģijas franks"
108
77
  :other: "Beļģijas franki"
109
78
  :zero: "Beļģijas franki"
110
- :BEL:
111
- :one: "Belgian franc (financial)"
112
- :other: "Belgian francs (financial)"
113
- :BGL:
114
- :one: "Bulgarian hard lev"
115
- :other: "Bulgarian hard leva"
116
- :BGM:
117
- :one: "Bulgarian socialist lev"
118
- :other: "Bulgarian socialist leva"
119
79
  :BGN:
120
80
  :one: "Bulgārijas leva"
121
81
  :other: "Bulgārijas levas"
82
+ :symbol: "BGN"
122
83
  :zero: "Bulgārijas levas"
123
- :BGO:
124
- :one: "Bulgarian lev (1879–1952)"
125
- :other: "Bulgarian leva (1879–1952)"
126
84
  :BHD:
127
85
  :one: "Bahreinas dinārs"
128
86
  :other: "Bahreinas dināri"
87
+ :symbol: "BHD"
129
88
  :zero: "Bahreinas dināri"
130
89
  :BIF:
131
90
  :one: "Burundi franks"
132
91
  :other: "Burundi franki"
92
+ :symbol: "BIF"
133
93
  :zero: "Burundi franki"
134
94
  :BMD:
135
95
  :one: "Bermudu dolārs"
136
96
  :other: "Bermudu dolāri"
137
- :symbol: "$"
97
+ :symbol: "BMD"
138
98
  :zero: "Bermudu dolāri"
139
99
  :BND:
140
100
  :one: "Brunejas dolārs"
141
101
  :other: "Brunejas dolāri"
142
- :symbol: "$"
102
+ :symbol: "BND"
143
103
  :zero: "Brunejas dolāri"
144
104
  :BOB:
145
105
  :one: "Bolīvijas boliviano"
146
106
  :other: "Bolīvijas boliviano"
107
+ :symbol: "BOB"
147
108
  :zero: "Bolīvijas boliviano"
148
- :BOL:
149
- :one: "Bolivian boliviano (1863–1963)"
150
- :other: "Bolivian bolivianos (1863–1963)"
151
- :BOP:
152
- :one: "Bolivian peso"
153
- :other: "Bolivian pesos"
154
- :BOV:
155
- :one: "Bolivian mvdol"
156
- :other: "Bolivian mvdols"
157
- :BRB:
158
- :one: "Brazilian new cruzeiro (1967–1986)"
159
- :other: "Brazilian new cruzeiros (1967–1986)"
160
- :BRC:
161
- :one: "Brazilian cruzado (1986–1989)"
162
- :other: "Brazilian cruzados (1986–1989)"
163
- :BRE:
164
- :one: "Brazilian cruzeiro (1990–1993)"
165
- :other: "Brazilian cruzeiros (1990–1993)"
166
109
  :BRL:
167
110
  :one: "Brazīlijas reāls"
168
111
  :other: "Brazīlijas reāli"
169
112
  :symbol: "R$"
170
113
  :zero: "Brazīlijas reāli"
171
- :BRN:
172
- :one: "Brazilian new cruzado (1989–1990)"
173
- :other: "Brazilian new cruzados (1989–1990)"
174
- :BRR:
175
- :one: "Brazilian cruzeiro (1993–1994)"
176
- :other: "Brazilian cruzeiros (1993–1994)"
177
- :BRZ:
178
- :one: "Brazilian cruzeiro (1942–1967)"
179
- :other: "Brazilian cruzeiros (1942–1967)"
180
114
  :BSD:
181
115
  :one: "Bahamu dolārs"
182
116
  :other: "Bahamu dolāri"
183
- :symbol: "$"
117
+ :symbol: "BSD"
184
118
  :zero: "Bahamu dolāri"
185
119
  :BTN:
186
120
  :one: "Butānas ngultrums"
187
121
  :other: "Butānas ngultrumi"
122
+ :symbol: "BTN"
188
123
  :zero: "Butānas ngultrumi"
189
- :BUK:
190
- :one: "Burmese kyat"
191
- :other: "Burmese kyats"
192
124
  :BWP:
193
- :one: "Botsvānas pula"
194
- :other: "Botsvānas pulas"
195
- :zero: "Botsvānas pulas"
196
- :BYB:
197
- :one: "Belarusian new ruble (1994–1999)"
198
- :other: "Belarusian new rubles (1994–1999)"
125
+ :one: "Botsvanas pula"
126
+ :other: "Botsvanas pulas"
127
+ :symbol: "BWP"
128
+ :zero: "Botsvanas pulas"
199
129
  :BYR:
200
130
  :one: "Baltkrievijas rubelis"
201
131
  :other: "Baltkrievijas rubeļi"
202
- :symbol: "р."
132
+ :symbol: "BYR"
203
133
  :zero: "Baltkrievijas rubeļi"
204
134
  :BZD:
205
135
  :one: "Belizas dolārs"
206
136
  :other: "Belizas dolāri"
207
- :symbol: "$"
137
+ :symbol: "BZD"
208
138
  :zero: "Belizas dolāri"
209
139
  :CAD:
210
140
  :one: "Kanādas dolārs"
@@ -214,31 +144,18 @@
214
144
  :CDF:
215
145
  :one: "KDR franks"
216
146
  :other: "KDR franki"
147
+ :symbol: "CDF"
217
148
  :zero: "KDR franki"
218
- :CHE:
219
- :one: "WIR euro"
220
- :other: "WIR euros"
221
149
  :CHF:
222
150
  :one: "Šveices franks"
223
151
  :other: "Šveices franki"
152
+ :symbol: "CHF"
224
153
  :zero: "Šveices franki"
225
- :CHW:
226
- :one: "WIR franc"
227
- :other: "WIR francs"
228
- :CLE:
229
- :one: "Chilean escudo"
230
- :other: "Chilean escudos"
231
- :CLF:
232
- :one: "Chilean unit of account (UF)"
233
- :other: "Chilean units of account (UF)"
234
154
  :CLP:
235
155
  :one: "Čīles peso"
236
156
  :other: "Čīles peso"
237
- :symbol: "$"
157
+ :symbol: "CLP"
238
158
  :zero: "Čīles peso"
239
- :CNX:
240
- :one: "Chinese People’s Bank dollar"
241
- :other: "Chinese People’s Bank dollars"
242
159
  :CNY:
243
160
  :one: "Ķīnas juaņs"
244
161
  :other: "Ķīnas juaņi"
@@ -247,95 +164,78 @@
247
164
  :COP:
248
165
  :one: "Kolumbijas peso"
249
166
  :other: "Kolumbijas peso"
250
- :symbol: "$"
167
+ :symbol: "COP"
251
168
  :zero: "Kolumbijas peso"
252
169
  :COU:
253
170
  :one: "Kolumbijas reāls"
254
- :other: "Colombian real value units"
255
171
  :CRC:
256
172
  :one: "Kostarikas kolons"
257
173
  :other: "Kostarikas koloni"
258
- :symbol: ""
174
+ :symbol: "CRC"
259
175
  :zero: "Kostarikas koloni"
260
- :CSD:
261
- :one: "Serbian dinar (2002–2006)"
262
- :other: "Serbian dinars (2002–2006)"
263
- :CSK:
264
- :one: "Czechoslovak hard koruna"
265
- :other: "Czechoslovak hard korunas"
266
176
  :CUC:
267
177
  :one: "Kubas konvertējamais peso"
268
178
  :other: "Kubas konvertējamie peso"
179
+ :symbol: "CUC"
269
180
  :zero: "Kubas konvertējamie peso"
270
181
  :CUP:
271
182
  :one: "Kubas peso"
272
183
  :other: "Kubas peso"
273
- :symbol: "$"
184
+ :symbol: "CUP"
274
185
  :zero: "Kubas peso"
275
186
  :CVE:
276
187
  :one: "Kaboverdes eskudo"
277
188
  :other: "Kaboverdes eskudo"
189
+ :symbol: "CVE"
278
190
  :zero: "Kaboverdes eskudo"
279
191
  :CYP:
280
192
  :one: "Kipras mārciņa"
281
- :other: "Cypriot pounds"
282
193
  :CZK:
283
194
  :one: "Čehijas krona"
284
195
  :other: "Čehijas kronas"
196
+ :symbol: "CZK"
285
197
  :zero: "Čehijas kronas"
286
- :DDM:
287
- :one: "East German mark"
288
- :other: "East German marks"
289
198
  :DEM:
290
199
  :one: "Vācijas marka"
291
- :other: "German marks"
292
200
  :DJF:
293
201
  :one: "Džibutijas franks"
294
202
  :other: "Džibutijas franki"
203
+ :symbol: "DJF"
295
204
  :zero: "Džibutijas franki"
296
205
  :DKK:
297
206
  :one: "Dānijas krona"
298
207
  :other: "Dānijas kronas"
208
+ :symbol: "DKK"
299
209
  :zero: "Dānijas kronas"
300
210
  :DOP:
301
211
  :one: "Dominikānas peso"
302
212
  :other: "Dominikānas peso"
303
- :symbol: "$"
213
+ :symbol: "DOP"
304
214
  :zero: "Dominikānas peso"
305
215
  :DZD:
306
216
  :one: "Alžīrijas dinārs"
307
217
  :other: "Alžīrijas dināri"
218
+ :symbol: "DZD"
308
219
  :zero: "Alžīrijas dināri"
309
- :ECS:
310
- :one: "Ecuadorian sucre"
311
- :other: "Ecuadorian sucres"
312
- :ECV:
313
- :one: "Ecuadorian unit of constant value"
314
- :other: "Ecuadorian units of constant value"
315
220
  :EEK:
316
221
  :one: "Igaunijas krona"
317
- :other: "Estonian kroons"
318
222
  :EGP:
319
223
  :one: "Ēģiptes mārciņa"
320
224
  :other: "Ēģiptes mārciņas"
225
+ :symbol: "EGP"
321
226
  :zero: "Ēģiptes mārciņas"
322
227
  :ERN:
323
228
  :one: "Eritrejas nakfa"
324
229
  :other: "Eritrejas nakfas"
230
+ :symbol: "ERN"
325
231
  :zero: "Eritrejas nakfas"
326
- :ESA:
327
- :one: "Spanish peseta (A account)"
328
- :other: "Spanish pesetas (A account)"
329
- :ESB:
330
- :one: "Spanish peseta (convertible account)"
331
- :other: "Spanish pesetas (convertible account)"
332
232
  :ESP:
333
233
  :one: "Spānijas peseta"
334
- :other: "Spanish pesetas"
335
234
  :symbol: "₧"
336
235
  :ETB:
337
236
  :one: "Etiopijas birs"
338
237
  :other: "Etiopijas biri"
238
+ :symbol: "ETB"
339
239
  :zero: "Etiopijas biri"
340
240
  :EUR:
341
241
  :one: "eiro"
@@ -344,75 +244,59 @@
344
244
  :zero: "eiro"
345
245
  :FIM:
346
246
  :one: "Somijas marka"
347
- :other: "Finnish markkas"
348
247
  :FJD:
349
248
  :one: "Fidži dolārs"
350
249
  :other: "Fidži dolāri"
351
- :symbol: "$"
250
+ :symbol: "FJD"
352
251
  :zero: "Fidži dolāri"
353
252
  :FKP:
354
- :one: "Folklenda salu mārciņa"
355
- :other: "Folklenda salu mārciņas"
356
- :zero: "Folklenda salu mārciņas"
253
+ :one: "Folklenda Salu mārciņa"
254
+ :other: "Folklenda Salu mārciņas"
255
+ :symbol: "FKP"
256
+ :zero: "Folklenda Salu mārciņas"
357
257
  :FRF:
358
258
  :one: "Francijas franks"
359
- :other: "French francs"
360
259
  :GBP:
361
260
  :one: "Lielbritānijas sterliņu mārciņa"
362
261
  :other: "Lielbritānijas sterliņu mārciņas"
363
262
  :symbol: "£"
364
263
  :zero: "Lielbritānijas sterliņu mārciņas"
365
- :GEK:
366
- :one: "Georgian kupon larit"
367
- :other: "Georgian kupon larits"
368
264
  :GEL:
369
265
  :one: "Gruzijas lari"
370
266
  :other: "Gruzijas lari"
267
+ :symbol: "GEL"
371
268
  :zero: "Gruzijas lari"
372
- :GHC:
373
- :one: "Ghanaian cedi (1979–2007)"
374
- :other: "Ghanaian cedis (1979–2007)"
375
269
  :GHS:
376
270
  :one: "Ganas sedi"
377
271
  :other: "Ganas sedi"
378
- :symbol: ""
272
+ :symbol: "GHS"
379
273
  :zero: "Ganas sedi"
380
274
  :GIP:
381
275
  :one: "Gibraltāra mārciņa"
382
276
  :other: "Gibraltāra mārciņas"
383
- :symbol: "£"
277
+ :symbol: "GIP"
384
278
  :zero: "Gibraltāra mārciņas"
385
279
  :GMD:
386
280
  :one: "Gambijas dalasi"
387
281
  :other: "Gambijas dalasi"
282
+ :symbol: "GMD"
388
283
  :zero: "Gambijas dalasi"
389
284
  :GNF:
390
285
  :one: "Gvinejas franks"
391
286
  :other: "Gvinejas franki"
287
+ :symbol: "GNF"
392
288
  :zero: "Gvinejas franki"
393
- :GNS:
394
- :one: "Guinean syli"
395
- :other: "Guinean sylis"
396
- :GQE:
397
- :one: "Equatorial Guinean ekwele"
398
- :other: "Equatorial Guinean ekwele"
399
289
  :GRD:
400
290
  :one: "Grieķijas drahma"
401
- :other: "Greek drachmas"
402
291
  :GTQ:
403
292
  :one: "Gvatemalas ketsals"
404
293
  :other: "Gvatemalas ketsali"
294
+ :symbol: "GTQ"
405
295
  :zero: "Gvatemalas ketsali"
406
- :GWE:
407
- :one: "Portuguese Guinea escudo"
408
- :other: "Portuguese Guinea escudos"
409
- :GWP:
410
- :one: "Guinea-Bissau peso"
411
- :other: "Guinea-Bissau pesos"
412
296
  :GYD:
413
297
  :one: "Gajānas dolārs"
414
298
  :other: "Gajānas dolāri"
415
- :symbol: "$"
299
+ :symbol: "GYD"
416
300
  :zero: "Gajānas dolāri"
417
301
  :HKD:
418
302
  :one: "Honkongas dolārs"
@@ -422,35 +306,30 @@
422
306
  :HNL:
423
307
  :one: "Hondurasas lempīra"
424
308
  :other: "Hondurasas lempīras"
309
+ :symbol: "HNL"
425
310
  :zero: "Hondurasas lempīras"
426
- :HRD:
427
- :one: "Croatian dinar"
428
- :other: "Croatian dinars"
429
311
  :HRK:
430
312
  :one: "Horvātijas kuna"
431
313
  :other: "Horvātijas kunas"
314
+ :symbol: "HRK"
432
315
  :zero: "Horvātijas kunas"
433
316
  :HTG:
434
317
  :one: "Haiti gurds"
435
318
  :other: "Haiti gurdi"
319
+ :symbol: "HTG"
436
320
  :zero: "Haiti gurdi"
437
321
  :HUF:
438
322
  :one: "Ungārijas forints"
439
323
  :other: "Ungārijas forinti"
324
+ :symbol: "HUF"
440
325
  :zero: "Ungārijas forinti"
441
326
  :IDR:
442
327
  :one: "Indonēzijas rūpija"
443
328
  :other: "Indonēzijas rūpijas"
329
+ :symbol: "IDR"
444
330
  :zero: "Indonēzijas rūpijas"
445
331
  :IEP:
446
332
  :one: "Īrijas mārciņa"
447
- :other: "Irish pounds"
448
- :ILP:
449
- :one: "Israeli pound"
450
- :other: "Israeli pounds"
451
- :ILR:
452
- :one: "Israeli sheqel (1980–1985)"
453
- :other: "Israeli sheqels (1980–1985)"
454
333
  :ILS:
455
334
  :one: "Izraēlas šekelis"
456
335
  :other: "Izraēlas šekeļi"
@@ -464,29 +343,29 @@
464
343
  :IQD:
465
344
  :one: "Irākas dinārs"
466
345
  :other: "Irākas dināri"
346
+ :symbol: "IQD"
467
347
  :zero: "Irākas dināri"
468
348
  :IRR:
469
349
  :one: "Irānas riāls"
470
350
  :other: "Irānas riāli"
351
+ :symbol: "IRR"
471
352
  :zero: "Irānas riāli"
472
- :ISJ:
473
- :one: "Icelandic króna (1918–1981)"
474
- :other: "Icelandic krónur (1918–1981)"
475
353
  :ISK:
476
354
  :one: "Īslandes krona"
477
355
  :other: "Īslandes kronas"
356
+ :symbol: "ISK"
478
357
  :zero: "Īslandes kronas"
479
358
  :ITL:
480
359
  :one: "Itālijas lira"
481
- :other: "Italian liras"
482
360
  :JMD:
483
361
  :one: "Jamaikas dolārs"
484
362
  :other: "Jamaikas dolāri"
485
- :symbol: "$"
363
+ :symbol: "JMD"
486
364
  :zero: "Jamaikas dolāri"
487
365
  :JOD:
488
366
  :one: "Jordānas dinārs"
489
367
  :other: "Jordānas dināri"
368
+ :symbol: "JOD"
490
369
  :zero: "Jordānas dināri"
491
370
  :JPY:
492
371
  :one: "Japānas jena"
@@ -496,30 +375,28 @@
496
375
  :KES:
497
376
  :one: "Kenijas šiliņš"
498
377
  :other: "Kenijas šiliņi"
378
+ :symbol: "KES"
499
379
  :zero: "Kenijas šiliņi"
500
380
  :KGS:
501
381
  :one: "Kirgizstānas soms"
502
382
  :other: "Kirgizstānas somi"
383
+ :symbol: "KGS"
503
384
  :zero: "Kirgizstānas somi"
504
385
  :KHR:
505
386
  :one: "Kambodžas riels"
506
387
  :other: "Kambodžas rieli"
507
- :symbol: ""
388
+ :symbol: "KHR"
508
389
  :zero: "Kambodžas rieli"
509
390
  :KMF:
510
391
  :one: "Komoru franks"
511
392
  :other: "Komoru franki"
393
+ :symbol: "KMF"
512
394
  :zero: "Komoru franki"
513
395
  :KPW:
514
396
  :one: "Ziemeļkorejas vona"
515
397
  :other: "Ziemeļkorejas vonas"
398
+ :symbol: "KPW"
516
399
  :zero: "Ziemeļkorejas vonas"
517
- :KRH:
518
- :one: "South Korean hwan (1953–1962)"
519
- :other: "South Korean hwan (1953–1962)"
520
- :KRO:
521
- :one: "South Korean won (1945–1953)"
522
- :other: "South Korean won (1945–1953)"
523
400
  :KRW:
524
401
  :one: "Dienvidkorejas vona"
525
402
  :other: "Dienvidkorejas vonas"
@@ -528,54 +405,47 @@
528
405
  :KWD:
529
406
  :one: "Kuveitas dinārs"
530
407
  :other: "Kuveitas dināri"
408
+ :symbol: "KWD"
531
409
  :zero: "Kuveitas dināri"
532
410
  :KYD:
533
411
  :one: "Kaimanu salu dolārs"
534
412
  :other: "Kaimanu salu dolāri"
535
- :symbol: "$"
413
+ :symbol: "KYD"
536
414
  :zero: "Kaimanu salu dolāri"
537
415
  :KZT:
538
416
  :one: "Kazahstānas tenge"
539
417
  :other: "Kazahstānas tenges"
540
- :symbol: ""
418
+ :symbol: "KZT"
541
419
  :zero: "Kazahstānas tenges"
542
420
  :LAK:
543
421
  :one: "Laosas kips"
544
422
  :other: "Laosas kipi"
545
- :symbol: ""
423
+ :symbol: "LAK"
546
424
  :zero: "Laosas kipi"
547
425
  :LBP:
548
426
  :one: "Libānas mārciņa"
549
427
  :other: "Libānas mārciņas"
428
+ :symbol: "LBP"
550
429
  :zero: "Libānas mārciņas"
551
430
  :LKR:
552
431
  :one: "Šrilankas rūpija"
553
432
  :other: "Šrilankas rūpijas"
433
+ :symbol: "LKR"
554
434
  :zero: "Šrilankas rūpijas"
555
435
  :LRD:
556
436
  :one: "Libērijas dolārs"
557
437
  :other: "Libērijas dolāri"
558
- :symbol: "$"
438
+ :symbol: "LRD"
559
439
  :zero: "Libērijas dolāri"
560
440
  :LSL:
561
441
  :one: "Lesoto loti"
562
- :other: "Lesotho lotis"
563
442
  :LTL:
564
443
  :one: "Lietuvas lits"
565
444
  :other: "Lietuvas liti"
445
+ :symbol: "LTL"
566
446
  :zero: "Lietuvas liti"
567
- :LTT:
568
- :one: "Lithuanian talonas"
569
- :other: "Lithuanian talonases"
570
- :LUC:
571
- :one: "Luxembourgian convertible franc"
572
- :other: "Luxembourgian convertible francs"
573
447
  :LUF:
574
448
  :one: "Luksemburgas franks"
575
- :other: "Luxembourgian francs"
576
- :LUL:
577
- :one: "Luxembourg financial franc"
578
- :other: "Luxembourg financial francs"
579
449
  :LVL:
580
450
  :one: "Latvijas lats"
581
451
  :other: "Latvijas lati"
@@ -583,101 +453,84 @@
583
453
  :zero: "Latvijas lati"
584
454
  :LVR:
585
455
  :one: "Latvijas rublis"
586
- :other: "Latvian rubles"
587
456
  :LYD:
588
457
  :one: "Lībijas dinārs"
589
458
  :other: "Lībijas dināri"
459
+ :symbol: "LYD"
590
460
  :zero: "Lībijas dināri"
591
461
  :MAD:
592
462
  :one: "Marokas dirhēms"
593
463
  :other: "Marokas dirhēmi"
464
+ :symbol: "MAD"
594
465
  :zero: "Marokas dirhēmi"
595
- :MAF:
596
- :one: "Moroccan franc"
597
- :other: "Moroccan francs"
598
- :MCF:
599
- :one: "Monegasque franc"
600
- :other: "Monegasque francs"
601
- :MDC:
602
- :one: "Moldovan cupon"
603
- :other: "Moldovan cupon"
604
466
  :MDL:
605
467
  :one: "Moldovas leja"
606
468
  :other: "Moldovas lejas"
469
+ :symbol: "MDL"
607
470
  :zero: "Moldovas lejas"
608
471
  :MGA:
609
472
  :one: "Madagaskaras ariari"
610
473
  :other: "Madagaskaras ariari"
474
+ :symbol: "MGA"
611
475
  :zero: "Madagaskaras ariari"
612
- :MGF:
613
- :one: "Malagasy franc"
614
- :other: "Malagasy francs"
615
476
  :MKD:
616
477
  :one: "Maķedonijas denārs"
617
478
  :other: "Maķedonijas denāri"
479
+ :symbol: "MKD"
618
480
  :zero: "Maķedonijas denāri"
619
- :MKN:
620
- :one: "Macedonian denar (1992–1993)"
621
- :other: "Macedonian denari (1992–1993)"
622
481
  :MLF:
623
482
  :one: "CFA (Āfrikas) franks"
624
- :other: "Malian francs"
625
483
  :MMK:
626
484
  :one: "Mjanmas kjats"
627
485
  :other: "Mjanmas kjati"
486
+ :symbol: "MMK"
628
487
  :zero: "Mjanmas kjati"
629
488
  :MNT:
630
489
  :one: "Mongolijas tugriks"
631
490
  :other: "Mongolijas tugriki"
632
- :symbol: ""
491
+ :symbol: "MNT"
633
492
  :zero: "Mongolijas tugriki"
634
493
  :MOP:
635
494
  :one: "Makao pataka"
636
495
  :other: "Makao patakas"
496
+ :symbol: "MOP"
637
497
  :zero: "Makao patakas"
638
498
  :MRO:
639
499
  :one: "Mauritānijas ugija"
640
500
  :other: "Mauritānijas ugijas"
501
+ :symbol: "MRO"
641
502
  :zero: "Mauritānijas ugijas"
642
503
  :MTL:
643
504
  :one: "Maltas lira"
644
- :other: "Maltese lira"
645
505
  :MTP:
646
506
  :one: "Maltas mārciņa"
647
- :other: "Maltese pounds"
648
507
  :MUR:
649
508
  :one: "Maurīcijas rūpija"
650
509
  :other: "Maurīcijas rūpijas"
510
+ :symbol: "MUR"
651
511
  :zero: "Maurīcijas rūpijas"
652
- :MVP:
653
- :one: "Maldivian rupee"
654
- :other: "Maldivian rupees"
655
512
  :MVR:
656
513
  :one: "Maldīvijas rūfija"
657
514
  :other: "Maldīvijas rūfijas"
515
+ :symbol: "MVR"
658
516
  :zero: "Maldīvijas rūfijas"
659
517
  :MWK:
660
518
  :one: "Malāvijas kvača"
661
519
  :other: "Malāvijas kvačas"
520
+ :symbol: "MWK"
662
521
  :zero: "Malāvijas kvačas"
663
522
  :MXN:
664
523
  :one: "Meksikas peso"
665
524
  :other: "Meksikas peso"
666
525
  :symbol: "MX$"
667
526
  :zero: "Meksikas peso"
668
- :MXP:
669
- :one: "Mexican silver peso (1861–1992)"
670
- :other: "Mexican silver pesos (1861–1992)"
671
- :MXV:
672
- :one: "Mexican investment unit"
673
- :other: "Mexican investment units"
674
527
  :MYR:
675
528
  :one: "Malaizijas ringits"
676
529
  :other: "Malaizijas ringiti"
530
+ :symbol: "MYR"
677
531
  :zero: "Malaizijas ringiti"
678
532
  :MZE:
679
533
  :one: "Mozambikas eskudo"
680
- :other: "Mozambican escudos"
681
534
  :MZM:
682
535
  :one: "Mozambikas vecais metikals"
683
536
  :other: "Mozambikas vecie metikali"
@@ -685,34 +538,34 @@
685
538
  :MZN:
686
539
  :one: "Mozambikas metikals"
687
540
  :other: "Mozambikas metikali"
541
+ :symbol: "MZN"
688
542
  :zero: "Mozambikas metikali"
689
543
  :NAD:
690
544
  :one: "Namībijas dolārs"
691
545
  :other: "Namībijas dolāri"
692
- :symbol: "$"
546
+ :symbol: "NAD"
693
547
  :zero: "Namībijas dolāri"
694
548
  :NGN:
695
549
  :one: "Nigērijas naira"
696
550
  :other: "Nigērijas nairas"
697
- :symbol: ""
551
+ :symbol: "NGN"
698
552
  :zero: "Nigērijas nairas"
699
- :NIC:
700
- :one: "Nicaraguan córdoba (1988–1991)"
701
- :other: "Nicaraguan córdobas (1988–1991)"
702
553
  :NIO:
703
554
  :one: "Nikaragvas kordoba"
704
555
  :other: "Nikaragvas kordobas"
556
+ :symbol: "NIO"
705
557
  :zero: "Nikaragvas kordobas"
706
558
  :NLG:
707
559
  :one: "Nīderlandes guldenis"
708
- :other: "Dutch guilders"
709
560
  :NOK:
710
561
  :one: "Norvēģijas krona"
711
562
  :other: "Norvēģijas kronas"
563
+ :symbol: "NOK"
712
564
  :zero: "Norvēģijas kronas"
713
565
  :NPR:
714
566
  :one: "Nepālas rūpija"
715
567
  :other: "Nepālas rūpijas"
568
+ :symbol: "NPR"
716
569
  :zero: "Nepālas rūpijas"
717
570
  :NZD:
718
571
  :one: "Jaunzēlandes dolārs"
@@ -722,56 +575,50 @@
722
575
  :OMR:
723
576
  :one: "Omānas riāls"
724
577
  :other: "Omānas riāli"
578
+ :symbol: "OMR"
725
579
  :zero: "Omānas riāli"
726
580
  :PAB:
727
581
  :one: "Panamas balboa"
728
582
  :other: "Panamas balboa"
583
+ :symbol: "PAB"
729
584
  :zero: "Panamas balboa"
730
- :PEI:
731
- :one: "Peruvian inti"
732
- :other: "Peruvian intis"
733
585
  :PEN:
734
586
  :one: "Peru jaunais sols"
735
587
  :other: "Peru jaunie soli"
588
+ :symbol: "PEN"
736
589
  :zero: "Peru jaunie soli"
737
- :PES:
738
- :one: "Peruvian sol (1863–1965)"
739
- :other: "Peruvian soles (1863–1965)"
740
590
  :PGK:
741
591
  :one: "Papua-Jaungvinejas kina"
742
592
  :other: "Papua-Jaungvinejas kinas"
593
+ :symbol: "PGK"
743
594
  :zero: "Papua-Jaungvinejas kinas"
744
595
  :PHP:
745
596
  :one: "Filipīnu peso"
746
597
  :other: "Filipīnu peso"
747
- :symbol: ""
598
+ :symbol: "PHP"
748
599
  :zero: "Filipīnu peso"
749
600
  :PKR:
750
601
  :one: "Pakistānas rūpija"
751
602
  :other: "Pakistānas rūpijas"
603
+ :symbol: "PKR"
752
604
  :zero: "Pakistānas rūpijas"
753
605
  :PLN:
754
606
  :one: "Polijas zlots"
755
607
  :other: "Polijas zloti"
608
+ :symbol: "PLN"
756
609
  :zero: "Polijas zloti"
757
- :PLZ:
758
- :one: "Polish zloty (PLZ)"
759
- :other: "Polish zlotys (PLZ)"
760
610
  :PTE:
761
611
  :one: "Portugāles eskudo"
762
- :other: "Portuguese escudos"
763
612
  :PYG:
764
613
  :one: "Paragvajas guarani"
765
614
  :other: "Paragvajas guarani"
766
- :symbol: ""
615
+ :symbol: "PYG"
767
616
  :zero: "Paragvajas guarani"
768
617
  :QAR:
769
618
  :one: "Kataras riāls"
770
619
  :other: "Kataras riāli"
620
+ :symbol: "QAR"
771
621
  :zero: "Kataras riāli"
772
- :RHD:
773
- :one: "Rhodesian dollar"
774
- :other: "Rhodesian dollars"
775
622
  :ROL:
776
623
  :one: "Rumānijas vecā leva"
777
624
  :other: "Rumānijas vecās levas"
@@ -779,146 +626,145 @@
779
626
  :RON:
780
627
  :one: "Rumānijas leja"
781
628
  :other: "Rumānijas lejas"
629
+ :symbol: "RON"
782
630
  :zero: "Rumānijas lejas"
783
631
  :RSD:
784
632
  :one: "Serbijas dinārs"
785
633
  :other: "Serbijas dināri"
634
+ :symbol: "RSD"
786
635
  :zero: "Serbijas dināri"
787
636
  :RUB:
788
637
  :one: "Krievijas rublis"
789
638
  :other: "Krievijas rubļi"
639
+ :symbol: "RUB"
790
640
  :zero: "Krievijas rubļi"
791
641
  :RUR:
792
- :one: "Russian ruble (1991–1998)"
793
- :other: "Russian rubles (1991–1998)"
794
642
  :symbol: "р."
795
643
  :RWF:
796
644
  :one: "Ruandas franks"
797
645
  :other: "Ruandas franki"
646
+ :symbol: "RWF"
798
647
  :zero: "Ruandas franki"
799
648
  :SAR:
800
649
  :one: "Saūda riāls"
801
650
  :other: "Saūda riāli"
651
+ :symbol: "SAR"
802
652
  :zero: "Saūda riāli"
803
653
  :SBD:
804
654
  :one: "Zālamana Salu dolārs"
805
655
  :other: "Zālamana Salu dolāri"
806
- :symbol: "$"
656
+ :symbol: "SBD"
807
657
  :zero: "Zālamana Salu dolāri"
808
658
  :SCR:
809
659
  :one: "Seišelu salu rūpija"
810
660
  :other: "Seišelu salu rūpijas"
661
+ :symbol: "SCR"
811
662
  :zero: "Seišelu salu rūpijas"
812
- :SDD:
813
- :one: "Sudanese dinar (1992–2007)"
814
- :other: "Sudanese dinars (1992–2007)"
815
663
  :SDG:
816
664
  :one: "Sudānas mārciņa"
817
665
  :other: "Sudānas mārciņas"
666
+ :symbol: "SDG"
818
667
  :zero: "Sudānas mārciņas"
819
- :SDP:
820
- :one: "Sudanese pound (1957–1998)"
821
- :other: "Sudanese pounds (1957–1998)"
822
668
  :SEK:
823
669
  :one: "Zviedrijas krona"
824
670
  :other: "Zviedrijas kronas"
671
+ :symbol: "SEK"
825
672
  :zero: "Zviedrijas kronas"
826
673
  :SGD:
827
674
  :one: "Singapūras dolārs"
828
675
  :other: "Singapūras dolāri"
829
- :symbol: "$"
676
+ :symbol: "SGD"
830
677
  :zero: "Singapūras dolāri"
831
678
  :SHP:
832
679
  :one: "Sv.Helēnas salas mārciņa"
833
680
  :other: "Sv.Helēnas salas mārciņas"
681
+ :symbol: "SHP"
834
682
  :zero: "Sv.Helēnas salas mārciņas"
835
683
  :SIT:
836
684
  :one: "Slovēnijas tolars"
837
- :other: "Slovenian tolars"
838
685
  :SKK:
839
686
  :one: "Slovakijas krona"
840
- :other: "Slovak korunas"
841
687
  :SLL:
842
688
  :one: "Sjerraleones leone"
843
689
  :other: "Sjerraleones leones"
690
+ :symbol: "SLL"
844
691
  :zero: "Sjerraleones leones"
845
692
  :SOS:
846
693
  :one: "Somālijas šiliņš"
847
694
  :other: "Somālijas šiliņi"
695
+ :symbol: "SOS"
848
696
  :zero: "Somālijas šiliņi"
849
697
  :SRD:
850
698
  :one: "Surinamas dolārs"
851
699
  :other: "Surinamas dolāri"
852
- :symbol: "$"
700
+ :symbol: "SRD"
853
701
  :zero: "Surinamas dolāri"
854
702
  :SRG:
855
703
  :one: "Surinamas guldenis"
856
- :other: "Surinamese guilders"
857
704
  :SSP:
858
705
  :one: "Dienvidsudānas mārciņa"
859
706
  :other: "Dienvidsudānas mārciņas"
860
- :symbol: "£"
707
+ :symbol: "SSP"
861
708
  :zero: "Dienvidsudānas mārciņas"
862
709
  :STD:
863
710
  :one: "Santome un Prinsipi dobra"
864
711
  :other: "Santome un Prinsipi dobras"
712
+ :symbol: "STD"
865
713
  :zero: "Santome un Prinsipi dobras"
866
- :SUR:
867
- :one: "Soviet rouble"
868
- :other: "Soviet roubles"
869
714
  :SVC:
870
715
  :one: "Salvadoras kolons"
871
- :other: "Salvadoran colones"
872
716
  :SYP:
873
717
  :one: "Sīrijas mārciņa"
874
718
  :other: "Sīrijas mārciņas"
719
+ :symbol: "SYP"
875
720
  :zero: "Sīrijas mārciņas"
876
721
  :SZL:
877
722
  :one: "Svazilendas lilangeni"
878
723
  :other: "Svazilendas lilangeni"
724
+ :symbol: "SZL"
879
725
  :zero: "Svazilendas lilangeni"
880
726
  :THB:
881
727
  :one: "Taizemes bāts"
882
728
  :other: "Taizemes bāti"
883
729
  :symbol: "฿"
884
730
  :zero: "Taizemes bāti"
885
- :TJR:
886
- :one: "Tajikistani ruble"
887
- :other: "Tajikistani rubles"
888
731
  :TJS:
889
732
  :one: "Tadžikistānas somons"
890
733
  :other: "Tadžikistānas somoni"
734
+ :symbol: "TJS"
891
735
  :zero: "Tadžikistānas somoni"
892
736
  :TMM:
893
- :one: "Turkmenistānas manats"
894
- :other: "Turkmenistani manat (1993–2009)"
737
+ :one: "Turkmenistānas manats (1993–2009)"
738
+ :other: "Turkmenistānas manati (1993–2009)"
739
+ :zero: "Turkmenistānas manati (1993–2009)"
895
740
  :TMT:
896
- :one: "Turkmenistānas jaunais manats"
741
+ :one: "Turkmenistānas manats"
897
742
  :other: "Turkmenistānas manati"
743
+ :symbol: "TMT"
898
744
  :zero: "Turkmenistānas manati"
899
745
  :TND:
900
746
  :one: "Tunisijas dinārs"
901
747
  :other: "Tunisijas dināri"
748
+ :symbol: "TND"
902
749
  :zero: "Tunisijas dināri"
903
750
  :TOP:
904
751
  :one: "Tongas paanga"
905
752
  :other: "Tongas paangas"
753
+ :symbol: "TOP"
906
754
  :zero: "Tongas paangas"
907
- :TPE:
908
- :one: "Timorese escudo"
909
- :other: "Timorese escudos"
910
755
  :TRL:
911
- :one: "Turcijas lira"
912
- :other: "Turkish Lira (1922–2005)"
756
+ :one: "Turcijas lira (1922–2005)"
757
+ :other: "Turcijas liras (1922–2005)"
758
+ :zero: "Turcijas liras (1922–2005)"
913
759
  :TRY:
914
- :one: "Turcijas jaunā lira"
760
+ :one: "Turcijas lira"
915
761
  :other: "Turcijas liras"
916
- :symbol: ""
762
+ :symbol: "TRY"
917
763
  :zero: "Turcijas liras"
918
764
  :TTD:
919
765
  :one: "Trinidādas un Tobāgo dolārs"
920
766
  :other: "Trinidādas un Tobāgo dolāri"
921
- :symbol: "$"
767
+ :symbol: "TTD"
922
768
  :zero: "Trinidādas un Tobāgo dolāri"
923
769
  :TWD:
924
770
  :one: "Taivānas jaunais dolārs"
@@ -928,47 +774,32 @@
928
774
  :TZS:
929
775
  :one: "Tanzānijas šiliņš"
930
776
  :other: "Tanzānijas šiliņi"
777
+ :symbol: "TZS"
931
778
  :zero: "Tanzānijas šiliņi"
932
779
  :UAH:
933
780
  :one: "Ukrainas grivna"
934
781
  :other: "Ukrainas grivnas"
935
- :symbol: ""
782
+ :symbol: "UAH"
936
783
  :zero: "Ukrainas grivnas"
937
- :UAK:
938
- :one: "Ukrainian karbovanets"
939
- :other: "Ukrainian karbovantsiv"
940
- :UGS:
941
- :one: "Ugandan shilling (1966–1987)"
942
- :other: "Ugandan shillings (1966–1987)"
943
784
  :UGX:
944
785
  :one: "Ugandas šiliņš"
945
786
  :other: "Ugandas šiliņi"
787
+ :symbol: "UGX"
946
788
  :zero: "Ugandas šiliņi"
947
789
  :USD:
948
790
  :one: "ASV dolārs"
949
791
  :other: "ASV dolāri"
950
792
  :symbol: "$"
951
793
  :zero: "ASV dolāri"
952
- :USN:
953
- :one: "US dollar (next day)"
954
- :other: "US dollars (next day)"
955
- :USS:
956
- :one: "US dollar (same day)"
957
- :other: "US dollars (same day)"
958
- :UYI:
959
- :one: "Uruguayan peso (indexed units)"
960
- :other: "Uruguayan pesos (indexed units)"
961
- :UYP:
962
- :one: "Uruguayan peso (1975–1993)"
963
- :other: "Uruguayan pesos (1975–1993)"
964
794
  :UYU:
965
795
  :one: "Urugvajas peso"
966
796
  :other: "Urugvajas peso"
967
- :symbol: "$"
797
+ :symbol: "UYU"
968
798
  :zero: "Urugvajas peso"
969
799
  :UZS:
970
800
  :one: "Uzbekistānas sums"
971
801
  :other: "Uzbekistānas sumi"
802
+ :symbol: "UZS"
972
803
  :zero: "Uzbekistānas sumi"
973
804
  :VEB:
974
805
  :one: "Venecuēlas bolivārs (1871–2008)"
@@ -977,22 +808,22 @@
977
808
  :VEF:
978
809
  :one: "Venecuēlas bolivārs"
979
810
  :other: "Venecuēlas bolivāri"
811
+ :symbol: "VEF"
980
812
  :zero: "Venecuēlas bolivāri"
981
813
  :VND:
982
814
  :one: "Vjetnamas dongi"
983
815
  :other: "Vjetnamas dongi"
984
816
  :symbol: "₫"
985
817
  :zero: "Vjetnamas dongi"
986
- :VNN:
987
- :one: "Vietnamese dong (1978–1985)"
988
- :other: "Vietnamese dong (1978–1985)"
989
818
  :VUV:
990
819
  :one: "Vanuatu vatu"
991
820
  :other: "Vanuatu vatu"
821
+ :symbol: "VUV"
992
822
  :zero: "Vanuatu vatu"
993
823
  :WST:
994
824
  :one: "Samoa tala"
995
825
  :other: "Samoa talas"
826
+ :symbol: "WST"
996
827
  :zero: "Samoa talas"
997
828
  :XAF:
998
829
  :one: "Centrālāfrikas CFA franks"
@@ -1001,17 +832,14 @@
1001
832
  :zero: "Centrālāfrikas CFA franki"
1002
833
  :XAG:
1003
834
  :one: "sudrabs"
1004
- :other: "troy ounces of silver"
1005
835
  :XAU:
1006
836
  :one: "zelts"
1007
- :other: "troy ounces of gold"
1008
837
  :XBA:
1009
838
  :one: "Eiropas norēķinu vienība EURCO"
1010
839
  :other: "Eiropas norēķinu vienības EURCO"
1011
840
  :zero: "Eiropas norēķinu vienības EURCO"
1012
841
  :XBB:
1013
842
  :one: "Eiropas naudas vienība"
1014
- :other: "European monetary units"
1015
843
  :XBC:
1016
844
  :one: "Eiropas norēķinu vienība (XBC)"
1017
845
  :other: "Eiropas norēķinu vienības (XBC)"
@@ -1027,16 +855,12 @@
1027
855
  :zero: "Austrumkarību dolāri"
1028
856
  :XDR:
1029
857
  :one: "Speciālās aizņēmuma tiesības"
1030
- :other: "special drawing rights"
1031
858
  :XEU:
1032
859
  :one: "Eiropas norēķinu vienība"
1033
- :other: "European currency units"
1034
860
  :XFO:
1035
861
  :one: "Francijas zelta franks"
1036
- :other: "French gold francs"
1037
862
  :XFU:
1038
863
  :one: "Francijas UIC franks"
1039
- :other: "French UIC-francs"
1040
864
  :XOF:
1041
865
  :one: "Rietumāfrikas CFA franks"
1042
866
  :other: "Rietumāfrikas CFA franki"
@@ -1044,7 +868,6 @@
1044
868
  :zero: "Rietumāfrikas CFA franki"
1045
869
  :XPD:
1046
870
  :one: "pallādijs"
1047
- :other: "troy ounces of palladium"
1048
871
  :XPF:
1049
872
  :one: "CFP franks"
1050
873
  :other: "CFP franki"
@@ -1052,71 +875,37 @@
1052
875
  :zero: "CFP franki"
1053
876
  :XPT:
1054
877
  :one: "platīns"
1055
- :other: "troy ounces of platinum"
1056
- :XRE:
1057
- :one: "RINET Funds unit"
1058
- :other: "RINET Funds units"
1059
- :XSU:
1060
- :one: "Sucre"
1061
- :other: "Sucres"
1062
878
  :XTS:
1063
879
  :one: "testa valūtas kods"
1064
880
  :other: "testa valūtas kods"
1065
881
  :zero: "testa valūtas kods"
1066
- :XUA:
1067
- :one: "ADB unit of account"
1068
- :other: "ADB units of account"
1069
882
  :XXX:
1070
883
  :one: "(nezināma valūta)"
1071
884
  :other: "(nezināma valūta)"
1072
885
  :zero: "(nezināma valūta)"
1073
- :YDD:
1074
- :one: "Yemeni dinar"
1075
- :other: "Yemeni dinars"
1076
886
  :YER:
1077
887
  :one: "Jemenas riāls"
1078
888
  :other: "Jemenas riāli"
889
+ :symbol: "YER"
1079
890
  :zero: "Jemenas riāli"
1080
- :YUD:
1081
- :one: "Yugoslavian hard dinar (1966–1990)"
1082
- :other: "Yugoslavian hard dinars (1966–1990)"
1083
- :YUM:
1084
- :one: "Yugoslavian new dinar (1994–2002)"
1085
- :other: "Yugoslavian new dinars (1994–2002)"
1086
- :YUN:
1087
- :one: "Yugoslavian convertible dinar (1990–1992)"
1088
- :other: "Yugoslavian convertible dinars (1990–1992)"
1089
- :YUR:
1090
- :one: "Yugoslavian reformed dinar (1992–1993)"
1091
- :other: "Yugoslavian reformed dinars (1992–1993)"
1092
- :ZAL:
1093
- :one: "South African rand (financial)"
1094
- :other: "South African rands (financial)"
1095
891
  :ZAR:
1096
- :one: "Dienvidāfrikas rands"
1097
- :other: "Dienvidāfrikas randi"
1098
- :zero: "Dienvidāfrikas randi"
892
+ :one: "Dienvidāfrikas rends"
893
+ :other: "Dienvidāfrikas rendi"
894
+ :symbol: "ZAR"
895
+ :zero: "Dienvidāfrikas rendi"
1099
896
  :ZMK:
1100
897
  :one: "Zambijas kvača (1968–2012)"
1101
898
  :other: "Zambijas kvačas (1968–2012)"
899
+ :symbol: "ZMK"
1102
900
  :zero: "Zambijas kvačas (1968–2012)"
1103
901
  :ZMW:
1104
902
  :one: "Zambijas kvača"
1105
903
  :other: "Zambijas kvačas"
904
+ :symbol: "ZMW"
1106
905
  :zero: "Zambijas kvačas"
1107
- :ZRN:
1108
- :one: "Zairean new zaire (1993–1998)"
1109
- :other: "Zairean new zaires (1993–1998)"
1110
- :ZRZ:
1111
- :one: "Zairean zaire (1971–1993)"
1112
- :other: "Zairean zaires (1971–1993)"
1113
906
  :ZWD:
1114
907
  :one: "Zimbabves dolārs"
1115
- :other: "Zimbabwean dollars (1980–2008)"
1116
908
  :ZWL:
1117
909
  :one: "Zimbabves dollārs (2009)"
1118
910
  :other: "Zimbabves dollāri (2009)"
1119
911
  :zero: "Zimbabves dollāri (2009)"
1120
- :ZWR:
1121
- :one: "Zimbabwean dollar (2008)"
1122
- :other: "Zimbabwean dollars (2008)"