twitter_cldr 1.9.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (403) hide show
  1. data/Gemfile +7 -0
  2. data/History.txt +11 -0
  3. data/README.md +93 -13
  4. data/Rakefile +27 -6
  5. data/lib/twitter_cldr/formatters.rb +15 -12
  6. data/lib/twitter_cldr/formatters/base.rb +1 -1
  7. data/lib/twitter_cldr/formatters/calendars/datetime_formatter.rb +18 -3
  8. data/lib/twitter_cldr/formatters/calendars/timespan_formatter.rb +24 -26
  9. data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +47 -0
  10. data/lib/twitter_cldr/formatters/numbers/abbreviated/long_decimal_formatter.rb +18 -0
  11. data/lib/twitter_cldr/formatters/numbers/abbreviated/short_decimal_formatter.rb +18 -0
  12. data/lib/twitter_cldr/formatters/numbers/currency_formatter.rb +22 -17
  13. data/lib/twitter_cldr/formatters/numbers/decimal_formatter.rb +0 -9
  14. data/lib/twitter_cldr/formatters/numbers/helpers/base.rb +1 -1
  15. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +25 -10
  16. data/lib/twitter_cldr/formatters/numbers/percent_formatter.rb +9 -6
  17. data/lib/twitter_cldr/localized/localized_datetime.rb +6 -2
  18. data/lib/twitter_cldr/localized/localized_number.rb +9 -3
  19. data/lib/twitter_cldr/localized/localized_timespan.rb +1 -1
  20. data/lib/twitter_cldr/resources.rb +13 -12
  21. data/lib/twitter_cldr/resources/custom_locales_resources_importer.rb +1 -1
  22. data/lib/twitter_cldr/resources/download.rb +1 -1
  23. data/lib/twitter_cldr/resources/locales_resources_importer.rb +10 -6
  24. data/lib/twitter_cldr/shared/bidi.rb +27 -27
  25. data/lib/twitter_cldr/shared/currencies.rb +20 -13
  26. data/lib/twitter_cldr/tokenizers.rb +10 -9
  27. data/lib/twitter_cldr/tokenizers/base.rb +33 -21
  28. data/lib/twitter_cldr/tokenizers/calendars/additional_date_format_selector.rb +86 -0
  29. data/lib/twitter_cldr/tokenizers/calendars/date_tokenizer.rb +20 -11
  30. data/lib/twitter_cldr/tokenizers/calendars/datetime_tokenizer.rb +50 -13
  31. data/lib/twitter_cldr/tokenizers/calendars/time_tokenizer.rb +19 -10
  32. data/lib/twitter_cldr/tokenizers/calendars/timespan_tokenizer.rb +32 -32
  33. data/lib/twitter_cldr/tokenizers/numbers/number_tokenizer.rb +45 -22
  34. data/lib/twitter_cldr/utils.rb +16 -1
  35. data/lib/twitter_cldr/version.rb +1 -1
  36. data/resources/collation/tailoring/af.yml +1 -0
  37. data/resources/collation/tailoring/ar.yml +3 -2
  38. data/resources/collation/tailoring/be.yml +7 -0
  39. data/resources/collation/tailoring/bg.yml +5 -0
  40. data/resources/collation/tailoring/bn.yml +9 -0
  41. data/resources/collation/tailoring/ca.yml +3 -2
  42. data/resources/collation/tailoring/cs.yml +3 -2
  43. data/resources/collation/tailoring/cy.yml +51 -0
  44. data/resources/collation/tailoring/da.yml +3 -2
  45. data/resources/collation/tailoring/de.yml +1 -0
  46. data/resources/collation/tailoring/el.yml +1 -0
  47. data/resources/collation/tailoring/en.yml +1 -0
  48. data/resources/collation/tailoring/es.yml +3 -2
  49. data/resources/collation/tailoring/eu.yml +1 -0
  50. data/resources/collation/tailoring/fa.yml +3 -2
  51. data/resources/collation/tailoring/fi.yml +3 -2
  52. data/resources/collation/tailoring/fil.yml +3 -2
  53. data/resources/collation/tailoring/fr.yml +1 -0
  54. data/resources/collation/tailoring/ga.yml +5 -0
  55. data/resources/collation/tailoring/gl.yml +5 -0
  56. data/resources/collation/tailoring/he.yml +1 -0
  57. data/resources/collation/tailoring/hi.yml +3 -2
  58. data/resources/collation/tailoring/hu.yml +3 -2
  59. data/resources/collation/tailoring/id.yml +1 -0
  60. data/resources/collation/tailoring/it.yml +1 -0
  61. data/resources/collation/tailoring/ja.yml +107 -54
  62. data/resources/collation/tailoring/ko.yml +3 -2
  63. data/resources/collation/tailoring/lv.yml +35 -0
  64. data/resources/collation/tailoring/ms.yml +1 -0
  65. data/resources/collation/tailoring/nb.yml +3 -2
  66. data/resources/collation/tailoring/nl.yml +1 -0
  67. data/resources/collation/tailoring/pl.yml +3 -2
  68. data/resources/collation/tailoring/pt.yml +1 -0
  69. data/resources/collation/tailoring/ro.yml +31 -0
  70. data/resources/collation/tailoring/ru.yml +1 -0
  71. data/resources/collation/tailoring/sk.yml +35 -0
  72. data/resources/collation/tailoring/sq.yml +65 -0
  73. data/resources/collation/tailoring/sr.yml +5 -0
  74. data/resources/collation/tailoring/sv.yml +3 -2
  75. data/resources/collation/tailoring/ta.yml +57 -0
  76. data/resources/collation/tailoring/th.yml +3 -2
  77. data/resources/collation/tailoring/tr.yml +3 -2
  78. data/resources/collation/tailoring/uk.yml +3 -2
  79. data/resources/collation/tailoring/ur.yml +3 -2
  80. data/resources/collation/tailoring/zh-Hant.yml +3 -2
  81. data/resources/collation/tailoring/zh.yml +3 -2
  82. data/resources/collation/tries/be.dump +0 -0
  83. data/resources/collation/tries/bg.dump +0 -0
  84. data/resources/collation/tries/bn.dump +0 -0
  85. data/resources/collation/tries/cy.dump +0 -0
  86. data/resources/collation/tries/ga.dump +0 -0
  87. data/resources/collation/tries/gl.dump +0 -0
  88. data/resources/collation/tries/lv.dump +0 -0
  89. data/resources/collation/tries/ro.dump +0 -0
  90. data/resources/collation/tries/sk.dump +0 -0
  91. data/resources/collation/tries/sq.dump +0 -0
  92. data/resources/collation/tries/sr.dump +0 -0
  93. data/resources/collation/tries/ta.dump +0 -0
  94. data/resources/custom/locales/ar/units.yml +6 -6
  95. data/resources/custom/locales/be/units.yml +27 -0
  96. data/resources/custom/locales/bg/units.yml +19 -0
  97. data/resources/custom/locales/bn/units.yml +7 -0
  98. data/resources/custom/locales/cs/units.yml +3 -3
  99. data/resources/custom/locales/cy/units.yml +35 -0
  100. data/resources/custom/locales/fil/units.yml +2 -2
  101. data/resources/custom/locales/ga/units.yml +24 -0
  102. data/resources/custom/locales/gl/units.yml +19 -0
  103. data/resources/custom/locales/hu/plurals.yml +3 -0
  104. data/resources/custom/locales/hu/units.yml +4 -0
  105. data/resources/custom/locales/lv/units.yml +23 -0
  106. data/resources/custom/locales/ms/units.yml +1 -1
  107. data/resources/custom/locales/ro/units.yml +23 -0
  108. data/resources/custom/locales/sk/units.yml +23 -0
  109. data/resources/custom/locales/sr/units.yml +27 -0
  110. data/resources/custom/locales/ta/units.yml +11 -0
  111. data/resources/custom/locales/th/calendars.yml +14 -0
  112. data/resources/locales/af/calendars.yml +56 -0
  113. data/resources/locales/af/currencies.yml +358 -0
  114. data/resources/locales/af/languages.yml +23 -3
  115. data/resources/locales/af/numbers.yml +22 -8
  116. data/resources/locales/af/units.yml +26 -54
  117. data/resources/locales/ar/calendars.yml +99 -6
  118. data/resources/locales/ar/currencies.yml +1491 -0
  119. data/resources/locales/ar/languages.yml +33 -6
  120. data/resources/locales/ar/numbers.yml +27 -14
  121. data/resources/locales/ar/units.yml +31 -31
  122. data/resources/locales/be/calendars.yml +229 -0
  123. data/resources/locales/be/currencies.yml +66 -0
  124. data/resources/locales/be/languages.yml +149 -0
  125. data/resources/locales/be/layout.yml +4 -0
  126. data/resources/locales/be/lists.yml +7 -0
  127. data/resources/locales/be/numbers.yml +43 -0
  128. data/resources/locales/be/plurals.yml +5 -0
  129. data/resources/locales/be/units.yml +87 -0
  130. data/resources/locales/bg/calendars.yml +220 -0
  131. data/resources/locales/bg/currencies.yml +773 -0
  132. data/resources/locales/bg/languages.yml +513 -0
  133. data/resources/locales/bg/layout.yml +4 -0
  134. data/resources/locales/bg/lists.yml +7 -0
  135. data/resources/locales/bg/numbers.yml +57 -0
  136. data/resources/locales/bg/plurals.yml +3 -0
  137. data/resources/locales/bg/units.yml +108 -0
  138. data/resources/locales/bn/calendars.yml +205 -0
  139. data/resources/locales/bn/currencies.yml +564 -0
  140. data/resources/locales/bn/languages.yml +513 -0
  141. data/resources/locales/bn/layout.yml +4 -0
  142. data/resources/locales/bn/lists.yml +7 -0
  143. data/resources/locales/bn/numbers.yml +57 -0
  144. data/resources/locales/bn/plurals.yml +3 -0
  145. data/resources/locales/bn/units.yml +108 -0
  146. data/resources/locales/ca/calendars.yml +70 -21
  147. data/resources/locales/ca/currencies.yml +904 -0
  148. data/resources/locales/ca/languages.yml +70 -5
  149. data/resources/locales/ca/numbers.yml +19 -6
  150. data/resources/locales/ca/units.yml +0 -28
  151. data/resources/locales/cs/calendars.yml +73 -27
  152. data/resources/locales/cs/currencies.yml +1063 -0
  153. data/resources/locales/cs/languages.yml +113 -31
  154. data/resources/locales/cs/numbers.yml +17 -4
  155. data/resources/locales/cs/units.yml +0 -28
  156. data/resources/locales/cy/calendars.yml +266 -0
  157. data/resources/locales/cy/currencies.yml +54 -0
  158. data/resources/locales/cy/languages.yml +92 -0
  159. data/resources/locales/cy/layout.yml +4 -0
  160. data/resources/locales/cy/lists.yml +7 -0
  161. data/resources/locales/cy/numbers.yml +49 -0
  162. data/resources/locales/cy/plurals.yml +4 -0
  163. data/resources/locales/cy/units.yml +73 -0
  164. data/resources/locales/da/calendars.yml +117 -16
  165. data/resources/locales/da/currencies.yml +814 -0
  166. data/resources/locales/da/languages.yml +66 -5
  167. data/resources/locales/da/numbers.yml +16 -3
  168. data/resources/locales/da/units.yml +21 -35
  169. data/resources/locales/de/calendars.yml +115 -17
  170. data/resources/locales/de/currencies.yml +843 -0
  171. data/resources/locales/de/languages.yml +5 -3
  172. data/resources/locales/de/numbers.yml +18 -5
  173. data/resources/locales/de/units.yml +0 -28
  174. data/resources/locales/el/calendars.yml +61 -8
  175. data/resources/locales/el/currencies.yml +866 -0
  176. data/resources/locales/el/languages.yml +61 -5
  177. data/resources/locales/el/numbers.yml +18 -5
  178. data/resources/locales/el/units.yml +7 -42
  179. data/resources/locales/en/calendars.yml +43 -4
  180. data/resources/locales/en/currencies.yml +912 -0
  181. data/resources/locales/en/languages.yml +26 -6
  182. data/resources/locales/en/numbers.yml +17 -4
  183. data/resources/locales/es/calendars.yml +60 -0
  184. data/resources/locales/es/currencies.yml +820 -0
  185. data/resources/locales/es/languages.yml +66 -1
  186. data/resources/locales/es/numbers.yml +20 -7
  187. data/resources/locales/es/units.yml +0 -28
  188. data/resources/locales/eu/calendars.yml +43 -2
  189. data/resources/locales/eu/currencies.yml +378 -0
  190. data/resources/locales/eu/languages.yml +29 -13
  191. data/resources/locales/eu/numbers.yml +17 -4
  192. data/resources/locales/eu/units.yml +22 -43
  193. data/resources/locales/fa/calendars.yml +57 -0
  194. data/resources/locales/fa/currencies.yml +449 -0
  195. data/resources/locales/fa/languages.yml +8 -3
  196. data/resources/locales/fa/numbers.yml +20 -7
  197. data/resources/locales/fa/units.yml +0 -42
  198. data/resources/locales/fi/calendars.yml +49 -1
  199. data/resources/locales/fi/currencies.yml +903 -0
  200. data/resources/locales/fi/languages.yml +58 -2
  201. data/resources/locales/fi/numbers.yml +25 -12
  202. data/resources/locales/fi/units.yml +0 -28
  203. data/resources/locales/fil/calendars.yml +51 -0
  204. data/resources/locales/fil/currencies.yml +357 -0
  205. data/resources/locales/fil/languages.yml +25 -8
  206. data/resources/locales/fil/numbers.yml +18 -5
  207. data/resources/locales/fil/units.yml +14 -28
  208. data/resources/locales/fr/calendars.yml +114 -12
  209. data/resources/locales/fr/currencies.yml +884 -0
  210. data/resources/locales/fr/languages.yml +43 -9
  211. data/resources/locales/fr/numbers.yml +22 -9
  212. data/resources/locales/fr/units.yml +2 -30
  213. data/resources/locales/ga/calendars.yml +187 -0
  214. data/resources/locales/ga/currencies.yml +513 -0
  215. data/resources/locales/ga/languages.yml +147 -0
  216. data/resources/locales/ga/layout.yml +4 -0
  217. data/resources/locales/ga/lists.yml +7 -0
  218. data/resources/locales/ga/numbers.yml +43 -0
  219. data/resources/locales/ga/plurals.yml +4 -0
  220. data/resources/locales/ga/units.yml +66 -0
  221. data/resources/locales/gl/calendars.yml +216 -0
  222. data/resources/locales/gl/currencies.yml +476 -0
  223. data/resources/locales/gl/languages.yml +213 -0
  224. data/resources/locales/gl/layout.yml +4 -0
  225. data/resources/locales/gl/lists.yml +7 -0
  226. data/resources/locales/gl/numbers.yml +57 -0
  227. data/resources/locales/gl/plurals.yml +3 -0
  228. data/resources/locales/gl/units.yml +108 -0
  229. data/resources/locales/he/calendars.yml +70 -18
  230. data/resources/locales/he/currencies.yml +497 -0
  231. data/resources/locales/he/languages.yml +301 -7
  232. data/resources/locales/he/lists.yml +2 -2
  233. data/resources/locales/he/numbers.yml +23 -8
  234. data/resources/locales/he/plurals.yml +3 -2
  235. data/resources/locales/he/units.yml +72 -30
  236. data/resources/locales/hi/calendars.yml +54 -1
  237. data/resources/locales/hi/currencies.yml +388 -0
  238. data/resources/locales/hi/languages.yml +2 -0
  239. data/resources/locales/hi/numbers.yml +21 -8
  240. data/resources/locales/hi/units.yml +15 -29
  241. data/resources/locales/hu/calendars.yml +52 -5
  242. data/resources/locales/hu/currencies.yml +640 -0
  243. data/resources/locales/hu/languages.yml +60 -4
  244. data/resources/locales/hu/numbers.yml +25 -12
  245. data/resources/locales/hu/units.yml +1 -29
  246. data/resources/locales/id/calendars.yml +125 -21
  247. data/resources/locales/id/currencies.yml +603 -0
  248. data/resources/locales/id/languages.yml +113 -51
  249. data/resources/locales/id/numbers.yml +16 -3
  250. data/resources/locales/id/units.yml +0 -28
  251. data/resources/locales/it/calendars.yml +59 -6
  252. data/resources/locales/it/currencies.yml +722 -0
  253. data/resources/locales/it/languages.yml +77 -5
  254. data/resources/locales/it/numbers.yml +22 -9
  255. data/resources/locales/it/units.yml +0 -14
  256. data/resources/locales/ja/calendars.yml +55 -5
  257. data/resources/locales/ja/currencies.yml +602 -0
  258. data/resources/locales/ja/languages.yml +103 -43
  259. data/resources/locales/ja/numbers.yml +18 -5
  260. data/resources/locales/ja/units.yml +6 -34
  261. data/resources/locales/ko/calendars.yml +50 -0
  262. data/resources/locales/ko/currencies.yml +596 -0
  263. data/resources/locales/ko/languages.yml +75 -8
  264. data/resources/locales/ko/numbers.yml +17 -4
  265. data/resources/locales/ko/units.yml +0 -28
  266. data/resources/locales/lv/calendars.yml +275 -0
  267. data/resources/locales/lv/currencies.yml +765 -0
  268. data/resources/locales/lv/languages.yml +576 -0
  269. data/resources/locales/lv/layout.yml +4 -0
  270. data/resources/locales/lv/lists.yml +7 -0
  271. data/resources/locales/lv/numbers.yml +58 -0
  272. data/resources/locales/lv/plurals.yml +4 -0
  273. data/resources/locales/lv/units.yml +136 -0
  274. data/resources/locales/ms/calendars.yml +86 -4
  275. data/resources/locales/ms/currencies.yml +341 -0
  276. data/resources/locales/ms/languages.yml +25 -3
  277. data/resources/locales/ms/numbers.yml +19 -6
  278. data/resources/locales/ms/units.yml +0 -56
  279. data/resources/locales/nb/calendars.yml +48 -1
  280. data/resources/locales/nb/currencies.yml +846 -0
  281. data/resources/locales/nb/languages.yml +44 -2
  282. data/resources/locales/nb/numbers.yml +16 -3
  283. data/resources/locales/nb/units.yml +6 -28
  284. data/resources/locales/nl/calendars.yml +110 -9
  285. data/resources/locales/nl/currencies.yml +640 -0
  286. data/resources/locales/nl/languages.yml +68 -8
  287. data/resources/locales/nl/numbers.yml +25 -12
  288. data/resources/locales/nl/units.yml +14 -28
  289. data/resources/locales/pl/calendars.yml +53 -6
  290. data/resources/locales/pl/currencies.yml +1100 -0
  291. data/resources/locales/pl/languages.yml +13 -6
  292. data/resources/locales/pl/lists.yml +2 -2
  293. data/resources/locales/pl/numbers.yml +18 -5
  294. data/resources/locales/pl/units.yml +51 -92
  295. data/resources/locales/pt/calendars.yml +121 -9
  296. data/resources/locales/pt/currencies.yml +904 -0
  297. data/resources/locales/pt/languages.yml +5 -3
  298. data/resources/locales/pt/numbers.yml +17 -4
  299. data/resources/locales/pt/units.yml +0 -28
  300. data/resources/locales/ro/calendars.yml +278 -0
  301. data/resources/locales/ro/currencies.yml +946 -0
  302. data/resources/locales/ro/languages.yml +576 -0
  303. data/resources/locales/ro/layout.yml +4 -0
  304. data/resources/locales/ro/lists.yml +7 -0
  305. data/resources/locales/ro/numbers.yml +58 -0
  306. data/resources/locales/ro/plurals.yml +3 -0
  307. data/resources/locales/ro/units.yml +136 -0
  308. data/resources/locales/ru/calendars.yml +72 -12
  309. data/resources/locales/ru/currencies.yml +1061 -0
  310. data/resources/locales/ru/languages.yml +51 -6
  311. data/resources/locales/ru/numbers.yml +21 -5
  312. data/resources/locales/ru/units.yml +0 -28
  313. data/resources/locales/sk/calendars.yml +275 -0
  314. data/resources/locales/sk/currencies.yml +713 -0
  315. data/resources/locales/sk/languages.yml +576 -0
  316. data/resources/locales/sk/layout.yml +4 -0
  317. data/resources/locales/sk/lists.yml +7 -0
  318. data/resources/locales/sk/numbers.yml +58 -0
  319. data/resources/locales/sk/plurals.yml +3 -0
  320. data/resources/locales/sk/units.yml +136 -0
  321. data/resources/locales/sq/calendars.yml +188 -0
  322. data/resources/locales/sq/currencies.yml +56 -0
  323. data/resources/locales/sq/languages.yml +17 -0
  324. data/resources/locales/sq/layout.yml +4 -0
  325. data/resources/locales/sq/lists.yml +7 -0
  326. data/resources/locales/sq/numbers.yml +43 -0
  327. data/resources/locales/sq/plurals.yml +3 -0
  328. data/resources/locales/sq/units.yml +73 -0
  329. data/resources/locales/sr/calendars.yml +285 -0
  330. data/resources/locales/sr/currencies.yml +1494 -0
  331. data/resources/locales/sr/languages.yml +513 -0
  332. data/resources/locales/sr/layout.yml +4 -0
  333. data/resources/locales/sr/lists.yml +7 -0
  334. data/resources/locales/sr/numbers.yml +59 -0
  335. data/resources/locales/sr/plurals.yml +5 -0
  336. data/resources/locales/sr/units.yml +164 -0
  337. data/resources/locales/sv/calendars.yml +59 -1
  338. data/resources/locales/sv/currencies.yml +919 -0
  339. data/resources/locales/sv/languages.yml +47 -2
  340. data/resources/locales/sv/numbers.yml +27 -12
  341. data/resources/locales/sv/units.yml +4 -32
  342. data/resources/locales/ta/calendars.yml +264 -0
  343. data/resources/locales/ta/currencies.yml +346 -0
  344. data/resources/locales/ta/languages.yml +512 -0
  345. data/resources/locales/ta/layout.yml +4 -0
  346. data/resources/locales/ta/lists.yml +7 -0
  347. data/resources/locales/ta/numbers.yml +57 -0
  348. data/resources/locales/ta/plurals.yml +3 -0
  349. data/resources/locales/ta/units.yml +108 -0
  350. data/resources/locales/th/calendars.yml +125 -27
  351. data/resources/locales/th/currencies.yml +602 -0
  352. data/resources/locales/th/languages.yml +70 -5
  353. data/resources/locales/th/numbers.yml +24 -11
  354. data/resources/locales/th/units.yml +0 -28
  355. data/resources/locales/tr/calendars.yml +62 -12
  356. data/resources/locales/tr/currencies.yml +571 -0
  357. data/resources/locales/tr/languages.yml +94 -29
  358. data/resources/locales/tr/numbers.yml +19 -6
  359. data/resources/locales/tr/units.yml +1 -29
  360. data/resources/locales/uk/calendars.yml +52 -0
  361. data/resources/locales/uk/currencies.yml +799 -0
  362. data/resources/locales/uk/languages.yml +57 -2
  363. data/resources/locales/uk/numbers.yml +18 -5
  364. data/resources/locales/uk/units.yml +0 -28
  365. data/resources/locales/ur/calendars.yml +96 -32
  366. data/resources/locales/ur/currencies.yml +360 -0
  367. data/resources/locales/ur/languages.yml +49 -32
  368. data/resources/locales/ur/numbers.yml +13 -13
  369. data/resources/locales/ur/units.yml +28 -56
  370. data/resources/locales/zh-Hant/calendars.yml +59 -1
  371. data/resources/locales/zh-Hant/currencies.yml +602 -0
  372. data/resources/locales/zh-Hant/languages.yml +74 -8
  373. data/resources/locales/zh-Hant/numbers.yml +17 -4
  374. data/resources/locales/zh-Hant/units.yml +0 -28
  375. data/resources/locales/zh/calendars.yml +95 -35
  376. data/resources/locales/zh/currencies.yml +602 -0
  377. data/resources/locales/zh/languages.yml +116 -46
  378. data/resources/locales/zh/numbers.yml +20 -7
  379. data/resources/locales/zh/units.yml +6 -34
  380. data/resources/shared/currency_digits_and_rounding.yml +187 -0
  381. data/spec/bidi/bidi_spec.rb +1 -1
  382. data/spec/collation/tailoring_spec.rb +29 -25
  383. data/spec/formatters/calendars/datetime_formatter_spec.rb +50 -2
  384. data/spec/formatters/calendars/timespan_formatter_spec.rb +52 -8
  385. data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +81 -0
  386. data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +37 -0
  387. data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +37 -0
  388. data/spec/formatters/numbers/currency_formatter_spec.rb +10 -1
  389. data/spec/localized/localized_date_spec.rb +11 -11
  390. data/spec/localized/localized_datetime_spec.rb +27 -3
  391. data/spec/localized/localized_number_spec.rb +34 -6
  392. data/spec/localized/localized_time_spec.rb +1 -1
  393. data/spec/readme_spec.rb +24 -3
  394. data/spec/shared/currencies_spec.rb +7 -9
  395. data/spec/spec_helper.rb +7 -0
  396. data/spec/tokenizers/base_spec.rb +71 -21
  397. data/spec/tokenizers/calendars/additional_date_format_selector_spec.rb +131 -0
  398. data/spec/tokenizers/calendars/datetime_tokenizer_spec.rb +54 -27
  399. data/spec/tokenizers/calendars/time_tokenizer_spec.rb +16 -16
  400. data/spec/tokenizers/numbers/number_tokenizer_spec.rb +9 -21
  401. data/spec/utils/yaml/yaml_spec.rb +21 -16
  402. data/spec/utils_spec.rb +6 -2
  403. metadata +218 -37
@@ -40,6 +40,7 @@
40
40
  :ban: بالیایی
41
41
  :bas: باسایی
42
42
  :bat: زبان بالتیکی
43
+ :bax: بمونی
43
44
  :be: بلوروسی
44
45
  :bej: بجایی
45
46
  :bem: بمبایی
@@ -78,6 +79,7 @@
78
79
  :chp: چیپه‌ویه‌ای
79
80
  :chr: چروکیایی
80
81
  :chy: شایانی
82
+ :ckb: کردی سورانی
81
83
  :co: کورسی
82
84
  :cop: قبطی
83
85
  :cpe: کریول یا پیجین مبتنی بر انگلیسی
@@ -125,7 +127,7 @@
125
127
  :eo: اسپرانتو
126
128
  :es: اسپانیایی
127
129
  :es-419: اسپانیایی امریکای لاتین
128
- :es-ES: اسپانیایی اسپانیا
130
+ :es-ES: اسپانیایی اروپا
129
131
  :et: استونیایی
130
132
  :eu: باسکی
131
133
  :ewo: اواندو
@@ -274,6 +276,7 @@
274
276
  :mdf: مکشایی
275
277
  :mdr: ماندار
276
278
  :men: منده‌ای
279
+ :mfe: موریسین
277
280
  :mg: مالاگاسیایی
278
281
  :mga: ایرلندی میانه
279
282
  :mh: مارشالی
@@ -352,10 +355,10 @@
352
355
  :pon: پانپیی
353
356
  :pra: زبان پراکریتی
354
357
  :pro: پرووانسی باستان
355
- :ps: پشتو
358
+ :ps: پختو
356
359
  :pt: پرتغالی
357
360
  :pt-BR: پرتغالی برزیل
358
- :pt-PT: پرتغالی پرتغال
361
+ :pt-PT: پرتغالی اروپا
359
362
  :qu: کچوایی
360
363
  :raj: راجستانی
361
364
  :rap: راپانویی
@@ -388,6 +391,7 @@
388
391
  :sgn: زبان اشاره
389
392
  :sh: صرب و کرواتی
390
393
  :shn: شانی
394
+ :shu: عربی چادی
391
395
  :si: سینهالی
392
396
  :sid: سیدامویی
393
397
  :sio: زبان سویی
@@ -415,6 +419,7 @@
415
419
  :sv: سوئدی
416
420
  :sw: سواحلی
417
421
  :swb: کوموری
422
+ :swc: سواحلی کنگویی
418
423
  :syc: سریانی کلاسیک
419
424
  :syr: سریانی
420
425
  :ta: تامیلی
@@ -4,23 +4,36 @@
4
4
  :formats:
5
5
  :currency:
6
6
  :patterns:
7
- :default: ! '#,##0.00 ¤;−#,##0.00 ¤'
7
+ :default: ‎¤#,##0.00;‎(¤#,##0.00)
8
8
  :unit:
9
9
  :other: ! '{0} {1}'
10
10
  :decimal:
11
11
  :patterns:
12
12
  :default: ! '#,##0.###'
13
+ :long:
14
+ 1000: 0 هزار
15
+ 10000: 00 هزار
16
+ 100000: 000 هزار
17
+ 1000000: 0 میلیون
18
+ 10000000: 00 میلیون
19
+ 100000000: 000 میلیون
20
+ 1000000000: 0 میلیارد
21
+ 10000000000: 00 میلیارد
22
+ 100000000000: 000 میلیارد
23
+ 1000000000000: 0 هزار میلیارد
24
+ 10000000000000: 00 هزار میلیارد
25
+ 100000000000000: 000 هزار میلیارد
13
26
  :short:
14
- 1000: 0.0K
27
+ 1000: 0K
15
28
  10000: 00K
16
29
  100000: 000K
17
- 1000000: 0.0M
30
+ 1000000: 0M
18
31
  10000000: 00M
19
32
  100000000: 000M
20
- 1000000000: 0.0B
21
- 10000000000: 00B
22
- 100000000000: 000B
23
- 1000000000000: 0.0T
33
+ 1000000000: 0G
34
+ 10000000000: 00G
35
+ 100000000000: 000G
36
+ 1000000000000: 0T
24
37
  10000000000000: 00T
25
38
  100000000000000: 000T
26
39
  :percent:
@@ -5,118 +5,76 @@
5
5
  :default:
6
6
  :other: ! '{0} روز'
7
7
  :short:
8
- 0: 0 روز
9
- 1: 1 روز
10
8
  :other: ! '{0} روز'
11
9
  :day-future:
12
10
  :default:
13
- 0: در 0 روز
14
- 1: در 1 روز
15
11
  :other: ! '{0} روز بعد'
16
12
  :day-past:
17
13
  :default:
18
- 0: 0 روز قبل
19
- 1: 1 روز قبل
20
14
  :other: ! '{0} روز پیش'
21
15
  :hour:
22
16
  :default:
23
17
  :other: ! '{0} ساعت'
24
18
  :short:
25
- 0: 0 ساعت
26
- 1: 1 ساعت
27
19
  :other: ! '{0} ساعت'
28
20
  :hour-future:
29
21
  :default:
30
- 0: در 0 ساعت
31
- 1: در 1 ساعت
32
22
  :other: ! '{0} ساعت بعد'
33
23
  :hour-past:
34
24
  :default:
35
- 0: 0 ساعت قبل
36
- 1: 1 ساعت قبل
37
25
  :other: ! '{0} ساعت پیش'
38
26
  :minute:
39
27
  :default:
40
28
  :other: ! '{0} دقیقه'
41
29
  :short:
42
- 0: 0 دقیقه
43
- 1: 1 دقیقه
44
30
  :other: ! '{0} دقیقه'
45
31
  :minute-future:
46
32
  :default:
47
- 0: در 0 دقیقه
48
- 1: در 1 دقیقه
49
33
  :other: ! '{0} دقیقه بعد'
50
34
  :minute-past:
51
35
  :default:
52
- 0: 0 دقیقه قبل
53
- 1: 1 دقیقه قبل
54
36
  :other: ! '{0} دقیقه پیش'
55
37
  :month:
56
38
  :default:
57
39
  :other: ! '{0} ماه'
58
40
  :short:
59
- 0: 0 ماه
60
- 1: 1 ماه
61
41
  :other: ! '{0} ماه'
62
42
  :month-future:
63
43
  :default:
64
- 0: در 0 ماه
65
- 1: در 1 ماه
66
44
  :other: ! '{0} ماه بعد'
67
45
  :month-past:
68
46
  :default:
69
- 0: 0 ماه قبل
70
- 1: 1 ماه قبل
71
47
  :other: ! '{0} ماه پیش'
72
48
  :second:
73
49
  :default:
74
50
  :other: ! '{0} ثانیه'
75
51
  :short:
76
- 0: 0 ثانیه
77
- 1: 1 ثانیه
78
52
  :other: ! '{0} ثانیه'
79
53
  :second-future:
80
54
  :default:
81
- 0: در 0 ثانیه
82
- 1: در 1 ثانیه
83
55
  :other: ! '{0} ثانیه بعد'
84
56
  :second-past:
85
57
  :default:
86
- 0: 0 ثانیه قبل
87
- 1: 1 ثانیه قبل
88
58
  :other: ! '{0} ثانیه پیش'
89
59
  :week:
90
60
  :default:
91
61
  :other: ! '{0} هفته'
92
62
  :short:
93
- 0: 0 هفته
94
- 1: 1 هفته
95
63
  :other: ! '{0} هفته'
96
64
  :week-future:
97
65
  :default:
98
- 0: در 0 هفته
99
- 1: در 1 هفته
100
66
  :other: ! '{0} هفته بعد'
101
67
  :week-past:
102
68
  :default:
103
- 0: 0 هفته قبل
104
- 1: 1 هفته قبل
105
69
  :other: ! '{0} هفته پیش'
106
70
  :year:
107
71
  :default:
108
72
  :other: ! '{0} سال'
109
73
  :short:
110
- 0: 0 سال
111
- 1: 1 سال
112
74
  :other: ! '{0} سال'
113
75
  :year-future:
114
76
  :default:
115
- 0: در 0 سال
116
- 1: در 1 سال
117
77
  :other: ! '{0} سال بعد'
118
78
  :year-past:
119
79
  :default:
120
- 0: 0 سال قبل
121
- 1: 1 سال قبل
122
80
  :other: ! '{0} سال پیش'
@@ -2,6 +2,38 @@
2
2
  :fi:
3
3
  :calendars:
4
4
  :gregorian:
5
+ :additional_formats:
6
+ :Ed: E d.
7
+ :H: H
8
+ :Hm: H.mm
9
+ :Hms: H.mm.ss
10
+ :M: L
11
+ :MEd: E d.M.
12
+ :MMM: LLL
13
+ :MMMEd: ccc d. MMM
14
+ :MMMd: d. MMM
15
+ :Md: d.M.
16
+ :d: d
17
+ :h: h a
18
+ :hm: h.mm a
19
+ :hms: h.mm.ss a
20
+ :ms: mm.ss
21
+ :y: y
22
+ :yM: L.yyyy
23
+ :yMEd: E d.M.yyyy
24
+ :yMMM: LLL y
25
+ :yMMMEd: E d. MMM y
26
+ :yMMMMccccd: cccc d. MMMM y
27
+ :yMMMd: d. MMM y
28
+ :yMd: d.M.yyyy
29
+ :yQQQ: QQQ y
30
+ :yQQQQ: QQQQ y
31
+ :yyMM: M.yy
32
+ :yyMMM: LLLL yy
33
+ :yyyyM: M.yyyy
34
+ :yyyyMEd: E d.M.yyyy
35
+ :yyyyMMMM: LLLL y
36
+ :yyyyQQQQ: QQQQ y
5
37
  :days:
6
38
  :format:
7
39
  :abbreviated:
@@ -20,6 +52,14 @@
20
52
  :thu: T
21
53
  :tue: T
22
54
  :wed: K
55
+ :short:
56
+ :fri: pe
57
+ :mon: ma
58
+ :sat: la
59
+ :sun: su
60
+ :thu: to
61
+ :tue: ti
62
+ :wed: ke
23
63
  :wide:
24
64
  :fri: perjantaina
25
65
  :mon: maanantaina
@@ -45,6 +85,14 @@
45
85
  :thu: T
46
86
  :tue: T
47
87
  :wed: K
88
+ :short:
89
+ :fri: pe
90
+ :mon: ma
91
+ :sat: la
92
+ :sun: su
93
+ :thu: to
94
+ :tue: ti
95
+ :wed: ke
48
96
  :wide:
49
97
  :fri: perjantai
50
98
  :mon: maanantai
@@ -79,7 +127,7 @@
79
127
  :date:
80
128
  :default: :calendars.gregorian.formats.date.medium
81
129
  :full:
82
- :pattern: cccc, d. MMMM y
130
+ :pattern: cccc d. MMMM y
83
131
  :long:
84
132
  :pattern: d. MMMM y
85
133
  :medium:
@@ -0,0 +1,903 @@
1
+ ---
2
+ :fi:
3
+ :currencies:
4
+ :ADP:
5
+ :one: Andorran peseta
6
+ :other: Andorran pesetaa
7
+ :AED:
8
+ :one: Arabiemiirikuntien dirhami
9
+ :other: Arabiemiirikuntien dirhamia
10
+ :AFA:
11
+ :one: Afganistanin afgaani (1927-2002)
12
+ :other: Afganistanin afgaania (1927-2002)
13
+ :AFN:
14
+ :one: Afganistanin afgaani
15
+ :other: Afganistanin afgaania
16
+ :ALK:
17
+ :one: Albanian lek (1946–1965)
18
+ :other: Albanian lekiä (1946–1965)
19
+ :ALL:
20
+ :one: Albanian lek
21
+ :other: Albanian lekiä
22
+ :AMD:
23
+ :one: Armenian dram
24
+ :other: Armenian dramia
25
+ :ANG:
26
+ :one: Alankomaiden Antillien guldeni
27
+ :other: Alankomaiden Antillien guldenia
28
+ :AOA:
29
+ :one: Angolan kwanza
30
+ :other: Angolan kwanzaa
31
+ :AOK:
32
+ :one: Angolan kwanza (1977–1990)
33
+ :other: Angolan kwanzaa (1977–1990)
34
+ :AON:
35
+ :one: Angolan uusi kwanza (1990–2000)
36
+ :other: Angolan uutta kwanzaa (1990–2000)
37
+ :AOR:
38
+ :one: Angolan kwanza reajustado (1995–1999)
39
+ :other: Angolan kwanza reajustadoa (1995–1999)
40
+ :ARA:
41
+ :one: Argentiinan austral
42
+ :other: Argentiinan australia
43
+ :ARL:
44
+ :one: Argentiinan ley-peso (1970-1983)
45
+ :other: Argentiinan ley-pesoa (1970-1983)
46
+ :ARM:
47
+ :one: Argentiinan peso (1881–1970)
48
+ :other: Argentiinan pesoa (1881–1970)
49
+ :ARP:
50
+ :one: Argentiinan peso (1983–1985)
51
+ :other: Argentiinan pesoa (1983–1985)
52
+ :ARS:
53
+ :one: Argentiinan peso
54
+ :other: Argentiinan pesoa
55
+ :ATS:
56
+ :one: Itävallan šillinki
57
+ :other: Itävallan šillinkiä
58
+ :AUD:
59
+ :one: Australian dollari
60
+ :other: Australian dollaria
61
+ :symbol: AUD
62
+ :AWG:
63
+ :one: Aruban guldeni
64
+ :other: Aruban guldenia
65
+ :AZM:
66
+ :one: Azerbaidžanin manat (1993–2006)
67
+ :other: Azerbaidžanin manatia (1993–2006)
68
+ :AZN:
69
+ :one: Azerbaidžanin manat
70
+ :other: Azerbaidžanin manatia
71
+ :BAD:
72
+ :one: Bosnia-Hertsegovinan dinaari (1992–1994)
73
+ :other: Bosnia-Hertsegovinan dinaaria (1992–1994)
74
+ :BAM:
75
+ :one: Bosnia-Hertsegovinan vaihdettava markka
76
+ :other: Bosnia-Hertsegovinan vaihdettavaa markkaa
77
+ :BAN:
78
+ :one: Bosnia-Hertsegovinan uusi dinaari (1994–1997)
79
+ :other: Bosnia-Hertsegovinan uutta dinaaria (1994–1997)
80
+ :BBD:
81
+ :one: Barbadosin dollari
82
+ :other: Barbadosin dollaria
83
+ :BDT:
84
+ :one: Bangladeshin taka
85
+ :other: Bangladeshin takaa
86
+ :BEC:
87
+ :one: Belgian vaihdettava frangi
88
+ :other: Belgian vaihdettavaa frangia
89
+ :BEF:
90
+ :one: Belgian frangi
91
+ :other: Belgian frangia
92
+ :BEL:
93
+ :one: Belgian rahoitusfrangi
94
+ :other: Belgian rahoitusfrangia
95
+ :BGL:
96
+ :one: Bulgarian kova lev
97
+ :other: Bulgarian kovaa leviä
98
+ :BGM:
99
+ :one: Bulgarian sosialistinen lev
100
+ :other: Bulgarian sosialistista leviä
101
+ :BGN:
102
+ :one: Bulgarian lev
103
+ :other: Bulgarian leviä
104
+ :BGO:
105
+ :one: Bulgarian lev (1879–1952)
106
+ :other: Bulgarian leviä (1879–1952)
107
+ :BHD:
108
+ :one: Bahrainin dinaari
109
+ :other: Bahrainin dinaaria
110
+ :BIF:
111
+ :one: Burundin frangi
112
+ :other: Burundin frangia
113
+ :BMD:
114
+ :one: Bermudan dollari
115
+ :other: Bermudan dollaria
116
+ :BND:
117
+ :one: Brunein dollari
118
+ :other: Brunein dollaria
119
+ :BOB:
120
+ :one: Bolivian boliviano
121
+ :other: Bolivian bolivianoa
122
+ :BOL:
123
+ :one: Bolivian boliviano (1863–1963)
124
+ :other: Bolivian bolivianoa (1863–1963)
125
+ :BOP:
126
+ :one: Bolivian peso
127
+ :other: Bolivian pesoa
128
+ :BOV:
129
+ :one: Bolivian mvdol
130
+ :other: Bolivian mvdol'ia
131
+ :BRB:
132
+ :one: Brasilian uusi cruzeiro (1967–1986)
133
+ :other: Brasilian uutta cruzeiroa (1967–1986)
134
+ :BRC:
135
+ :one: Brasilian cruzado (1986–1989)
136
+ :other: Brasilian cruzadoa (1986–1989)
137
+ :BRE:
138
+ :one: Brasilian cruzeiro (1990–1993)
139
+ :other: Brasilian cruzeiroa (1990–1993)
140
+ :BRL:
141
+ :one: Brasilian real
142
+ :other: Brasilian realia
143
+ :symbol: BRL
144
+ :BRN:
145
+ :one: Brasilian uusi cruzado (1989–1990)
146
+ :other: Brasilian uutta cruzadoa (1989–1990)
147
+ :BRR:
148
+ :one: Brasilian cruzeiro (1993–1994)
149
+ :other: Brasilian cruzeiroa (1993–1994)
150
+ :BRZ:
151
+ :one: Brasilian cruzeiro (1942–1967)
152
+ :other: Brasilian cruzeiroa (1942–1967)
153
+ :BSD:
154
+ :one: Bahaman dollari
155
+ :other: Bahaman dollaria
156
+ :BTN:
157
+ :one: Bhutanin ngultrum
158
+ :other: Bhutanin ngultrumia
159
+ :BUK:
160
+ :one: Burman kyat
161
+ :other: Burman kyatia
162
+ :BWP:
163
+ :one: Botswanan pula
164
+ :other: Botswanan pulaa
165
+ :BYB:
166
+ :one: Valko-Venäjän uusi rupla (1994–1999)
167
+ :other: Valko-Venäjän uutta ruplaa (1994–1999)
168
+ :BYR:
169
+ :one: Valko-Venäjän rupla
170
+ :other: Valko-Venäjän ruplaa
171
+ :BZD:
172
+ :one: Belizen dollari
173
+ :other: Belizen dollaria
174
+ :CAD:
175
+ :one: Kanadan dollari
176
+ :other: Kanadan dollaria
177
+ :symbol: CAD
178
+ :CDF:
179
+ :one: Kongon frangi
180
+ :other: Kongon frangia
181
+ :CHE:
182
+ :one: Sveitsin WIR-euro
183
+ :other: Sveitsin WIR-euroa
184
+ :CHF:
185
+ :one: Sveitsin frangi
186
+ :other: Sveitsin frangia
187
+ :CHW:
188
+ :one: Sveitsin WIR-frangi
189
+ :other: Sveitsin WIR-frangia
190
+ :CLE:
191
+ :one: Chilen escudo
192
+ :other: Chilen escudoa
193
+ :CLF:
194
+ :one: Chilen unidades de fomento
195
+ :other: Chilen unidades de fomentoa
196
+ :CLP:
197
+ :one: Chilen peso
198
+ :other: Chilen pesoa
199
+ :CNX:
200
+ :one: Kiinan kansanpankin dollari
201
+ :other: Kiinan kansanpankin dollaria
202
+ :CNY:
203
+ :one: Kiinan yuan
204
+ :other: Kiinan yuania
205
+ :symbol: CNY
206
+ :COP:
207
+ :one: Kolumbian peso
208
+ :other: Kolumbian pesoa
209
+ :COU:
210
+ :one: Kolumbian unidad de valor real
211
+ :other: Kolumbian unidad de valor realia
212
+ :CRC:
213
+ :one: Costa Rican colon
214
+ :other: Costa Rican colonia
215
+ :CSD:
216
+ :one: Serbian dinaari (2002–2006)
217
+ :other: Serbian dinaaria (2002–2006)
218
+ :CSK:
219
+ :one: Tšekkoslovakian kova koruna
220
+ :other: Tšekkoslovakian kovaa korunaa
221
+ :CUC:
222
+ :one: Kuuban vaihdettava peso
223
+ :other: Kuuban vaihdettavaa pesoa
224
+ :CUP:
225
+ :one: Kuuban peso
226
+ :other: Kuuban pesoa
227
+ :CVE:
228
+ :one: Kap Verden escudo
229
+ :other: Kap Verden escudoa
230
+ :CYP:
231
+ :one: Kyproksen punta
232
+ :other: Kyproksen puntaa
233
+ :CZK:
234
+ :one: Tšekin koruna
235
+ :other: Tšekin korunaa
236
+ :DDM:
237
+ :one: Itä-Saksan markka
238
+ :other: Itä-Saksan markkaa
239
+ :DEM:
240
+ :one: Saksan markka
241
+ :other: Saksan markkaa
242
+ :DJF:
243
+ :one: Djiboutin frangi
244
+ :other: Djiboutin frangia
245
+ :DKK:
246
+ :one: Tanskan kruunu
247
+ :other: Tanskan kruunua
248
+ :DOP:
249
+ :one: Dominikaanisen tasavallan peso
250
+ :other: Dominikaanisen tasavallan pesoa
251
+ :DZD:
252
+ :one: Algerian dinaari
253
+ :other: Algerian dinaaria
254
+ :ECS:
255
+ :one: Ecuadorin sucre
256
+ :other: Ecuadorin sucrea
257
+ :ECV:
258
+ :one: Ecuadorin UVC
259
+ :other: Ecuadorin UVC'ta
260
+ :EEK:
261
+ :one: Viron kruunu
262
+ :other: Viron kruunua
263
+ :EGP:
264
+ :one: Egyptin punta
265
+ :other: Egyptin puntaa
266
+ :ERN:
267
+ :one: Eritrean nakfa
268
+ :other: Eritrean nakfaa
269
+ :ESA:
270
+ :one: Espanjan peseta (A-tili)
271
+ :other: Espanjan pesetaa (A-tili)
272
+ :ESB:
273
+ :one: Espanjan peseta (vaihdettava tili)
274
+ :other: Espanjan pesetaa (vaihdettava tili)
275
+ :ESP:
276
+ :one: Espanjan peseta
277
+ :other: Espanjan pesetaa
278
+ :ETB:
279
+ :one: Etiopian birr
280
+ :other: Etiopian birriä
281
+ :EUR:
282
+ :one: euro
283
+ :other: euroa
284
+ :symbol: €
285
+ :FIM:
286
+ :one: Suomen markka
287
+ :other: Suomen markkaa
288
+ :FJD:
289
+ :one: Fidžin dollari
290
+ :other: Fidžin dollaria
291
+ :FKP:
292
+ :one: Falklandinsaarten punta
293
+ :other: Falklandinsaarten puntaa
294
+ :FRF:
295
+ :one: Ranskan frangi
296
+ :other: Ranskan frangia
297
+ :GBP:
298
+ :one: Englannin punta
299
+ :other: Englannin puntaa
300
+ :symbol: £
301
+ :GEK:
302
+ :one: Georgian kuponkilari
303
+ :other: Georgian kuponkilaria
304
+ :GEL:
305
+ :one: Georgian lari
306
+ :other: Georgian laria
307
+ :GHC:
308
+ :one: Ghanan cedi (1979–2007)
309
+ :other: Ghanan cediä (1979–2007)
310
+ :GHS:
311
+ :one: Ghanan cedi
312
+ :other: Ghanan cediä
313
+ :GIP:
314
+ :one: Gibraltarin punta
315
+ :other: Gibraltarin puntaa
316
+ :GMD:
317
+ :one: Gambian dalasi
318
+ :other: Gambian dalasia
319
+ :GNF:
320
+ :one: Guinean frangi
321
+ :other: Guinean frangia
322
+ :GNS:
323
+ :one: Guinean syli
324
+ :other: Guinean syliä
325
+ :GQE:
326
+ :one: Päiväntasaajan Guinean ekwele
327
+ :other: Päiväntasaajan Guinean ekweleä
328
+ :GRD:
329
+ :one: Kreikan drakma
330
+ :other: Kreikan drakmaa
331
+ :GTQ:
332
+ :one: Guatemalan quetzal
333
+ :other: Guatemalan quetzalia
334
+ :GWE:
335
+ :one: Portugalin Guinean escudo
336
+ :other: Portugalin Guinean escudoa
337
+ :GWP:
338
+ :one: Guinea-Bissaun peso
339
+ :other: Guinea-Bissaun pesoa
340
+ :GYD:
341
+ :one: Guyanan dollari
342
+ :other: Guyanan dollaria
343
+ :HKD:
344
+ :one: Hongkongin dollari
345
+ :other: Hongkongin dollaria
346
+ :symbol: HKD
347
+ :HNL:
348
+ :one: Hondurasin lempira
349
+ :other: Hondurasin lempiraa
350
+ :HRD:
351
+ :one: Kroatian dinaari
352
+ :other: Kroatian dinaaria
353
+ :HRK:
354
+ :one: Kroatian kuna
355
+ :other: Kroatian kunaa
356
+ :HTG:
357
+ :one: Haitin gourde
358
+ :other: Haitin gourdea
359
+ :HUF:
360
+ :one: Unkarin forintti
361
+ :other: Unkarin forinttia
362
+ :IDR:
363
+ :one: Indonesian rupia
364
+ :other: Indonesian rupiaa
365
+ :IEP:
366
+ :one: Irlannin punta
367
+ :other: Irlannin puntaa
368
+ :ILP:
369
+ :one: Israelin punta
370
+ :other: Israelin puntaa
371
+ :ILR:
372
+ :one: Israelin sekeli (1980–1985)
373
+ :other: Israelin sekeliä (1980–1985)
374
+ :ILS:
375
+ :one: Israelin uusi sekeli
376
+ :other: Israelin uutta sekeliä
377
+ :symbol: ILS
378
+ :INR:
379
+ :one: Intian rupia
380
+ :other: Intian rupiaa
381
+ :symbol: INR
382
+ :IQD:
383
+ :one: Irakin dinaari
384
+ :other: Irakin dinaaria
385
+ :IRR:
386
+ :one: Iranin rial
387
+ :other: Iranin rialia
388
+ :ISJ:
389
+ :one: Islannin kruunu (1918–1981)
390
+ :other: Islannin kruunua (1918–1981)
391
+ :ISK:
392
+ :one: Islannin kruunu
393
+ :other: Islannin kruunua
394
+ :ITL:
395
+ :one: Italian liira
396
+ :other: Italian liiraa
397
+ :JMD:
398
+ :one: Jamaikan dollari
399
+ :other: Jamaikan dollaria
400
+ :JOD:
401
+ :one: Jordanian dinaari
402
+ :other: Jordanian dinaaria
403
+ :JPY:
404
+ :one: Japanin jeni
405
+ :other: Japanin jeniä
406
+ :symbol: ¥
407
+ :KES:
408
+ :one: Kenian šillinki
409
+ :other: Kenian šillinkiä
410
+ :KGS:
411
+ :one: Kirgisian som
412
+ :other: Kirgisian somia
413
+ :KHR:
414
+ :one: Kambodžan riel
415
+ :other: Kambodžan rieliä
416
+ :KMF:
417
+ :one: Komorien frangi
418
+ :other: Komorien frangia
419
+ :KPW:
420
+ :one: Pohjois-Korean won
421
+ :other: Pohjois-Korean wonia
422
+ :KRH:
423
+ :one: Etelä-Korean hwan (1953–1962)
424
+ :other: Etelä-Korean hwania (1953–1962)
425
+ :KRO:
426
+ :one: Etelä-Korean won (1945–1953)
427
+ :other: Etelä-Korean wonia (1945–1953)
428
+ :KRW:
429
+ :one: Etelä-Korean won
430
+ :other: Etelä-Korean wonia
431
+ :symbol: KRW
432
+ :KWD:
433
+ :one: Kuwaitin dinaari
434
+ :other: Kuwaitin dinaaria
435
+ :KYD:
436
+ :one: Caymansaarten dollari
437
+ :other: Caymansaarten dollaria
438
+ :KZT:
439
+ :one: Kazakstanin tenge
440
+ :other: Kazakstanin tengeä
441
+ :LAK:
442
+ :one: Laosin kip
443
+ :other: Laosin kipiä
444
+ :LBP:
445
+ :one: Libanonin punta
446
+ :other: Libanonin puntaa
447
+ :LKR:
448
+ :one: Sri Lankan rupia
449
+ :other: Sri Lankan rupiaa
450
+ :LRD:
451
+ :one: Liberian dollari
452
+ :other: Liberian dollaria
453
+ :LSL:
454
+ :one: Lesothon loti
455
+ :other: Lesothon lotia
456
+ :LTL:
457
+ :one: Liettuan liti
458
+ :other: Liettuan litiä
459
+ :LTT:
460
+ :one: Liettuan talonas
461
+ :other: Liettuan talonasia
462
+ :LUC:
463
+ :one: Luxemburgin vaihdettava frangi
464
+ :other: Luxemburgin vaihdettavaa frangia
465
+ :LUF:
466
+ :one: Luxemburgin frangi
467
+ :other: Luxemburgin frangia
468
+ :LUL:
469
+ :one: Luxemburgin rahoitusfrangi
470
+ :other: Luxemburgin rahoitusfrangia
471
+ :LVL:
472
+ :one: Latvian lati
473
+ :other: Latvian latia
474
+ :LVR:
475
+ :one: Latvian rupla
476
+ :other: Latvian ruplaa
477
+ :LYD:
478
+ :one: Libyan dinaari
479
+ :other: Libyan dinaaria
480
+ :MAD:
481
+ :one: Marokon dirhami
482
+ :other: Marokon dirhamia
483
+ :MAF:
484
+ :one: Marokon frangi
485
+ :other: Marokon frangia
486
+ :MCF:
487
+ :one: Monacon frangi
488
+ :other: Monacon frangia
489
+ :MDC:
490
+ :one: Moldovan kuponkileu
491
+ :other: Moldovan kuponkileuta
492
+ :MDL:
493
+ :one: Moldovan leu
494
+ :other: Moldovan leuta
495
+ :MGA:
496
+ :one: Madagaskarin ariary
497
+ :other: Madagaskarin ariarya
498
+ :MGF:
499
+ :one: Madagaskarin frangi
500
+ :other: Madagaskarin frangia
501
+ :MKD:
502
+ :one: Makedonian dinaari
503
+ :other: Makedonian dinaaria
504
+ :MKN:
505
+ :one: Makedonian dinaari (1992–1993)
506
+ :other: Makedonian dinaaria (1992–1993)
507
+ :MLF:
508
+ :one: Malin frangi
509
+ :other: Malin frangia
510
+ :MMK:
511
+ :one: Myanmarin kyat
512
+ :other: Myanmarin kyatia
513
+ :MNT:
514
+ :one: Mongolian tugrik
515
+ :other: Mongolian tugrikia
516
+ :MOP:
517
+ :one: Macaon pataca
518
+ :other: Macaon patacaa
519
+ :MRO:
520
+ :one: Mauritanian ouguiya
521
+ :other: Mauritanian ouguiyaa
522
+ :MTL:
523
+ :one: Maltan liira
524
+ :other: Maltan liiraa
525
+ :MTP:
526
+ :one: Maltan punta
527
+ :other: Maltan puntaa
528
+ :MUR:
529
+ :one: Mauritiuksen rupia
530
+ :other: Mauritiuksen rupiaa
531
+ :MVR:
532
+ :one: Malediivien rufiyaa
533
+ :other: Malediivien rufiyaata
534
+ :MWK:
535
+ :one: Malawin kwacha
536
+ :other: Malawin kwachaa
537
+ :MXN:
538
+ :one: Meksikon peso
539
+ :other: Meksikon pesoa
540
+ :symbol: MXN
541
+ :MXP:
542
+ :one: Meksikon hopeapeso (1861–1992)
543
+ :other: Meksikon hopeapesoa (1861–1992)
544
+ :MXV:
545
+ :one: Meksikon UDI
546
+ :other: Meksikon UDI'ta
547
+ :MYR:
548
+ :one: Malesian ringgit
549
+ :other: Malesian ringgitiä
550
+ :MZE:
551
+ :one: Mosambikin escudo
552
+ :other: Mosambikin escudoa
553
+ :MZM:
554
+ :one: Mosambikin metical (1980–2006)
555
+ :other: Mosambikin meticalia (1980–2006)
556
+ :MZN:
557
+ :one: Mosambikin metical
558
+ :other: Mosambikin meticalia
559
+ :NAD:
560
+ :one: Namibian dollari
561
+ :other: Namibian dollaria
562
+ :NGN:
563
+ :one: Nigerian naira
564
+ :other: Nigerian nairaa
565
+ :NIC:
566
+ :one: Nicaraguan cordoba (1988–1991)
567
+ :other: Nicaraguan cordobaa (1988–1991)
568
+ :NIO:
569
+ :one: Nicaraguan cordoba
570
+ :other: Nicaraguan cordobaa
571
+ :NLG:
572
+ :one: Alankomaiden guldeni
573
+ :other: Alankomaiden guldenia
574
+ :NOK:
575
+ :one: Norjan kruunu
576
+ :other: Norjan kruunua
577
+ :NPR:
578
+ :one: Nepalin rupia
579
+ :other: Nepalin rupiaa
580
+ :NZD:
581
+ :one: Uuden-Seelannin dollari
582
+ :other: Uuden-Seelannin dollaria
583
+ :symbol: NZD
584
+ :OMR:
585
+ :one: Omanin rial
586
+ :other: Omanin rialia
587
+ :PAB:
588
+ :one: Panaman balboa
589
+ :other: Panaman balboaa
590
+ :PEI:
591
+ :one: Perun inti
592
+ :other: Perun intiä
593
+ :PEN:
594
+ :one: Perun uusi sol
595
+ :other: Perun uutta solia
596
+ :PES:
597
+ :one: Perun sol (1863–1965)
598
+ :other: Perun solia (1863–1965)
599
+ :PGK:
600
+ :one: Papua-Uuden-Guinean kina
601
+ :other: Papua-Uuden-Guinean kinaa
602
+ :PHP:
603
+ :one: Filippiinien peso
604
+ :other: Filippiinien pesoa
605
+ :PKR:
606
+ :one: Pakistanin rupia
607
+ :other: Pakistanin rupiaa
608
+ :PLN:
609
+ :one: Puolan zloty
610
+ :other: Puolan zlotya
611
+ :PLZ:
612
+ :one: Puolan zloty (1950–1995)
613
+ :other: Puolan zlotya (1950–1995)
614
+ :PTE:
615
+ :one: Portugalin escudo
616
+ :other: Portugalin escudoa
617
+ :PYG:
618
+ :one: Paraguayn guarani
619
+ :other: Paraguayn guarania
620
+ :QAR:
621
+ :one: Qatarin rial
622
+ :other: Qatarin rialia
623
+ :RHD:
624
+ :one: Rhodesian dollari
625
+ :other: Rhodesian dollaria
626
+ :ROL:
627
+ :one: Romanian leu (1952–2006)
628
+ :other: Romanian leuta (1952–2006)
629
+ :RON:
630
+ :one: Romanian leu
631
+ :other: Romanian leuta
632
+ :RSD:
633
+ :one: Serbian dinaari
634
+ :other: Serbian dinaaria
635
+ :RUB:
636
+ :one: Venäjän rupla
637
+ :other: Venäjän ruplaa
638
+ :RUR:
639
+ :one: Venäjän rupla (1991–1998)
640
+ :other: Venäjän ruplaa (1991–1998)
641
+ :RWF:
642
+ :one: Ruandan frangi
643
+ :other: Ruandan frangia
644
+ :SAR:
645
+ :one: Saudi-Arabian rial
646
+ :other: Saudi-Arabian rialia
647
+ :SBD:
648
+ :one: Salomonsaarten dollari
649
+ :other: Salomonsaarten dollaria
650
+ :SCR:
651
+ :one: Seychellien rupia
652
+ :other: Seychellien rupiaa
653
+ :SDD:
654
+ :one: Sudanin dinaari (1992–2007)
655
+ :other: Sudanin dinaaria (1992–2007)
656
+ :SDG:
657
+ :one: Sudanin punta
658
+ :other: Sudanin puntaa
659
+ :SDP:
660
+ :one: Sudanin punta (1957–1998)
661
+ :other: Sudanin puntaa (1957–1998)
662
+ :SEK:
663
+ :one: Ruotsin kruunu
664
+ :other: Ruotsin kruunua
665
+ :SGD:
666
+ :one: Singaporen dollari
667
+ :other: Singaporen dollaria
668
+ :SHP:
669
+ :one: Saint Helenan punta
670
+ :other: Saint Helenan puntaa
671
+ :SIT:
672
+ :one: Slovenian tolar
673
+ :other: Slovenian tolaria
674
+ :SKK:
675
+ :one: Slovakian koruna
676
+ :other: Slovakian korunaa
677
+ :SLL:
678
+ :one: Sierra Leonen leone
679
+ :other: Sierra Leonen leonea
680
+ :SOS:
681
+ :one: Somalian šillinki
682
+ :other: Somalian šillinkiä
683
+ :SRD:
684
+ :one: Surinamin dollari
685
+ :other: Surinamin dollaria
686
+ :SRG:
687
+ :one: Surinamin guldeni
688
+ :other: Surinamin guldenia
689
+ :SSP:
690
+ :one: Etelä-Sudanin punta
691
+ :other: Etelä-Sudanin puntaa
692
+ :STD:
693
+ :one: São Tomén ja Príncipen dobra
694
+ :other: São Tomén ja Príncipen dobraa
695
+ :SUR:
696
+ :one: Neuvostoliiton rupla
697
+ :other: Neuvostoliiton ruplaa
698
+ :SVC:
699
+ :one: El Salvadorin colon
700
+ :other: El Salvadorin colonia
701
+ :SYP:
702
+ :one: Syyrian punta
703
+ :other: Syyrian puntaa
704
+ :SZL:
705
+ :one: Swazimaan lilangeni
706
+ :other: Swazimaan lilangenia
707
+ :THB:
708
+ :one: Thaimaan baht
709
+ :other: Thaimaan bahtia
710
+ :symbol: THB
711
+ :TJR:
712
+ :one: Tadžikistanin rupla
713
+ :other: Tadžikistanin ruplaa
714
+ :TJS:
715
+ :one: Tadžikistanin somoni
716
+ :other: Tadžikistanin somonia
717
+ :TMM:
718
+ :one: Turkmenistanin manat (1993–2009)
719
+ :other: Turkmenistanin manatia (1993–2009)
720
+ :TMT:
721
+ :one: Turkmenistanin manat
722
+ :other: Turkmenistanin manatia
723
+ :TND:
724
+ :one: Tunisian dinaari
725
+ :other: Tunisian dinaaria
726
+ :TOP:
727
+ :one: Tongan pa’anga
728
+ :other: Tongan pa’angaa
729
+ :TPE:
730
+ :one: Timorin escudo
731
+ :other: Timorin escudoa
732
+ :TRL:
733
+ :one: Turkin liira (1922–2005)
734
+ :other: Turkin liiraa (1922–2005)
735
+ :TRY:
736
+ :one: Turkin liira
737
+ :other: Turkin liiraa
738
+ :TTD:
739
+ :one: Trinidadin ja Tobagon dollari
740
+ :other: Trinidadin ja Tobagon dollaria
741
+ :TWD:
742
+ :one: Taiwanin uusi dollari
743
+ :other: Taiwanin uutta dollaria
744
+ :symbol: TWD
745
+ :TZS:
746
+ :one: Tansanian šillinki
747
+ :other: Tansanian šillinkiä
748
+ :UAH:
749
+ :one: Ukrainan hryvnia
750
+ :other: Ukrainan hryvniaa
751
+ :UAK:
752
+ :one: Ukrainan karbovanetz
753
+ :other: Ukrainan karbovanetzia
754
+ :UGS:
755
+ :one: Ugandan šillinki (1966–1987)
756
+ :other: Ugandan šillinkiä (1966–1987)
757
+ :UGX:
758
+ :one: Ugandan šillinki
759
+ :other: Ugandan šillinkiä
760
+ :USD:
761
+ :one: Yhdysvaltain dollari
762
+ :other: Yhdysvaltain dollaria
763
+ :symbol: $
764
+ :USN:
765
+ :one: Yhdysvaltain dollari (seuraava päivä)
766
+ :other: Yhdysvaltain dollaria (seuraava päivä)
767
+ :USS:
768
+ :one: Yhdysvaltain dollari (sama päivä)
769
+ :other: Yhdysvaltain dollaria (sama päivä)
770
+ :UYI:
771
+ :one: Uruguayn peso en unidades indexadas
772
+ :other: Uruguayn pesoa en unidades indexadas
773
+ :UYP:
774
+ :one: Uruguayn peso (1975–1993)
775
+ :other: Uruguayn pesoa (1975–1993)
776
+ :UYU:
777
+ :one: Uruguayn peso
778
+ :other: Uruguayn pesoa
779
+ :UZS:
780
+ :one: Uzbekistanin som
781
+ :other: Uzbekistanin somia
782
+ :VEB:
783
+ :one: Venezuelan bolivar (1871–2008)
784
+ :other: Venezuelan bolivaria (1871–2008)
785
+ :VEF:
786
+ :one: Venezuelan bolivar
787
+ :other: Venezuelan bolivaria
788
+ :VND:
789
+ :one: Vietnamin dong
790
+ :other: Vietnamin dongia
791
+ :symbol: VND
792
+ :VNN:
793
+ :one: Vietnamin dong (1978–1985)
794
+ :other: Vietnamin dongia (1978–1985)
795
+ :VUV:
796
+ :one: Vanuatun vatu
797
+ :other: Vanuatun vatua
798
+ :WST:
799
+ :one: Samoan tala
800
+ :other: Samoan talaa
801
+ :XAF:
802
+ :one: CFA-frangi BEAC
803
+ :other: CFA-frangia BEAC
804
+ :symbol: FCFA
805
+ :XAG:
806
+ :one: hopeayksikkö
807
+ :other: hopeayksikköä
808
+ :XAU:
809
+ :one: kultayksikkö
810
+ :other: kultayksikköä
811
+ :XBA:
812
+ :one: EURCO
813
+ :other: EURCO'a
814
+ :XBB:
815
+ :one: Euroopan rahayksikkö (EMU)
816
+ :other: Euroopan rahayksikköä (EMU)
817
+ :XBC:
818
+ :one: EUA (XBC)
819
+ :other: EUA'ta (XBC)
820
+ :XBD:
821
+ :one: EUA (XBD)
822
+ :other: EUA'ta (XBD)
823
+ :XCD:
824
+ :one: Itä-Karibian dollari
825
+ :other: Itä-Karibian dollaria
826
+ :symbol: XCD
827
+ :XDR:
828
+ :one: erityisnosto-oikeus (SDR)
829
+ :other: erityisnosto-oikeutta (SDR)
830
+ :XEU:
831
+ :one: Euroopan valuuttayksikkö (ECU)
832
+ :other: Euroopan valuuttayksikköä (ECU)
833
+ :XFO:
834
+ :one: Ranskan kultafrangi
835
+ :other: Ranskan kultafrangia
836
+ :XFU:
837
+ :one: Ranskan UIC-frangi
838
+ :other: Ranskan UIC-frangia
839
+ :XOF:
840
+ :one: CFA-frangi BCEAO
841
+ :other: CFA-frangia BCEAO
842
+ :symbol: CFA
843
+ :XPD:
844
+ :one: palladiumyksikkö
845
+ :other: palladiumyksikköä
846
+ :XPF:
847
+ :one: CFP-frangi
848
+ :other: CFP-frangia
849
+ :symbol: XPF
850
+ :XPT:
851
+ :one: platinayksikkö
852
+ :other: platinayksikköä
853
+ :XRE:
854
+ :one: RINET-rahastoyksikkö
855
+ :other: RINET-rahastoyksikköä
856
+ :XTS:
857
+ :one: testaustarkoitukseen varattu valuuttakoodi
858
+ :other: testaustarkoitukseen varattua valuuttakoodia
859
+ :XXX:
860
+ :one: tuntematon rahayksikkö
861
+ :other: tuntematonta rahayksikköä
862
+ :YDD:
863
+ :one: Jemenin dinaari
864
+ :other: Jemenin dinaaria
865
+ :YER:
866
+ :one: Jemenin rial
867
+ :other: Jemenin rialia
868
+ :YUD:
869
+ :one: Jugoslavian kova dinaari (1966–1990)
870
+ :other: Jugoslavian kovaa dinaaria (1966–1990)
871
+ :YUM:
872
+ :one: Jugoslavian uusi dinaari (1994–2002)
873
+ :other: Jugoslavian uutta dinaaria (1994–2002)
874
+ :YUN:
875
+ :one: Jugoslavian vaihdettava dinaari (1990–1992)
876
+ :other: Jugoslavian vaihdettavaa dinaaria (1990–1992)
877
+ :YUR:
878
+ :one: Jugoslavian uudistettu dinaari (1992–1993)
879
+ :other: Jugoslavian uudistettua dinaaria (1992–1993)
880
+ :ZAL:
881
+ :one: Etelä-Afrikan rahoitusrandi
882
+ :other: Etelä-Afrikan rahoitusrandia
883
+ :ZAR:
884
+ :one: Etelä-Afrikan randi
885
+ :other: Etelä-Afrikan randia
886
+ :ZMK:
887
+ :one: Sambian kwacha
888
+ :other: Sambian kwachaa
889
+ :ZRN:
890
+ :one: Zairen uusi zaire (1993–1998)
891
+ :other: Zairen uutta zairea (1993–1998)
892
+ :ZRZ:
893
+ :one: Zairen zaire (1971–1993)
894
+ :other: Zairen zairea (1971–1993)
895
+ :ZWD:
896
+ :one: Zimbabwen dollari (1980–2008)
897
+ :other: Zimbabwen dollaria (1980–2008)
898
+ :ZWL:
899
+ :one: Zimbabwen dollari (2009)
900
+ :other: Zimbabwen dollaria (2009)
901
+ :ZWR:
902
+ :one: Zimbabwen dollari (2008)
903
+ :other: Zimbabwen dollaria (2008)