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
@@ -12,10 +12,10 @@
12
12
  :middle: "{0}, {1}"
13
13
  :start: "{0}, {1}"
14
14
  :unit-narrow:
15
- 2: "{0} {1}"
16
- :end: "{0} {1}"
17
- :middle: "{0} {1}"
18
- :start: "{0} {1}"
15
+ 2: "{0}, {1}"
16
+ :end: "{0}, {1}"
17
+ :middle: "{0}, {1}"
18
+ :start: "{0}, {1}"
19
19
  :unit-short:
20
20
  2: "{0}, {1}"
21
21
  :end: "{0}, {1}"
@@ -14,31 +14,79 @@
14
14
  :patterns:
15
15
  :default: "#,##,##0.###"
16
16
  :long:
17
- 1000: "0 हज़ार"
18
- 10000: "00 हज़ार"
19
- 100000: "0 लाख"
20
- 1000000: "00 लाख"
21
- 10000000: "0 करोड़"
22
- 100000000: "00 करोड़"
23
- 1000000000: "0 अरब"
24
- 10000000000: "00 अरब"
25
- 100000000000: "0 खरब"
26
- 1000000000000: "00 खरब"
27
- 10000000000000: "000 खरब"
28
- 100000000000000: "0000 खरब"
17
+ 1000:
18
+ :one: "0 हज़ार"
19
+ :other: "0 हज़ार"
20
+ 10000:
21
+ :one: "00 हज़ार"
22
+ :other: "00 हज़ार"
23
+ 100000:
24
+ :one: "0 लाख"
25
+ :other: "0 लाख"
26
+ 1000000:
27
+ :one: "00 लाख"
28
+ :other: "00 लाख"
29
+ 10000000:
30
+ :one: "0 करोड़"
31
+ :other: "0 करोड़"
32
+ 100000000:
33
+ :one: "00 करोड़"
34
+ :other: "00 करोड़"
35
+ 1000000000:
36
+ :one: "0 अरब"
37
+ :other: "0 अरब"
38
+ 10000000000:
39
+ :one: "00 अरब"
40
+ :other: "00 अरब"
41
+ 100000000000:
42
+ :one: "0 खरब"
43
+ :other: "0 खरब"
44
+ 1000000000000:
45
+ :one: "00 खरब"
46
+ :other: "00 खरब"
47
+ 10000000000000:
48
+ :one: "000 खरब"
49
+ :other: "000 खरब"
50
+ 100000000000000:
51
+ :one: "0000 खरब"
52
+ :other: "0000 खरब"
29
53
  :short:
30
- 1000: 0
31
- 10000: 0
32
- 100000: "0L"
33
- 1000000: "00L"
34
- 10000000: "0Cr"
35
- 100000000: "00Cr"
36
- 1000000000: "000Cr"
37
- 10000000000: "00B"
38
- 100000000000: "000B"
39
- 1000000000000: "0T"
40
- 10000000000000: "00T"
41
- 100000000000000: "000T"
54
+ 1000:
55
+ :one: "0 हज़ार"
56
+ :other: "0 हज़ार"
57
+ 10000:
58
+ :one: "00 हज़ार"
59
+ :other: "00 हज़ार"
60
+ 100000:
61
+ :one: "0 लाख"
62
+ :other: "0 लाख"
63
+ 1000000:
64
+ :one: "00 लाख"
65
+ :other: "00 लाख"
66
+ 10000000:
67
+ :one: "0 क'.'"
68
+ :other: "0 क'.'"
69
+ 100000000:
70
+ :one: "00 क'.'"
71
+ :other: "00 क'.'"
72
+ 1000000000:
73
+ :one: "0 अ'.'"
74
+ :other: "0 अ'.'"
75
+ 10000000000:
76
+ :one: "00 अ'.'"
77
+ :other: "00 अ'.'"
78
+ 100000000000:
79
+ :one: "0 ख'.'"
80
+ :other: "0 ख'.'"
81
+ 1000000000000:
82
+ :one: "00 ख'.'"
83
+ :other: "00 ख'.'"
84
+ 10000000000000:
85
+ :one: "0 नील"
86
+ :other: "0 नील"
87
+ 100000000000000:
88
+ :one: "00 नील"
89
+ :other: "00 नील"
42
90
  :percent:
43
91
  :number_system: "latn"
44
92
  :patterns:
@@ -46,7 +94,7 @@
46
94
  :scientific:
47
95
  :number_system: "latn"
48
96
  :patterns:
49
- :default: "#E0"
97
+ :default: "[#E0]"
50
98
  :symbols:
51
99
  :alias: ""
52
100
  :decimal: "."
@@ -60,3 +108,4 @@
60
108
  :percent_sign: "%"
61
109
  :plus_sign: "+"
62
110
  :superscripting_exponent: "×"
111
+ :time_separator: ":"
@@ -0,0 +1,11 @@
1
+ ---
2
+ :hi:
3
+ :cardinal:
4
+ :one: "i = 0 or n = 1 @integer 0, 1 @decimal 0.0~1.0, 0.00~0.04"
5
+ :other: " @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 1.1~2.6, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
6
+ :ordinal:
7
+ :few: "n = 4 @integer 4"
8
+ :many: "n = 6 @integer 6"
9
+ :one: "n = 1 @integer 1"
10
+ :other: " @integer 0, 5, 7~20, 100, 1000, 10000, 100000, 1000000, …"
11
+ :two: "n = 2,3 @integer 2, 3"
@@ -1,4 +1,20 @@
1
1
  ---
2
- :hi: ! '{ :''hi'' => { :i18n => { :plural => { :keys => [:one, :other], :rule => lambda
3
- { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); (n.to_i == 0 || n.to_f == 1) ? :one : :other } } } } }'
2
+ :hi:
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 || n ==
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 == 4 ? :few :
13
+ (n == 6 ? :many : (n == 1 ? :one : (((n == 2) || (n == 3)) ? :two : :other))))
14
+ }'
15
+ :names:
16
+ - :few
17
+ - :many
18
+ - :one
19
+ - :two
20
+ - :other
@@ -424,7 +424,58 @@
424
424
  :rule: "−>>;"
425
425
  :value: "-x"
426
426
  -
427
- :rule: "=#,##,##0=.;"
427
+ :rule: "0;"
428
+ :value: 0
429
+ -
430
+ :rule: "=#,##,##0=ला;"
431
+ :value: 1
432
+ -
433
+ :rule: "=#,##,##0=रा;"
434
+ :value: 2
435
+ -
436
+ :rule: "=#,##,##0=था;"
437
+ :value: 4
438
+ -
439
+ :rule: "=#,##,##0=वाँ;"
440
+ :value: 5
441
+ -
442
+ :rule: "=#,##,##0=टा;"
443
+ :value: 6
444
+ -
445
+ :rule: "=#,##,##0=वाँ;"
446
+ :value: 7
447
+ :type: "digits-ordinal-masculine"
448
+ -
449
+ :rules:
450
+ -
451
+ :rule: "−>>;"
452
+ :value: "-x"
453
+ -
454
+ :rule: "0;"
455
+ :value: 0
456
+ -
457
+ :rule: "=#,##,##0=ली;"
458
+ :value: 1
459
+ -
460
+ :rule: "=#,##,##0=री;"
461
+ :value: 2
462
+ -
463
+ :rule: "=#,##,##0=थी;"
464
+ :value: 4
465
+ -
466
+ :rule: "=#,##,##0=वीँ;"
467
+ :value: 5
468
+ -
469
+ :rule: "=#,##,##0=टी;"
470
+ :value: 6
471
+ -
472
+ :rule: "=#,##,##0=वीँ;"
473
+ :value: 7
474
+ :type: "digits-ordinal-feminine"
475
+ -
476
+ :rules:
477
+ -
478
+ :rule: "=%digits-ordinal-masculine=;"
428
479
  :value: 0
429
480
  :type: "digits-ordinal"
430
481
  :type: "OrdinalRules"
@@ -32,7 +32,7 @@
32
32
  :bm: "बरमूडा"
33
33
  :bn: "ब्रूनेई"
34
34
  :bo: "बोलीविया"
35
- :bq: "कैरिबीयाई नीदरलैंड"
35
+ :bq: "कैरिबियन नीदरलैंड"
36
36
  :br: "ब्राज़ील"
37
37
  :bs: "बहामास"
38
38
  :bt: "भूटान"
@@ -42,9 +42,9 @@
42
42
  :bz: "बेलीज़"
43
43
  :ca: "कनाडा"
44
44
  :cc: "कोकोस (कीलिंग) द्वीपसमूह"
45
- :cd: "कोंगो (डीआरसी)"
45
+ :cd: "कांगो (डीआरसी)"
46
46
  :cf: "मध्य अफ़्रीकी गणराज्य"
47
- :cg: "कोंगो (गणराज्य)"
47
+ :cg: "कांगो (गणराज्य)"
48
48
  :ch: "स्विट्ज़रलैंड"
49
49
  :ci: "आइवरी कोस्ट"
50
50
  :ck: "कुक द्वीपसमूह"
@@ -86,7 +86,7 @@
86
86
  :gb: "यू.के."
87
87
  :gd: "ग्रेनाडा"
88
88
  :ge: "जॉर्जिया"
89
- :gf: "फ़्रेंच गुयाना"
89
+ :gf: "फ़्रेंच गयाना"
90
90
  :gg: "गर्नसी"
91
91
  :gh: "घाना"
92
92
  :gi: "जिब्राल्टर"
@@ -100,7 +100,7 @@
100
100
  :gt: "ग्वाटेमाला"
101
101
  :gu: "गुआम"
102
102
  :gw: "गिनी-बिसाउ"
103
- :gy: "गुयाना"
103
+ :gy: "गयाना"
104
104
  :hk: "हाँग काँग"
105
105
  :hm: "हर्ड द्वीप और मैकडोनॉल्ड द्वीपसमूह"
106
106
  :hn: "होंडूरास"
@@ -155,7 +155,7 @@
155
155
  :ml: "माली"
156
156
  :mm: "म्यांमार (बर्मा)"
157
157
  :mn: "मंगोलिया"
158
- :mo: "मकाओ"
158
+ :mo: "मकाऊ"
159
159
  :mp: "उत्तरी मारियाना द्वीपसमूह"
160
160
  :mq: "मार्टीनिक"
161
161
  :mr: "मॉरिटानिया"
@@ -236,7 +236,7 @@
236
236
  :tn: "ट्यूनीशिया"
237
237
  :to: "टोंगा"
238
238
  :tr: "तुर्की"
239
- :tt: "त्रिनिडाड और टोबैगो"
239
+ :tt: "त्रिनिदाद और टोबैगो"
240
240
  :tv: "तुवालू"
241
241
  :tw: "ताइवान"
242
242
  :tz: "तंज़ानिया"
@@ -247,7 +247,7 @@
247
247
  :uy: "उरूग्वे"
248
248
  :uz: "उज़्बेकिस्तान"
249
249
  :va: "वेटिकन सिटी"
250
- :vc: "सेंट विंसेंट एंड ग्रेनाडाइंस"
250
+ :vc: "सेंट विंसेंट और ग्रेनाडाइंस"
251
251
  :ve: "वेनेज़ुएला"
252
252
  :vg: "ब्रिटिश वर्जिन द्वीपसमूह"
253
253
  :vi: "यू.एस. वर्जिन द्वीपसमूह"
@@ -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."
@@ -16,15 +17,14 @@
16
17
  :Hm: "HH:mm"
17
18
  :Hms: "HH:mm:ss"
18
19
  :M: "L."
19
- :MEd: "E, d. M."
20
+ :MEd: "E, dd.MM."
20
21
  :MMM: "LLL"
21
22
  :MMMEd: "E, d. MMM"
22
23
  :MMMMEd: "E, d. MMMM"
23
24
  :MMMMd: "d. MMMM"
24
- :MMMMdd: "dd. MMMM"
25
25
  :MMMd: "d. MMM"
26
26
  :MMdd: "dd. MM."
27
- :Md: "d. M."
27
+ :Md: "dd.MM."
28
28
  :d: "d."
29
29
  :h: "h a"
30
30
  :hm: "hh:mm a"
@@ -32,14 +32,14 @@
32
32
  :ms: "mm:ss"
33
33
  ? !ruby/symbol "y"
34
34
  : "y."
35
- :yM: "M. y."
36
- :yMEd: "E, d. M. y."
35
+ :yM: "MM.y."
36
+ :yMEd: "E, dd.MM.y."
37
37
  :yMM: "MM. y."
38
38
  :yMMM: "LLL y."
39
39
  :yMMMEd: "E, d. MMM y."
40
40
  :yMMMM: "LLLL y."
41
41
  :yMMMd: "d. MMM y."
42
- :yMd: "d. M. y."
42
+ :yMd: "dd.MM.y."
43
43
  :yQQQ: "QQQ y."
44
44
  :yQQQQ: "QQQQ y."
45
45
  :days:
@@ -114,22 +114,39 @@
114
114
  0: "pr. n. e."
115
115
  1: "n.e."
116
116
  :name:
117
- 0: "Prije Krista"
118
- 1: "Poslije Krista"
117
+ 0: "pr. n. e."
118
+ 1: "n.e."
119
119
  :narrow:
120
120
  0: "pr.n.e."
121
121
  1: "AD"
122
122
  :fields:
123
123
  :day: "Dan"
124
- :dayperiod: "Prijepodne/popodne"
124
+ :day-narrow: "d."
125
+ :day-short: "d."
126
+ :dayperiod: "AM/PM"
125
127
  :era: "Era"
126
128
  :hour: "Sat"
129
+ :hour-narrow: "h"
130
+ :hour-short: "h"
127
131
  :minute: "Minuta"
132
+ :minute-narrow: "min"
133
+ :minute-short: "min"
128
134
  :month: "Mjesec"
135
+ :month-narrow: "m."
136
+ :month-short: "mj."
137
+ :quarter: "Kvartal"
138
+ :quarter-narrow: "kv."
139
+ :quarter-short: "kv."
129
140
  :second: "Sekunda"
141
+ :second-narrow: "s"
142
+ :second-short: "s"
130
143
  :week: "Tjedan"
144
+ :week-narrow: "tj."
145
+ :week-short: "tj."
131
146
  :weekday: "Dan u tjednu"
132
147
  :year: "Godina"
148
+ :year-narrow: "g."
149
+ :year-short: "g."
133
150
  :zone: "Vremenska zona"
134
151
  :formats:
135
152
  :date:
@@ -140,7 +157,7 @@
140
157
  :medium:
141
158
  :pattern: "d. MMM y."
142
159
  :short:
143
- :pattern: "d.M.yy."
160
+ :pattern: "dd.MM.y."
144
161
  :datetime:
145
162
  :full:
146
163
  :pattern: "{{date}} 'u' {{time}}"
@@ -251,20 +268,17 @@
251
268
  :noon: "podne"
252
269
  :narrow:
253
270
  :afternoon: "popodne"
254
- :am: "a"
271
+ :am: "AM"
255
272
  :earlyMorning: "ujutro"
256
273
  :evening: "navečer"
257
274
  :morning: "prijepodne"
258
275
  :night: "noću"
259
- :noon: "n"
260
- :pm: "p"
276
+ :noon: "P"
277
+ :pm: "PM"
261
278
  :wide:
262
279
  :am: "AM"
263
280
  :noon: "podne"
264
281
  :pm: "PM"
265
- :variant:
266
- :am: "a.m."
267
- :pm: "p.m."
268
282
  :stand-alone:
269
283
  :abbreviated:
270
284
  :afternoon: "popodne"
@@ -5,75 +5,92 @@
5
5
  :few: "andorske pezete"
6
6
  :one: "andorska pezeta"
7
7
  :other: "andorskih pezeta"
8
+ :symbol: "ADP"
8
9
  :AED:
9
10
  :few: "UAE dirhama"
10
11
  :one: "UAE diram"
11
12
  :other: "UAE dirhama"
13
+ :symbol: "AED"
12
14
  :AFA:
13
15
  :few: "afganistanska afgana (1927.–2002.)"
14
16
  :one: "afganistanski afgan (1927.–2002.)"
15
17
  :other: "afganistanskih afgana (1927.–2002.)"
18
+ :symbol: "AFA"
16
19
  :AFN:
17
20
  :few: "afganistanska afgana"
18
21
  :one: "afganistanski afgan"
19
22
  :other: "afganistanskih afgana"
23
+ :symbol: "AFN"
20
24
  :ALK:
21
25
  :few: "stara albanska leka"
22
26
  :one: "stari albanski lek"
23
27
  :other: "starih albanskih leka"
28
+ :symbol: "ALK"
24
29
  :ALL:
25
30
  :few: "albanska leka"
26
31
  :one: "albanski lek"
27
32
  :other: "albanskih leka"
33
+ :symbol: "ALL"
28
34
  :AMD:
29
35
  :few: "armenska drama"
30
36
  :one: "armenski dram"
31
37
  :other: "armenskih drama"
38
+ :symbol: "AMD"
32
39
  :ANG:
33
40
  :few: "nizozemskoantilska guldena"
34
41
  :one: "nizozemskoantilski gulden"
35
42
  :other: "nizozemskoantilskih guldena"
43
+ :symbol: "ANG"
36
44
  :AOA:
37
45
  :few: "angolske kvanze"
38
46
  :one: "angolska kvanza"
39
47
  :other: "angolskih kvanzi"
48
+ :symbol: "AOA"
40
49
  :AOK:
41
50
  :few: "angolske kvanze (1977.–1990.)"
42
51
  :one: "angolska kvanza (1977.–1990.)"
43
52
  :other: "angolskih kvanzi (1977.–1990.)"
53
+ :symbol: "AOK"
44
54
  :AON:
45
55
  :few: "angolske nove kvanze (1990.–2000.)"
46
56
  :one: "angolska nova kvanza (1990.–2000.)"
47
57
  :other: "angolskih novih kvanzi (1990.–2000.)"
58
+ :symbol: "AON"
48
59
  :AOR:
49
60
  :few: "angolske kvanze (1995.–1999.)"
50
61
  :one: "angolska kvanza (1995.–1999.)"
51
62
  :other: "angolskih kvanzi (1995.–1999.)"
63
+ :symbol: "AOR"
52
64
  :ARA:
53
65
  :few: "argentinska australa"
54
66
  :one: "argentinski austral"
55
67
  :other: "argentinskih australa"
68
+ :symbol: "ARA"
56
69
  :ARL:
57
- :few: "argentinska pezo leja"
58
- :one: "argentinski pezo lej"
59
- :other: "argentinskih pezo leja"
70
+ :few: "argentinska pezo leja (1970.–1983.)"
71
+ :one: "argentinski pezo lej (1970.–1983.)"
72
+ :other: "argentinskih pezo leja (1970.–1983.)"
73
+ :symbol: "ARL"
60
74
  :ARM:
61
- :few: "argentinska pezo moneda nacional"
62
- :one: "argentinski pezo moneda nacional"
63
- :other: "argentinskih pezo moneda nacional"
75
+ :few: "argentinska peza (1881.–1970.)"
76
+ :one: "argentinski pezo (1881.–1970.)"
77
+ :other: "argentinskih peza (1881.–1970.)"
78
+ :symbol: "ARM"
64
79
  :ARP:
65
80
  :few: "argentinska peza (1983.–1985.)"
66
81
  :one: "argentinski pezo (1983.–1985.)"
67
82
  :other: "argentinskih peza (1983.–1985.)"
83
+ :symbol: "ARP"
68
84
  :ARS:
69
85
  :few: "argentinska pezosa"
70
86
  :one: "argentinski pezos"
71
87
  :other: "argentinskih pezosa"
72
- :symbol: "$"
88
+ :symbol: "ARS"
73
89
  :ATS:
74
90
  :few: "austrijska šilinga"
75
91
  :one: "austrijski šiling"
76
92
  :other: "austrijskih šilinga"
93
+ :symbol: "ATS"
77
94
  :AUD:
78
95
  :few: "australska dolara"
79
96
  :one: "australski dolar"
@@ -83,110 +100,132 @@
83
100
  :few: "arupska florina"
84
101
  :one: "arupski florin"
85
102
  :other: "arupskih florina"
103
+ :symbol: "AWG"
86
104
  :AZM:
87
105
  :few: "azerbajdžanska manata (1993.–2006.)"
88
106
  :one: "azerbajdžanski manat (1993.–2006.)"
89
107
  :other: "azerbajdžanskih manata (1993.–2006.)"
108
+ :symbol: "AZM"
90
109
  :AZN:
91
110
  :few: "azerbajdžanska manata"
92
111
  :one: "azerbajdžanski manat"
93
112
  :other: "azerbajdžanskih manata"
113
+ :symbol: "AZN"
94
114
  :BAD:
95
115
  :few: "bosansko-hercegovačka dinara"
96
116
  :one: "bosansko-hercegovački dinar"
97
117
  :other: "bosansko-hercegovačkih dinara"
118
+ :symbol: "BAD"
98
119
  :BAM:
99
120
  :few: "konvertibilne marke"
100
121
  :one: "konvertibilna marka"
101
122
  :other: "konvertibilnih maraka"
123
+ :symbol: "BAM"
102
124
  :BAN:
103
125
  :few: "bosansko-hercegovačka nova dinara"
104
126
  :one: "bosansko-hercegovački novi dinar"
105
127
  :other: "bosansko-hercegovačkih novih dinara"
128
+ :symbol: "BAN"
106
129
  :BBD:
107
130
  :few: "barbadoska dolara"
108
131
  :one: "barbadoski dolar"
109
132
  :other: "barbadoskih dolara"
110
- :symbol: "$"
133
+ :symbol: "BBD"
111
134
  :BDT:
112
135
  :few: "bangladeške take"
113
136
  :one: "bangladeška taka"
114
137
  :other: "bangladeških taka"
115
- :symbol: ""
138
+ :symbol: "BDT"
116
139
  :BEC:
117
140
  :few: "belgijska franka (konvertibilna)"
118
141
  :one: "belgijski franak (konvertibilan)"
119
142
  :other: "belgijskih franaka (konvertibilnih)"
143
+ :symbol: "BEC"
120
144
  :BEF:
121
145
  :few: "belgijska franka"
122
146
  :one: "belgijski franak"
123
147
  :other: "belgijskih franaka"
148
+ :symbol: "BEF"
124
149
  :BEL:
125
150
  :few: "belgijska franka (financijska)"
126
151
  :one: "belgijski franak (financijski)"
127
152
  :other: "belgijskih franaka (financijskih)"
153
+ :symbol: "BEL"
128
154
  :BGL:
129
155
  :few: "bugarska čvrsta leva"
130
156
  :one: "bugarski čvrsti lev"
131
157
  :other: "bugarskih čvrstih leva"
158
+ :symbol: "BGL"
132
159
  :BGM:
133
160
  :few: "bugarska socijalistička leva"
134
161
  :one: "bugarski socijalistički lev"
135
162
  :other: "bugarskih socijalističkih leva"
163
+ :symbol: "BGM"
136
164
  :BGN:
137
165
  :few: "bugarska leva"
138
166
  :one: "bugarski lev"
139
167
  :other: "bugarskih leva"
168
+ :symbol: "BGN"
140
169
  :BGO:
141
170
  :few: "stara bugarska leva"
142
171
  :one: "stari bugarski lev"
143
172
  :other: "starih bugarskih leva"
173
+ :symbol: "BGO"
144
174
  :BHD:
145
175
  :few: "bahreinska dinara"
146
176
  :one: "bahreinski dinar"
147
177
  :other: "bahreinskih dinara"
178
+ :symbol: "BHD"
148
179
  :BIF:
149
180
  :few: "burundska franka"
150
181
  :one: "burundski franak"
151
182
  :other: "burundskih franaka"
183
+ :symbol: "BIF"
152
184
  :BMD:
153
185
  :few: "bermudska dolara"
154
186
  :one: "bermudski dolar"
155
187
  :other: "bermudskih dolara"
156
- :symbol: "$"
188
+ :symbol: "BMD"
157
189
  :BND:
158
190
  :few: "brunejska dolara"
159
191
  :one: "brunejski dolar"
160
192
  :other: "brunejskih dolara"
161
- :symbol: "$"
193
+ :symbol: "BND"
162
194
  :BOB:
163
195
  :few: "bolivijska bolivijana"
164
196
  :one: "bolivijski bolivijano"
165
197
  :other: "bolivijskih bolivijana"
198
+ :symbol: "BOB"
166
199
  :BOL:
167
200
  :few: "stara bolivijska bolivijana"
168
201
  :one: "stari bolivijski bolivijano"
169
202
  :other: "starih bolivijskih bolivijana"
203
+ :symbol: "BOL"
170
204
  :BOP:
171
205
  :few: "bolivijska peza"
172
206
  :one: "bolivijski pezo"
173
207
  :other: "bolivijskih peza"
208
+ :symbol: "BOP"
174
209
  :BOV:
175
210
  :few: "bolivijska mvdola"
176
211
  :one: "bolivijski mvdol"
177
212
  :other: "bolivijskih mvdola"
213
+ :symbol: "BOV"
178
214
  :BRB:
179
215
  :few: "brazilska nova cruzeira (1967.–1986.)"
180
216
  :one: "brazilski novi cruzeir (1967.–1986.)"
181
217
  :other: "brazilskih novih cruzeira (1967.–1986.)"
218
+ :symbol: "BRB"
182
219
  :BRC:
183
220
  :few: "brazilska cruzada"
184
221
  :one: "brazilski cruzad"
185
222
  :other: "brazilskih cruzada"
223
+ :symbol: "BRC"
186
224
  :BRE:
187
225
  :few: "brazilska cruzeira (1990.–1993.)"
188
226
  :one: "brazilski cruzeir (1990.–1993.)"
189
227
  :other: "brazilskih cruzeira (1990.–1993.)"
228
+ :symbol: "BRE"
190
229
  :BRL:
191
230
  :few: "brazilska reala"
192
231
  :one: "brazilski real"
@@ -196,45 +235,52 @@
196
235
  :few: "brazilska nova cruzada"
197
236
  :one: "brazilski novi cruzad"
198
237
  :other: "brazilskih novih cruzada"
238
+ :symbol: "BRN"
199
239
  :BRR:
200
240
  :few: "brazilska cruzeira"
201
241
  :one: "brazilski cruzeiro"
202
242
  :other: "brazilskih cruzeira"
243
+ :symbol: "BRR"
203
244
  :BRZ:
204
245
  :few: "stara brazilska kruzeira"
205
246
  :one: "stari brazilski kruzeiro"
206
247
  :other: "starih brazilskih kruzeira"
248
+ :symbol: "BRZ"
207
249
  :BSD:
208
250
  :few: "bahamska dolara"
209
251
  :one: "bahamski dolar"
210
252
  :other: "bahamskih dolara"
211
- :symbol: "$"
253
+ :symbol: "BSD"
212
254
  :BTN:
213
255
  :few: "butanska ngultruma"
214
256
  :one: "butanski ngultrum"
215
257
  :other: "butanskih ngultruma"
258
+ :symbol: "BTN"
216
259
  :BUK:
217
260
  :few: "burmanska kyata"
218
261
  :one: "burmanski kyat"
219
262
  :other: "burmanskih kyata"
263
+ :symbol: "BUK"
220
264
  :BWP:
221
265
  :few: "bocvanske pule"
222
266
  :one: "bocvanska pula"
223
267
  :other: "bocvanskih pula"
268
+ :symbol: "BWP"
224
269
  :BYB:
225
270
  :few: "bjeloruske nove rublje (1994–1999)"
226
271
  :one: "bjeloruska nova rublja (1994–1999)"
227
272
  :other: "bjeloruskih novih rublji (1994–1999)"
273
+ :symbol: "BYB"
228
274
  :BYR:
229
275
  :few: "bjeloruske rublje"
230
276
  :one: "bjeloruska rublja"
231
277
  :other: "bjeloruskih rublji"
232
- :symbol: "р."
278
+ :symbol: "BYR"
233
279
  :BZD:
234
280
  :few: "belizeanska dolara"
235
281
  :one: "belizeanski dolar"
236
282
  :other: "belizeanskih dolara"
237
- :symbol: "$"
283
+ :symbol: "BZD"
238
284
  :CAD:
239
285
  :few: "kanadska dolara"
240
286
  :one: "kanadski dolar"
@@ -244,35 +290,42 @@
244
290
  :few: "kongoanska franka"
245
291
  :one: "kongoanski franak"
246
292
  :other: "kongoanskih franaka"
293
+ :symbol: "CDF"
247
294
  :CHE:
248
295
  :few: "WIR eura"
249
296
  :one: "WIR euro"
250
297
  :other: "WIR eura"
298
+ :symbol: "CHE"
251
299
  :CHF:
252
300
  :few: "švicarska franka"
253
301
  :one: "švicarski franak"
254
302
  :other: "švicarskih franaka"
303
+ :symbol: "CHF"
255
304
  :CHW:
256
305
  :few: "WIR franka"
257
306
  :one: "WIR franak"
258
307
  :other: "WIR franaka"
308
+ :symbol: "CHW"
259
309
  :CLE:
260
310
  :few: "čileanska eskuda"
261
311
  :one: "čileanski eskudo"
262
312
  :other: "čileanskih eskuda"
313
+ :symbol: "CLE"
263
314
  :CLF:
264
315
  :few: "čileanska unidades de fomentos"
265
316
  :one: "čileanski unidades de fomentos"
266
317
  :other: "čileanskih unidades de fomentos"
318
+ :symbol: "CLF"
267
319
  :CLP:
268
320
  :few: "čileanska peza"
269
321
  :one: "čileanski pezo"
270
322
  :other: "čileanskih peza"
271
- :symbol: "$"
323
+ :symbol: "CLP"
272
324
  :CNX:
273
325
  :few: "kineska narodna dolara"
274
326
  :one: "kineski narodni dolar"
275
327
  :other: "kineskih narodnih dolara"
328
+ :symbol: "CNX"
276
329
  :CNY:
277
330
  :few: "kineska yuana"
278
331
  :one: "kineski yuan"
@@ -282,129 +335,152 @@
282
335
  :few: "kolumbijska peza"
283
336
  :one: "kolumbijski pezo"
284
337
  :other: "kolumbijskih peza"
285
- :symbol: "$"
338
+ :symbol: "COP"
286
339
  :COU:
287
340
  :few: "unidad de valor reala"
288
341
  :one: "unidad de valor real"
289
342
  :other: "unidad de valor reala"
343
+ :symbol: "COU"
290
344
  :CRC:
291
345
  :few: "kostarikanska kolona"
292
346
  :one: "kostarikanski kolon"
293
347
  :other: "kostarikanskih kolona"
294
- :symbol: ""
348
+ :symbol: "CRC"
295
349
  :CSD:
296
350
  :few: "stara srpska dinara"
297
351
  :one: "stari srpski dinar"
298
352
  :other: "starih srpskih dinara"
353
+ :symbol: "CSD"
299
354
  :CSK:
300
355
  :few: "čehoslovačke krune"
301
356
  :one: "čehoslovačka kruna"
302
357
  :other: "čehoslovačkih kruna"
358
+ :symbol: "CSK"
303
359
  :CUC:
304
360
  :few: "kubanska konvertibilna peza"
305
361
  :one: "kubanski konvertibilni pezo"
306
362
  :other: "kubanskih konvertibilnih peza"
363
+ :symbol: "CUC"
307
364
  :CUP:
308
365
  :few: "kubanska peza"
309
366
  :one: "kubanski pezo"
310
367
  :other: "kubanskih peza"
311
- :symbol: "$"
368
+ :symbol: "CUP"
312
369
  :CVE:
313
370
  :few: "zelenortska eskuda"
314
371
  :one: "zelenortski eskudo"
315
372
  :other: "zelenortskih eskuda"
373
+ :symbol: "CVE"
316
374
  :CYP:
317
375
  :few: "ciparske funte"
318
376
  :one: "ciparska funta"
319
377
  :other: "ciparskih funti"
378
+ :symbol: "CYP"
320
379
  :CZK:
321
380
  :few: "češke krune"
322
381
  :one: "češka kruna"
323
382
  :other: "čeških kruna"
383
+ :symbol: "CZK"
324
384
  :DDM:
325
385
  :few: "istočnonjemačke marke"
326
386
  :one: "istočnonjemačka marka"
327
387
  :other: "istočnonjemačkih marki"
388
+ :symbol: "DDM"
328
389
  :DEM:
329
390
  :few: "njemačke marke"
330
391
  :one: "njemačka marka"
331
392
  :other: "njemačkih marki"
393
+ :symbol: "DEM"
332
394
  :DJF:
333
395
  :few: "džibutska franka"
334
396
  :one: "džibutski franak"
335
397
  :other: "džibutskih franaka"
398
+ :symbol: "DJF"
336
399
  :DKK:
337
400
  :few: "danske krune"
338
401
  :one: "danska kruna"
339
402
  :other: "danskih kruna"
403
+ :symbol: "DKK"
340
404
  :DOP:
341
405
  :few: "dominikanska peza"
342
406
  :one: "dominikanski pezo"
343
407
  :other: "dominikanskih peza"
344
- :symbol: "$"
408
+ :symbol: "DOP"
345
409
  :DZD:
346
410
  :few: "alžirska dinara"
347
411
  :one: "alžirski dinar"
348
412
  :other: "alžirskih dinara"
413
+ :symbol: "DZD"
349
414
  :ECS:
350
415
  :few: "ekvatorske sucre"
351
416
  :one: "evatorska sucra"
352
417
  :other: "ekvatorskih sucri"
418
+ :symbol: "ECS"
353
419
  :ECV:
354
420
  :few: "ekvatorska unidad de valor constante (UVC)"
355
421
  :one: "ekvatorski unidad de valor constante (UVC)"
356
422
  :other: "ekvatorskih unidad de valor constante (UVC)"
423
+ :symbol: "ECV"
357
424
  :EEK:
358
425
  :few: "estonske krune"
359
426
  :one: "estonska kruna"
360
427
  :other: "estonskih kruna"
428
+ :symbol: "EEK"
361
429
  :EGP:
362
430
  :few: "egipatske funte"
363
431
  :one: "egipatska funta"
364
432
  :other: "egipatskih funti"
433
+ :symbol: "EGP"
365
434
  :ERN:
366
435
  :few: "eritrejske nakfe"
367
436
  :one: "eritrejska nakfa"
368
437
  :other: "eritrejskih nakfi"
438
+ :symbol: "ERN"
369
439
  :ESA:
370
440
  :few: "španjolske pezete (A račun)"
371
441
  :one: "španjolska pezeta (A račun)"
372
442
  :other: "španjolskih pezeta (A račun)"
443
+ :symbol: "ESA"
373
444
  :ESB:
374
445
  :few: "španjolske pezete (konvertibilan račun)"
375
446
  :one: "španjolska pezeta (konvertibilan račun)"
376
447
  :other: "španjolskih pezeta (konvertibilan račun)"
448
+ :symbol: "ESB"
377
449
  :ESP:
378
450
  :few: "španjolske pezete"
379
451
  :one: "španjolska pezeta"
380
452
  :other: "španjolskih pezeta"
381
- :symbol: ""
453
+ :symbol: "ESP"
382
454
  :ETB:
383
455
  :few: "etiopska bira"
384
456
  :one: "etiopski bir"
385
457
  :other: "etiopskih bira"
458
+ :symbol: "ETB"
386
459
  :EUR:
387
460
  :few: "eura"
388
461
  :one: "euro"
389
462
  :other: "eura"
390
- :symbol: ""
463
+ :symbol: "EUR"
391
464
  :FIM:
392
465
  :few: "finske marke"
393
466
  :one: "finska marka"
394
467
  :other: "finskih marki"
468
+ :symbol: "FIM"
395
469
  :FJD:
396
470
  :few: "fidžijska dolara"
397
471
  :one: "fidžijski dolar"
398
472
  :other: "fidžijskih dolara"
399
- :symbol: "$"
473
+ :symbol: "FJD"
400
474
  :FKP:
401
475
  :few: "falklandske funte"
402
476
  :one: "falklandska funta"
403
477
  :other: "falklandskih funti"
478
+ :symbol: "FKP"
404
479
  :FRF:
405
480
  :few: "francuska franka"
406
481
  :one: "francuski franak"
407
482
  :other: "francuskih franaka"
483
+ :symbol: "FRF"
408
484
  :GBP:
409
485
  :few: "britanske funte"
410
486
  :one: "britanska funta"
@@ -414,61 +490,72 @@
414
490
  :few: "gruzijska kupon larita"
415
491
  :one: "gruzijski kupon larit"
416
492
  :other: "gruzijskih kupon larita"
493
+ :symbol: "GEK"
417
494
  :GEL:
418
495
  :few: "gruzijska lara"
419
496
  :one: "gruzijski lar"
420
497
  :other: "gruzijskih lara"
498
+ :symbol: "GEL"
421
499
  :GHC:
422
500
  :few: "ganska ceda (1979.–2007.)"
423
501
  :one: "ganski cedi (1979.–2007.)"
424
502
  :other: "ganskih ceda (1979.–2007.)"
503
+ :symbol: "GHC"
425
504
  :GHS:
426
505
  :few: "ganska ceda"
427
506
  :one: "ganski cedi"
428
507
  :other: "ganskih ceda"
429
- :symbol: ""
508
+ :symbol: "GHS"
430
509
  :GIP:
431
510
  :few: "gibraltarske funte"
432
511
  :one: "gibraltarska funta"
433
512
  :other: "gibraltarskih funti"
434
- :symbol: "£"
513
+ :symbol: "GIP"
435
514
  :GMD:
436
515
  :few: "gambijska dalasa"
437
516
  :one: "gambijski dalas"
438
517
  :other: "gambijskih dalasa"
518
+ :symbol: "GMD"
439
519
  :GNF:
440
520
  :few: "gvinejska franka"
441
521
  :one: "gvinejski franak"
442
522
  :other: "gvinejskih franaka"
523
+ :symbol: "GNF"
443
524
  :GNS:
444
525
  :few: "gvinejska sylija"
445
526
  :one: "gvinejski syli"
446
527
  :other: "gvinejskih sylija"
528
+ :symbol: "GNS"
447
529
  :GQE:
448
530
  :few: "ekvatorski gvinejska ekwele"
449
531
  :one: "ekvatorski gvinejski ekwele"
450
532
  :other: "ekvatorskih gvinejskih ekwele"
533
+ :symbol: "GQE"
451
534
  :GRD:
452
535
  :few: "grčke drahme"
453
536
  :one: "grčka drahma"
454
537
  :other: "grčkih drahmi"
538
+ :symbol: "GRD"
455
539
  :GTQ:
456
540
  :few: "gvatemalska kvecala"
457
541
  :one: "gvatemalski kvecal"
458
542
  :other: "gvatemalskih kvecala"
543
+ :symbol: "GTQ"
459
544
  :GWE:
460
545
  :few: "portugalska gvinejska eskuda"
461
546
  :one: "portugalski gvinejski eskudo"
462
547
  :other: "portugalskih gvinejskih eskuda"
548
+ :symbol: "GWE"
463
549
  :GWP:
464
550
  :few: "gvinejskobisauska peza"
465
551
  :one: "gvinejskobisauski pezo"
466
552
  :other: "gvinejskobisauskih peza"
553
+ :symbol: "GWP"
467
554
  :GYD:
468
555
  :few: "gvajanska dolara"
469
556
  :one: "gvajanski dolar"
470
557
  :other: "gvajanskih dolara"
471
- :symbol: "$"
558
+ :symbol: "GYD"
472
559
  :HKD:
473
560
  :few: "honkonška dolara"
474
561
  :one: "honkonški dolar"
@@ -478,39 +565,47 @@
478
565
  :few: "honduraške lempire"
479
566
  :one: "honduraška lempira"
480
567
  :other: "honduraških lempira"
568
+ :symbol: "HNL"
481
569
  :HRD:
482
570
  :few: "hrvatska dinara"
483
571
  :one: "hrvatski dinar"
484
572
  :other: "hrvatskih dinara"
573
+ :symbol: "HRD"
485
574
  :HRK:
486
575
  :few: "hrvatske kune"
487
576
  :one: "hrvatska kuna"
488
577
  :other: "hrvatskih kuna"
489
- :symbol: "kn"
578
+ :symbol: "HRK"
490
579
  :HTG:
491
580
  :few: "haićanska gourda"
492
581
  :one: "haićanski gourd"
493
582
  :other: "haićanskih gourda"
583
+ :symbol: "HTG"
494
584
  :HUF:
495
585
  :few: "mađarske forinte"
496
586
  :one: "mađarska forinta"
497
587
  :other: "mađarskih forinti"
588
+ :symbol: "HUF"
498
589
  :IDR:
499
590
  :few: "indonezijske rupije"
500
591
  :one: "indonezijska rupija"
501
592
  :other: "indonezijskih rupija"
593
+ :symbol: "IDR"
502
594
  :IEP:
503
595
  :few: "irske funte"
504
596
  :one: "irska funta"
505
597
  :other: "irskih funti"
598
+ :symbol: "IEP"
506
599
  :ILP:
507
600
  :few: "izraelske funte"
508
601
  :one: "izraelska funta"
509
602
  :other: "izraelskih funti"
603
+ :symbol: "ILP"
510
604
  :ILR:
511
605
  :few: "stara izraelska šekela"
512
606
  :one: "stari izraelski šekel"
513
607
  :other: "starih izraelskih šekela"
608
+ :symbol: "ILR"
514
609
  :ILS:
515
610
  :few: "nova izraelska šekela"
516
611
  :one: "novi izraelski šekel"
@@ -525,65 +620,77 @@
525
620
  :few: "iračka dinara"
526
621
  :one: "irački dinar"
527
622
  :other: "iračkih dinara"
623
+ :symbol: "IQD"
528
624
  :IRR:
529
625
  :few: "iranska rijala"
530
626
  :one: "iranski rijal"
531
627
  :other: "iranskih rijala"
628
+ :symbol: "IRR"
532
629
  :ISJ:
533
630
  :few: "stare islandske krune"
534
631
  :one: "stara islandska kruna"
535
632
  :other: "starih islandskih kruna"
633
+ :symbol: "ISJ"
536
634
  :ISK:
537
635
  :few: "islandske krune"
538
636
  :one: "islandska kruna"
539
637
  :other: "islandskih kruna"
638
+ :symbol: "ISK"
540
639
  :ITL:
541
640
  :few: "talijanske lire"
542
641
  :one: "talijanska lira"
543
642
  :other: "talijanskih lira"
643
+ :symbol: "ITL"
544
644
  :JMD:
545
645
  :few: "jamajčanska dolara"
546
646
  :one: "jamajčanski dolar"
547
647
  :other: "jamajčanskih dolara"
548
- :symbol: "$"
648
+ :symbol: "JMD"
549
649
  :JOD:
550
650
  :few: "jordanska dinara"
551
651
  :one: "jordanski dinar"
552
652
  :other: "jordanskih dinara"
653
+ :symbol: "JOD"
553
654
  :JPY:
554
655
  :few: "japanska jena"
555
656
  :one: "japanski jen"
556
657
  :other: "japanskih jena"
557
- :symbol: "¥"
658
+ :symbol: "JPY"
558
659
  :KES:
559
660
  :few: "kenijska šilinga"
560
661
  :one: "kenijski šiling"
561
662
  :other: "kenijskih šilinga"
663
+ :symbol: "KES"
562
664
  :KGS:
563
665
  :few: "kirgijska soma"
564
666
  :one: "kirgijski som"
565
667
  :other: "kirgijskih soma"
668
+ :symbol: "KGS"
566
669
  :KHR:
567
670
  :few: "kambođanska rijala"
568
671
  :one: "kambođanski rijal"
569
672
  :other: "kambođanskih rijala"
570
- :symbol: ""
673
+ :symbol: "KHR"
571
674
  :KMF:
572
675
  :few: "komorska franka"
573
676
  :one: "komorski franak"
574
677
  :other: "komorskih franaka"
678
+ :symbol: "KMF"
575
679
  :KPW:
576
680
  :few: "sjevernokorejska wona"
577
681
  :one: "sjevernokorejski won"
578
682
  :other: "sjevernokorejskih wona"
683
+ :symbol: "KPW"
579
684
  :KRH:
580
685
  :few: "južnokorejska hvana"
581
686
  :one: "južnokorejski hvan"
582
687
  :other: "južnokorejskih hvana"
688
+ :symbol: "KRH"
583
689
  :KRO:
584
690
  :few: "stara južnokorejska vona"
585
691
  :one: "stari južnokorejski von"
586
692
  :other: "starih južnokorejskih vona"
693
+ :symbol: "KRO"
587
694
  :KRW:
588
695
  :few: "južnokorejska wona"
589
696
  :one: "južnokorejski won"
@@ -593,150 +700,182 @@
593
700
  :few: "kuvajtska dinara"
594
701
  :one: "kuvajtski dinar"
595
702
  :other: "kuvajtskih dinara"
703
+ :symbol: "KWD"
596
704
  :KYD:
597
705
  :few: "kajmanska dolara"
598
706
  :one: "kajmanski dolar"
599
707
  :other: "kajmanskih dolara"
600
- :symbol: "$"
708
+ :symbol: "KYD"
601
709
  :KZT:
602
710
  :few: "kazahstanska tengea"
603
711
  :one: "kazahstanski tenge"
604
712
  :other: "kazahstanskih tengea"
605
- :symbol: ""
713
+ :symbol: "KZT"
606
714
  :LAK:
607
715
  :few: "laoska kipa"
608
716
  :one: "laoski kip"
609
717
  :other: "laoskih kipa"
610
- :symbol: ""
718
+ :symbol: "LAK"
611
719
  :LBP:
612
720
  :few: "libanonske funte"
613
721
  :one: "libanonska funta"
614
722
  :other: "libanonskih funti"
723
+ :symbol: "LBP"
615
724
  :LKR:
616
725
  :few: "šrilankanske rupije"
617
726
  :one: "šrilankanska rupija"
618
727
  :other: "šrilankanskih rupija"
728
+ :symbol: "LKR"
619
729
  :LRD:
620
730
  :few: "liberijska dolara"
621
731
  :one: "liberijski dolar"
622
732
  :other: "liberijskih dolara"
623
- :symbol: "$"
733
+ :symbol: "LRD"
624
734
  :LSL:
625
735
  :few: "lesoto lotija"
626
736
  :one: "lesoto loti"
627
737
  :other: "lesoto lotija"
738
+ :symbol: "LSL"
628
739
  :LTL:
629
740
  :few: "litavska litasa"
630
741
  :one: "litavski litas"
631
742
  :other: "litavskih litasa"
743
+ :symbol: "LTL"
632
744
  :LTT:
633
745
  :few: "litavska talonasa"
634
746
  :one: "litavski talonas"
635
747
  :other: "litavskih talonasa"
748
+ :symbol: "LTT"
636
749
  :LUC:
637
750
  :few: "luksemburška konvertibilna franka"
638
751
  :one: "luksemburški konvertibilni franak"
639
752
  :other: "luksemburških konvertibilnih franaka"
753
+ :symbol: "LUC"
640
754
  :LUF:
641
755
  :few: "luksemburška franka"
642
756
  :one: "luksemburški franak"
643
757
  :other: "luksemburških franaka"
758
+ :symbol: "LUF"
644
759
  :LUL:
645
760
  :few: "luksemburška financijska franka"
646
761
  :one: "luksemburški financijski franak"
647
762
  :other: "luksemburških financijskih franaka"
763
+ :symbol: "LUL"
648
764
  :LVL:
649
765
  :few: "letonska latsa"
650
766
  :one: "letonski lats"
651
767
  :other: "letonskih latsa"
768
+ :symbol: "LVL"
652
769
  :LVR:
653
770
  :few: "letonske rublje"
654
771
  :one: "letonska rublja"
655
772
  :other: "letonskih rublji"
773
+ :symbol: "LVR"
656
774
  :LYD:
657
775
  :few: "libijska dinara"
658
776
  :one: "libijski dinar"
659
777
  :other: "libijskih dinara"
778
+ :symbol: "LYD"
660
779
  :MAD:
661
780
  :few: "marokanska dirhama"
662
781
  :one: "marokanski dirham"
663
782
  :other: "marokanskih dirhama"
783
+ :symbol: "MAD"
664
784
  :MAF:
665
785
  :few: "marokanska franka"
666
786
  :one: "marokanski franak"
667
787
  :other: "marokanskih franaka"
788
+ :symbol: "MAF"
668
789
  :MCF:
669
790
  :few: "monegaška franka"
670
791
  :one: "monegaški franak"
671
792
  :other: "monegaških franaka"
793
+ :symbol: "MCF"
672
794
  :MDC:
673
795
  :few: "moldavska kupona"
674
796
  :one: "moldavski kupon"
675
797
  :other: "moldavskih kupona"
798
+ :symbol: "MDC"
676
799
  :MDL:
677
800
  :few: "moldavska leja"
678
801
  :one: "moldavski lej"
679
802
  :other: "moldavskih leja"
803
+ :symbol: "MDL"
680
804
  :MGA:
681
805
  :few: "madagaskarska ariarija"
682
806
  :one: "madagaskarski ariary"
683
807
  :other: "madagaskarskih ariarija"
808
+ :symbol: "MGA"
684
809
  :MGF:
685
810
  :few: "madagaskarska franka"
686
811
  :one: "madagaskarski franak"
687
812
  :other: "madagaskarskih franaka"
813
+ :symbol: "MGF"
688
814
  :MKD:
689
- :few: "makedonska dinara"
690
- :one: "makedonski dinar"
691
- :other: "makedonskih dinara"
815
+ :few: "makedonska denara"
816
+ :one: "makedonski denar"
817
+ :other: "makedonskih denara"
818
+ :symbol: "MKD"
692
819
  :MKN:
693
820
  :few: "stara makedonska denara"
694
821
  :one: "stari makedonski denar"
695
822
  :other: "starih makedonski denara"
823
+ :symbol: "MKN"
696
824
  :MLF:
697
825
  :few: "malijska franka"
698
826
  :one: "malijski franak"
699
827
  :other: "malijskih franaka"
828
+ :symbol: "MLF"
700
829
  :MMK:
701
830
  :few: "mjanmarska kjata"
702
831
  :one: "mjanmarski kjat"
703
832
  :other: "mjanmarskih kjata"
833
+ :symbol: "MMK"
704
834
  :MNT:
705
835
  :few: "mongolska tugrika"
706
836
  :one: "mongolski tugrik"
707
837
  :other: "mongolskih tugrika"
708
- :symbol: ""
838
+ :symbol: "MNT"
709
839
  :MOP:
710
- :few: "makaoška pataka"
840
+ :few: "makaoške patake"
711
841
  :one: "makaoška pataka"
712
842
  :other: "makaoških pataka"
843
+ :symbol: "MOP"
713
844
  :MRO:
714
845
  :few: "mauritanijske ouguje"
715
846
  :one: "mauritanijska ouguja"
716
847
  :other: "mauritanijskih ouguja"
848
+ :symbol: "MRO"
717
849
  :MTL:
718
850
  :few: "malteške lire"
719
851
  :one: "malteška lira"
720
852
  :other: "malteških lira"
853
+ :symbol: "MTL"
721
854
  :MTP:
722
855
  :few: "malteške funte"
723
856
  :one: "malteška funta"
724
857
  :other: "malteških funti"
858
+ :symbol: "MTP"
725
859
  :MUR:
726
860
  :few: "mauricijske rupije"
727
861
  :one: "mauricijska rupija"
728
862
  :other: "mauricijskih rupija"
863
+ :symbol: "MUR"
729
864
  :MVP:
730
- :one: "Maldivian rupee"
731
- :other: "Maldivian rupees"
865
+ :few: "maldivijske rupije"
866
+ :one: "maldivijska rupija"
867
+ :other: "maldivijskih rupija"
868
+ :symbol: "MVP"
732
869
  :MVR:
733
870
  :few: "maldivijske rufije"
734
871
  :one: "maldivijska rufija"
735
872
  :other: "maldivijskih rufija"
873
+ :symbol: "MVR"
736
874
  :MWK:
737
875
  :few: "malavijske kvače"
738
876
  :one: "malavijska kvača"
739
877
  :other: "malavijskih kvača"
878
+ :symbol: "MWK"
740
879
  :MXN:
741
880
  :few: "meksička peza"
742
881
  :one: "meksički pezo"
@@ -746,56 +885,67 @@
746
885
  :few: "meksička srebrna peza (1861–1992)"
747
886
  :one: "meksički srebrni pezo (1861–1992)"
748
887
  :other: "meksičkih srebrnih peza (1861–1992)"
888
+ :symbol: "MXP"
749
889
  :MXV:
750
890
  :few: "meksička unidads de inversion (UDI)"
751
891
  :one: "meksički unidads de inversion (UDI)"
752
892
  :other: "meksičkih unidads de inversion (UDI)"
893
+ :symbol: "MXV"
753
894
  :MYR:
754
895
  :few: "malezijska ringita"
755
896
  :one: "malezijski ringit"
756
897
  :other: "malezijskih ringita"
898
+ :symbol: "MYR"
757
899
  :MZE:
758
900
  :few: "mozambijska eskuda"
759
901
  :one: "mozambijski eskudo"
760
902
  :other: "mozambijskih eskuda"
903
+ :symbol: "MZE"
761
904
  :MZM:
762
905
  :few: "stara mozambijska metikala"
763
906
  :one: "stari mozambijski metikal"
764
907
  :other: "starih mozambijskih metikala"
908
+ :symbol: "MZM"
765
909
  :MZN:
766
910
  :few: "mozambijska metikala"
767
911
  :one: "mozambijski metikal"
768
912
  :other: "mozambijskih metikala"
913
+ :symbol: "MZN"
769
914
  :NAD:
770
915
  :few: "namibijska dolara"
771
916
  :one: "namibijski dolar"
772
917
  :other: "namibijskih dolara"
773
- :symbol: "$"
918
+ :symbol: "NAD"
774
919
  :NGN:
775
920
  :few: "nigerijska naira"
776
921
  :one: "nigerijski nair"
777
922
  :other: "nigerijskih naira"
778
- :symbol: ""
923
+ :symbol: "NGN"
779
924
  :NIC:
780
925
  :few: "nikaragvanske kordobe"
781
926
  :one: "nikaragvanska kordoba"
782
927
  :other: "nikaragvanskih kordoba"
928
+ :symbol: "NIC"
783
929
  :NIO:
784
930
  :few: "nikaragvanske zlatne kordobe"
785
931
  :one: "nikaragvanska zlatna kordoba"
786
932
  :other: "nikaragvanskih zlatnih kordoba"
933
+ :symbol: "NIO"
787
934
  :NLG:
788
935
  :few: "nizozemska guldena"
789
936
  :one: "nizozemski gulden"
790
937
  :other: "nizozemskih guldena"
938
+ :symbol: "NLG"
791
939
  :NOK:
792
940
  :few: "norveške krune"
793
941
  :one: "norveška kruna"
794
942
  :other: "norveških kruna"
943
+ :symbol: "NOK"
795
944
  :NPR:
796
945
  :few: "nepalske rupije"
797
946
  :one: "nepalska rupija"
798
947
  :other: "nepalskih rupija"
948
+ :symbol: "NPR"
799
949
  :NZD:
800
950
  :few: "novozelandska dolara"
801
951
  :one: "novozelandski dolar"
@@ -805,173 +955,207 @@
805
955
  :few: "omanska rijala"
806
956
  :one: "omanski rijal"
807
957
  :other: "omanskih rijala"
958
+ :symbol: "OMR"
808
959
  :PAB:
809
960
  :few: "panamske balboe"
810
961
  :one: "panamska balboa"
811
962
  :other: "panamskih balboa"
963
+ :symbol: "PAB"
812
964
  :PEI:
813
965
  :few: "peruanske inti"
814
966
  :one: "peruanski inti"
815
967
  :other: "peruanskih inti"
968
+ :symbol: "PEI"
816
969
  :PEN:
817
970
  :few: "peruanska nova sola"
818
971
  :one: "peruanski novi sol"
819
972
  :other: "peruanskih novih sola"
973
+ :symbol: "PEN"
820
974
  :PES:
821
975
  :few: "peruanska sola"
822
976
  :one: "peruanski sol"
823
977
  :other: "peruanskih sola"
978
+ :symbol: "PES"
824
979
  :PGK:
825
980
  :few: "kine Papue Nove Gvineje"
826
981
  :one: "kina Papue Nove Gvineje"
827
982
  :other: "kina Papue Nove Gvineje"
983
+ :symbol: "PGK"
828
984
  :PHP:
829
985
  :few: "filipinska peza"
830
986
  :one: "filipinski pezo"
831
987
  :other: "filipinskih peza"
832
- :symbol: ""
988
+ :symbol: "PHP"
833
989
  :PKR:
834
990
  :few: "pakistanske rupije"
835
991
  :one: "pakistanska rupija"
836
992
  :other: "pakistanskih rupija"
993
+ :symbol: "PKR"
837
994
  :PLN:
838
995
  :few: "poljske zlote"
839
996
  :one: "poljska zlota"
840
997
  :other: "poljskih zlota"
998
+ :symbol: "PLN"
841
999
  :PLZ:
842
1000
  :few: "poljske zlote (1950.–1995.)"
843
1001
  :one: "poljska zlota (1950.–1995.)"
844
1002
  :other: "poljskih zlota (1950.–1995.)"
1003
+ :symbol: "PLZ"
845
1004
  :PTE:
846
1005
  :few: "portugalska eskuda"
847
1006
  :one: "portugalski eskudo"
848
1007
  :other: "portugalskih eskuda"
1008
+ :symbol: "PTE"
849
1009
  :PYG:
850
1010
  :few: "paragvajska gvaranija"
851
1011
  :one: "paragvajski gvarani"
852
1012
  :other: "paragvajskih gvaranija"
853
- :symbol: ""
1013
+ :symbol: "PYG"
854
1014
  :QAR:
855
1015
  :few: "katarska rijala"
856
1016
  :one: "katarski rijal"
857
1017
  :other: "katarskih rijala"
1018
+ :symbol: "QAR"
858
1019
  :RHD:
859
1020
  :few: "rodezijska dolara"
860
1021
  :one: "rodezijski dolar"
861
1022
  :other: "rodezijskih dolara"
1023
+ :symbol: "RHD"
862
1024
  :ROL:
863
1025
  :few: "stara rumunjska leja"
864
1026
  :one: "stari rumunjski lej"
865
1027
  :other: "starih rumunjskih leja"
1028
+ :symbol: "ROL"
866
1029
  :RON:
867
- :few: "nova rumunjska leja"
868
- :one: "novi rumunjski lej"
869
- :other: "novih rumunjskih leja"
1030
+ :few: "rumunjska leja"
1031
+ :one: "rumunjski lej"
1032
+ :other: "rumunjskih leja"
1033
+ :symbol: "RON"
870
1034
  :RSD:
871
1035
  :few: "srpska dinara"
872
1036
  :one: "srpski dinar"
873
1037
  :other: "srpskih dinara"
1038
+ :symbol: "RSD"
874
1039
  :RUB:
875
1040
  :few: "ruske rublje"
876
1041
  :one: "ruska rublja"
877
1042
  :other: "ruskih rublji"
1043
+ :symbol: "RUB"
878
1044
  :RUR:
879
1045
  :few: "ruske rublje (1991.–1998.)"
880
1046
  :one: "ruska rublja (1991.–1998.)"
881
1047
  :other: "ruskih rublji (1991.–1998.)"
882
- :symbol: "р."
1048
+ :symbol: "RUR"
883
1049
  :RWF:
884
1050
  :few: "ruandska franka"
885
1051
  :one: "ruandski franak"
886
1052
  :other: "ruandskih franaka"
1053
+ :symbol: "RWF"
887
1054
  :SAR:
888
1055
  :few: "saudijska rijala"
889
1056
  :one: "saudijski rijal"
890
1057
  :other: "saudijskih rijala"
1058
+ :symbol: "SAR"
891
1059
  :SBD:
892
1060
  :few: "solomonskootočna dolara"
893
1061
  :one: "solomonskootočni dolar"
894
1062
  :other: "solomonskootočnih dolara"
895
- :symbol: "$"
1063
+ :symbol: "SBD"
896
1064
  :SCR:
897
1065
  :few: "sejšelske rupije"
898
1066
  :one: "sejšelska rupija"
899
1067
  :other: "sejšelskih rupija"
1068
+ :symbol: "SCR"
900
1069
  :SDD:
901
1070
  :few: "sudanska dinara"
902
1071
  :one: "sudanski dinar"
903
1072
  :other: "sudanskih dinara"
1073
+ :symbol: "SDD"
904
1074
  :SDG:
905
1075
  :few: "sudanske funte"
906
1076
  :one: "sudanska funta"
907
1077
  :other: "sudanskih funti"
1078
+ :symbol: "SDG"
908
1079
  :SDP:
909
1080
  :few: "stare sudanske funte"
910
1081
  :one: "stara sudanska funta"
911
1082
  :other: "starih sudanskih funti"
1083
+ :symbol: "SDP"
912
1084
  :SEK:
913
1085
  :few: "švedske krune"
914
1086
  :one: "švedska kruna"
915
1087
  :other: "švedskih kruna"
1088
+ :symbol: "SEK"
916
1089
  :SGD:
917
1090
  :few: "singapurska dolara"
918
1091
  :one: "singapurski dolar"
919
1092
  :other: "singapurskih dolara"
920
- :symbol: "$"
1093
+ :symbol: "SGD"
921
1094
  :SHP:
922
1095
  :few: "svetohelenske funte"
923
1096
  :one: "svetohelenska funta"
924
1097
  :other: "svetohelenskih funti"
1098
+ :symbol: "SHP"
925
1099
  :SIT:
926
1100
  :few: "slovenska tolara"
927
1101
  :one: "slovenski tolar"
928
1102
  :other: "slovenskih tolara"
1103
+ :symbol: "SIT"
929
1104
  :SKK:
930
1105
  :few: "slovačke krune"
931
1106
  :one: "slovačka kruna"
932
1107
  :other: "slovačkih kruna"
1108
+ :symbol: "SKK"
933
1109
  :SLL:
934
1110
  :few: "sijeraleonske leone"
935
1111
  :one: "sijeraleonski leon"
936
1112
  :other: "sijeraleonskih leona"
1113
+ :symbol: "SLL"
937
1114
  :SOS:
938
1115
  :few: "somalijska šilinga"
939
1116
  :one: "somalijski šiling"
940
1117
  :other: "somalijskih šilinga"
1118
+ :symbol: "SOS"
941
1119
  :SRD:
942
1120
  :few: "surinamska dolara"
943
1121
  :one: "surinamski dolar"
944
1122
  :other: "surinamskih dolara"
945
- :symbol: "$"
1123
+ :symbol: "SRD"
946
1124
  :SRG:
947
1125
  :few: "surinamska guldena"
948
1126
  :one: "surinamski gulden"
949
1127
  :other: "surinamskih guldena"
1128
+ :symbol: "SRG"
950
1129
  :SSP:
951
1130
  :few: "južnosudanske funte"
952
1131
  :one: "južnosudanska funta"
953
1132
  :other: "južnosudanskih funti"
954
- :symbol: "£"
1133
+ :symbol: "SSP"
955
1134
  :STD:
956
- :few: "dobra Svetog Tome i Principa"
1135
+ :few: "dobre Svetog Tome i Principa"
957
1136
  :one: "dobra Svetog Tome i Principa"
958
- :other: "dobra Svetog Tome i Principa"
1137
+ :other: "dobri Svetog Tome i Principa"
1138
+ :symbol: "STD"
959
1139
  :SUR:
960
1140
  :few: "sovjetske rublje"
961
1141
  :one: "sovjetska rublja"
962
1142
  :other: "sovjetskih rublji"
1143
+ :symbol: "SUR"
963
1144
  :SVC:
964
1145
  :few: "salvadorska kolona"
965
1146
  :one: "salvadorski kolon"
966
1147
  :other: "salvadorskih kolona"
1148
+ :symbol: "SVC"
967
1149
  :SYP:
968
1150
  :few: "sirijske funte"
969
1151
  :one: "sirijska funta"
970
1152
  :other: "sirijskih funti"
1153
+ :symbol: "SYP"
971
1154
  :SZL:
972
1155
  :few: "svazi lilangena"
973
1156
  :one: "svazi lilangeni"
974
1157
  :other: "svazi lilangena"
1158
+ :symbol: "SZL"
975
1159
  :THB:
976
1160
  :few: "tajlandska bahta"
977
1161
  :one: "tajlandski baht"
@@ -981,44 +1165,52 @@
981
1165
  :few: "tadžikistanske rublje"
982
1166
  :one: "tadžikistanska rublja"
983
1167
  :other: "tadžikistanskih rublji"
1168
+ :symbol: "TJR"
984
1169
  :TJS:
985
1170
  :few: "tadžikistanska somona"
986
1171
  :one: "tadžikistanski somoni"
987
1172
  :other: "tadžikistanskih somona"
1173
+ :symbol: "TJS"
988
1174
  :TMM:
989
1175
  :few: "turkmenistanska manata (1993.–2009.)"
990
1176
  :one: "turkmenistanski manat (1993.–2009.)"
991
1177
  :other: "turkmenistanskih manata (1993.–2009.)"
1178
+ :symbol: "TMM"
992
1179
  :TMT:
993
1180
  :few: "turkmenistanska manata"
994
1181
  :one: "turkmenistanski manat"
995
1182
  :other: "turkmenistanskih manata"
1183
+ :symbol: "TMT"
996
1184
  :TND:
997
1185
  :few: "tuniska dinara"
998
1186
  :one: "tuniski dinar"
999
1187
  :other: "tuniskih dinara"
1188
+ :symbol: "TND"
1000
1189
  :TOP:
1001
- :few: "tongaške pa'ange"
1002
- :one: "tongaška pa'anga"
1003
- :other: "tongaških pa'angi"
1190
+ :few: "tongaške paange"
1191
+ :one: "tongaška paanga"
1192
+ :other: "tongaških paangi"
1193
+ :symbol: "TOP"
1004
1194
  :TPE:
1005
1195
  :few: "timorska eskuda"
1006
1196
  :one: "timorski eskudo"
1007
1197
  :other: "timorskih eskuda"
1198
+ :symbol: "TPE"
1008
1199
  :TRL:
1009
1200
  :few: "turske lire (1922.–2005.)"
1010
1201
  :one: "turska lira (1922.–2005.)"
1011
1202
  :other: "turskih lira (1922.–2005.)"
1203
+ :symbol: "TRL"
1012
1204
  :TRY:
1013
1205
  :few: "turske lire"
1014
1206
  :one: "turska lira"
1015
1207
  :other: "turskih lira"
1016
- :symbol: ""
1208
+ :symbol: "TRY"
1017
1209
  :TTD:
1018
1210
  :few: "trinidadtobaška dolara"
1019
1211
  :one: "trinidadtobaški dolar"
1020
1212
  :other: "trinidadtobaških dolara"
1021
- :symbol: "$"
1213
+ :symbol: "TTD"
1022
1214
  :TWD:
1023
1215
  :few: "novotajvanska dolara"
1024
1216
  :one: "novotajvanski dolar"
@@ -1028,23 +1220,27 @@
1028
1220
  :few: "tanzanijska šilinga"
1029
1221
  :one: "tanzanijski šiling"
1030
1222
  :other: "tanzanijskih šilinga"
1223
+ :symbol: "TZS"
1031
1224
  :UAH:
1032
1225
  :few: "ukrajinske hrivnje"
1033
1226
  :one: "ukrajinska hrivnja"
1034
1227
  :other: "ukrajinskih hrivnji"
1035
- :symbol: ""
1228
+ :symbol: "UAH"
1036
1229
  :UAK:
1037
1230
  :few: "ukrajinska karbovantsiva"
1038
1231
  :one: "ukrajinski karbovantsiv"
1039
1232
  :other: "ukrajinskih karbovantsiva"
1233
+ :symbol: "UAK"
1040
1234
  :UGS:
1041
1235
  :few: "ugandska šilinga (1966.–1987.)"
1042
1236
  :one: "ugandski šiling (1966.–1987.)"
1043
1237
  :other: "ugandskih šilinga (1966.–1987.)"
1238
+ :symbol: "UGS"
1044
1239
  :UGX:
1045
1240
  :few: "ugandska šilinga"
1046
1241
  :one: "ugandski šiling"
1047
1242
  :other: "ugandskih šilinga"
1243
+ :symbol: "UGX"
1048
1244
  :USD:
1049
1245
  :few: "američka dolara"
1050
1246
  :one: "američki dolar"
@@ -1054,35 +1250,42 @@
1054
1250
  :few: "američka dolara (sljedeći dan)"
1055
1251
  :one: "američki dolar (sljedeći dan)"
1056
1252
  :other: "američkih dolara (sljedeći dan)"
1253
+ :symbol: "USN"
1057
1254
  :USS:
1058
1255
  :few: "američka dolara (isti dan)"
1059
1256
  :one: "američki dolar (isti dan)"
1060
1257
  :other: "američkih dolara (isti dan)"
1258
+ :symbol: "USS"
1061
1259
  :UYI:
1062
1260
  :few: "urugvajska pesosa en unidades indexadas"
1063
1261
  :one: "urugvajski pesos en unidades indexadas"
1064
1262
  :other: "urugvajskih pesosa en unidades indexadas"
1263
+ :symbol: "UYI"
1065
1264
  :UYP:
1066
1265
  :few: "urugvajska peza (1975.–1993.)"
1067
1266
  :one: "urugvajski pezo (1975.–1993.)"
1068
1267
  :other: "urugvajskih peza (1975.–1993.)"
1268
+ :symbol: "UYP"
1069
1269
  :UYU:
1070
1270
  :few: "urugvajska pezosa"
1071
1271
  :one: "urugvajski pezo"
1072
1272
  :other: "urugvajskih pezosa"
1073
- :symbol: "$"
1273
+ :symbol: "UYU"
1074
1274
  :UZS:
1075
1275
  :few: "uzbekistanska soma"
1076
1276
  :one: "uzbekistanski som"
1077
1277
  :other: "uzbekistanskih soma"
1278
+ :symbol: "UZS"
1078
1279
  :VEB:
1079
1280
  :few: "venezuelanska bolivara (1871.–2008.)"
1080
1281
  :one: "venezuelanski bolivar (1871.–2008.)"
1081
1282
  :other: "venezuelanskih bolivara (1871.–2008.)"
1283
+ :symbol: "VEB"
1082
1284
  :VEF:
1083
1285
  :few: "venezuelanska bolivara"
1084
1286
  :one: "venezuelanski bolivar"
1085
1287
  :other: "venezuelanskih bolivara"
1288
+ :symbol: "VEF"
1086
1289
  :VND:
1087
1290
  :few: "vijetnamska donga"
1088
1291
  :one: "vijetnamski dong"
@@ -1092,14 +1295,17 @@
1092
1295
  :few: "vijetnamska donga (1978.–1985.)"
1093
1296
  :one: "vijetnamski dong (1978.–1985.)"
1094
1297
  :other: "vijetnamskih donga (1978.–1985.)"
1298
+ :symbol: "VNN"
1095
1299
  :VUV:
1096
1300
  :few: "vanuatska vatua"
1097
1301
  :one: "vanuatski vatu"
1098
1302
  :other: "vanuatskih vatua"
1303
+ :symbol: "VUV"
1099
1304
  :WST:
1100
1305
  :few: "samoanske tale"
1101
1306
  :one: "samoanska tala"
1102
1307
  :other: "samoanskih tala"
1308
+ :symbol: "WST"
1103
1309
  :XAF:
1104
1310
  :few: "CFA franka BEAC"
1105
1311
  :one: "CFA franak BEAC"
@@ -1109,26 +1315,32 @@
1109
1315
  :few: "srebra"
1110
1316
  :one: "srebro"
1111
1317
  :other: "srebra"
1318
+ :symbol: "XAG"
1112
1319
  :XAU:
1113
1320
  :few: "zlata"
1114
1321
  :one: "zlato"
1115
1322
  :other: "zlata"
1323
+ :symbol: "XAU"
1116
1324
  :XBA:
1117
1325
  :few: "europske složene jedinice"
1118
1326
  :one: "europska složena jedinica"
1119
1327
  :other: "europskih složenih jedinica"
1328
+ :symbol: "XBA"
1120
1329
  :XBB:
1121
1330
  :few: "europske monetarne jedinice"
1122
1331
  :one: "europska monetarna jedinica"
1123
1332
  :other: "europskih monetarnih jedinica"
1333
+ :symbol: "XBB"
1124
1334
  :XBC:
1125
1335
  :few: "europske obračunske jedinice (XBC)"
1126
1336
  :one: "europska obračunska jedinica (XBC)"
1127
1337
  :other: "europskih obračunskih jedinica (XBC)"
1338
+ :symbol: "XBC"
1128
1339
  :XBD:
1129
1340
  :few: "europske obračunske jedinice (XBD)"
1130
1341
  :one: "europska obračunska jedinica (XBD)"
1131
1342
  :other: "europskih obračunskih jedinica (XBD)"
1343
+ :symbol: "XBD"
1132
1344
  :XCD:
1133
1345
  :few: "istočnokaripska dolara"
1134
1346
  :one: "istočnokaripski dolar"
@@ -1138,18 +1350,22 @@
1138
1350
  :few: "poseebna crtaća prava"
1139
1351
  :one: "posebno crtaće pravo"
1140
1352
  :other: "posebnih crtaćih prava"
1353
+ :symbol: "XDR"
1141
1354
  :XEU:
1142
1355
  :few: "europske monetarne jedinice (ECU)"
1143
1356
  :one: "europska monetarna jedinica (ECU)"
1144
1357
  :other: "europskih monetarnih jedinica (ECU)"
1358
+ :symbol: "XEU"
1145
1359
  :XFO:
1146
1360
  :few: "francuska zlatna franka"
1147
1361
  :one: "francuski zlatni franak"
1148
1362
  :other: "francuskih zlatnih franaka"
1363
+ :symbol: "XFO"
1149
1364
  :XFU:
1150
1365
  :few: "francuska UIC-franka"
1151
1366
  :one: "francuski UIC-franak"
1152
1367
  :other: "francuskih UIC-franaka"
1368
+ :symbol: "XFU"
1153
1369
  :XOF:
1154
1370
  :few: "CFA franka BCEAO"
1155
1371
  :one: "CFA franak BCEAO"
@@ -1159,8 +1375,9 @@
1159
1375
  :few: "paladija"
1160
1376
  :one: "paladij"
1161
1377
  :other: "paladija"
1378
+ :symbol: "XPD"
1162
1379
  :XPF:
1163
- :few: "CFP franaka"
1380
+ :few: "CFP franka"
1164
1381
  :one: "CFP franak"
1165
1382
  :other: "CFP franaka"
1166
1383
  :symbol: "XPF"
@@ -1168,81 +1385,104 @@
1168
1385
  :few: "platine"
1169
1386
  :one: "platina"
1170
1387
  :other: "platina"
1388
+ :symbol: "XPT"
1171
1389
  :XRE:
1172
1390
  :few: "RINET fonda"
1173
1391
  :one: "RINET fond"
1174
1392
  :other: "RINET fondova"
1393
+ :symbol: "XRE"
1175
1394
  :XSU:
1176
- :one: "Sucre"
1177
- :other: "Sucres"
1395
+ :few: "sukre"
1396
+ :one: "sukra"
1397
+ :other: "sukri"
1398
+ :symbol: "XSU"
1178
1399
  :XTS:
1179
1400
  :few: "ispitna koda valute"
1180
1401
  :one: "ispitni kod vlaute"
1181
1402
  :other: "ispitnih kodova valute"
1403
+ :symbol: "XTS"
1182
1404
  :XUA:
1183
- :one: "ADB unit of account"
1184
- :other: "ADB units of account"
1405
+ :few: "obračunske jedinice ADB"
1406
+ :one: "obračunska jedinica ADB"
1407
+ :other: "obračunskih jedinica ADB"
1408
+ :symbol: "XUA"
1185
1409
  :XXX:
1186
1410
  :few: "nepoznata valuta"
1187
1411
  :one: "nepoznata valuta"
1188
1412
  :other: "nepoznata valuta"
1413
+ :symbol: "XXX"
1189
1414
  :YDD:
1190
1415
  :few: "jemenska dinara"
1191
1416
  :one: "jemenski dinar"
1192
1417
  :other: "jemenskih dinara"
1418
+ :symbol: "YDD"
1193
1419
  :YER:
1194
1420
  :few: "jemenska rijala"
1195
1421
  :one: "jemenski rijal"
1196
1422
  :other: "jemenskih rijala"
1423
+ :symbol: "YER"
1197
1424
  :YUD:
1198
1425
  :few: "jugoslavenska čvrsta dinara"
1199
1426
  :one: "jugoslavenski čvrsti dinar"
1200
1427
  :other: "jugoslavenskih čvrstih dinara"
1428
+ :symbol: "YUD"
1201
1429
  :YUM:
1202
1430
  :few: "jugoslavenska nova dinara"
1203
1431
  :one: "jugoslavenski novi dinar"
1204
1432
  :other: "jugoslavenskih novih dinara"
1433
+ :symbol: "YUM"
1205
1434
  :YUN:
1206
1435
  :few: "jugoslavenska konvertibilna dinara"
1207
1436
  :one: "jugoslavenski konvertibilni dinar"
1208
1437
  :other: "jugoslavenskih konvertibilnih dinara"
1438
+ :symbol: "YUN"
1209
1439
  :YUR:
1210
1440
  :few: "jugoslavenska reformirana dinara"
1211
1441
  :one: "jugoslavenski reformirani dinar"
1212
1442
  :other: "jugoslavenskih reformiranih dinara"
1443
+ :symbol: "YUR"
1213
1444
  :ZAL:
1214
1445
  :few: "južnoafrička randa (financijska)"
1215
1446
  :one: "južnoafrički rand (financijski)"
1216
1447
  :other: "južnoafričkih randa (financijskih)"
1448
+ :symbol: "ZAL"
1217
1449
  :ZAR:
1218
1450
  :few: "južnoafrička randa"
1219
1451
  :one: "južnoafrički rand"
1220
1452
  :other: "južnoafričkih randa"
1453
+ :symbol: "ZAR"
1221
1454
  :ZMK:
1222
1455
  :few: "zambijske kvače (1968–2012)"
1223
1456
  :one: "zambijska kvača (1968–2012)"
1224
1457
  :other: "zambijskih kvača (1968–2012)"
1458
+ :symbol: "ZMK"
1225
1459
  :ZMW:
1226
1460
  :few: "zambijske kvače"
1227
1461
  :one: "zambijska kvača"
1228
1462
  :other: "zambijskih kvača"
1463
+ :symbol: "ZMW"
1229
1464
  :ZRN:
1230
1465
  :few: "zairska nova zaira"
1231
1466
  :one: "zairski novi zair"
1232
1467
  :other: "zairskih novih zaira"
1468
+ :symbol: "ZRN"
1233
1469
  :ZRZ:
1234
1470
  :few: "zairska zaira"
1235
1471
  :one: "zairski zair"
1236
1472
  :other: "zairskih zaira"
1473
+ :symbol: "ZRZ"
1237
1474
  :ZWD:
1238
1475
  :few: "zimbabveanska dolara (1980.–2008.)"
1239
1476
  :one: "zimbabveanski dolar (1980.–2008.)"
1240
1477
  :other: "zimbabveanskih dolara (1980.–2008.)"
1478
+ :symbol: "ZWD"
1241
1479
  :ZWL:
1242
1480
  :few: "zimbabveanska dolara (2009)"
1243
1481
  :one: "zimbabveanski dolar (2009)"
1244
1482
  :other: "zimbabveanskih dolara (2009)"
1483
+ :symbol: "ZWL"
1245
1484
  :ZWR:
1246
1485
  :few: "zimbabveanska dolara (2008)"
1247
1486
  :one: "zimbabveanski dolar (2008)"
1248
1487
  :other: "zimbabveanskih dolara (2008)"
1488
+ :symbol: "ZWR"