twitter_cldr 3.0.10 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (569) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -2
  3. data/History.txt +9 -0
  4. data/README.md +8 -0
  5. data/Rakefile +1 -1
  6. data/lib/twitter_cldr.rb +1 -1
  7. data/lib/twitter_cldr/data_readers/number_data_reader.rb +60 -8
  8. data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +3 -11
  9. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +5 -12
  10. data/lib/twitter_cldr/formatters/numbers/rbnf.rb +2 -1
  11. data/lib/twitter_cldr/formatters/numbers/rbnf/formatters.rb +4 -1
  12. data/lib/twitter_cldr/formatters/numbers/rbnf/plural.rb +49 -0
  13. data/lib/twitter_cldr/formatters/numbers/rbnf/rule.rb +4 -3
  14. data/lib/twitter_cldr/formatters/numbers/rbnf/rule_parser.rb +12 -1
  15. data/lib/twitter_cldr/formatters/numbers/rbnf/substitution.rb +1 -1
  16. data/lib/twitter_cldr/formatters/plurals/rules.rb +26 -10
  17. data/lib/twitter_cldr/localized/localized_number.rb +2 -15
  18. data/lib/twitter_cldr/resources/download.rb +3 -3
  19. data/lib/twitter_cldr/resources/locales_resources_importer.rb +24 -16
  20. data/lib/twitter_cldr/resources/uli/segment_exceptions_importer.rb +1 -1
  21. data/lib/twitter_cldr/shared/postal_codes.rb +30 -2
  22. data/lib/twitter_cldr/tokenizers/numbers/rbnf_tokenizer.rb +2 -1
  23. data/lib/twitter_cldr/version.rb +1 -1
  24. data/resources/locales/af/calendars.yml +44 -29
  25. data/resources/locales/af/currencies.yml +300 -603
  26. data/resources/locales/af/languages.yml +22 -359
  27. data/resources/locales/af/lists.yml +8 -8
  28. data/resources/locales/af/numbers.yml +74 -25
  29. data/resources/locales/af/plural_rules.yml +7 -0
  30. data/resources/locales/af/plurals.yml +13 -3
  31. data/resources/locales/af/territories.yml +7 -7
  32. data/resources/locales/ar/calendars.yml +25 -11
  33. data/resources/locales/ar/currencies.yml +115 -229
  34. data/resources/locales/ar/languages.yml +39 -124
  35. data/resources/locales/ar/lists.yml +12 -12
  36. data/resources/locales/ar/numbers.yml +170 -25
  37. data/resources/locales/ar/plural_rules.yml +11 -0
  38. data/resources/locales/ar/plurals.yml +18 -6
  39. data/resources/locales/be/calendars.yml +10 -20
  40. data/resources/locales/be/currencies.yml +40 -778
  41. data/resources/locales/be/languages.yml +2 -447
  42. data/resources/locales/be/lists.yml +3 -15
  43. data/resources/locales/be/numbers.yml +26 -26
  44. data/resources/locales/be/plural_rules.yml +9 -0
  45. data/resources/locales/be/plurals.yml +17 -7
  46. data/resources/locales/be/rbnf.yml +15 -105
  47. data/resources/locales/be/territories.yml +5 -16
  48. data/resources/locales/bg/calendars.yml +61 -40
  49. data/resources/locales/bg/currencies.yml +147 -176
  50. data/resources/locales/bg/languages.yml +56 -149
  51. data/resources/locales/bg/lists.yml +5 -5
  52. data/resources/locales/bg/numbers.yml +73 -24
  53. data/resources/locales/bg/plural_rules.yml +7 -0
  54. data/resources/locales/bg/plurals.yml +13 -3
  55. data/resources/locales/bg/territories.yml +10 -10
  56. data/resources/locales/bn/calendars.yml +43 -29
  57. data/resources/locales/bn/currencies.yml +156 -253
  58. data/resources/locales/bn/languages.yml +61 -150
  59. data/resources/locales/bn/lists.yml +4 -4
  60. data/resources/locales/bn/numbers.yml +74 -25
  61. data/resources/locales/bn/plural_rules.yml +11 -0
  62. data/resources/locales/bn/plurals.yml +19 -3
  63. data/resources/locales/bn/territories.yml +35 -35
  64. data/resources/locales/ca/calendars.yml +38 -23
  65. data/resources/locales/ca/currencies.yml +285 -63
  66. data/resources/locales/ca/languages.yml +12 -76
  67. data/resources/locales/ca/lists.yml +4 -4
  68. data/resources/locales/ca/numbers.yml +74 -25
  69. data/resources/locales/ca/plural_rules.yml +10 -0
  70. data/resources/locales/ca/plurals.yml +17 -4
  71. data/resources/locales/ca/territories.yml +20 -20
  72. data/resources/locales/cs/calendars.yml +33 -18
  73. data/resources/locales/cs/currencies.yml +397 -118
  74. data/resources/locales/cs/languages.yml +109 -90
  75. data/resources/locales/cs/numbers.yml +121 -24
  76. data/resources/locales/cs/plural_rules.yml +9 -0
  77. data/resources/locales/cs/plurals.yml +16 -6
  78. data/resources/locales/cs/territories.yml +2 -2
  79. data/resources/locales/cy/calendars.yml +4 -5
  80. data/resources/locales/cy/currencies.yml +56 -424
  81. data/resources/locales/cy/languages.yml +210 -379
  82. data/resources/locales/cy/lists.yml +1 -5
  83. data/resources/locales/cy/numbers.yml +170 -25
  84. data/resources/locales/cy/plural_rules.yml +16 -0
  85. data/resources/locales/cy/plurals.yml +26 -4
  86. data/resources/locales/cy/rbnf.yml +8 -8
  87. data/resources/locales/da/calendars.yml +28 -13
  88. data/resources/locales/da/currencies.yml +135 -136
  89. data/resources/locales/da/languages.yml +10 -74
  90. data/resources/locales/da/numbers.yml +73 -24
  91. data/resources/locales/da/plural_rules.yml +7 -0
  92. data/resources/locales/da/plurals.yml +13 -4
  93. data/resources/locales/da/territories.yml +2 -2
  94. data/resources/locales/de-CH/calendars.yml +29 -15
  95. data/resources/locales/de-CH/currencies.yml +327 -101
  96. data/resources/locales/de-CH/languages.yml +112 -83
  97. data/resources/locales/de-CH/numbers.yml +73 -24
  98. data/resources/locales/de-CH/plural_rules.yml +7 -0
  99. data/resources/locales/de-CH/plurals.yml +13 -4
  100. data/resources/locales/de-CH/territories.yml +3 -3
  101. data/resources/locales/de/calendars.yml +29 -15
  102. data/resources/locales/de/currencies.yml +328 -101
  103. data/resources/locales/de/languages.yml +112 -83
  104. data/resources/locales/de/numbers.yml +73 -24
  105. data/resources/locales/de/plural_rules.yml +7 -0
  106. data/resources/locales/de/plurals.yml +13 -4
  107. data/resources/locales/de/rbnf.yml +189 -0
  108. data/resources/locales/de/territories.yml +3 -3
  109. data/resources/locales/el/calendars.yml +30 -16
  110. data/resources/locales/el/currencies.yml +144 -91
  111. data/resources/locales/el/languages.yml +8 -72
  112. data/resources/locales/el/numbers.yml +73 -24
  113. data/resources/locales/el/plural_rules.yml +7 -0
  114. data/resources/locales/el/plurals.yml +13 -3
  115. data/resources/locales/el/territories.yml +1 -1
  116. data/resources/locales/en-150/calendars.yml +15 -5
  117. data/resources/locales/en-150/currencies.yml +49 -9
  118. data/resources/locales/en-150/languages.yml +99 -70
  119. data/resources/locales/en-150/numbers.yml +73 -24
  120. data/resources/locales/en-150/plural_rules.yml +10 -0
  121. data/resources/locales/en-150/plurals.yml +18 -4
  122. data/resources/locales/en-150/territories.yml +15 -15
  123. data/resources/locales/en-AU/calendars.yml +21 -11
  124. data/resources/locales/en-AU/currencies.yml +69 -29
  125. data/resources/locales/en-AU/languages.yml +101 -72
  126. data/resources/locales/en-AU/lists.yml +1 -1
  127. data/resources/locales/en-AU/numbers.yml +73 -24
  128. data/resources/locales/en-AU/plural_rules.yml +10 -0
  129. data/resources/locales/en-AU/plurals.yml +18 -4
  130. data/resources/locales/en-AU/territories.yml +19 -19
  131. data/resources/locales/en-CA/calendars.yml +18 -8
  132. data/resources/locales/en-CA/currencies.yml +49 -9
  133. data/resources/locales/en-CA/languages.yml +99 -70
  134. data/resources/locales/en-CA/numbers.yml +74 -25
  135. data/resources/locales/en-CA/plural_rules.yml +10 -0
  136. data/resources/locales/en-CA/plurals.yml +18 -4
  137. data/resources/locales/en-CA/territories.yml +15 -15
  138. data/resources/locales/en-GB/calendars.yml +21 -8
  139. data/resources/locales/en-GB/currencies.yml +242 -55
  140. data/resources/locales/en-GB/languages.yml +102 -73
  141. data/resources/locales/en-GB/lists.yml +1 -1
  142. data/resources/locales/en-GB/numbers.yml +74 -25
  143. data/resources/locales/en-GB/plural_rules.yml +10 -0
  144. data/resources/locales/en-GB/plurals.yml +18 -4
  145. data/resources/locales/en-GB/territories.yml +5 -5
  146. data/resources/locales/en-IE/calendars.yml +12 -2
  147. data/resources/locales/en-IE/currencies.yml +49 -9
  148. data/resources/locales/en-IE/languages.yml +99 -70
  149. data/resources/locales/en-IE/numbers.yml +74 -25
  150. data/resources/locales/en-IE/plural_rules.yml +10 -0
  151. data/resources/locales/en-IE/plurals.yml +18 -4
  152. data/resources/locales/en-IE/territories.yml +15 -15
  153. data/resources/locales/en-SG/calendars.yml +15 -5
  154. data/resources/locales/en-SG/currencies.yml +50 -10
  155. data/resources/locales/en-SG/languages.yml +99 -70
  156. data/resources/locales/en-SG/numbers.yml +74 -25
  157. data/resources/locales/en-SG/plural_rules.yml +10 -0
  158. data/resources/locales/en-SG/plurals.yml +18 -4
  159. data/resources/locales/en-SG/territories.yml +15 -15
  160. data/resources/locales/en-ZA/calendars.yml +12 -2
  161. data/resources/locales/en-ZA/currencies.yml +48 -9
  162. data/resources/locales/en-ZA/languages.yml +99 -70
  163. data/resources/locales/en-ZA/numbers.yml +74 -25
  164. data/resources/locales/en-ZA/plural_rules.yml +10 -0
  165. data/resources/locales/en-ZA/plurals.yml +18 -4
  166. data/resources/locales/en-ZA/territories.yml +15 -15
  167. data/resources/locales/en/calendars.yml +12 -2
  168. data/resources/locales/en/currencies.yml +49 -9
  169. data/resources/locales/en/languages.yml +99 -70
  170. data/resources/locales/en/numbers.yml +74 -25
  171. data/resources/locales/en/plural_rules.yml +10 -0
  172. data/resources/locales/en/plurals.yml +18 -4
  173. data/resources/locales/en/rbnf.yml +1 -26
  174. data/resources/locales/en/territories.yml +15 -15
  175. data/resources/locales/es-419/calendars.yml +101 -87
  176. data/resources/locales/es-419/currencies.yml +276 -276
  177. data/resources/locales/es-419/languages.yml +26 -90
  178. data/resources/locales/es-419/lists.yml +4 -4
  179. data/resources/locales/es-419/numbers.yml +74 -25
  180. data/resources/locales/es-419/plural_rules.yml +7 -0
  181. data/resources/locales/es-419/plurals.yml +13 -3
  182. data/resources/locales/es-419/rbnf.yml +1 -1192
  183. data/resources/locales/es-419/territories.yml +4 -4
  184. data/resources/locales/es-CO/calendars.yml +42 -28
  185. data/resources/locales/es-CO/currencies.yml +258 -258
  186. data/resources/locales/es-CO/languages.yml +22 -86
  187. data/resources/locales/es-CO/lists.yml +4 -4
  188. data/resources/locales/es-CO/numbers.yml +74 -25
  189. data/resources/locales/es-CO/plural_rules.yml +7 -0
  190. data/resources/locales/es-CO/plurals.yml +13 -3
  191. data/resources/locales/es-CO/rbnf.yml +1 -1
  192. data/resources/locales/es-CO/territories.yml +2 -2
  193. data/resources/locales/es-MX/calendars.yml +121 -107
  194. data/resources/locales/es-MX/currencies.yml +41 -136
  195. data/resources/locales/es-MX/languages.yml +27 -91
  196. data/resources/locales/es-MX/numbers.yml +76 -27
  197. data/resources/locales/es-MX/plural_rules.yml +7 -0
  198. data/resources/locales/es-MX/plurals.yml +13 -3
  199. data/resources/locales/es-MX/rbnf.yml +1 -1
  200. data/resources/locales/es-MX/territories.yml +7 -7
  201. data/resources/locales/es-US/calendars.yml +56 -48
  202. data/resources/locales/es-US/currencies.yml +259 -259
  203. data/resources/locales/es-US/languages.yml +22 -86
  204. data/resources/locales/es-US/lists.yml +4 -4
  205. data/resources/locales/es-US/numbers.yml +75 -26
  206. data/resources/locales/es-US/plural_rules.yml +7 -0
  207. data/resources/locales/es-US/plurals.yml +13 -3
  208. data/resources/locales/es-US/rbnf.yml +1 -1
  209. data/resources/locales/es-US/territories.yml +2 -2
  210. data/resources/locales/es/calendars.yml +38 -24
  211. data/resources/locales/es/currencies.yml +259 -259
  212. data/resources/locales/es/languages.yml +22 -86
  213. data/resources/locales/es/lists.yml +4 -4
  214. data/resources/locales/es/numbers.yml +75 -26
  215. data/resources/locales/es/plural_rules.yml +7 -0
  216. data/resources/locales/es/plurals.yml +13 -3
  217. data/resources/locales/es/rbnf.yml +8 -81
  218. data/resources/locales/es/territories.yml +2 -2
  219. data/resources/locales/eu/calendars.yml +72 -55
  220. data/resources/locales/eu/currencies.yml +135 -450
  221. data/resources/locales/eu/languages.yml +79 -414
  222. data/resources/locales/eu/lists.yml +4 -4
  223. data/resources/locales/eu/numbers.yml +74 -25
  224. data/resources/locales/eu/plural_rules.yml +7 -0
  225. data/resources/locales/eu/plurals.yml +13 -3
  226. data/resources/locales/eu/territories.yml +2 -2
  227. data/resources/locales/fa/calendars.yml +27 -12
  228. data/resources/locales/fa/currencies.yml +46 -454
  229. data/resources/locales/fa/languages.yml +71 -153
  230. data/resources/locales/fa/lists.yml +4 -4
  231. data/resources/locales/fa/numbers.yml +74 -25
  232. data/resources/locales/fa/plural_rules.yml +7 -0
  233. data/resources/locales/fa/plurals.yml +13 -3
  234. data/resources/locales/fa/territories.yml +4 -4
  235. data/resources/locales/fi/calendars.yml +20 -5
  236. data/resources/locales/fi/currencies.yml +287 -50
  237. data/resources/locales/fi/languages.yml +99 -70
  238. data/resources/locales/fi/numbers.yml +73 -24
  239. data/resources/locales/fi/plural_rules.yml +7 -0
  240. data/resources/locales/fi/plurals.yml +13 -4
  241. data/resources/locales/fi/territories.yml +1 -1
  242. data/resources/locales/fil/calendars.yml +29 -15
  243. data/resources/locales/fil/currencies.yml +144 -489
  244. data/resources/locales/fil/languages.yml +12 -339
  245. data/resources/locales/fil/lists.yml +7 -7
  246. data/resources/locales/fil/numbers.yml +74 -25
  247. data/resources/locales/fil/plural_rules.yml +8 -0
  248. data/resources/locales/fil/plurals.yml +17 -4
  249. data/resources/locales/fil/territories.yml +2 -2
  250. data/resources/locales/fr-BE/calendars.yml +68 -53
  251. data/resources/locales/fr-BE/currencies.yml +202 -82
  252. data/resources/locales/fr-BE/languages.yml +8 -71
  253. data/resources/locales/fr-BE/numbers.yml +74 -25
  254. data/resources/locales/fr-BE/plural_rules.yml +8 -0
  255. data/resources/locales/fr-BE/plurals.yml +15 -3
  256. data/resources/locales/fr-BE/territories.yml +7 -7
  257. data/resources/locales/fr-CA/calendars.yml +25 -10
  258. data/resources/locales/fr-CA/currencies.yml +250 -130
  259. data/resources/locales/fr-CA/languages.yml +11 -74
  260. data/resources/locales/fr-CA/numbers.yml +74 -25
  261. data/resources/locales/fr-CA/plural_rules.yml +8 -0
  262. data/resources/locales/fr-CA/plurals.yml +15 -3
  263. data/resources/locales/fr-CA/territories.yml +16 -16
  264. data/resources/locales/fr-CH/calendars.yml +68 -53
  265. data/resources/locales/fr-CH/currencies.yml +201 -82
  266. data/resources/locales/fr-CH/languages.yml +8 -71
  267. data/resources/locales/fr-CH/numbers.yml +74 -25
  268. data/resources/locales/fr-CH/plural_rules.yml +8 -0
  269. data/resources/locales/fr-CH/plurals.yml +15 -3
  270. data/resources/locales/fr-CH/territories.yml +7 -7
  271. data/resources/locales/fr/calendars.yml +68 -53
  272. data/resources/locales/fr/currencies.yml +202 -82
  273. data/resources/locales/fr/languages.yml +8 -71
  274. data/resources/locales/fr/numbers.yml +74 -25
  275. data/resources/locales/fr/plural_rules.yml +8 -0
  276. data/resources/locales/fr/plurals.yml +15 -3
  277. data/resources/locales/fr/territories.yml +7 -7
  278. data/resources/locales/ga/calendars.yml +136 -45
  279. data/resources/locales/ga/currencies.yml +1238 -587
  280. data/resources/locales/ga/languages.yml +176 -468
  281. data/resources/locales/ga/lists.yml +4 -4
  282. data/resources/locales/ga/numbers.yml +148 -24
  283. data/resources/locales/ga/plural_rules.yml +10 -0
  284. data/resources/locales/ga/plurals.yml +17 -5
  285. data/resources/locales/ga/territories.yml +56 -56
  286. data/resources/locales/gl/calendars.yml +26 -13
  287. data/resources/locales/gl/currencies.yml +378 -582
  288. data/resources/locales/gl/languages.yml +71 -392
  289. data/resources/locales/gl/lists.yml +8 -8
  290. data/resources/locales/gl/numbers.yml +74 -25
  291. data/resources/locales/gl/plural_rules.yml +7 -0
  292. data/resources/locales/gl/plurals.yml +13 -4
  293. data/resources/locales/gl/territories.yml +2 -2
  294. data/resources/locales/he/calendars.yml +53 -32
  295. data/resources/locales/he/currencies.yml +585 -487
  296. data/resources/locales/he/languages.yml +15 -78
  297. data/resources/locales/he/lists.yml +8 -8
  298. data/resources/locales/he/numbers.yml +121 -24
  299. data/resources/locales/he/plural_rules.yml +9 -0
  300. data/resources/locales/he/plurals.yml +16 -6
  301. data/resources/locales/he/rbnf.yml +0 -3
  302. data/resources/locales/he/territories.yml +4 -4
  303. data/resources/locales/hi/calendars.yml +54 -41
  304. data/resources/locales/hi/currencies.yml +155 -428
  305. data/resources/locales/hi/languages.yml +52 -141
  306. data/resources/locales/hi/lists.yml +4 -4
  307. data/resources/locales/hi/numbers.yml +74 -25
  308. data/resources/locales/hi/plural_rules.yml +11 -0
  309. data/resources/locales/hi/plurals.yml +19 -3
  310. data/resources/locales/hi/rbnf.yml +52 -1
  311. data/resources/locales/hi/territories.yml +8 -8
  312. data/resources/locales/hr/calendars.yml +30 -16
  313. data/resources/locales/hr/currencies.yml +306 -66
  314. data/resources/locales/hr/languages.yml +12 -76
  315. data/resources/locales/hr/numbers.yml +97 -24
  316. data/resources/locales/hr/plural_rules.yml +8 -0
  317. data/resources/locales/hr/plurals.yml +16 -8
  318. data/resources/locales/hr/territories.yml +1 -1
  319. data/resources/locales/hu/calendars.yml +25 -10
  320. data/resources/locales/hu/currencies.yml +139 -182
  321. data/resources/locales/hu/languages.yml +8 -72
  322. data/resources/locales/hu/lists.yml +4 -4
  323. data/resources/locales/hu/numbers.yml +73 -24
  324. data/resources/locales/hu/plural_rules.yml +8 -0
  325. data/resources/locales/hu/plurals.yml +15 -3
  326. data/resources/locales/hu/territories.yml +1 -1
  327. data/resources/locales/id/calendars.yml +22 -7
  328. data/resources/locales/id/currencies.yml +323 -192
  329. data/resources/locales/id/languages.yml +36 -71
  330. data/resources/locales/id/numbers.yml +50 -26
  331. data/resources/locales/id/plural_rules.yml +6 -0
  332. data/resources/locales/id/plurals.yml +11 -3
  333. data/resources/locales/id/rbnf.yml +4 -4
  334. data/resources/locales/id/territories.yml +2 -2
  335. data/resources/locales/is/calendars.yml +24 -9
  336. data/resources/locales/is/currencies.yml +145 -336
  337. data/resources/locales/is/languages.yml +57 -163
  338. data/resources/locales/is/numbers.yml +73 -24
  339. data/resources/locales/is/plural_rules.yml +7 -0
  340. data/resources/locales/is/plurals.yml +13 -5
  341. data/resources/locales/is/territories.yml +5 -5
  342. data/resources/locales/it-CH/calendars.yml +41 -26
  343. data/resources/locales/it-CH/currencies.yml +180 -274
  344. data/resources/locales/it-CH/languages.yml +106 -83
  345. data/resources/locales/it-CH/lists.yml +6 -6
  346. data/resources/locales/it-CH/numbers.yml +73 -24
  347. data/resources/locales/it-CH/plural_rules.yml +8 -0
  348. data/resources/locales/it-CH/plurals.yml +15 -4
  349. data/resources/locales/it-CH/territories.yml +9 -9
  350. data/resources/locales/it/calendars.yml +43 -28
  351. data/resources/locales/it/currencies.yml +181 -274
  352. data/resources/locales/it/languages.yml +106 -83
  353. data/resources/locales/it/lists.yml +6 -6
  354. data/resources/locales/it/numbers.yml +73 -24
  355. data/resources/locales/it/plural_rules.yml +8 -0
  356. data/resources/locales/it/plurals.yml +15 -4
  357. data/resources/locales/it/territories.yml +9 -9
  358. data/resources/locales/ja/calendars.yml +24 -9
  359. data/resources/locales/ja/currencies.yml +286 -48
  360. data/resources/locales/ja/languages.yml +106 -83
  361. data/resources/locales/ja/lists.yml +4 -4
  362. data/resources/locales/ja/numbers.yml +50 -26
  363. data/resources/locales/ja/plural_rules.yml +6 -0
  364. data/resources/locales/ja/plurals.yml +11 -3
  365. data/resources/locales/ja/territories.yml +2 -2
  366. data/resources/locales/ko/calendars.yml +63 -16
  367. data/resources/locales/ko/currencies.yml +286 -347
  368. data/resources/locales/ko/languages.yml +27 -76
  369. data/resources/locales/ko/numbers.yml +50 -26
  370. data/resources/locales/ko/plural_rules.yml +6 -0
  371. data/resources/locales/ko/plurals.yml +11 -3
  372. data/resources/locales/ko/territories.yml +4 -4
  373. data/resources/locales/lv/calendars.yml +34 -19
  374. data/resources/locales/lv/currencies.yml +155 -366
  375. data/resources/locales/lv/languages.yml +7 -71
  376. data/resources/locales/lv/numbers.yml +99 -26
  377. data/resources/locales/lv/plural_rules.yml +8 -0
  378. data/resources/locales/lv/plurals.yml +16 -9
  379. data/resources/locales/lv/territories.yml +2 -2
  380. data/resources/locales/ms/calendars.yml +28 -14
  381. data/resources/locales/ms/currencies.yml +185 -500
  382. data/resources/locales/ms/languages.yml +27 -297
  383. data/resources/locales/ms/lists.yml +6 -6
  384. data/resources/locales/ms/numbers.yml +50 -26
  385. data/resources/locales/ms/plural_rules.yml +7 -0
  386. data/resources/locales/ms/plurals.yml +13 -3
  387. data/resources/locales/ms/territories.yml +6 -6
  388. data/resources/locales/nb/calendars.yml +21 -6
  389. data/resources/locales/nb/currencies.yml +271 -44
  390. data/resources/locales/nb/languages.yml +14 -78
  391. data/resources/locales/nb/lists.yml +4 -4
  392. data/resources/locales/nb/numbers.yml +73 -24
  393. data/resources/locales/nb/plural_rules.yml +7 -0
  394. data/resources/locales/nb/plurals.yml +13 -3
  395. data/resources/locales/nb/territories.yml +6 -6
  396. data/resources/locales/nl/calendars.yml +63 -48
  397. data/resources/locales/nl/currencies.yml +294 -56
  398. data/resources/locales/nl/languages.yml +149 -121
  399. data/resources/locales/nl/numbers.yml +74 -25
  400. data/resources/locales/nl/plural_rules.yml +7 -0
  401. data/resources/locales/nl/plurals.yml +13 -4
  402. data/resources/locales/nl/territories.yml +9 -9
  403. data/resources/locales/pl/calendars.yml +23 -9
  404. data/resources/locales/pl/currencies.yml +147 -226
  405. data/resources/locales/pl/languages.yml +102 -73
  406. data/resources/locales/pl/numbers.yml +122 -25
  407. data/resources/locales/pl/plural_rules.yml +9 -0
  408. data/resources/locales/pl/plurals.yml +17 -9
  409. data/resources/locales/pl/rbnf.yml +17 -159
  410. data/resources/locales/pl/territories.yml +1 -1
  411. data/resources/locales/pt/calendars.yml +26 -12
  412. data/resources/locales/pt/currencies.yml +182 -91
  413. data/resources/locales/pt/languages.yml +72 -137
  414. data/resources/locales/pt/numbers.yml +74 -25
  415. data/resources/locales/pt/plural_rules.yml +7 -0
  416. data/resources/locales/pt/plurals.yml +13 -5
  417. data/resources/locales/pt/territories.yml +9 -9
  418. data/resources/locales/ro/calendars.yml +63 -49
  419. data/resources/locales/ro/currencies.yml +209 -291
  420. data/resources/locales/ro/languages.yml +12 -76
  421. data/resources/locales/ro/numbers.yml +98 -25
  422. data/resources/locales/ro/plural_rules.yml +9 -0
  423. data/resources/locales/ro/plurals.yml +17 -6
  424. data/resources/locales/ro/territories.yml +3 -3
  425. data/resources/locales/ru/calendars.yml +55 -41
  426. data/resources/locales/ru/currencies.yml +334 -256
  427. data/resources/locales/ru/languages.yml +8 -72
  428. data/resources/locales/ru/lists.yml +5 -5
  429. data/resources/locales/ru/numbers.yml +122 -24
  430. data/resources/locales/ru/plural_rules.yml +9 -0
  431. data/resources/locales/ru/plurals.yml +17 -7
  432. data/resources/locales/ru/rbnf.yml +15 -105
  433. data/resources/locales/ru/territories.yml +7 -7
  434. data/resources/locales/sk/calendars.yml +89 -51
  435. data/resources/locales/sk/currencies.yml +440 -415
  436. data/resources/locales/sk/languages.yml +50 -114
  437. data/resources/locales/sk/lists.yml +4 -4
  438. data/resources/locales/sk/numbers.yml +122 -25
  439. data/resources/locales/sk/plural_rules.yml +9 -0
  440. data/resources/locales/sk/plurals.yml +16 -6
  441. data/resources/locales/sk/territories.yml +18 -18
  442. data/resources/locales/sq/calendars.yml +72 -58
  443. data/resources/locales/sq/currencies.yml +86 -464
  444. data/resources/locales/sq/languages.yml +222 -579
  445. data/resources/locales/sq/lists.yml +4 -4
  446. data/resources/locales/sq/numbers.yml +73 -24
  447. data/resources/locales/sq/plural_rules.yml +9 -0
  448. data/resources/locales/sq/plurals.yml +16 -3
  449. data/resources/locales/sq/territories.yml +16 -17
  450. data/resources/locales/sr/calendars.yml +30 -16
  451. data/resources/locales/sr/currencies.yml +202 -116
  452. data/resources/locales/sr/languages.yml +200 -298
  453. data/resources/locales/sr/lists.yml +4 -4
  454. data/resources/locales/sr/numbers.yml +98 -25
  455. data/resources/locales/sr/plural_rules.yml +8 -0
  456. data/resources/locales/sr/plurals.yml +16 -8
  457. data/resources/locales/sr/territories.yml +20 -20
  458. data/resources/locales/sv/calendars.yml +46 -31
  459. data/resources/locales/sv/currencies.yml +213 -105
  460. data/resources/locales/sv/languages.yml +76 -73
  461. data/resources/locales/sv/numbers.yml +73 -25
  462. data/resources/locales/sv/plural_rules.yml +8 -0
  463. data/resources/locales/sv/plurals.yml +16 -4
  464. data/resources/locales/sv/rbnf.yml +1 -1
  465. data/resources/locales/sv/territories.yml +1 -1
  466. data/resources/locales/ta/calendars.yml +37 -23
  467. data/resources/locales/ta/currencies.yml +328 -643
  468. data/resources/locales/ta/languages.yml +94 -177
  469. data/resources/locales/ta/numbers.yml +74 -25
  470. data/resources/locales/ta/plural_rules.yml +7 -0
  471. data/resources/locales/ta/plurals.yml +13 -3
  472. data/resources/locales/ta/territories.yml +34 -34
  473. data/resources/locales/th/calendars.yml +33 -6
  474. data/resources/locales/th/currencies.yml +272 -187
  475. data/resources/locales/th/languages.yml +102 -76
  476. data/resources/locales/th/numbers.yml +50 -26
  477. data/resources/locales/th/plural_rules.yml +6 -0
  478. data/resources/locales/th/plurals.yml +11 -3
  479. data/resources/locales/th/territories.yml +2 -2
  480. data/resources/locales/tr/calendars.yml +25 -11
  481. data/resources/locales/tr/currencies.yml +365 -199
  482. data/resources/locales/tr/languages.yml +106 -77
  483. data/resources/locales/tr/numbers.yml +74 -25
  484. data/resources/locales/tr/plural_rules.yml +7 -0
  485. data/resources/locales/tr/plurals.yml +13 -3
  486. data/resources/locales/tr/territories.yml +5 -5
  487. data/resources/locales/uk/calendars.yml +24 -9
  488. data/resources/locales/uk/currencies.yml +139 -207
  489. data/resources/locales/uk/languages.yml +19 -94
  490. data/resources/locales/uk/lists.yml +6 -6
  491. data/resources/locales/uk/numbers.yml +121 -24
  492. data/resources/locales/uk/plural_rules.yml +10 -0
  493. data/resources/locales/uk/plurals.yml +19 -9
  494. data/resources/locales/uk/territories.yml +18 -18
  495. data/resources/locales/ur/calendars.yml +38 -16
  496. data/resources/locales/ur/currencies.yml +273 -577
  497. data/resources/locales/ur/languages.yml +76 -405
  498. data/resources/locales/ur/lists.yml +7 -7
  499. data/resources/locales/ur/numbers.yml +75 -26
  500. data/resources/locales/ur/plural_rules.yml +7 -0
  501. data/resources/locales/ur/plurals.yml +13 -4
  502. data/resources/locales/ur/territories.yml +1 -1
  503. data/resources/locales/vi/calendars.yml +29 -14
  504. data/resources/locales/vi/currencies.yml +273 -195
  505. data/resources/locales/vi/languages.yml +20 -94
  506. data/resources/locales/vi/lists.yml +2 -2
  507. data/resources/locales/vi/numbers.yml +49 -25
  508. data/resources/locales/vi/plural_rules.yml +7 -0
  509. data/resources/locales/vi/plurals.yml +13 -3
  510. data/resources/locales/vi/territories.yml +8 -8
  511. data/resources/locales/zh-Hant/calendars.yml +28 -13
  512. data/resources/locales/zh-Hant/currencies.yml +368 -134
  513. data/resources/locales/zh-Hant/languages.yml +119 -90
  514. data/resources/locales/zh-Hant/lists.yml +4 -4
  515. data/resources/locales/zh-Hant/numbers.yml +50 -26
  516. data/resources/locales/zh-Hant/plural_rules.yml +6 -0
  517. data/resources/locales/zh-Hant/plurals.yml +11 -3
  518. data/resources/locales/zh-Hant/territories.yml +9 -9
  519. data/resources/locales/zh/calendars.yml +20 -5
  520. data/resources/locales/zh/currencies.yml +372 -189
  521. data/resources/locales/zh/languages.yml +7 -71
  522. data/resources/locales/zh/lists.yml +4 -4
  523. data/resources/locales/zh/numbers.yml +50 -26
  524. data/resources/locales/zh/plural_rules.yml +6 -0
  525. data/resources/locales/zh/plurals.yml +11 -3
  526. data/resources/locales/zh/rbnf.yml +46 -0
  527. data/resources/shared/currency_digits_and_rounding.yml +8 -2
  528. data/resources/shared/numbering_systems.yml +3 -0
  529. data/resources/shared/postal_codes.yml +320 -1275
  530. data/resources/shared/rbnf_root.yml +65 -16
  531. data/resources/shared/territories_containment.yml +1 -0
  532. data/resources/uli/segments/de.yml +102 -0
  533. data/resources/uli/segments/es.yml +33 -0
  534. data/resources/uli/segments/fr.yml +21 -0
  535. data/resources/uli/segments/it.yml +11 -0
  536. data/spec/data_readers/number_data_reader_spec.rb +25 -0
  537. data/spec/formatters/list_formatter_spec.rb +2 -2
  538. data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +11 -17
  539. data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +80 -31
  540. data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +40 -9
  541. data/spec/formatters/numbers/currency_formatter_spec.rb +1 -1
  542. data/spec/formatters/numbers/rbnf/allowed_failures.yml +47 -35
  543. data/spec/formatters/numbers/rbnf/locales/bn/rbnf_test.yml +1634 -1283
  544. data/spec/formatters/numbers/rbnf/locales/cy/rbnf_test.yml +42 -42
  545. data/spec/formatters/numbers/rbnf/locales/de-CH/rbnf_test.yml +702 -0
  546. data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +702 -0
  547. data/spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml +14 -14
  548. data/spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml +14 -14
  549. data/spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml +14 -14
  550. data/spec/formatters/numbers/rbnf/locales/es-US/rbnf_test.yml +14 -14
  551. data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +54 -54
  552. data/spec/formatters/numbers/rbnf/locales/eu/rbnf_test.yml +1634 -1283
  553. data/spec/formatters/numbers/rbnf/locales/fr-CH/rbnf_test.yml +32 -32
  554. data/spec/formatters/numbers/rbnf/locales/gl/rbnf_test.yml +1634 -1283
  555. data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +105 -105
  556. data/spec/formatters/numbers/rbnf/locales/hi/rbnf_test.yml +350 -116
  557. data/spec/formatters/numbers/rbnf/locales/sv/rbnf_test.yml +24 -24
  558. data/spec/formatters/numbers/rbnf/locales/ur/rbnf_test.yml +1634 -1283
  559. data/spec/formatters/numbers/rbnf/locales/zh/rbnf_test.yml +117 -0
  560. data/spec/formatters/plurals/rules_spec.rb +37 -14
  561. data/spec/localized/localized_number_spec.rb +2 -1
  562. data/spec/parsers/number_parser_spec.rb +5 -5
  563. data/spec/shared/calendar_spec.rb +3 -3
  564. data/spec/shared/postal_codes_spec.rb +16 -0
  565. data/spec/shared/territories_spec.rb +2 -2
  566. data/spec/spec_helper.rb +1 -1
  567. data/twitter_cldr.gemspec +1 -0
  568. metadata +364 -285
  569. data/resources/custom/locales/hu/plurals.yml +0 -3
@@ -7,17 +7,17 @@
7
7
  :middle: "{0}, {1}"
8
8
  :start: "{0}, {1}"
9
9
  :unit:
10
- 2: "{0}, {1}"
11
- :end: "{0}, {1}"
10
+ 2: "{0} e {1}"
11
+ :end: "{0} e {1}"
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} e {1}"
16
+ :end: "{0} e {1}"
17
+ :middle: "{0}, {1}"
18
+ :start: "{0}, {1}"
19
19
  :unit-short:
20
- 2: "{0}, {1}"
21
- :end: "{0}, {1}"
20
+ 2: "{0} e {1}"
21
+ :end: "{0} e {1}"
22
22
  :middle: "{0}, {1}"
23
23
  :start: "{0}, {1}"
@@ -5,7 +5,7 @@
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
10
  :one: "{0} {1}"
11
11
  :other: "{0} {1}"
@@ -14,31 +14,79 @@
14
14
  :patterns:
15
15
  :default: "#,##0.###"
16
16
  :long:
17
- 1000: "0 mil"
18
- 10000: "00 mil"
19
- 100000: "000 mil"
20
- 1000000: "0 millóns"
21
- 10000000: "00 millóns"
22
- 100000000: "000 millóns"
23
- 1000000000: "0 mil millóns"
24
- 10000000000: "00 mil millóns"
25
- 100000000000: "000 mil millóns"
26
- 1000000000000: "0 billóns"
27
- 10000000000000: "00 billóns"
28
- 100000000000000: "000 billóns"
17
+ 1000:
18
+ :one: "0 mil"
19
+ :other: "0 mil"
20
+ 10000:
21
+ :one: "00 mil"
22
+ :other: "00 mil"
23
+ 100000:
24
+ :one: "000 mil"
25
+ :other: "000 mil"
26
+ 1000000:
27
+ :one: "0 millón"
28
+ :other: "0 millóns"
29
+ 10000000:
30
+ :one: "00 millóns"
31
+ :other: "00 millóns"
32
+ 100000000:
33
+ :one: "000 millóns"
34
+ :other: "000 millóns"
35
+ 1000000000:
36
+ :one: "0 mil millóns"
37
+ :other: "0 mil millóns"
38
+ 10000000000:
39
+ :one: "00 mil millóns"
40
+ :other: "00 mil millóns"
41
+ 100000000000:
42
+ :one: "000 mil millóns"
43
+ :other: "000 mil millóns"
44
+ 1000000000000:
45
+ :one: "0 billóns"
46
+ :other: "0 billóns"
47
+ 10000000000000:
48
+ :one: "00 billóns"
49
+ :other: "00 billóns"
50
+ 100000000000000:
51
+ :one: "000 billóns"
52
+ :other: "000 billóns"
29
53
  :short:
30
- 1000: "0K"
31
- 10000: "00K"
32
- 100000: "000K"
33
- 1000000: "0M"
34
- 10000000: "00M"
35
- 100000000: "000M"
36
- 1000000000: "0k M"
37
- 10000000000: "00k M"
38
- 100000000000: "000k M"
39
- 1000000000000: "0 B"
40
- 10000000000000: "00 B"
41
- 100000000000000: "000 B"
54
+ 1000:
55
+ :one: "0K"
56
+ :other: "0K"
57
+ 10000:
58
+ :one: "00K"
59
+ :other: "00K"
60
+ 100000:
61
+ :one: "000K"
62
+ :other: "000K"
63
+ 1000000:
64
+ :one: "0M"
65
+ :other: "0M"
66
+ 10000000:
67
+ :one: "00M"
68
+ :other: "00M"
69
+ 100000000:
70
+ :one: "000M"
71
+ :other: "000M"
72
+ 1000000000:
73
+ :one: "0k M"
74
+ :other: "0k M"
75
+ 10000000000:
76
+ :one: "00k M"
77
+ :other: "00k M"
78
+ 100000000000:
79
+ :one: "000k M"
80
+ :other: "000k M"
81
+ 1000000000000:
82
+ :one: "0 B"
83
+ :other: "0 B"
84
+ 10000000000000:
85
+ :one: "00 B"
86
+ :other: "00 B"
87
+ 100000000000000:
88
+ :one: "000 B"
89
+ :other: "000 B"
42
90
  :percent:
43
91
  :number_system: "latn"
44
92
  :patterns:
@@ -60,3 +108,4 @@
60
108
  :percent_sign: "%"
61
109
  :plus_sign: "+"
62
110
  :superscripting_exponent: "×"
111
+ :time_separator: ":"
@@ -0,0 +1,7 @@
1
+ ---
2
+ :gl:
3
+ :cardinal:
4
+ :one: "i = 1 and v = 0 @integer 1"
5
+ :other: " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
6
+ :ordinal:
7
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,5 +1,14 @@
1
1
  ---
2
- :gl: ! '{ :''gl'' => { :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 == 1 && ((v = n.to_s.split(".")[1]) ? v.length : 0) == 0) ? :one :
5
- :other } } } } }'
2
+ :gl:
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 == 1 && v ==
6
+ 0) ? :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); :other }
13
+ :names:
14
+ - :other
@@ -83,7 +83,7 @@
83
83
  :fo: "Illas Feroe"
84
84
  :fr: "Francia"
85
85
  :ga: "Gabón"
86
- :gb: "Reino Unido"
86
+ :gb: "RU"
87
87
  :gd: "Granada"
88
88
  :ge: "Xeorxia"
89
89
  :gf: "Güiana Francesa"
@@ -243,7 +243,7 @@
243
243
  :ua: "Ucraína"
244
244
  :ug: "Uganda"
245
245
  :um: "Illas Menores Distantes dos EUA."
246
- :us: "Estados Unidos de América"
246
+ :us: "EUA"
247
247
  :uy: "Uruguai"
248
248
  :uz: "Uzbekistán"
249
249
  :va: "Cidade do Vaticano"
@@ -3,6 +3,7 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
+ :E: "ccc"
6
7
  :EHm: "E H:mm"
7
8
  :EHms: "E H:mm:ss"
8
9
  :Ed: "E ה-d"
@@ -16,11 +17,11 @@
16
17
  :Hm: "HH:mm"
17
18
  :Hms: "HH:mm:ss"
18
19
  :M: "L"
19
- :MEd: "E, d/M"
20
+ :MEd: "E, d.M"
20
21
  :MMM: "LLL"
21
22
  :MMMEd: "E, d בMMM"
22
23
  :MMMd: "d בMMM"
23
- :Md: "d/M"
24
+ :Md: "d.M"
24
25
  :d: "d"
25
26
  :h: "‏h a"
26
27
  :hm: "h:mm a"
@@ -29,15 +30,15 @@
29
30
  ? !ruby/symbol "y"
30
31
  : "y"
31
32
  :yM: "M.y"
32
- :yMEd: "E, d/M/y"
33
- :yMM: "MM/y"
33
+ :yMEd: "E, d.M.y"
34
+ :yMM: "M.y"
34
35
  :yMMM: "MMM y"
35
36
  :yMMMEd: "E, d בMMM y"
36
37
  :yMMMM: "MMMM y"
37
38
  :yMMMd: "d בMMM y"
38
39
  :yMd: "d.M.y"
39
- :yQQQ: "y QQQ"
40
- :yQQQQ: "y QQQQ"
40
+ :yQQQ: "QQQ y"
41
+ :yQQQQ: "QQQQ y"
41
42
  :days:
42
43
  :format:
43
44
  :abbreviated:
@@ -73,7 +74,14 @@
73
74
  :tue: "יום שלישי"
74
75
  :wed: "יום רביעי"
75
76
  :stand-alone:
76
- :abbreviated: :calendars.gregorian.days.format.abbreviated
77
+ :abbreviated:
78
+ :fri: "יום ו׳"
79
+ :mon: "יום ב׳"
80
+ :sat: "שבת"
81
+ :sun: "יום א׳"
82
+ :thu: "יום ה׳"
83
+ :tue: "יום ג׳"
84
+ :wed: "יום ד׳"
77
85
  :narrow:
78
86
  :fri: "ו׳"
79
87
  :mon: "ב׳"
@@ -100,25 +108,41 @@
100
108
  :wed: "יום רביעי"
101
109
  :eras:
102
110
  :abbr:
103
- 0: "BCE"
104
- 1: "CE"
111
+ 0: "לפנה״ס"
112
+ 1: "לספירה"
105
113
  :name:
106
- 0: "לפני הספירה"
114
+ 0: "לפנה״ס"
107
115
  1: "לספירה"
108
116
  :narrow:
109
- 0: "B"
110
- 1: "A"
117
+ 0: ""
111
118
  :fields:
112
119
  :day: "יום"
120
+ :day-narrow: "יום"
121
+ :day-short: "יום"
113
122
  :dayperiod: "לפנה״צ/אחה״צ"
114
123
  :era: "תקופה"
115
124
  :hour: "שעה"
125
+ :hour-narrow: "שע׳"
126
+ :hour-short: "שעה"
116
127
  :minute: "דקה"
128
+ :minute-narrow: "דק׳"
129
+ :minute-short: "דק׳"
117
130
  :month: "חודש"
131
+ :month-narrow: "חו׳"
132
+ :month-short: "חו׳"
133
+ :quarter: "רבעון"
134
+ :quarter-narrow: "רבע׳"
135
+ :quarter-short: "רבע׳"
118
136
  :second: "שנייה"
137
+ :second-narrow: "שנ׳"
138
+ :second-short: "שנ׳"
119
139
  :week: "שבוע"
140
+ :week-narrow: "שב׳"
141
+ :week-short: "שב׳"
120
142
  :weekday: "יום בשבוע"
121
143
  :year: "שנה"
144
+ :year-narrow: "שנ׳"
145
+ :year-short: "שנ׳"
122
146
  :zone: "אזור"
123
147
  :formats:
124
148
  :date:
@@ -129,7 +153,7 @@
129
153
  :medium:
130
154
  :pattern: "d בMMM y"
131
155
  :short:
132
- :pattern: "dd/MM/yy"
156
+ :pattern: "d.M.y"
133
157
  :datetime:
134
158
  :full:
135
159
  :pattern: "{{date}} בשעה {{time}}"
@@ -151,18 +175,18 @@
151
175
  :months:
152
176
  :format:
153
177
  :abbreviated:
154
- 1: "ינו"
155
- 10: "אוק"
156
- 11: "נוב"
157
- 12: "דצמ"
158
- 2: "פבר"
178
+ 1: "ינו׳"
179
+ 10: "אוק׳"
180
+ 11: "נוב׳"
181
+ 12: "דצמ׳"
182
+ 2: "פבר׳"
159
183
  3: "מרץ"
160
- 4: "אפר"
184
+ 4: "אפר׳"
161
185
  5: "מאי"
162
- 6: "יונ"
163
- 7: "יול"
164
- 8: "אוג"
165
- 9: "ספט"
186
+ 6: "יוני"
187
+ 7: "יולי"
188
+ 8: "אוג׳"
189
+ 9: "ספט׳"
166
190
  :narrow:
167
191
  1: 1
168
192
  10: 10
@@ -199,8 +223,8 @@
199
223
  3: "מרץ"
200
224
  4: "אפר׳"
201
225
  5: "מאי"
202
- 6: "יונ׳"
203
- 7: "יול׳"
226
+ 6: "יוני"
227
+ 7: "יולי"
204
228
  8: "אוג׳"
205
229
  9: "ספט׳"
206
230
  :narrow:
@@ -233,16 +257,13 @@
233
257
  :format:
234
258
  :abbreviated: :calendars.gregorian.dayPeriods.format.wide
235
259
  :narrow:
236
- :am: "a"
237
- :noon: "n"
238
- :pm: "p"
260
+ :am: "לפנה״צ"
261
+ :noon: "בצהריים"
262
+ :pm: "אחה״צ"
239
263
  :wide:
240
264
  :am: "לפנה״צ"
241
- :noon: "noon"
265
+ :noon: "בצהריים"
242
266
  :pm: "אחה״צ"
243
- :variant:
244
- :am: "a.m."
245
- :pm: "p.m."
246
267
  :stand-alone: {}
247
268
  :quarters:
248
269
  :format:
@@ -3,185 +3,179 @@
3
3
  :currencies:
4
4
  :ADP:
5
5
  :one: "פזטה אנדורית"
6
- :other: "Andorran pesetas"
7
6
  :AED:
7
+ :many: "דירהם של איחוד הנסיכויות הערביות"
8
8
  :one: "דירהם של איחוד הנסיכויות הערביות"
9
- :other: "UAE dirhams"
10
- :AFA:
11
- :one: "Afghan afghani (1927–2002)"
12
- :other: "Afghan afghanis (1927–2002)"
9
+ :other: "דירהם של איחוד הנסיכויות הערביות"
10
+ :symbol: "AED"
11
+ :two: "דירהם של איחוד הנסיכויות הערביות"
13
12
  :AFN:
13
+ :many: "אפגני אפגני"
14
14
  :one: "אפגני אפגני"
15
- :other: "Afghan Afghanis"
16
- :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
15
+ :other: "אפגני אפגני"
16
+ :symbol: "AFN"
17
+ :two: "אפגני אפגני"
19
18
  :ALL:
19
+ :many: "לק אלבני"
20
20
  :one: "לק אלבני"
21
- :other: "Albanian lekë"
21
+ :other: "לק אלבני"
22
+ :symbol: "ALL"
23
+ :two: "לק אלבני"
22
24
  :AMD:
25
+ :many: "דראם ארמני"
23
26
  :one: "דראם ארמני"
24
- :other: "Armenian drams"
27
+ :other: "דראם ארמני"
28
+ :symbol: "AMD"
29
+ :two: "דראם ארמני"
25
30
  :ANG:
26
- :one: "גילדן של האנטילים ההולנדיים"
27
- :other: "Netherlands Antillean guilders"
31
+ :many: "גילדר של האנטילים ההולנדיים"
32
+ :one: "גילדר של האנטילים ההולנדיים"
33
+ :other: "גילדר של האנטילים ההולנדיים"
34
+ :symbol: "ANG"
35
+ :two: "גילדר של האנטילים ההולנדיים"
28
36
  :AOA:
37
+ :many: "קואנזה אנגולי"
29
38
  :one: "קואנזה אנגולי"
30
- :other: "Angolan kwanzas"
31
- :AOK:
32
- :one: "Angolan kwanza (1977–1991)"
33
- :other: "Angolan kwanzas (1977–1991)"
39
+ :other: "קואנזה אנגולי"
40
+ :symbol: "AOA"
41
+ :two: "קואנזה אנגולי"
34
42
  :AON:
35
43
  :one: "קואנזה חדש אנגולי (1990–2000)"
36
- :other: "Angolan new kwanzas (1990–2000)"
37
44
  :AOR:
38
45
  :one: "קואנזה רג׳וסטדו אנגולי (1995–1999)"
39
- :other: "Angolan readjusted kwanzas (1995–1999)"
40
- :ARA:
41
- :one: "Argentine austral"
42
- :other: "Argentine australs"
43
- :ARL:
44
- :one: "Argentine peso ley (1970–1983)"
45
- :other: "Argentine pesos ley (1970–1983)"
46
- :ARM:
47
- :one: "Argentine peso (1881–1970)"
48
- :other: "Argentine pesos (1881–1970)"
49
46
  :ARP:
50
47
  :one: "פזו ארגנטינאי (1983–1985)"
51
- :other: "Argentine pesos (1983–1985)"
52
48
  :ARS:
53
- :one: "פזו ארגנטינאי"
54
- :other: "Argentine pesos"
55
- :symbol: "$"
49
+ :many: "פסו ארגנטינאי"
50
+ :one: "פסו ארגנטינאי"
51
+ :other: "פסו ארגנטינאי"
52
+ :symbol: "ARS"
53
+ :two: "פסו ארגנטינאי"
56
54
  :ATS:
57
55
  :one: "שילינג אוסטרי"
58
- :other: "Austrian schillings"
59
56
  :AUD:
57
+ :many: "דולר אוסטרלי"
60
58
  :one: "דולר אוסטרלי"
61
- :other: "Australian dollars"
59
+ :other: "דולר אוסטרלי"
62
60
  :symbol: "A$"
61
+ :two: "דולר אוסטרלי"
63
62
  :AWG:
63
+ :many: "פלורין של ארובה"
64
64
  :one: "פלורין של ארובה"
65
- :other: "Aruban florin"
65
+ :other: "פלורין של ארובה"
66
+ :symbol: "AWG"
67
+ :two: "פלורין של ארובה"
66
68
  :AZM:
67
69
  :one: "מנאט אזרביג׳אני (1993–2006)"
68
- :other: "Azerbaijani manats (1993–2006)"
69
70
  :AZN:
71
+ :many: "מאנאט אזרביג׳ני"
70
72
  :one: "מאנאט אזרביג׳ני"
71
- :other: "Azerbaijani manats"
73
+ :other: "מאנאט אזרביג׳ני"
74
+ :symbol: "AZN"
75
+ :two: "מאנאט אזרביג׳ני"
72
76
  :BAD:
73
77
  :one: "דינר של בוסניה־הרצגובינה"
74
- :other: "Bosnia-Herzegovina dinars (1992–1994)"
75
78
  :BAM:
79
+ :many: "מארק בר המרה של בוסניה־הרצגובינה"
76
80
  :one: "מארק בר המרה של בוסניה־הרצגובינה"
77
- :other: "Bosnia-Herzegovina convertible marks"
78
- :BAN:
79
- :one: "Bosnia-Herzegovina new dinar (1994–1997)"
80
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
81
+ :other: "מארק בר המרה של בוסניה־הרצגובינה"
82
+ :symbol: "BAM"
83
+ :two: "מארק בר המרה של בוסניה־הרצגובינה"
81
84
  :BBD:
85
+ :many: "דולר ברבדיאני"
82
86
  :one: "דולר ברבדיאני"
83
- :other: "Barbadian dollars"
84
- :symbol: "$"
87
+ :other: "דולר ברבדיאני"
88
+ :symbol: "BBD"
89
+ :two: "דולר ברבדיאני"
85
90
  :BDT:
91
+ :many: "טאקה בנגלדשי"
86
92
  :one: "טאקה בנגלדשי"
87
- :other: "Bangladeshi takas"
88
- :symbol: ""
93
+ :other: "טאקה בנגלדשי"
94
+ :symbol: "BDT"
95
+ :two: "טאקה בנגלדשי"
89
96
  :BEC:
90
97
  :one: "פרנק בלגי (בר המרה)"
91
- :other: "Belgian francs (convertible)"
92
98
  :BEF:
93
99
  :one: "פרנק בלגי"
94
- :other: "Belgian francs"
95
- :BEL:
96
- :one: "Belgian franc (financial)"
97
- :other: "Belgian francs (financial)"
98
100
  :BGL:
99
101
  :one: "לב בולגרי ישן"
100
- :other: "Bulgarian hard leva"
101
- :BGM:
102
- :one: "Bulgarian socialist lev"
103
- :other: "Bulgarian socialist leva"
104
102
  :BGN:
103
+ :many: "לב בולגרי"
105
104
  :one: "לב בולגרי"
106
- :other: "Bulgarian leva"
107
- :BGO:
108
- :one: "Bulgarian lev (1879–1952)"
109
- :other: "Bulgarian leva (1879–1952)"
105
+ :other: "לב בולגרי"
106
+ :symbol: "BGN"
107
+ :two: "לב בולגרי"
110
108
  :BHD:
109
+ :many: "דינר בחרייני"
111
110
  :one: "דינר בחרייני"
112
- :other: "Bahraini dinars"
111
+ :other: "דינר בחרייני"
112
+ :symbol: "BHD"
113
+ :two: "דינר בחרייני"
113
114
  :BIF:
115
+ :many: "פרנק בורונדי"
114
116
  :one: "פרנק בורונדי"
115
- :other: "Burundian francs"
117
+ :other: "פרנק בורונדי"
118
+ :symbol: "BIF"
119
+ :two: "פרנק בורונדי"
116
120
  :BMD:
117
121
  :many: "דולר ברמודה"
118
122
  :one: "דולר ברמודה"
119
123
  :other: "דולר ברמודה"
120
- :symbol: "$"
124
+ :symbol: "BMD"
121
125
  :two: "דולר ברמודה"
122
126
  :BND:
127
+ :many: "דולר ברוניי"
123
128
  :one: "דולר ברוניי"
124
- :other: "Brunei dollars"
125
- :symbol: "$"
129
+ :other: "דולר ברוניי"
130
+ :symbol: "BND"
131
+ :two: "דולר ברוניי"
126
132
  :BOB:
133
+ :many: "בוליביאנו"
127
134
  :one: "בוליביאנו"
128
- :other: "Bolivian bolivianos"
129
- :BOL:
130
- :one: "Bolivian boliviano (1863–1963)"
131
- :other: "Bolivian bolivianos (1863–1963)"
135
+ :other: "בוליביאנו"
136
+ :symbol: "BOB"
137
+ :two: "בוליביאנו"
132
138
  :BOP:
133
139
  :one: "פזו בוליבי"
134
- :other: "Bolivian pesos"
135
- :BOV:
136
- :one: "Bolivian mvdol"
137
- :other: "Bolivian mvdols"
138
140
  :BRB:
139
141
  :one: "קרוזיארו חדש ברזילאי (1967–1986)"
140
- :other: "Brazilian new cruzeiros (1967–1986)"
141
142
  :BRC:
142
143
  :one: "קרוזדו ברזילאי"
143
- :other: "Brazilian cruzados (1986–1989)"
144
- :BRE:
145
- :one: "Brazilian cruzeiro (1990–1993)"
146
- :other: "Brazilian cruzeiros (1990–1993)"
147
144
  :BRL:
145
+ :many: "ריאל ברזילאי"
148
146
  :one: "ריאל ברזילאי"
149
- :other: "Brazilian reals"
147
+ :other: "ריאל ברזילאי"
150
148
  :symbol: "R$"
151
- :BRN:
152
- :one: "Brazilian new cruzado (1989–1990)"
153
- :other: "Brazilian new cruzados (1989–1990)"
154
- :BRR:
155
- :one: "Brazilian cruzeiro (1993–1994)"
156
- :other: "Brazilian cruzeiros (1993–1994)"
157
- :BRZ:
158
- :one: "Brazilian cruzeiro (1942–1967)"
159
- :other: "Brazilian cruzeiros (1942–1967)"
149
+ :two: "ריאל ברזילאי"
160
150
  :BSD:
151
+ :many: "דולר בהאמי"
161
152
  :one: "דולר בהאמי"
162
- :other: "Bahamian dollars"
163
- :symbol: "$"
153
+ :other: "דולר בהאמי"
154
+ :symbol: "BSD"
155
+ :two: "דולר בהאמי"
164
156
  :BTN:
157
+ :many: "נגולטרום בהוטני"
165
158
  :one: "נגולטרום בהוטני"
166
- :other: "Bhutanese ngultrums"
167
- :BUK:
168
- :one: "Burmese kyat"
169
- :other: "Burmese kyats"
159
+ :other: "נגולטרום בהוטני"
160
+ :symbol: "BTN"
161
+ :two: "נגולטרום בהוטני"
170
162
  :BWP:
163
+ :many: "פולה בוצוואני"
171
164
  :one: "פולה בוצוואני"
172
- :other: "Botswanan pulas"
173
- :BYB:
174
- :one: "Belarusian new ruble (1994–1999)"
175
- :other: "Belarusian new rubles (1994–1999)"
165
+ :other: "פולה בוצוואני"
166
+ :symbol: "BWP"
167
+ :two: "פולה בוצוואני"
176
168
  :BYR:
169
+ :many: "רובל בלרוסי"
177
170
  :one: "רובל בלרוסי"
178
- :other: "Belarusian rubles"
179
- :symbol: "р."
171
+ :other: "רובל בלרוסי"
172
+ :symbol: "BYR"
173
+ :two: "רובל בלרוסי"
180
174
  :BZD:
181
175
  :many: "דולר בליזי"
182
176
  :one: "דולר בליזי"
183
177
  :other: "דולר בליזי"
184
- :symbol: "$"
178
+ :symbol: "BZD"
185
179
  :two: "דולר בליזי"
186
180
  :CAD:
187
181
  :many: "דולר קנדי"
@@ -190,222 +184,241 @@
190
184
  :symbol: "CA$"
191
185
  :two: "דולר קנדי"
192
186
  :CDF:
187
+ :many: "פרנק קונגולזי"
193
188
  :one: "פרנק קונגולזי"
194
- :other: "Congolese francs"
195
- :CHE:
196
- :one: "WIR euro"
197
- :other: "WIR euros"
189
+ :other: "פרנק קונגולזי"
190
+ :symbol: "CDF"
191
+ :two: "פרנק קונגולזי"
198
192
  :CHF:
193
+ :many: "פרנק שוויצרי"
199
194
  :one: "פרנק שוויצרי"
200
- :other: "Swiss francs"
201
- :CHW:
202
- :one: "WIR franc"
203
- :other: "WIR francs"
204
- :CLE:
205
- :one: "Chilean escudo"
206
- :other: "Chilean escudos"
207
- :CLF:
208
- :one: "Chilean unit of account (UF)"
209
- :other: "Chilean units of account (UF)"
195
+ :other: "פרנק שוויצרי"
196
+ :symbol: "CHF"
197
+ :two: "פרנק שוויצרי"
210
198
  :CLP:
211
- :one: "פזו צ׳ילאני"
212
- :other: "Chilean pesos"
213
- :symbol: "$"
214
- :CNX:
215
- :one: "Chinese People’s Bank dollar"
216
- :other: "Chinese People’s Bank dollars"
199
+ :many: "פסו צ׳ילאני"
200
+ :one: "פסו צ׳ילאני"
201
+ :other: "פסו צ׳ילאני"
202
+ :symbol: "CLP"
203
+ :two: "פסו צ׳ילאני"
217
204
  :CNY:
218
- :many: "יואן רנמינבי סיני"
219
- :one: "יואן רנמינבי סיני"
220
- :other: "יואן רנמינבי סיני"
205
+ :many: "יואן סיני"
206
+ :one: "יואן סיני"
207
+ :other: "יואן סיני"
221
208
  :symbol: "CN¥"
222
- :two: "יואן רנמינבי סיני"
209
+ :two: "יואן סיני"
223
210
  :COP:
224
- :one: "פזו קולומביאני"
225
- :other: "Colombian pesos"
226
- :symbol: "$"
227
- :COU:
228
- :one: "Colombian real value unit"
229
- :other: "Colombian real value units"
211
+ :many: "פסו קולומביאני"
212
+ :one: "פסו קולומביאני"
213
+ :other: "פסו קולומביאני"
214
+ :symbol: "COP"
215
+ :two: "פסו קולומביאני"
230
216
  :CRC:
231
217
  :many: "קולון קוסטה־ריקני"
232
218
  :one: "קולון קוסטה־ריקני"
233
219
  :other: "קולון קוסטה־ריקני"
234
- :symbol: ""
220
+ :symbol: "CRC"
235
221
  :two: "קולון קוסטה־ריקני"
236
222
  :CSD:
237
223
  :one: "דינר סרבי ישן"
238
- :other: "Serbian dinars (2002–2006)"
239
- :CSK:
240
- :one: "Czechoslovak hard koruna"
241
- :other: "Czechoslovak hard korunas"
242
224
  :CUC:
225
+ :many: "פזו קובני להמרה"
243
226
  :one: "פזו קובני להמרה"
244
- :other: "Cuban convertible pesos"
227
+ :other: "פזו קובני להמרה"
228
+ :symbol: "CUC"
229
+ :two: "פזו קובני להמרה"
245
230
  :CUP:
231
+ :many: "פזו קובני"
246
232
  :one: "פזו קובני"
247
- :other: "Cuban pesos"
248
- :symbol: "$"
233
+ :other: "פזו קובני"
234
+ :symbol: "CUP"
235
+ :two: "פזו קובני"
249
236
  :CVE:
237
+ :many: "אסקודו כף ורדה"
250
238
  :one: "אסקודו כף ורדה"
251
- :other: "Cape Verdean escudos"
239
+ :other: "אסקודו כף ורדה"
240
+ :symbol: "CVE"
241
+ :two: "אסקודו כף ורדה"
252
242
  :CYP:
253
243
  :one: "לירה קפריסאית"
254
- :other: "Cypriot pounds"
255
244
  :CZK:
245
+ :many: "קורונה צ׳כית"
256
246
  :one: "קורונה צ׳כית"
257
- :other: "Czech Republic korunas"
247
+ :other: "קורונה צ׳כית"
248
+ :symbol: "CZK"
249
+ :two: "קורונה צ׳כית"
258
250
  :DDM:
259
251
  :one: "מרק מזרח גרמני"
260
- :other: "East German marks"
261
252
  :DEM:
262
253
  :one: "מרק גרמני"
263
- :other: "German marks"
264
254
  :DJF:
255
+ :many: "פרנק ג׳יבוטי"
265
256
  :one: "פרנק ג׳יבוטי"
266
- :other: "Djiboutian francs"
257
+ :other: "פרנק ג׳יבוטי"
258
+ :symbol: "DJF"
259
+ :two: "פרנק ג׳יבוטי"
267
260
  :DKK:
261
+ :many: "כתר דני"
268
262
  :one: "כתר דני"
269
- :other: "Danish kroner"
263
+ :other: "כתר דני"
264
+ :symbol: "DKK"
265
+ :two: "כתר דני"
270
266
  :DOP:
267
+ :many: "פזו דומיניקני"
271
268
  :one: "פזו דומיניקני"
272
- :other: "Dominican pesos"
273
- :symbol: "$"
269
+ :other: "פזו דומיניקני"
270
+ :symbol: "DOP"
271
+ :two: "פזו דומיניקני"
274
272
  :DZD:
273
+ :many: "דינר אלג׳ירי"
275
274
  :one: "דינר אלג׳ירי"
276
- :other: "Algerian dinars"
275
+ :other: "דינר אלג׳ירי"
276
+ :symbol: "DZD"
277
+ :two: "דינר אלג׳ירי"
277
278
  :ECS:
278
279
  :one: "סוקר אקואדורי"
279
- :other: "Ecuadorian sucres"
280
- :ECV:
281
- :one: "Ecuadorian unit of constant value"
282
- :other: "Ecuadorian units of constant value"
283
280
  :EEK:
284
281
  :one: "קרון אסטוני"
285
- :other: "Estonian kroons"
286
282
  :EGP:
287
- :one: "לירה מיצרית"
288
- :other: "Egyptian pounds"
283
+ :many: "לירה מצרית"
284
+ :one: "לירה מצרית"
285
+ :other: "לירה מצרית"
286
+ :symbol: "EGP"
287
+ :two: "לירה מצרית"
289
288
  :ERN:
289
+ :many: "נאקפה אריתראי"
290
290
  :one: "נאקפה אריתראי"
291
- :other: "Eritrean nakfas"
291
+ :other: "נאקפה אריתראי"
292
+ :symbol: "ERN"
293
+ :two: "נאקפה אריתראי"
292
294
  :ESA:
293
295
  :one: "פזטה [ESA]"
294
- :other: "Spanish pesetas (A account)"
295
296
  :ESB:
296
297
  :one: "פזטה [ESB]"
297
- :other: "Spanish pesetas (convertible account)"
298
298
  :ESP:
299
299
  :one: "פסטה ספרדי"
300
- :other: "Spanish pesetas"
301
300
  :symbol: "₧"
302
301
  :ETB:
302
+ :many: "ביר אתיופי"
303
303
  :one: "ביר אתיופי"
304
- :other: "Ethiopian birrs"
304
+ :other: "ביר אתיופי"
305
+ :symbol: "ETB"
306
+ :two: "ביר אתיופי"
305
307
  :EUR:
308
+ :many: "אירו"
306
309
  :one: "אירו"
307
- :other: "euros"
310
+ :other: "אירו"
308
311
  :symbol: "€"
312
+ :two: "אירו"
309
313
  :FIM:
310
314
  :one: "מרק פיני"
311
- :other: "Finnish markkas"
312
315
  :FJD:
316
+ :many: "דולר פיג׳י"
313
317
  :one: "דולר פיג׳י"
314
- :other: "Fijian dollars"
315
- :symbol: "$"
318
+ :other: "דולר פיג׳י"
319
+ :symbol: "FJD"
320
+ :two: "דולר פיג׳י"
316
321
  :FKP:
322
+ :many: "לירה של איי פוקלנד"
317
323
  :one: "לירה של איי פוקלנד"
318
- :other: "Falkland Islands pounds"
324
+ :other: "לירה של איי פוקלנד"
325
+ :symbol: "FKP"
326
+ :two: "לירה של איי פוקלנד"
319
327
  :FRF:
320
328
  :one: "פרנק צרפתי"
321
- :other: "French francs"
322
329
  :GBP:
330
+ :many: "לירה שטרלינג"
323
331
  :one: "לירה שטרלינג"
324
- :other: "British pounds sterling"
332
+ :other: "לירה שטרלינג"
325
333
  :symbol: "£"
326
- :GEK:
327
- :one: "Georgian kupon larit"
328
- :other: "Georgian kupon larits"
334
+ :two: "לירה שטרלינג"
329
335
  :GEL:
336
+ :many: "לרי גאורגי"
330
337
  :one: "לרי גאורגי"
331
- :other: "Georgian laris"
332
- :GHC:
333
- :one: "Ghanaian cedi (1979–2007)"
334
- :other: "Ghanaian cedis (1979–2007)"
338
+ :other: "לרי גאורגי"
339
+ :symbol: "GEL"
340
+ :two: "לרי גאורגי"
335
341
  :GHS:
342
+ :many: "סדי גאני"
336
343
  :one: "סדי גאני"
337
- :other: "Ghanaian cedis"
338
- :symbol: ""
344
+ :other: "סדי גאני"
345
+ :symbol: "GHS"
346
+ :two: "סדי גאני"
339
347
  :GIP:
348
+ :many: "פאונד גיברלטר"
340
349
  :one: "פאונד גיברלטר"
341
- :other: "Gibraltar pounds"
342
- :symbol: "£"
350
+ :other: "פאונד גיברלטר"
351
+ :symbol: "GIP"
352
+ :two: "פאונד גיברלטר"
343
353
  :GMD:
354
+ :many: "דלאסי גמבי"
344
355
  :one: "דלאסי גמבי"
345
- :other: "Gambian dalasis"
356
+ :other: "דלאסי גמבי"
357
+ :symbol: "GMD"
358
+ :two: "דלאסי גמבי"
346
359
  :GNF:
360
+ :many: "פרנק גינאי"
347
361
  :one: "פרנק גינאי"
348
- :other: "Guinean francs"
349
- :GNS:
350
- :one: "Guinean syli"
351
- :other: "Guinean sylis"
352
- :GQE:
353
- :one: "Equatorial Guinean ekwele"
354
- :other: "Equatorial Guinean ekwele"
362
+ :other: "פרנק גינאי"
363
+ :symbol: "GNF"
364
+ :two: "פרנק גינאי"
355
365
  :GRD:
356
366
  :one: "דרכמה"
357
- :other: "Greek drachmas"
358
367
  :GTQ:
359
368
  :many: "קצל גואטמלי"
360
369
  :one: "קצל גואטמלי"
361
370
  :other: "קצל גואטמלי"
371
+ :symbol: "GTQ"
362
372
  :two: "קצל גואטמלי"
363
- :GWE:
364
- :one: "Portuguese Guinea escudo"
365
- :other: "Portuguese Guinea escudos"
366
373
  :GWP:
367
374
  :one: "פזו גינאי"
368
- :other: "Guinea-Bissau pesos"
369
375
  :GYD:
376
+ :many: "דולר גיאני"
370
377
  :one: "דולר גיאני"
371
- :other: "Guyanaese dollars"
372
- :symbol: "$"
378
+ :other: "דולר גיאני"
379
+ :symbol: "GYD"
380
+ :two: "דולר גיאני"
373
381
  :HKD:
382
+ :many: "דולר הונג קונגי"
374
383
  :one: "דולר הונג קונגי"
375
- :other: "Hong Kong dollars"
384
+ :other: "דולר הונג קונגי"
376
385
  :symbol: "HK$"
386
+ :two: "דולר הונג קונגי"
377
387
  :HNL:
378
388
  :many: "למפירה הונדורי"
379
389
  :one: "למפירה הונדורי"
380
390
  :other: "למפירה הונדורי"
391
+ :symbol: "HNL"
381
392
  :two: "למפירה הונדורי"
382
- :HRD:
383
- :one: "Croatian dinar"
384
- :other: "Croatian dinars"
385
393
  :HRK:
394
+ :many: "קונה קרואטי"
386
395
  :one: "קונה קרואטי"
387
- :other: "Croatian kunas"
396
+ :other: "קונה קרואטי"
397
+ :symbol: "HRK"
398
+ :two: "קונה קרואטי"
388
399
  :HTG:
389
- :one: "גארד האיטי"
390
- :other: "Haitian gourdes"
400
+ :many: "גורד האיטי"
401
+ :one: "גורד האיטי"
402
+ :other: "גורד האיטי"
403
+ :symbol: "HTG"
404
+ :two: "גורד האיטי"
391
405
  :HUF:
406
+ :many: "פורינט הונגרי"
392
407
  :one: "פורינט הונגרי"
393
- :other: "Hungarian forints"
408
+ :other: "פורינט הונגרי"
409
+ :symbol: "HUF"
410
+ :two: "פורינט הונגרי"
394
411
  :IDR:
395
412
  :many: "רופיה אינדונזית"
396
413
  :one: "רופיה אינדונזית"
397
414
  :other: "רופיה אינדונזית"
415
+ :symbol: "IDR"
398
416
  :two: "רופיה אינדונזית"
399
417
  :IEP:
400
418
  :one: "לירה אירית"
401
- :other: "Irish pounds"
402
419
  :ILP:
403
420
  :one: "לירה ישראלית"
404
- :other: "Israeli pounds"
405
421
  :symbol: "ל״י"
406
- :ILR:
407
- :one: "Israeli sheqel (1980–1985)"
408
- :other: "Israeli sheqels (1980–1985)"
409
422
  :ILS:
410
423
  :many: "שקלים חדשים"
411
424
  :one: "שקלים חדשים"
@@ -413,176 +426,218 @@
413
426
  :symbol: "₪"
414
427
  :two: "שקלים חדשים"
415
428
  :INR:
416
- :many: "רופי הודית"
417
- :one: "רופי הודית"
418
- :other: "רופי הודית"
429
+ :many: "רופי הודי"
430
+ :one: "רופי הודי"
431
+ :other: "רופי הודי"
419
432
  :symbol: "₹"
420
- :two: "רופי הודית"
433
+ :two: "רופי הודי"
421
434
  :IQD:
435
+ :many: "דינר עירקי"
422
436
  :one: "דינר עירקי"
423
- :other: "Iraqi dinars"
437
+ :other: "דינר עירקי"
438
+ :symbol: "IQD"
439
+ :two: "דינר עירקי"
424
440
  :IRR:
441
+ :many: "ריאל איראני"
425
442
  :one: "ריאל איראני"
426
- :other: "Iranian rials"
427
- :ISJ:
428
- :one: "Icelandic króna (1918–1981)"
429
- :other: "Icelandic krónur (1918–1981)"
443
+ :other: "ריאל איראני"
444
+ :symbol: "IRR"
445
+ :two: "ריאל איראני"
430
446
  :ISK:
447
+ :many: "קרונה איסלנדית"
431
448
  :one: "קרונה איסלנדית"
432
- :other: "Icelandic krónur"
449
+ :other: "קרונה איסלנדית"
450
+ :symbol: "ISK"
451
+ :two: "קרונה איסלנדית"
433
452
  :ITL:
434
453
  :one: "לירה איטלקית"
435
- :other: "Italian liras"
436
454
  :JMD:
437
- :one: "דולר ג׳מאיקני"
438
- :other: "Jamaican dollars"
439
- :symbol: "$"
455
+ :many: "דולר ג׳מייקני"
456
+ :one: "דולר ג׳מייקני"
457
+ :other: "דולר ג׳מייקני"
458
+ :symbol: "JMD"
459
+ :two: "דולר ג׳מייקני"
440
460
  :JOD:
461
+ :many: "דינר ירדני"
441
462
  :one: "דינר ירדני"
442
- :other: "Jordanian dinars"
463
+ :other: "דינר ירדני"
464
+ :symbol: "JOD"
465
+ :two: "דינר ירדני"
443
466
  :JPY:
467
+ :many: "ין יפני"
444
468
  :one: "ין יפני"
445
- :other: "Japanese yen"
469
+ :other: "ין יפני"
446
470
  :symbol: "JP¥"
471
+ :two: "ין יפני"
447
472
  :KES:
473
+ :many: "שילינג קנייאתי"
448
474
  :one: "שילינג קנייאתי"
449
- :other: "Kenyan shillings"
475
+ :other: "שילינג קנייאתי"
476
+ :symbol: "KES"
477
+ :two: "שילינג קנייאתי"
450
478
  :KGS:
479
+ :many: "סום קירגיזי"
451
480
  :one: "סום קירגיזי"
452
- :other: "Kyrgystani soms"
481
+ :other: "סום קירגיזי"
482
+ :symbol: "KGS"
483
+ :two: "סום קירגיזי"
453
484
  :KHR:
485
+ :many: "ריל קמבודי"
454
486
  :one: "ריל קמבודי"
455
- :other: "Cambodian riels"
456
- :symbol: ""
487
+ :other: "ריל קמבודי"
488
+ :symbol: "KHR"
489
+ :two: "ריל קמבודי"
457
490
  :KMF:
491
+ :many: "פרנק קומורואי"
458
492
  :one: "פרנק קומורואי"
459
- :other: "Comorian francs"
493
+ :other: "פרנק קומורואי"
494
+ :symbol: "KMF"
495
+ :two: "פרנק קומורואי"
460
496
  :KPW:
461
- :one: "וון צפון קוראני"
462
- :other: "North Korean won"
463
- :KRH:
464
- :one: "South Korean hwan (1953–1962)"
465
- :other: "South Korean hwan (1953–1962)"
466
- :KRO:
467
- :one: "South Korean won (1945–1953)"
468
- :other: "South Korean won (1945–1953)"
497
+ :many: "וון צפון-קוריאני"
498
+ :one: "וון צפון-קוריאני"
499
+ :other: "וון צפון-קוריאני"
500
+ :symbol: "KPW"
501
+ :two: "וון צפון-קוריאני"
469
502
  :KRW:
470
- :one: "וון דרום קוראני"
471
- :other: "South Korean won"
503
+ :many: "וון דרום-קוריאני"
504
+ :one: "וון דרום-קוריאני"
505
+ :other: "וון דרום-קוריאני"
472
506
  :symbol: "₩"
507
+ :two: "וון דרום-קוריאני"
473
508
  :KWD:
509
+ :many: "דינר כוויתי"
474
510
  :one: "דינר כוויתי"
475
- :other: "Kuwaiti dinars"
511
+ :other: "דינר כוויתי"
512
+ :symbol: "KWD"
513
+ :two: "דינר כוויתי"
476
514
  :KYD:
515
+ :many: "דולר קיימאני"
477
516
  :one: "דולר קיימאני"
478
- :other: "Cayman Islands dollars"
479
- :symbol: "$"
517
+ :other: "דולר קיימאני"
518
+ :symbol: "KYD"
519
+ :two: "דולר קיימאני"
480
520
  :KZT:
521
+ :many: "טנגה קזחסטני"
481
522
  :one: "טנגה קזחסטני"
482
- :other: "Kazakhstani tenges"
483
- :symbol: ""
523
+ :other: "טנגה קזחסטני"
524
+ :symbol: "KZT"
525
+ :two: "טנגה קזחסטני"
484
526
  :LAK:
527
+ :many: "קיפ לאי"
485
528
  :one: "קיפ לאי"
486
- :other: "Laotian kips"
487
- :symbol: ""
529
+ :other: "קיפ לאי"
530
+ :symbol: "LAK"
531
+ :two: "קיפ לאי"
488
532
  :LBP:
533
+ :many: "לירה לבנונית"
489
534
  :one: "לירה לבנונית"
490
- :other: "Lebanese pounds"
535
+ :other: "לירה לבנונית"
536
+ :symbol: "LBP"
537
+ :two: "לירה לבנונית"
491
538
  :LKR:
539
+ :many: "רופי סרי לנקי"
492
540
  :one: "רופי סרי לנקי"
493
- :other: "Sri Lankan rupees"
541
+ :other: "רופי סרי לנקי"
542
+ :symbol: "LKR"
543
+ :two: "רופי סרי לנקי"
494
544
  :LRD:
545
+ :many: "דולר ליברי"
495
546
  :one: "דולר ליברי"
496
- :other: "Liberian dollars"
497
- :symbol: "$"
547
+ :other: "דולר ליברי"
548
+ :symbol: "LRD"
549
+ :two: "דולר ליברי"
498
550
  :LSL:
499
551
  :one: "לוטי לסותי"
500
- :other: "Lesotho lotis"
501
552
  :LTL:
553
+ :many: "ליטא ליטאי"
502
554
  :one: "ליטא ליטאי"
503
- :other: "Lithuanian litai"
504
- :LTT:
505
- :one: "Lithuanian talonas"
506
- :other: "Lithuanian talonases"
507
- :LUC:
508
- :one: "Luxembourgian convertible franc"
509
- :other: "Luxembourgian convertible francs"
555
+ :other: "ליטא ליטאי"
556
+ :symbol: "LTL"
557
+ :two: "ליטא ליטאי"
510
558
  :LUF:
511
559
  :one: "פרנק לוקסמבורגי"
512
- :other: "Luxembourgian francs"
513
- :LUL:
514
- :one: "Luxembourg financial franc"
515
- :other: "Luxembourg financial francs"
516
560
  :LVL:
517
561
  :one: "לט לטבי"
518
- :other: "Latvian lati"
519
- :LVR:
520
- :one: "Latvian ruble"
521
- :other: "Latvian rubles"
562
+ :symbol: "LVL"
522
563
  :LYD:
564
+ :many: "דינר לובי"
523
565
  :one: "דינר לובי"
524
- :other: "Libyan dinars"
566
+ :other: "דינר לובי"
567
+ :symbol: "LYD"
568
+ :two: "דינר לובי"
525
569
  :MAD:
570
+ :many: "דירהם מרוקאי"
526
571
  :one: "דירהם מרוקאי"
527
- :other: "Moroccan dirhams"
572
+ :other: "דירהם מרוקאי"
573
+ :symbol: "MAD"
574
+ :two: "דירהם מרוקאי"
528
575
  :MAF:
529
576
  :one: "פרנק מרוקאי"
530
- :other: "Moroccan francs"
531
- :MCF:
532
- :one: "Monegasque franc"
533
- :other: "Monegasque francs"
534
- :MDC:
535
- :one: "Moldovan cupon"
536
- :other: "Moldovan cupon"
537
577
  :MDL:
578
+ :many: "ליאו מולדובני"
538
579
  :one: "ליאו מולדובני"
539
- :other: "Moldovan lei"
580
+ :other: "ליאו מולדובני"
581
+ :symbol: "MDL"
582
+ :two: "ליאו מולדובני"
540
583
  :MGA:
584
+ :many: "אריארי מלגשי"
541
585
  :one: "אריארי מלגשי"
542
- :other: "Malagasy Ariaries"
586
+ :other: "אריארי מלגשי"
587
+ :symbol: "MGA"
588
+ :two: "אריארי מלגשי"
543
589
  :MGF:
544
590
  :one: "פרנק מדגסקארי"
545
- :other: "Malagasy francs"
546
591
  :MKD:
592
+ :many: "דינר מקדוני"
547
593
  :one: "דינר מקדוני"
548
- :other: "Macedonian denari"
549
- :MKN:
550
- :one: "Macedonian denar (1992–1993)"
551
- :other: "Macedonian denari (1992–1993)"
552
- :MLF:
553
- :one: "Malian franc"
554
- :other: "Malian francs"
594
+ :other: "דינר מקדוני"
595
+ :symbol: "MKD"
596
+ :two: "דינר מקדוני"
555
597
  :MMK:
598
+ :many: "קיאט מיאנמרי"
556
599
  :one: "קיאט מיאנמרי"
557
- :other: "Myanmar kyats"
600
+ :other: "קיאט מיאנמרי"
601
+ :symbol: "MMK"
602
+ :two: "קיאט מיאנמרי"
558
603
  :MNT:
604
+ :many: "טוגריק מונגולי"
559
605
  :one: "טוגריק מונגולי"
560
- :other: "Mongolian tugriks"
561
- :symbol: ""
606
+ :other: "טוגריק מונגולי"
607
+ :symbol: "MNT"
608
+ :two: "טוגריק מונגולי"
562
609
  :MOP:
610
+ :many: "פטקה של מקאו"
563
611
  :one: "פטקה של מקאו"
564
- :other: "Macanese patacas"
612
+ :other: "פטקה של מקאו"
613
+ :symbol: "MOP"
614
+ :two: "פטקה של מקאו"
565
615
  :MRO:
616
+ :many: "אוגוויה מאוריטני"
566
617
  :one: "אוגוויה מאוריטני"
567
- :other: "Mauritanian ouguiyas"
618
+ :other: "אוגוויה מאוריטני"
619
+ :symbol: "MRO"
620
+ :two: "אוגוויה מאוריטני"
568
621
  :MTL:
569
622
  :one: "לירה מלטית"
570
- :other: "Maltese lira"
571
- :MTP:
572
- :one: "Maltese pound"
573
- :other: "Maltese pounds"
574
623
  :MUR:
624
+ :many: "רופי מאוריציני"
575
625
  :one: "רופי מאוריציני"
576
- :other: "Mauritian rupees"
577
- :MVP:
578
- :one: "Maldivian rupee"
579
- :other: "Maldivian rupees"
626
+ :other: "רופי מאוריציני"
627
+ :symbol: "MUR"
628
+ :two: "רופי מאוריציני"
580
629
  :MVR:
630
+ :many: "רופיה מלדיבית"
581
631
  :one: "רופיה מלדיבית"
582
- :other: "Maldivian rufiyaas"
632
+ :other: "רופיה מלדיבית"
633
+ :symbol: "MVR"
634
+ :two: "רופיה מלדיבית"
583
635
  :MWK:
636
+ :many: "קואצ׳ה מלאוי"
584
637
  :one: "קואצ׳ה מלאוי"
585
- :other: "Malawian Kwachas"
638
+ :other: "קואצ׳ה מלאוי"
639
+ :symbol: "MWK"
640
+ :two: "קואצ׳ה מלאוי"
586
641
  :MXN:
587
642
  :many: "פזו מקסיקני"
588
643
  :one: "פזו מקסיקני"
@@ -591,13 +646,12 @@
591
646
  :two: "פזו מקסיקני"
592
647
  :MXP:
593
648
  :one: "פזו מקסיקני (1861 – 1992)"
594
- :other: "Mexican silver pesos (1861–1992)"
595
- :MXV:
596
- :one: "Mexican investment unit"
597
- :other: "Mexican investment units"
598
649
  :MYR:
650
+ :many: "רינגיט מלזי"
599
651
  :one: "רינגיט מלזי"
600
- :other: "Malaysian ringgits"
652
+ :other: "רינגיט מלזי"
653
+ :symbol: "MYR"
654
+ :two: "רינגיט מלזי"
601
655
  :MZE:
602
656
  :many: "אסקודו מוזמביקי"
603
657
  :one: "אסקודו מוזמביקי"
@@ -605,388 +659,432 @@
605
659
  :two: "אסקודואים מוזמביקיים"
606
660
  :MZM:
607
661
  :one: "מטיקל"
608
- :other: "Mozambican meticals (1980–2006)"
609
662
  :MZN:
610
663
  :many: "מטיקל מוזמביני"
611
664
  :one: "מטיקל מוזמביני"
612
665
  :other: "מטיקל מוזמביני"
666
+ :symbol: "MZN"
613
667
  :two: "מטיקל מוזמביני"
614
668
  :NAD:
669
+ :many: "דולר נמיבי"
615
670
  :one: "דולר נמיבי"
616
- :other: "Namibian dollars"
617
- :symbol: "$"
671
+ :other: "דולר נמיבי"
672
+ :symbol: "NAD"
673
+ :two: "דולר נמיבי"
618
674
  :NGN:
675
+ :many: "נאירה ניגרי"
619
676
  :one: "נאירה ניגרי"
620
- :other: "Nigerian nairas"
621
- :symbol: ""
622
- :NIC:
623
- :one: "Nicaraguan córdoba (1988–1991)"
624
- :other: "Nicaraguan córdobas (1988–1991)"
677
+ :other: "נאירה ניגרי"
678
+ :symbol: "NGN"
679
+ :two: "נאירה ניגרי"
625
680
  :NIO:
626
681
  :many: "קורדובה ניקראגי"
627
682
  :one: "קורדובה ניקראגי"
628
683
  :other: "קורדובה ניקראגי"
684
+ :symbol: "NIO"
629
685
  :two: "קורדובה ניקראגי"
630
686
  :NLG:
631
687
  :one: "גילדן הולנדי"
632
- :other: "Dutch guilders"
633
688
  :NOK:
689
+ :many: "כתר נורבגי"
634
690
  :one: "כתר נורבגי"
635
- :other: "Norwegian kroner"
691
+ :other: "כתר נורבגי"
692
+ :symbol: "NOK"
693
+ :two: "כתר נורבגי"
636
694
  :NPR:
695
+ :many: "רופי נפאלי"
637
696
  :one: "רופי נפאלי"
638
- :other: "Nepalese rupees"
697
+ :other: "רופי נפאלי"
698
+ :symbol: "NPR"
699
+ :two: "רופי נפאלי"
639
700
  :NZD:
701
+ :many: "דולר ניו זילנדי"
640
702
  :one: "דולר ניו זילנדי"
641
- :other: "New Zealand dollars"
703
+ :other: "דולר ניו זילנדי"
642
704
  :symbol: "NZ$"
705
+ :two: "דולר ניו זילנדי"
643
706
  :OMR:
707
+ :many: "ריאל עומאני"
644
708
  :one: "ריאל עומאני"
645
- :other: "Omani rials"
709
+ :other: "ריאל עומאני"
710
+ :symbol: "OMR"
711
+ :two: "ריאל עומאני"
646
712
  :PAB:
713
+ :many: "בלבואה פנמי"
647
714
  :one: "בלבואה פנמי"
648
- :other: "Panamanian balboas"
649
- :PEI:
650
- :one: "Peruvian inti"
651
- :other: "Peruvian intis"
715
+ :other: "בלבואה פנמי"
716
+ :symbol: "PAB"
717
+ :two: "בלבואה פנמי"
652
718
  :PEN:
719
+ :many: "סול פרואני חדש"
653
720
  :one: "סול פרואני חדש"
654
- :other: "Peruvian nuevos soles"
655
- :PES:
656
- :one: "Peruvian sol (1863–1965)"
657
- :other: "Peruvian soles (1863–1965)"
721
+ :other: "סול פרואני חדש"
722
+ :symbol: "PEN"
723
+ :two: "סול פרואני חדש"
658
724
  :PGK:
725
+ :many: "קינה של פפואה גינאה החדשה"
659
726
  :one: "קינה של פפואה גינאה החדשה"
660
- :other: "Papua New Guinean kina"
727
+ :other: "קינה של פפואה גינאה החדשה"
728
+ :symbol: "PGK"
729
+ :two: "קינה של פפואה גינאה החדשה"
661
730
  :PHP:
731
+ :many: "פזו פיליפיני"
662
732
  :one: "פזו פיליפיני"
663
- :other: "Philippine pesos"
664
- :symbol: ""
733
+ :other: "פזו פיליפיני"
734
+ :symbol: "PHP"
735
+ :two: "פזו פיליפיני"
665
736
  :PKR:
737
+ :many: "רופי פקיסטני"
666
738
  :one: "רופי פקיסטני"
667
- :other: "Pakistani rupees"
739
+ :other: "רופי פקיסטני"
740
+ :symbol: "PKR"
741
+ :two: "רופי פקיסטני"
668
742
  :PLN:
743
+ :many: "זלוטי פולני"
669
744
  :one: "זלוטי פולני"
670
- :other: "Polish zlotys"
745
+ :other: "זלוטי פולני"
746
+ :symbol: "PLN"
747
+ :two: "זלוטי פולני"
671
748
  :PLZ:
672
749
  :one: "זלוטי (1950 – 1995)"
673
- :other: "Polish zlotys (PLZ)"
674
750
  :PTE:
675
751
  :one: "אסקודו פורטוגלי"
676
- :other: "Portuguese escudos"
677
752
  :PYG:
753
+ :many: "גוורני פראגוואי"
678
754
  :one: "גוורני פראגוואי"
679
- :other: "Paraguayan guaranis"
680
- :symbol: ""
755
+ :other: "גוורני פראגוואי"
756
+ :symbol: "PYG"
757
+ :two: "גוורני פראגוואי"
681
758
  :QAR:
759
+ :many: "ריאל קטארי"
682
760
  :one: "ריאל קטארי"
683
- :other: "Qatari rials"
684
- :RHD:
685
- :one: "Rhodesian dollar"
686
- :other: "Rhodesian dollars"
761
+ :other: "ריאל קטארי"
762
+ :symbol: "QAR"
763
+ :two: "ריאל קטארי"
687
764
  :ROL:
688
765
  :one: "לאו רומני ישן"
689
- :other: "Romanian Lei (1952–2006)"
690
766
  :RON:
691
- :one: "לאו רומני חדש"
692
- :other: "Romanian lei"
767
+ :many: "לאו רומני"
768
+ :one: "לאו רומני"
769
+ :other: "לאו רומני"
770
+ :symbol: "RON"
771
+ :two: "לאו רומני"
693
772
  :RSD:
773
+ :many: "דינר סרבי"
694
774
  :one: "דינר סרבי"
695
- :other: "Serbian dinars"
775
+ :other: "דינר סרבי"
776
+ :symbol: "RSD"
777
+ :two: "דינר סרבי"
696
778
  :RUB:
697
- :one: "רובל"
698
- :other: "Russian rubles"
779
+ :many: "רובל רוסי"
780
+ :one: "רובל רוסי"
781
+ :other: "רובל רוסי"
782
+ :symbol: "RUB"
783
+ :two: "רובל רוסי"
699
784
  :RUR:
700
785
  :one: "רובל רוסי (1991 – 1998)"
701
- :other: "Russian rubles (1991–1998)"
702
786
  :symbol: "р."
703
787
  :RWF:
788
+ :many: "פרנק רואנדי"
704
789
  :one: "פרנק רואנדי"
705
- :other: "Rwandan francs"
790
+ :other: "פרנק רואנדי"
791
+ :symbol: "RWF"
792
+ :two: "פרנק רואנדי"
706
793
  :SAR:
794
+ :many: "ריאל סעודי"
707
795
  :one: "ריאל סעודי"
708
- :other: "Saudi riyals"
796
+ :other: "ריאל סעודי"
797
+ :symbol: "SAR"
798
+ :two: "ריאל סעודי"
709
799
  :SBD:
800
+ :many: "דולר איי שלמה"
710
801
  :one: "דולר איי שלמה"
711
- :other: "Solomon Islands dollars"
712
- :symbol: "$"
802
+ :other: "דולר איי שלמה"
803
+ :symbol: "SBD"
804
+ :two: "דולר איי שלמה"
713
805
  :SCR:
806
+ :many: "רופי סיישלי"
714
807
  :one: "רופי סיישלי"
715
- :other: "Seychellois rupees"
808
+ :other: "רופי סיישלי"
809
+ :symbol: "SCR"
810
+ :two: "רופי סיישלי"
716
811
  :SDD:
717
812
  :one: "דינר סודני"
718
- :other: "Sudanese dinars (1992–2007)"
719
813
  :SDG:
814
+ :many: "לירה סודנית"
720
815
  :one: "לירה סודנית"
721
- :other: "Sudanese pounds"
816
+ :other: "לירה סודנית"
817
+ :symbol: "SDG"
818
+ :two: "לירה סודנית"
722
819
  :SDP:
723
820
  :one: "לירה סודנית (1957–1998)"
724
- :other: "Sudanese pounds (1957–1998)"
725
821
  :SEK:
822
+ :many: "כתר שוודי"
726
823
  :one: "כתר שוודי"
727
- :other: "Swedish kronor"
824
+ :other: "כתר שוודי"
825
+ :symbol: "SEK"
826
+ :two: "כתר שוודי"
728
827
  :SGD:
828
+ :many: "דולר סינגפורי"
729
829
  :one: "דולר סינגפורי"
730
- :other: "Singapore dollars"
731
- :symbol: "$"
830
+ :other: "דולר סינגפורי"
831
+ :symbol: "SGD"
832
+ :two: "דולר סינגפורי"
732
833
  :SHP:
834
+ :many: "פאונד סנט הלני"
733
835
  :one: "פאונד סנט הלני"
734
- :other: "Saint Helena pounds"
836
+ :other: "פאונד סנט הלני"
837
+ :symbol: "SHP"
838
+ :two: "פאונד סנט הלני"
735
839
  :SIT:
736
840
  :one: "טולאר סלובני"
737
- :other: "Slovenian tolars"
738
841
  :SKK:
739
842
  :one: "קורונה סלובקי"
740
- :other: "Slovak korunas"
741
843
  :SLL:
844
+ :many: "ליאון סיירה לאוני"
742
845
  :one: "ליאון סיירה לאוני"
743
- :other: "Sierra Leonean leones"
846
+ :other: "ליאון סיירה לאוני"
847
+ :symbol: "SLL"
848
+ :two: "ליאון סיירה לאוני"
744
849
  :SOS:
850
+ :many: "שילינג סומאלי"
745
851
  :one: "שילינג סומאלי"
746
- :other: "Somali shillings"
852
+ :other: "שילינג סומאלי"
853
+ :symbol: "SOS"
854
+ :two: "שילינג סומאלי"
747
855
  :SRD:
856
+ :many: "דולר סורינאמי"
748
857
  :one: "דולר סורינאמי"
749
- :other: "Surinamese dollars"
750
- :symbol: "$"
858
+ :other: "דולר סורינאמי"
859
+ :symbol: "SRD"
860
+ :two: "דולר סורינאמי"
751
861
  :SRG:
752
862
  :one: "גילדר סורינאמי"
753
- :other: "Surinamese guilders"
754
863
  :SSP:
755
- :many: "לירה דרום סודאנית"
756
- :one: "לירה דרום סודאנית"
757
- :other: "לירה דרום סודאנית"
758
- :symbol: "£"
759
- :two: "לירה דרום סודאנית"
864
+ :many: "לירה דרום-סודנית"
865
+ :one: "לירה דרום-סודנית"
866
+ :other: "לירה דרום-סודנית"
867
+ :symbol: "SSP"
868
+ :two: "לירה דרום-סודנית"
760
869
  :STD:
870
+ :many: "דוברה של סן טומה ופרינסיפה"
761
871
  :one: "דוברה של סן טומה ופרינסיפה"
762
- :other: "São Tomé and Príncipe dobras"
872
+ :other: "דוברה של סן טומה ופרינסיפה"
873
+ :symbol: "STD"
874
+ :two: "דוברה של סן טומה ופרינסיפה"
763
875
  :SUR:
764
876
  :one: "רובל סובייטי"
765
- :other: "Soviet roubles"
766
877
  :SVC:
767
878
  :many: "קולון סלבדורי"
768
879
  :one: "קולון סלבדורי"
769
880
  :other: "קולונים סלבדוריים"
770
881
  :two: "קולונים סלבדוריים"
771
882
  :SYP:
883
+ :many: "לירה סורית"
772
884
  :one: "לירה סורית"
773
- :other: "Syrian pounds"
885
+ :other: "לירה סורית"
886
+ :symbol: "SYP"
887
+ :two: "לירה סורית"
774
888
  :SZL:
889
+ :many: "לילנגני סווזי"
775
890
  :one: "לילנגני סווזי"
776
- :other: "Swazi emalangeni"
891
+ :other: "לילנגני סווזי"
892
+ :symbol: "SZL"
893
+ :two: "לילנגני סווזי"
777
894
  :THB:
895
+ :many: "בהט תאילנדי"
778
896
  :one: "בהט תאילנדי"
779
- :other: "Thai baht"
897
+ :other: "בהט תאילנדי"
780
898
  :symbol: "฿"
781
- :TJR:
782
- :one: "Tajikistani ruble"
783
- :other: "Tajikistani rubles"
899
+ :two: "בהט תאילנדי"
784
900
  :TJS:
901
+ :many: "סומוני טג׳קיסטני"
785
902
  :one: "סומוני טג׳קיסטני"
786
- :other: "Tajikistani somonis"
903
+ :other: "סומוני טג׳קיסטני"
904
+ :symbol: "TJS"
905
+ :two: "סומוני טג׳קיסטני"
787
906
  :TMM:
788
907
  :one: "מנאט טורקמאני"
789
- :other: "Turkmenistani manat (1993–2009)"
790
908
  :TMT:
791
- :one: "מנאט טורקמני"
792
- :other: "Turkmenistani manat"
909
+ :many: "מאנאט טורקמני"
910
+ :one: "מאנאט טורקמני"
911
+ :other: "מאנאט טורקמני"
912
+ :symbol: "TMT"
913
+ :two: "מאנאט טורקמני"
793
914
  :TND:
915
+ :many: "דינר טוניסאי"
794
916
  :one: "דינר טוניסאי"
795
- :other: "Tunisian dinars"
917
+ :other: "דינר טוניסאי"
918
+ :symbol: "TND"
919
+ :two: "דינר טוניסאי"
796
920
  :TOP:
797
- :one: "פאאמגה טונגי"
798
- :other: "Tongan paʻanga"
921
+ :many: "פאנגה טונגי"
922
+ :one: "פאנגה טונגי"
923
+ :other: "פאנגה טונגי"
924
+ :symbol: "TOP"
925
+ :two: "פאנגה טונגי"
799
926
  :TPE:
800
927
  :one: "אסקודו טימוראי"
801
- :other: "Timorese escudos"
802
928
  :TRL:
803
929
  :one: "לירה טורקית"
804
- :other: "Turkish Lira (1922–2005)"
805
930
  :TRY:
806
931
  :many: "לירה טורקית חדשה"
807
932
  :one: "לירה טורקית חדשה"
808
933
  :other: "לירה טורקית חדשה"
809
- :symbol: ""
934
+ :symbol: "TRY"
810
935
  :two: "לירה טורקית חדשה"
811
936
  :TTD:
937
+ :many: "דולר טרינידדי"
812
938
  :one: "דולר טרינידדי"
813
- :other: "Trinidad and Tobago dollars"
814
- :symbol: "$"
939
+ :other: "דולר טרינידדי"
940
+ :symbol: "TTD"
941
+ :two: "דולר טרינידדי"
815
942
  :TWD:
816
- :many: "דולר טאייוני חדש"
817
- :one: "דולר טאייוני חדש"
818
- :other: "דולר טאייוני חדש"
943
+ :many: "דולר טייוואני חדש"
944
+ :one: "דולר טייוואני חדש"
945
+ :other: "דולר טייוואני חדש"
819
946
  :symbol: "NT$"
820
- :two: "דולר טאייוני חדש"
947
+ :two: "דולר טייוואני חדש"
821
948
  :TZS:
949
+ :many: "שילינג טנזני"
822
950
  :one: "שילינג טנזני"
823
- :other: "Tanzanian shillings"
951
+ :other: "שילינג טנזני"
952
+ :symbol: "TZS"
953
+ :two: "שילינג טנזני"
824
954
  :UAH:
955
+ :many: "גריבנה אוקראיני"
825
956
  :one: "גריבנה אוקראיני"
826
- :other: "Ukrainian hryvnias"
827
- :symbol: ""
828
- :UAK:
829
- :one: "Ukrainian karbovanets"
830
- :other: "Ukrainian karbovantsiv"
957
+ :other: "גריבנה אוקראיני"
958
+ :symbol: "UAH"
959
+ :two: "גריבנה אוקראיני"
831
960
  :UGS:
832
961
  :one: "שילינג אוגנדי (1966 – 1987)"
833
- :other: "Ugandan shillings (1966–1987)"
834
962
  :UGX:
963
+ :many: "שילינג אוגנדי"
835
964
  :one: "שילינג אוגנדי"
836
- :other: "Ugandan shillings"
965
+ :other: "שילינג אוגנדי"
966
+ :symbol: "UGX"
967
+ :two: "שילינג אוגנדי"
837
968
  :USD:
838
969
  :many: "דולר אמריקאי"
839
970
  :one: "דולר אמריקאי"
840
971
  :other: "דולר אמריקאי"
841
- :symbol: "US$"
972
+ :symbol: "$"
842
973
  :two: "דולר אמריקאי"
843
974
  :USN:
844
975
  :one: "דולר אמריקאי (היום הבא)"
845
- :other: "US dollars (next day)"
846
976
  :USS:
847
977
  :one: "דולר אמריקאי (היום הזה)"
848
- :other: "US dollars (same day)"
849
- :UYI:
850
- :one: "Uruguayan peso (indexed units)"
851
- :other: "Uruguayan pesos (indexed units)"
852
- :UYP:
853
- :one: "Uruguayan peso (1975–1993)"
854
- :other: "Uruguayan pesos (1975–1993)"
855
978
  :UYU:
856
- :one: "פזו אורוגוואי"
857
- :other: "Uruguayan pesos"
858
- :symbol: "$"
979
+ :many: "פסו אורוגוואי"
980
+ :one: "פסו אורוגוואי"
981
+ :other: "פסו אורוגוואי"
982
+ :symbol: "UYU"
983
+ :two: "פסו אורוגוואי"
859
984
  :UZS:
985
+ :many: "סום אוזבקי"
860
986
  :one: "סום אוזבקי"
861
- :other: "Uzbekistan som"
987
+ :other: "סום אוזבקי"
988
+ :symbol: "UZS"
989
+ :two: "סום אוזבקי"
862
990
  :VEB:
863
991
  :one: "בוליבר ונצואלי (1871–2008)"
864
- :other: "Venezuelan bolívars (1871–2008)"
865
992
  :VEF:
993
+ :many: "בוליבר ונצואלי"
866
994
  :one: "בוליבר ונצואלי"
867
- :other: "Venezuelan bolívars"
995
+ :other: "בוליבר ונצואלי"
996
+ :symbol: "VEF"
997
+ :two: "בוליבר ונצואלי"
868
998
  :VND:
999
+ :many: "דונג וייטנאמי"
869
1000
  :one: "דונג וייטנאמי"
870
- :other: "Vietnamese dong"
1001
+ :other: "דונג וייטנאמי"
871
1002
  :symbol: "₫"
872
- :VNN:
873
- :one: "Vietnamese dong (1978–1985)"
874
- :other: "Vietnamese dong (1978–1985)"
1003
+ :two: "דונג וייטנאמי"
875
1004
  :VUV:
1005
+ :many: "ואטו של ונואטו"
876
1006
  :one: "ואטו של ונואטו"
877
- :other: "Vanuatu vatus"
1007
+ :other: "ואטו של ונואטו"
1008
+ :symbol: "VUV"
1009
+ :two: "ואטו של ונואטו"
878
1010
  :WST:
1011
+ :many: "טאלה סמואי"
879
1012
  :one: "טאלה סמואי"
880
- :other: "Samoan tala"
1013
+ :other: "טאלה סמואי"
1014
+ :symbol: "WST"
1015
+ :two: "טאלה סמואי"
881
1016
  :XAF:
1017
+ :many: "פרנק CFA BEAC"
882
1018
  :one: "פרנק CFA BEAC"
883
- :other: "CFA francs BEAC"
1019
+ :other: "פרנק CFA BEAC"
884
1020
  :symbol: "FCFA"
1021
+ :two: "פרנק CFA BEAC"
885
1022
  :XAG:
886
1023
  :one: "כסף"
887
- :other: "troy ounces of silver"
888
1024
  :XAU:
889
1025
  :one: "זהב"
890
- :other: "troy ounces of gold"
891
- :XBA:
892
- :one: "European composite unit"
893
- :other: "European composite units"
894
- :XBB:
895
- :one: "European monetary unit"
896
- :other: "European monetary units"
897
- :XBC:
898
- :one: "European unit of account (XBC)"
899
- :other: "European units of account (XBC)"
900
- :XBD:
901
- :one: "European unit of account (XBD)"
902
- :other: "European units of account (XBD)"
903
1026
  :XCD:
1027
+ :many: "דולר מזרח קריבי"
904
1028
  :one: "דולר מזרח קריבי"
905
- :other: "East Caribbean dollars"
1029
+ :other: "דולר מזרח קריבי"
906
1030
  :symbol: "EC$"
1031
+ :two: "דולר מזרח קריבי"
907
1032
  :XDR:
908
1033
  :one: "זכויות משיכה מיוחדות"
909
- :other: "special drawing rights"
910
- :XEU:
911
- :one: "European currency unit"
912
- :other: "European currency units"
913
1034
  :XFO:
914
1035
  :one: "פרנק זהב"
915
- :other: "French gold francs"
916
- :XFU:
917
- :one: "French UIC-franc"
918
- :other: "French UIC-francs"
919
1036
  :XOF:
1037
+ :many: "פרנק CFA BCEAO"
920
1038
  :one: "פרנק CFA BCEAO"
921
- :other: "CFA francs BCEAO"
1039
+ :other: "פרנק CFA BCEAO"
922
1040
  :symbol: "CFA"
1041
+ :two: "פרנק CFA BCEAO"
923
1042
  :XPD:
924
1043
  :one: "פלדיום"
925
- :other: "troy ounces of palladium"
926
1044
  :XPF:
927
- :one: "פרנק CFP"
928
- :other: "CFP francs"
1045
+ :many: "פרנק פולינזיה הצרפתית"
1046
+ :one: "פרנק פולינזיה הצרפתית"
1047
+ :other: "פרנק פולינזיה הצרפתית"
929
1048
  :symbol: "CFPF"
1049
+ :two: "פרנק פולינזיה הצרפתית"
930
1050
  :XPT:
931
1051
  :one: "פלטינה"
932
- :other: "troy ounces of platinum"
933
- :XRE:
934
- :one: "RINET Funds unit"
935
- :other: "RINET Funds units"
936
- :XSU:
937
- :one: "Sucre"
938
- :other: "Sucres"
939
1052
  :XTS:
940
1053
  :one: "סימון למטרות בדיקה"
941
- :other: "Testing Currency units"
942
- :XUA:
943
- :one: "ADB unit of account"
944
- :other: "ADB units of account"
945
1054
  :XXX:
946
- :one: "מטבע שאינו ידוע"
947
- :other: "(unknown currency)"
1055
+ :many: "(מטבע שאינו ידוע)"
1056
+ :one: "(מטבע שאינו ידוע)"
1057
+ :other: "(מטבע שאינו ידוע)"
1058
+ :two: "(מטבע שאינו ידוע)"
948
1059
  :YDD:
949
1060
  :one: "דינר תימני"
950
- :other: "Yemeni dinars"
951
1061
  :YER:
1062
+ :many: "ריאל תימני"
952
1063
  :one: "ריאל תימני"
953
- :other: "Yemeni rials"
1064
+ :other: "ריאל תימני"
1065
+ :symbol: "YER"
1066
+ :two: "ריאל תימני"
954
1067
  :YUD:
955
1068
  :one: "דינר יגוסלבי חדש"
956
- :other: "Yugoslavian hard dinars (1966–1990)"
957
1069
  :YUM:
958
1070
  :one: "דינר יגוסלבי"
959
- :other: "Yugoslavian new dinars (1994–2002)"
960
- :YUN:
961
- :one: "Yugoslavian convertible dinar (1990–1992)"
962
- :other: "Yugoslavian convertible dinars (1990–1992)"
963
- :YUR:
964
- :one: "Yugoslavian reformed dinar (1992–1993)"
965
- :other: "Yugoslavian reformed dinars (1992–1993)"
966
1071
  :ZAL:
967
1072
  :one: "ראנד דרום אפריקאי (כספי)"
968
- :other: "South African rands (financial)"
969
1073
  :ZAR:
1074
+ :many: "ראנד דרום אפריקאי"
970
1075
  :one: "ראנד דרום אפריקאי"
971
- :other: "South African rand"
1076
+ :other: "ראנד דרום אפריקאי"
1077
+ :symbol: "ZAR"
1078
+ :two: "ראנד דרום אפריקאי"
972
1079
  :ZMK:
973
1080
  :one: "קוואצ׳ה זמבית (1968–2012)"
974
- :other: "Zambian kwachas (1968–2012)"
975
1081
  :ZMW:
1082
+ :many: "קוואצ׳ה זמבית"
976
1083
  :one: "קוואצ׳ה זמבית"
977
- :other: "Zambian kwachas"
1084
+ :other: "קוואצ׳ה זמבית"
1085
+ :symbol: "ZMW"
1086
+ :two: "קוואצ׳ה זמבית"
978
1087
  :ZRN:
979
1088
  :one: "זאיר חדש"
980
- :other: "Zairean new zaires (1993–1998)"
981
- :ZRZ:
982
- :one: "Zairean zaire (1971–1993)"
983
- :other: "Zairean zaires (1971–1993)"
984
1089
  :ZWD:
985
1090
  :one: "דולר זימבבואי"
986
- :other: "Zimbabwean dollars (1980–2008)"
987
- :ZWL:
988
- :one: "Zimbabwean dollar (2009)"
989
- :other: "Zimbabwean dollars (2009)"
990
- :ZWR:
991
- :one: "Zimbabwean dollar (2008)"
992
- :other: "Zimbabwean dollars (2008)"