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
@@ -0,0 +1,946 @@
1
+ ---
2
+ :ro:
3
+ :currencies:
4
+ :ADP:
5
+ :few: pesete andorrane
6
+ :one: pesetă andorrană
7
+ :other: pesete andorrane
8
+ :AED:
9
+ :few: dirhami Emiratele Arabe Unite
10
+ :one: dirham Emiratele Arabe Unite
11
+ :other: dirhami Emiratele Arabe Unite
12
+ :AFN:
13
+ :few: afgani
14
+ :one: afgan
15
+ :other: afgani
16
+ :ALL:
17
+ :few: leka albanezi
18
+ :one: leka albanez
19
+ :other: leka albanezi
20
+ :AMD:
21
+ :few: drami armenești
22
+ :one: dram armenesc
23
+ :other: drami armenești
24
+ :ANG:
25
+ :few: guldeni Antilele Olandeze
26
+ :one: gulden Antilele Olandeze
27
+ :other: guldeni Antilele Olandeze
28
+ :AOA:
29
+ :few: kwanze angoleze
30
+ :one: kwanza angoleză
31
+ :other: kwanze angoleze
32
+ :ARP:
33
+ :few: pesos argentinieni (1983-1985)
34
+ :one: peso argentinian (1983-1985)
35
+ :other: pesos argentinieni (1983-1985)
36
+ :ARS:
37
+ :few: pesos argentinieni
38
+ :one: peso argentinian
39
+ :other: pesos argentinieni
40
+ :ATS:
41
+ :few: șilingi austrieci
42
+ :one: șiling austriac
43
+ :other: șilingi austrieci
44
+ :AUD:
45
+ :few: dolari australieni
46
+ :one: dolar australien
47
+ :other: dolari australieni
48
+ :symbol: A$
49
+ :AWG:
50
+ :few: florini Aruba
51
+ :one: florin Aruba
52
+ :other: florini Aruba
53
+ :AZM:
54
+ :one: manat azer (1993-2006)
55
+ :AZN:
56
+ :few: manați Azerbaidjan
57
+ :one: manat Azerbaidjan
58
+ :other: manați Azerbaidjan
59
+ :BAD:
60
+ :few: dinari Bosnia-Herțegovina
61
+ :one: dinar Bosnia-Herțegovina (1992-1994)
62
+ :other: dinari Bosnia-Herțegovina (1992-1994)
63
+ :BAM:
64
+ :few: mărci convertibile bosniace
65
+ :one: marcă convertibilă bosniacă
66
+ :other: mărci convertibile bosniace
67
+ :BBD:
68
+ :few: dolari Barbados
69
+ :one: dolar Barbados
70
+ :other: dolari Barbados
71
+ :BDT:
72
+ :few: taka Bangladeș
73
+ :one: taka Bangladeș
74
+ :other: taka Bangladeș
75
+ :BEC:
76
+ :few: franci belgieni (convertibili)
77
+ :one: franc belgian (convertibil)
78
+ :other: franci belgieni (convertibili)
79
+ :BEF:
80
+ :few: franci belgieni
81
+ :one: franc belgian
82
+ :other: franci belgieni
83
+ :BEL:
84
+ :few: franci belgieni (financiari)
85
+ :one: franc belgian (financiar)
86
+ :other: franci belgieni (financiari)
87
+ :BGN:
88
+ :few: leva bulgărești noi
89
+ :one: leva bulgărească nouă
90
+ :other: leva bulgărești noi
91
+ :BHD:
92
+ :few: dinari Bahrain
93
+ :one: dinar Bahrain
94
+ :other: dinari Bahrain
95
+ :BIF:
96
+ :few: franci Burundi
97
+ :one: franc Burundi
98
+ :other: franci Burundi
99
+ :BMD:
100
+ :few: dolari Bermude
101
+ :one: dolar Bermude
102
+ :other: dolari Bermude
103
+ :BND:
104
+ :few: dolari Brunei
105
+ :one: dolar Brunei
106
+ :other: dolari Brunei
107
+ :BOB:
108
+ :few: bolivieni bolivieni
109
+ :one: boliviano bolivian
110
+ :other: bolivieni bolivieni
111
+ :BOP:
112
+ :few: pesos bolivieni
113
+ :one: peso bolivian
114
+ :other: pesos bolivieni
115
+ :BOV:
116
+ :one: mvdol bolivian
117
+ :BRE:
118
+ :one: cruzeiro brazilian (1990–1993)
119
+ :BRL:
120
+ :few: reali brazilieni
121
+ :one: real brazilian
122
+ :other: reali brazilieni
123
+ :symbol: R$
124
+ :BRR:
125
+ :one: cruzeiro brazilian (1993-1994)
126
+ :BSD:
127
+ :few: dolari Bahamas
128
+ :one: dolar Bahamas
129
+ :other: dolari Bahamas
130
+ :BTN:
131
+ :few: ngultrum Bhutan
132
+ :one: ngultrum Bhutan
133
+ :other: ngultrum Bhutan
134
+ :BUK:
135
+ :one: kyat birman
136
+ :BWP:
137
+ :few: pule Botswana
138
+ :one: pulă Botswana
139
+ :other: pule Botswana
140
+ :BYR:
141
+ :few: ruble bieloruse
142
+ :one: rublă bielorusă
143
+ :other: ruble bieloruse
144
+ :BZD:
145
+ :few: dolari Belize
146
+ :one: dolar Belize
147
+ :other: dolari Belize
148
+ :CAD:
149
+ :few: dolari canadieni
150
+ :one: dolar canadian
151
+ :other: dolari canadieni
152
+ :symbol: CA$
153
+ :CDF:
154
+ :few: franci congolezi
155
+ :one: franc congolez
156
+ :other: franci congolezi
157
+ :CHF:
158
+ :few: franci elvețieni
159
+ :one: franc elvețian
160
+ :other: franci elvețieni
161
+ :CLP:
162
+ :few: pesos chilieni
163
+ :one: peso chilian
164
+ :other: pesos chilieni
165
+ :CNY:
166
+ :few: yuani renminbi chinezești
167
+ :one: yuan renminbi chinezesc
168
+ :other: yuani renminbi chinezești
169
+ :symbol: CN¥
170
+ :COP:
171
+ :few: pesos columbieni
172
+ :one: peso columbian
173
+ :other: pesos columbieni
174
+ :CRC:
175
+ :few: coloni costaricani
176
+ :one: colon costarican
177
+ :other: coloni costaricani
178
+ :CSD:
179
+ :few: dinari Serbia și Muntenegru (2002-2006)
180
+ :one: dinar Serbia și Muntenegru (2002-2006)
181
+ :other: dinari Serbia și Muntenegru (2002-2006)
182
+ :CUC:
183
+ :few: pesos cubanezi convertibili
184
+ :one: peso cubanez convertibil
185
+ :other: pesos cubanezi convertibili
186
+ :CUP:
187
+ :few: pesos cubanezi
188
+ :one: peso cubanez
189
+ :other: pesos cubanezi
190
+ :CVE:
191
+ :few: escudo Capul Verde
192
+ :one: escudo Capul Verde
193
+ :other: escudo Capul Verde
194
+ :CYP:
195
+ :few: lire cipriote
196
+ :one: liră cipriotă
197
+ :other: lire cipriote
198
+ :CZK:
199
+ :few: coroane cehe
200
+ :one: coroană cehă
201
+ :other: coroane cehe
202
+ :DDM:
203
+ :few: mărci est-germane
204
+ :one: marcă est-germană
205
+ :other: mărci est-germane
206
+ :DEM:
207
+ :few: mărci germane
208
+ :one: marcă germană
209
+ :other: mărci germane
210
+ :DJF:
211
+ :few: franci Djibouti
212
+ :one: franc Djibouti
213
+ :other: franci Djibouti
214
+ :DKK:
215
+ :few: coroane daneze
216
+ :one: coroană daneză
217
+ :other: coroane daneze
218
+ :DOP:
219
+ :few: pesos dominicani
220
+ :one: peso dominican
221
+ :other: pesos dominicani
222
+ :DZD:
223
+ :few: dinari algerieni
224
+ :one: dinar algerian
225
+ :other: dinari algerieni
226
+ :ECS:
227
+ :one: sucre Ecuador
228
+ :EEK:
229
+ :few: coroane estoniene
230
+ :one: coroană estoniană
231
+ :other: coroane estoniene
232
+ :EGP:
233
+ :few: lire egiptene
234
+ :one: liră egipteană
235
+ :other: lire egiptene
236
+ :ERN:
237
+ :few: nafka Eritreea
238
+ :one: nafka Eritreea
239
+ :other: nafka Eritreea
240
+ :ESA:
241
+ :one: peseta spaniolă (cont A)
242
+ :ESB:
243
+ :one: peseta spaniolă (cont convertibil)
244
+ :ESP:
245
+ :few: pesete spaniole
246
+ :one: pesetă spaniolă
247
+ :other: pesete spaniole
248
+ :ETB:
249
+ :few: birr Etiopia
250
+ :one: birr Etiopia
251
+ :other: birr Etiopia
252
+ :EUR:
253
+ :few: euro
254
+ :one: euro
255
+ :other: euro
256
+ :symbol: €
257
+ :FIM:
258
+ :few: mărci finlandeze
259
+ :one: mărci finlandeze
260
+ :other: mărci finlandeze
261
+ :FJD:
262
+ :few: dolari Fiji
263
+ :one: dolar Fiji
264
+ :other: dolari Fiji
265
+ :FKP:
266
+ :few: lire Insulele Falkland
267
+ :one: liră Insulele Falkland
268
+ :other: lire Insulele Falkland
269
+ :FRF:
270
+ :few: franci francezi
271
+ :one: franc francez
272
+ :other: franci francezi
273
+ :GBP:
274
+ :few: lire sterline
275
+ :one: liră sterlină
276
+ :other: lire sterline
277
+ :symbol: £
278
+ :GEL:
279
+ :few: lari Georgia
280
+ :one: lari Georgia
281
+ :other: lari Georgia
282
+ :GHC:
283
+ :one: cedi Ghana (1979-2007)
284
+ :GHS:
285
+ :few: cedi ghanezi
286
+ :one: cedi ghanez
287
+ :other: cedi ghanezi
288
+ :GIP:
289
+ :few: lire Gibraltar
290
+ :one: liră Gibraltar
291
+ :other: lire Gibraltar
292
+ :GMD:
293
+ :few: dalasi Gambia
294
+ :one: dalasi Gambia
295
+ :other: dalasi Gambia
296
+ :GNF:
297
+ :few: franci Guineea
298
+ :one: franc guineean
299
+ :other: franci Guineea
300
+ :GRD:
301
+ :few: drahme grecești
302
+ :one: drahmă grecească
303
+ :other: drahme grecești
304
+ :GTQ:
305
+ :few: quetzal Guatemala
306
+ :one: quetzal Guatemala
307
+ :other: quetzal Guatemala
308
+ :GWP:
309
+ :few: pesos Guineea-Bissau
310
+ :one: peso Guineea-Bissau
311
+ :other: pesos Guineea-Bissau
312
+ :GYD:
313
+ :few: dolari Guyana
314
+ :one: dolar guyanez
315
+ :other: dolari Guyana
316
+ :HKD:
317
+ :few: dolari Hong Kong
318
+ :one: dolar Hong Kong
319
+ :other: dolari Hong Kong
320
+ :symbol: HK$
321
+ :HNL:
322
+ :few: lempire honduriene
323
+ :one: lempiră honduriană
324
+ :other: lempire honduriene
325
+ :HRD:
326
+ :few: dinari croați
327
+ :one: dinar croat
328
+ :other: dinari croați
329
+ :HRK:
330
+ :few: kune croate
331
+ :one: kuna croată
332
+ :other: kune croate
333
+ :HTG:
334
+ :few: gourde Haiti
335
+ :one: gourde Haiti
336
+ :other: gourde Haiti
337
+ :HUF:
338
+ :few: forinți maghiari
339
+ :one: forint maghiar
340
+ :other: forinți maghiari
341
+ :IDR:
342
+ :few: rupii indoneziene
343
+ :one: rupie indoneziană
344
+ :other: rupii indoneziene
345
+ :IEP:
346
+ :few: lire irlandeze
347
+ :one: liră irlandeză
348
+ :other: lire irlandeze
349
+ :ILP:
350
+ :few: lire israeliene
351
+ :one: liră israeliană
352
+ :other: lire israeliene
353
+ :ILS:
354
+ :few: șecheli israelieni noi
355
+ :one: șechel israelian nou
356
+ :other: șecheli israelieni noi
357
+ :symbol: ₪
358
+ :INR:
359
+ :few: rupii indiene
360
+ :one: rupie indiană
361
+ :other: rupii indiene
362
+ :symbol: ₹
363
+ :IQD:
364
+ :few: dinari irakieni
365
+ :one: dinar irakian
366
+ :other: dinari irakieni
367
+ :IRR:
368
+ :few: riali iranieni
369
+ :one: rial iranian
370
+ :other: riali iranieni
371
+ :ISK:
372
+ :few: coroane islandeze
373
+ :one: coroană islandeză
374
+ :other: coroane islandeze
375
+ :ITL:
376
+ :few: lire italiene
377
+ :one: liră italiană
378
+ :other: lire italiene
379
+ :JMD:
380
+ :few: dolari jamaicani
381
+ :one: dolar jamaican
382
+ :other: dolari jamaicani
383
+ :JOD:
384
+ :few: dinari iordanieni
385
+ :one: dinar iordanian
386
+ :other: dinari iordanieni
387
+ :JPY:
388
+ :few: yeni japonezi
389
+ :one: yen japonez
390
+ :other: yeni japonezi
391
+ :symbol: JP¥
392
+ :KES:
393
+ :few: șilingi kenyeni
394
+ :one: șiling kenyan
395
+ :other: șilingi kenyeni
396
+ :KGS:
397
+ :few: som Kirghizstan
398
+ :one: som Kirghizstan
399
+ :other: som Kirghizstan
400
+ :KHR:
401
+ :few: rieli cambodgieni
402
+ :one: riel cambodgian
403
+ :other: rieli cambodgieni
404
+ :KMF:
405
+ :few: franci comorieni
406
+ :one: franc comorian
407
+ :other: franci comorieni
408
+ :KPW:
409
+ :few: woni nord-coreeni
410
+ :one: won nord-coreeni
411
+ :other: woni nord-coreeni
412
+ :KRW:
413
+ :few: woni sud-coreeni
414
+ :one: won sud-corean
415
+ :other: woni sud-coreeni
416
+ :symbol: ₩
417
+ :KWD:
418
+ :few: dinari kuweitieni
419
+ :one: dinar kuweitian
420
+ :other: dinari kuweitieni
421
+ :KYD:
422
+ :few: dolari Insulele Cayman
423
+ :one: dolar Insulele Cayman
424
+ :other: dolari Insulele Cayman
425
+ :KZT:
426
+ :few: tenge Kazahstan
427
+ :one: tenge Kazahstan
428
+ :other: tenge Kazahstan
429
+ :LAK:
430
+ :few: kipi Laos
431
+ :one: kipi Laos
432
+ :other: kipi Laos
433
+ :LBP:
434
+ :few: lire libaneze
435
+ :one: liră libaneză
436
+ :other: lire libaneze
437
+ :LKR:
438
+ :few: rupii Sri Lanka
439
+ :one: rupie Sri Lanka
440
+ :other: rupii Sri Lanka
441
+ :LRD:
442
+ :few: dolari liberieni
443
+ :one: dolar liberian
444
+ :other: dolari liberieni
445
+ :LSL:
446
+ :one: loti lesothian
447
+ :LTL:
448
+ :few: lite lituaniene
449
+ :one: litas lituaniană
450
+ :other: lite lituaniene
451
+ :LUC:
452
+ :few: franci convertibili luxemburghezi
453
+ :one: franc convertibil luxemburghez
454
+ :other: franci convertibili luxemburghezi
455
+ :LUF:
456
+ :few: franci luxemburghezi
457
+ :one: franc luxemburghez
458
+ :other: franci luxemburghezi
459
+ :LUL:
460
+ :few: franci financiari luxemburghezi
461
+ :one: franc financiar luxemburghez
462
+ :other: franci financiari luxemburghezi
463
+ :LVL:
464
+ :few: lats letoni
465
+ :one: lats leton
466
+ :other: lats letoni
467
+ :LVR:
468
+ :few: ruble Letonia
469
+ :one: rublă Letonia
470
+ :other: ruble Letonia
471
+ :LYD:
472
+ :few: dinari libieni
473
+ :one: dinar libian
474
+ :other: dinari libieni
475
+ :MAD:
476
+ :few: dirhami marocani
477
+ :one: dirham marocan
478
+ :other: dirhami marocani
479
+ :MAF:
480
+ :few: franci marocani
481
+ :one: franc marocan
482
+ :other: franci marocani
483
+ :MDL:
484
+ :few: lei moldovenești
485
+ :one: leu moldovenesc
486
+ :other: lei moldovenești
487
+ :MGA:
488
+ :few: ariary Madagascar
489
+ :one: ariary Madagascar
490
+ :other: ariary Madagascar
491
+ :MGF:
492
+ :few: franci Madagascar
493
+ :one: franc Madagascar
494
+ :other: franci Madagascar
495
+ :MKD:
496
+ :few: dinari macedoneni
497
+ :one: denar macedonean
498
+ :other: dinari macedoneni
499
+ :MLF:
500
+ :few: franci Mali
501
+ :one: franc Mali
502
+ :other: franci Mali
503
+ :MMK:
504
+ :few: kyați Myanmar
505
+ :one: kyat Myanmar
506
+ :other: kyați Myanmar
507
+ :MNT:
508
+ :few: tugrici mongoli
509
+ :one: tugrik mongol
510
+ :other: tugriki mongoli
511
+ :MOP:
512
+ :few: patace Macao
513
+ :one: pataca Macao
514
+ :other: patace Macao
515
+ :MRO:
516
+ :few: ouguiya mauritane
517
+ :one: ouguiya mauritană
518
+ :other: ouguiya mauritane
519
+ :MTL:
520
+ :few: lire malteze
521
+ :one: liră malteză
522
+ :other: lire malteze
523
+ :MUR:
524
+ :few: rupii mauritiene
525
+ :one: rupie mauritiană
526
+ :other: rupii mauritiene
527
+ :MVR:
528
+ :few: rufiyaa maldiviene
529
+ :one: rufiyaa maldiviană
530
+ :other: rufiyaa maldiviene
531
+ :MWK:
532
+ :few: kwache malawiene
533
+ :one: kwacha malawiană
534
+ :other: kwache malawiene
535
+ :MXN:
536
+ :few: pesos mexicani
537
+ :one: peso mexican
538
+ :other: pesos mexicani
539
+ :symbol: MX$
540
+ :MXP:
541
+ :few: pesos mexicani de argint (1861–1992
542
+ :one: peso mexican de argint (1861–1992)
543
+ :other: pesos mexicani de argint (1861–1992)
544
+ :MYR:
545
+ :few: ringgit malaiezieni
546
+ :one: ringgit malaiezian
547
+ :other: ringgit malaiezieni
548
+ :MZE:
549
+ :one: escudo Mozambic
550
+ :MZM:
551
+ :one: metical Mozambic vechi
552
+ :MZN:
553
+ :few: metical mozambicani
554
+ :one: metical mozambican
555
+ :other: metical mozambicani
556
+ :NAD:
557
+ :few: dolari namibieni
558
+ :one: dolar namibian
559
+ :other: dolari namibieni
560
+ :NGN:
561
+ :few: naire nigeriene
562
+ :one: naira nigeriană
563
+ :other: naire nigeriene
564
+ :NIC:
565
+ :one: cordoba nicaraguană (1988-1991)
566
+ :NIO:
567
+ :few: cordobe nicaraguane
568
+ :one: cordoba nicaraguană
569
+ :other: cordobe nicaraguane
570
+ :NLG:
571
+ :few: guldeni olandezi
572
+ :one: gulden olandez
573
+ :other: guldeni olandezi
574
+ :NOK:
575
+ :few: coroane norvegiene
576
+ :one: coroană norvegiană
577
+ :other: coroane norvegiene
578
+ :NPR:
579
+ :few: rupii nepaleze
580
+ :one: rupie nepaleză
581
+ :other: rupii nepaleze
582
+ :NZD:
583
+ :few: dolari neozeelandezi
584
+ :one: dolar neozeelandez
585
+ :other: dolari neozeelandezi
586
+ :symbol: NZ$
587
+ :OMR:
588
+ :few: riyali Oman
589
+ :one: riyal Oman
590
+ :other: riyali Oman
591
+ :PAB:
592
+ :few: balboa panameze
593
+ :one: balboa panameză
594
+ :other: balboa panameze
595
+ :PEI:
596
+ :one: inti peruvian
597
+ :PEN:
598
+ :few: soli noi Peru
599
+ :one: sol nou Peru
600
+ :other: soli noi Peru
601
+ :PES:
602
+ :few: soli Peru (1863-1965)
603
+ :one: sol peruvian (1863-1965)
604
+ :other: soli Peru (1863-1965)
605
+ :PGK:
606
+ :few: kine Papua-Noua Guinee
607
+ :one: kina Papua-Noua Guinee
608
+ :other: kine Papua-Noua Guinee
609
+ :PHP:
610
+ :few: pesos filipinezi
611
+ :one: peso filipinez
612
+ :other: pesos filipinezi
613
+ :PKR:
614
+ :few: rupii pakistaneze
615
+ :one: rupie pakistaneză
616
+ :other: rupii pakistaneze
617
+ :PLN:
618
+ :few: zloți noi polonezi
619
+ :one: zlot nou polonez
620
+ :other: zloți noi polonezi
621
+ :PLZ:
622
+ :few: zloți polonezi (1950–1995)
623
+ :one: zlot polonez (1950–1995)
624
+ :other: zloți polonezi (1950–1995)
625
+ :PYG:
626
+ :few: guarani Paraguay
627
+ :one: guarani Paraguay
628
+ :other: guarani Paraguay
629
+ :QAR:
630
+ :few: riyali Qatar
631
+ :one: ryal Qatar
632
+ :other: riyali Qatar
633
+ :RHD:
634
+ :few: dolari rhodesieni
635
+ :one: dolar rhodesian
636
+ :other: dolari rhodesieni
637
+ :ROL:
638
+ :few: lei românești (1952-2006)
639
+ :one: leu românesc (1952-2006)
640
+ :other: lei românești (1952-2006)
641
+ :RON:
642
+ :few: lei românești
643
+ :one: leu românesc
644
+ :other: lei românești
645
+ :RSD:
646
+ :few: dinari sârbești
647
+ :one: dinar sârbesc
648
+ :other: dinari sârbești
649
+ :RUB:
650
+ :few: ruble rusești
651
+ :one: rublă rusească
652
+ :other: ruble rusești
653
+ :RWF:
654
+ :few: franci Rwanda
655
+ :one: franc Rwanda
656
+ :other: franci Rwanda
657
+ :SAR:
658
+ :few: riyali Arabia Saudită
659
+ :one: riyal Arabia Saudită
660
+ :other: riyali Arabia Saudită
661
+ :SBD:
662
+ :few: dolari Insulele Solomon
663
+ :one: dolar Insulele Solomon
664
+ :other: dolari Insulele Solomon
665
+ :SCR:
666
+ :few: rupii Seychelles
667
+ :one: rupie Seychelles
668
+ :other: rupii Seychelles
669
+ :SDD:
670
+ :few: dinari sudanezi
671
+ :one: dinar sudanez
672
+ :other: dinari sudanezi
673
+ :SDG:
674
+ :few: lire Sudan
675
+ :one: liră Sudan
676
+ :other: lire Sudan
677
+ :SDP:
678
+ :few: lire sudaneze (1957-1998)
679
+ :one: liră sudaneză (1957-1998)
680
+ :other: lire sudaneze (1957-1998)
681
+ :SEK:
682
+ :few: coroane suedeze
683
+ :one: coroană suedeză
684
+ :other: coroane suedeze
685
+ :SGD:
686
+ :few: dolari Singapore
687
+ :one: dolar Singapore
688
+ :other: dolari Singapore
689
+ :SHP:
690
+ :few: lire Insula Sf. Elena
691
+ :one: liră Insula Sf. Elena
692
+ :other: lire Insula Sf. Elena
693
+ :SIT:
694
+ :few: tolari sloveni
695
+ :one: tolar sloven
696
+ :other: tolari sloveni
697
+ :SKK:
698
+ :few: coroane slovace
699
+ :one: coroană slovacă
700
+ :other: coroane slovace
701
+ :SLL:
702
+ :few: leoni Sierra Leone
703
+ :one: leone Sierra Leone
704
+ :other: lei Sierra Leone
705
+ :SOS:
706
+ :few: șilingi somalezi
707
+ :one: șiling somalez
708
+ :other: șilingi somalezi
709
+ :SRD:
710
+ :few: dolari Surinam
711
+ :one: dolar Surinam
712
+ :other: dolari Surinam
713
+ :SRG:
714
+ :few: guldeni Surinam
715
+ :one: gulden Surinam
716
+ :other: guldeni Surinam
717
+ :SSP:
718
+ :few: lire sud-sudaneze
719
+ :one: liră sud-sudaneză
720
+ :other: lire sud-sudaneze
721
+ :STD:
722
+ :few: dobre Sao Tome și Principe
723
+ :one: dobra Sao Tome și Principe
724
+ :other: dobre Sao Tome și Principe
725
+ :SUR:
726
+ :few: ruble sovietice
727
+ :one: rublă sovietică
728
+ :other: ruble sovietice
729
+ :SVC:
730
+ :few: coloni El Salvador
731
+ :one: colon El Salvador
732
+ :other: coloni El Salvador
733
+ :SYP:
734
+ :few: lire siriene
735
+ :one: liră siriană
736
+ :other: lire siriene
737
+ :SZL:
738
+ :few: emalangeni Swaziland
739
+ :one: lilangeni Swaziland
740
+ :other: emalangeni Swaziland
741
+ :THB:
742
+ :few: bahți thailandezi
743
+ :one: baht thailandez
744
+ :other: bahți thailandezi
745
+ :symbol: ฿
746
+ :TJR:
747
+ :few: ruble Tadjikistan
748
+ :one: rublă Tadjikistan
749
+ :other: ruble Tadjikistan
750
+ :TJS:
751
+ :few: somoni Tadjikistan
752
+ :one: somoni tajdic
753
+ :other: somoni Tadjikistan
754
+ :TMM:
755
+ :few: manat turkmeni (1993-2009)
756
+ :one: manat turkmen (1993-2009)
757
+ :other: manat turkmeni (1993-2009)
758
+ :TMT:
759
+ :few: manat turkmeni
760
+ :one: manat turkmen
761
+ :other: manat turkmeni
762
+ :TND:
763
+ :few: dinari tunisieni
764
+ :one: dinar tunisian
765
+ :other: dinari tunisieni
766
+ :TOP:
767
+ :few: pa’anga tongane
768
+ :one: pa’anga tongană
769
+ :other: pa’anga tongane
770
+ :TRL:
771
+ :few: liră turcească (1922-2005)
772
+ :one: liră turcească (1922-2005)
773
+ :other: lire turcești (1922-2005)
774
+ :TRY:
775
+ :few: lire turcești
776
+ :one: liră turcească
777
+ :other: lire turcești
778
+ :TTD:
779
+ :few: dolari Trinidad-Tobago
780
+ :one: dolar Trinidad-Tobago
781
+ :other: dolari Trinidad-Tobago
782
+ :TWD:
783
+ :few: dolari noi Taiwan
784
+ :one: dolar nou Taiwan
785
+ :other: dolari noi Taiwan
786
+ :symbol: NT$
787
+ :TZS:
788
+ :few: șilingi tanzanieni
789
+ :one: șiling tanzanian
790
+ :other: șilingi tanzanieni
791
+ :UAH:
792
+ :few: hryvna ucrainiene
793
+ :one: hryvna ucrainiană
794
+ :other: hryvna ucrainiene
795
+ :UAK:
796
+ :few: carboave ucrainiene
797
+ :one: carboavă ucraineană
798
+ :other: carboave ucrainiene
799
+ :UGS:
800
+ :few: șilingi ugandezi (1966–1987)
801
+ :one: șiling ugandez (1966–1987)
802
+ :other: șilingi ugandezi (1966–1987)
803
+ :UGX:
804
+ :few: șilingi ugandezi
805
+ :one: șiling ugandez
806
+ :other: șilingi ugandezi
807
+ :USD:
808
+ :few: dolari americani
809
+ :one: dolar american
810
+ :other: dolari americani
811
+ :symbol: $
812
+ :USN:
813
+ :few: dolari americani (ziua următoare)
814
+ :one: dolar american (ziua următoare)
815
+ :other: dolari americani (ziua următoare)
816
+ :USS:
817
+ :few: dolari americani (aceeași zi)
818
+ :one: dolar american (aceeași zi)
819
+ :other: dolari americani (aceeași zi)
820
+ :UYP:
821
+ :few: pesos Uruguay (1975–1993)
822
+ :one: peso Uruguay (1975–1993)
823
+ :other: pesos Uruguay (1975–1993)
824
+ :UYU:
825
+ :few: pesos noi Uruguay
826
+ :one: peso nou Uruguay
827
+ :other: pesos noi Uruguay
828
+ :UZS:
829
+ :few: sum Uzbekistan
830
+ :one: sum Uzbekistan
831
+ :other: sum Uzbekistan
832
+ :VEB:
833
+ :few: bolivari Venezuela (1871-2008)
834
+ :one: bolivar Venezuela (1871-2008)
835
+ :other: bolivari Venezuela (1871-2008)
836
+ :VEF:
837
+ :few: bolivari venezueleni
838
+ :one: bolivar venezuelean
839
+ :other: bolivari venezueleni
840
+ :VND:
841
+ :few: dongi vietnamezi
842
+ :one: dong vietnamez
843
+ :other: dongi vietnamezi
844
+ :symbol: ₫
845
+ :VUV:
846
+ :few: vatu Vanuatu
847
+ :one: vatu Vanuatu
848
+ :other: vatu Vanuatu
849
+ :WST:
850
+ :few: tala samoane
851
+ :one: tala samoană
852
+ :other: tala samoană
853
+ :XAF:
854
+ :few: franci Comunitatea Financiară
855
+ :one: franc CFA BEAC
856
+ :other: franci Comunitatea Financiară
857
+ :symbol: FCFA
858
+ :XAG:
859
+ :one: argint
860
+ :XAU:
861
+ :one: aur
862
+ :XBA:
863
+ :one: unitate compusă europeană
864
+ :XBB:
865
+ :one: unitate monetară europeană
866
+ :XBC:
867
+ :one: unitate de cont europeană (XBC)
868
+ :XBD:
869
+ :one: unitate de cont europeană (XBD)
870
+ :XCD:
871
+ :few: dolari Caraibele de Est
872
+ :one: dolar est-caraib
873
+ :other: dolari Caraibele de Est
874
+ :symbol: EC$
875
+ :XDR:
876
+ :one: drepturi speciale de tragere
877
+ :XEU:
878
+ :one: unitate de monedă europeană
879
+ :XFO:
880
+ :few: franci francezi de aur
881
+ :one: franc francez de aur
882
+ :other: franci francezi de aur
883
+ :XFU:
884
+ :one: franc UIC francez
885
+ :XOF:
886
+ :few: franci CFA BCEAO
887
+ :one: franc CFA BCEAO
888
+ :other: franci CFA BCEAO
889
+ :symbol: CFA
890
+ :XPD:
891
+ :one: paladiu
892
+ :XPF:
893
+ :few: franci CFP
894
+ :one: franc CFP
895
+ :other: franci CFP
896
+ :symbol: CFPF
897
+ :XPT:
898
+ :one: platină
899
+ :XTS:
900
+ :one: cod monetar de test
901
+ :XXX:
902
+ :few: monede necunoscute sau nevalide
903
+ :one: monedă necunoscută sau nevalidă
904
+ :other: monede necunoscute sau nevalide
905
+ :YDD:
906
+ :few: dinari Yemen
907
+ :one: dinar Yemen
908
+ :other: dinari Yemen
909
+ :YER:
910
+ :few: riyali Yemen
911
+ :one: riyal Yemen
912
+ :other: riyali Yemen
913
+ :YUD:
914
+ :few: dinari iugoslavi grei
915
+ :one: dinar iugoslav greu
916
+ :other: dinari iugoslavi grei
917
+ :YUM:
918
+ :few: dinari iugoslavi noi
919
+ :one: dinar iugoslav nou
920
+ :other: dinari iugoslavi noi
921
+ :YUN:
922
+ :few: dinari iugoslavi convertibili
923
+ :one: dinar iugoslav convertibil
924
+ :other: dinari iugoslavi convertibili
925
+ :ZAL:
926
+ :one: rand sud-african (financiar)
927
+ :ZAR:
928
+ :few: ranzi sud-africani
929
+ :one: rand sud-african
930
+ :other: rand sud-african
931
+ :ZMK:
932
+ :few: kwache zambiene
933
+ :one: kwacha zambiană
934
+ :other: kwache zambiene
935
+ :ZRN:
936
+ :few: zairi noi
937
+ :one: zair nou
938
+ :other: zairi noi
939
+ :ZWD:
940
+ :few: dolari Zimbabwe (1980-2008)
941
+ :one: dolar Zimbabwe (1980-2008)
942
+ :other: dolari Zimbabwe (1980-2008)
943
+ :ZWL:
944
+ :one: dolar Zimbabwe (2009)
945
+ :ZWR:
946
+ :one: dolar Zimbabwe (2008)