twitter_cldr 3.0.10 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (569) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -2
  3. data/History.txt +9 -0
  4. data/README.md +8 -0
  5. data/Rakefile +1 -1
  6. data/lib/twitter_cldr.rb +1 -1
  7. data/lib/twitter_cldr/data_readers/number_data_reader.rb +60 -8
  8. data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +3 -11
  9. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +5 -12
  10. data/lib/twitter_cldr/formatters/numbers/rbnf.rb +2 -1
  11. data/lib/twitter_cldr/formatters/numbers/rbnf/formatters.rb +4 -1
  12. data/lib/twitter_cldr/formatters/numbers/rbnf/plural.rb +49 -0
  13. data/lib/twitter_cldr/formatters/numbers/rbnf/rule.rb +4 -3
  14. data/lib/twitter_cldr/formatters/numbers/rbnf/rule_parser.rb +12 -1
  15. data/lib/twitter_cldr/formatters/numbers/rbnf/substitution.rb +1 -1
  16. data/lib/twitter_cldr/formatters/plurals/rules.rb +26 -10
  17. data/lib/twitter_cldr/localized/localized_number.rb +2 -15
  18. data/lib/twitter_cldr/resources/download.rb +3 -3
  19. data/lib/twitter_cldr/resources/locales_resources_importer.rb +24 -16
  20. data/lib/twitter_cldr/resources/uli/segment_exceptions_importer.rb +1 -1
  21. data/lib/twitter_cldr/shared/postal_codes.rb +30 -2
  22. data/lib/twitter_cldr/tokenizers/numbers/rbnf_tokenizer.rb +2 -1
  23. data/lib/twitter_cldr/version.rb +1 -1
  24. data/resources/locales/af/calendars.yml +44 -29
  25. data/resources/locales/af/currencies.yml +300 -603
  26. data/resources/locales/af/languages.yml +22 -359
  27. data/resources/locales/af/lists.yml +8 -8
  28. data/resources/locales/af/numbers.yml +74 -25
  29. data/resources/locales/af/plural_rules.yml +7 -0
  30. data/resources/locales/af/plurals.yml +13 -3
  31. data/resources/locales/af/territories.yml +7 -7
  32. data/resources/locales/ar/calendars.yml +25 -11
  33. data/resources/locales/ar/currencies.yml +115 -229
  34. data/resources/locales/ar/languages.yml +39 -124
  35. data/resources/locales/ar/lists.yml +12 -12
  36. data/resources/locales/ar/numbers.yml +170 -25
  37. data/resources/locales/ar/plural_rules.yml +11 -0
  38. data/resources/locales/ar/plurals.yml +18 -6
  39. data/resources/locales/be/calendars.yml +10 -20
  40. data/resources/locales/be/currencies.yml +40 -778
  41. data/resources/locales/be/languages.yml +2 -447
  42. data/resources/locales/be/lists.yml +3 -15
  43. data/resources/locales/be/numbers.yml +26 -26
  44. data/resources/locales/be/plural_rules.yml +9 -0
  45. data/resources/locales/be/plurals.yml +17 -7
  46. data/resources/locales/be/rbnf.yml +15 -105
  47. data/resources/locales/be/territories.yml +5 -16
  48. data/resources/locales/bg/calendars.yml +61 -40
  49. data/resources/locales/bg/currencies.yml +147 -176
  50. data/resources/locales/bg/languages.yml +56 -149
  51. data/resources/locales/bg/lists.yml +5 -5
  52. data/resources/locales/bg/numbers.yml +73 -24
  53. data/resources/locales/bg/plural_rules.yml +7 -0
  54. data/resources/locales/bg/plurals.yml +13 -3
  55. data/resources/locales/bg/territories.yml +10 -10
  56. data/resources/locales/bn/calendars.yml +43 -29
  57. data/resources/locales/bn/currencies.yml +156 -253
  58. data/resources/locales/bn/languages.yml +61 -150
  59. data/resources/locales/bn/lists.yml +4 -4
  60. data/resources/locales/bn/numbers.yml +74 -25
  61. data/resources/locales/bn/plural_rules.yml +11 -0
  62. data/resources/locales/bn/plurals.yml +19 -3
  63. data/resources/locales/bn/territories.yml +35 -35
  64. data/resources/locales/ca/calendars.yml +38 -23
  65. data/resources/locales/ca/currencies.yml +285 -63
  66. data/resources/locales/ca/languages.yml +12 -76
  67. data/resources/locales/ca/lists.yml +4 -4
  68. data/resources/locales/ca/numbers.yml +74 -25
  69. data/resources/locales/ca/plural_rules.yml +10 -0
  70. data/resources/locales/ca/plurals.yml +17 -4
  71. data/resources/locales/ca/territories.yml +20 -20
  72. data/resources/locales/cs/calendars.yml +33 -18
  73. data/resources/locales/cs/currencies.yml +397 -118
  74. data/resources/locales/cs/languages.yml +109 -90
  75. data/resources/locales/cs/numbers.yml +121 -24
  76. data/resources/locales/cs/plural_rules.yml +9 -0
  77. data/resources/locales/cs/plurals.yml +16 -6
  78. data/resources/locales/cs/territories.yml +2 -2
  79. data/resources/locales/cy/calendars.yml +4 -5
  80. data/resources/locales/cy/currencies.yml +56 -424
  81. data/resources/locales/cy/languages.yml +210 -379
  82. data/resources/locales/cy/lists.yml +1 -5
  83. data/resources/locales/cy/numbers.yml +170 -25
  84. data/resources/locales/cy/plural_rules.yml +16 -0
  85. data/resources/locales/cy/plurals.yml +26 -4
  86. data/resources/locales/cy/rbnf.yml +8 -8
  87. data/resources/locales/da/calendars.yml +28 -13
  88. data/resources/locales/da/currencies.yml +135 -136
  89. data/resources/locales/da/languages.yml +10 -74
  90. data/resources/locales/da/numbers.yml +73 -24
  91. data/resources/locales/da/plural_rules.yml +7 -0
  92. data/resources/locales/da/plurals.yml +13 -4
  93. data/resources/locales/da/territories.yml +2 -2
  94. data/resources/locales/de-CH/calendars.yml +29 -15
  95. data/resources/locales/de-CH/currencies.yml +327 -101
  96. data/resources/locales/de-CH/languages.yml +112 -83
  97. data/resources/locales/de-CH/numbers.yml +73 -24
  98. data/resources/locales/de-CH/plural_rules.yml +7 -0
  99. data/resources/locales/de-CH/plurals.yml +13 -4
  100. data/resources/locales/de-CH/territories.yml +3 -3
  101. data/resources/locales/de/calendars.yml +29 -15
  102. data/resources/locales/de/currencies.yml +328 -101
  103. data/resources/locales/de/languages.yml +112 -83
  104. data/resources/locales/de/numbers.yml +73 -24
  105. data/resources/locales/de/plural_rules.yml +7 -0
  106. data/resources/locales/de/plurals.yml +13 -4
  107. data/resources/locales/de/rbnf.yml +189 -0
  108. data/resources/locales/de/territories.yml +3 -3
  109. data/resources/locales/el/calendars.yml +30 -16
  110. data/resources/locales/el/currencies.yml +144 -91
  111. data/resources/locales/el/languages.yml +8 -72
  112. data/resources/locales/el/numbers.yml +73 -24
  113. data/resources/locales/el/plural_rules.yml +7 -0
  114. data/resources/locales/el/plurals.yml +13 -3
  115. data/resources/locales/el/territories.yml +1 -1
  116. data/resources/locales/en-150/calendars.yml +15 -5
  117. data/resources/locales/en-150/currencies.yml +49 -9
  118. data/resources/locales/en-150/languages.yml +99 -70
  119. data/resources/locales/en-150/numbers.yml +73 -24
  120. data/resources/locales/en-150/plural_rules.yml +10 -0
  121. data/resources/locales/en-150/plurals.yml +18 -4
  122. data/resources/locales/en-150/territories.yml +15 -15
  123. data/resources/locales/en-AU/calendars.yml +21 -11
  124. data/resources/locales/en-AU/currencies.yml +69 -29
  125. data/resources/locales/en-AU/languages.yml +101 -72
  126. data/resources/locales/en-AU/lists.yml +1 -1
  127. data/resources/locales/en-AU/numbers.yml +73 -24
  128. data/resources/locales/en-AU/plural_rules.yml +10 -0
  129. data/resources/locales/en-AU/plurals.yml +18 -4
  130. data/resources/locales/en-AU/territories.yml +19 -19
  131. data/resources/locales/en-CA/calendars.yml +18 -8
  132. data/resources/locales/en-CA/currencies.yml +49 -9
  133. data/resources/locales/en-CA/languages.yml +99 -70
  134. data/resources/locales/en-CA/numbers.yml +74 -25
  135. data/resources/locales/en-CA/plural_rules.yml +10 -0
  136. data/resources/locales/en-CA/plurals.yml +18 -4
  137. data/resources/locales/en-CA/territories.yml +15 -15
  138. data/resources/locales/en-GB/calendars.yml +21 -8
  139. data/resources/locales/en-GB/currencies.yml +242 -55
  140. data/resources/locales/en-GB/languages.yml +102 -73
  141. data/resources/locales/en-GB/lists.yml +1 -1
  142. data/resources/locales/en-GB/numbers.yml +74 -25
  143. data/resources/locales/en-GB/plural_rules.yml +10 -0
  144. data/resources/locales/en-GB/plurals.yml +18 -4
  145. data/resources/locales/en-GB/territories.yml +5 -5
  146. data/resources/locales/en-IE/calendars.yml +12 -2
  147. data/resources/locales/en-IE/currencies.yml +49 -9
  148. data/resources/locales/en-IE/languages.yml +99 -70
  149. data/resources/locales/en-IE/numbers.yml +74 -25
  150. data/resources/locales/en-IE/plural_rules.yml +10 -0
  151. data/resources/locales/en-IE/plurals.yml +18 -4
  152. data/resources/locales/en-IE/territories.yml +15 -15
  153. data/resources/locales/en-SG/calendars.yml +15 -5
  154. data/resources/locales/en-SG/currencies.yml +50 -10
  155. data/resources/locales/en-SG/languages.yml +99 -70
  156. data/resources/locales/en-SG/numbers.yml +74 -25
  157. data/resources/locales/en-SG/plural_rules.yml +10 -0
  158. data/resources/locales/en-SG/plurals.yml +18 -4
  159. data/resources/locales/en-SG/territories.yml +15 -15
  160. data/resources/locales/en-ZA/calendars.yml +12 -2
  161. data/resources/locales/en-ZA/currencies.yml +48 -9
  162. data/resources/locales/en-ZA/languages.yml +99 -70
  163. data/resources/locales/en-ZA/numbers.yml +74 -25
  164. data/resources/locales/en-ZA/plural_rules.yml +10 -0
  165. data/resources/locales/en-ZA/plurals.yml +18 -4
  166. data/resources/locales/en-ZA/territories.yml +15 -15
  167. data/resources/locales/en/calendars.yml +12 -2
  168. data/resources/locales/en/currencies.yml +49 -9
  169. data/resources/locales/en/languages.yml +99 -70
  170. data/resources/locales/en/numbers.yml +74 -25
  171. data/resources/locales/en/plural_rules.yml +10 -0
  172. data/resources/locales/en/plurals.yml +18 -4
  173. data/resources/locales/en/rbnf.yml +1 -26
  174. data/resources/locales/en/territories.yml +15 -15
  175. data/resources/locales/es-419/calendars.yml +101 -87
  176. data/resources/locales/es-419/currencies.yml +276 -276
  177. data/resources/locales/es-419/languages.yml +26 -90
  178. data/resources/locales/es-419/lists.yml +4 -4
  179. data/resources/locales/es-419/numbers.yml +74 -25
  180. data/resources/locales/es-419/plural_rules.yml +7 -0
  181. data/resources/locales/es-419/plurals.yml +13 -3
  182. data/resources/locales/es-419/rbnf.yml +1 -1192
  183. data/resources/locales/es-419/territories.yml +4 -4
  184. data/resources/locales/es-CO/calendars.yml +42 -28
  185. data/resources/locales/es-CO/currencies.yml +258 -258
  186. data/resources/locales/es-CO/languages.yml +22 -86
  187. data/resources/locales/es-CO/lists.yml +4 -4
  188. data/resources/locales/es-CO/numbers.yml +74 -25
  189. data/resources/locales/es-CO/plural_rules.yml +7 -0
  190. data/resources/locales/es-CO/plurals.yml +13 -3
  191. data/resources/locales/es-CO/rbnf.yml +1 -1
  192. data/resources/locales/es-CO/territories.yml +2 -2
  193. data/resources/locales/es-MX/calendars.yml +121 -107
  194. data/resources/locales/es-MX/currencies.yml +41 -136
  195. data/resources/locales/es-MX/languages.yml +27 -91
  196. data/resources/locales/es-MX/numbers.yml +76 -27
  197. data/resources/locales/es-MX/plural_rules.yml +7 -0
  198. data/resources/locales/es-MX/plurals.yml +13 -3
  199. data/resources/locales/es-MX/rbnf.yml +1 -1
  200. data/resources/locales/es-MX/territories.yml +7 -7
  201. data/resources/locales/es-US/calendars.yml +56 -48
  202. data/resources/locales/es-US/currencies.yml +259 -259
  203. data/resources/locales/es-US/languages.yml +22 -86
  204. data/resources/locales/es-US/lists.yml +4 -4
  205. data/resources/locales/es-US/numbers.yml +75 -26
  206. data/resources/locales/es-US/plural_rules.yml +7 -0
  207. data/resources/locales/es-US/plurals.yml +13 -3
  208. data/resources/locales/es-US/rbnf.yml +1 -1
  209. data/resources/locales/es-US/territories.yml +2 -2
  210. data/resources/locales/es/calendars.yml +38 -24
  211. data/resources/locales/es/currencies.yml +259 -259
  212. data/resources/locales/es/languages.yml +22 -86
  213. data/resources/locales/es/lists.yml +4 -4
  214. data/resources/locales/es/numbers.yml +75 -26
  215. data/resources/locales/es/plural_rules.yml +7 -0
  216. data/resources/locales/es/plurals.yml +13 -3
  217. data/resources/locales/es/rbnf.yml +8 -81
  218. data/resources/locales/es/territories.yml +2 -2
  219. data/resources/locales/eu/calendars.yml +72 -55
  220. data/resources/locales/eu/currencies.yml +135 -450
  221. data/resources/locales/eu/languages.yml +79 -414
  222. data/resources/locales/eu/lists.yml +4 -4
  223. data/resources/locales/eu/numbers.yml +74 -25
  224. data/resources/locales/eu/plural_rules.yml +7 -0
  225. data/resources/locales/eu/plurals.yml +13 -3
  226. data/resources/locales/eu/territories.yml +2 -2
  227. data/resources/locales/fa/calendars.yml +27 -12
  228. data/resources/locales/fa/currencies.yml +46 -454
  229. data/resources/locales/fa/languages.yml +71 -153
  230. data/resources/locales/fa/lists.yml +4 -4
  231. data/resources/locales/fa/numbers.yml +74 -25
  232. data/resources/locales/fa/plural_rules.yml +7 -0
  233. data/resources/locales/fa/plurals.yml +13 -3
  234. data/resources/locales/fa/territories.yml +4 -4
  235. data/resources/locales/fi/calendars.yml +20 -5
  236. data/resources/locales/fi/currencies.yml +287 -50
  237. data/resources/locales/fi/languages.yml +99 -70
  238. data/resources/locales/fi/numbers.yml +73 -24
  239. data/resources/locales/fi/plural_rules.yml +7 -0
  240. data/resources/locales/fi/plurals.yml +13 -4
  241. data/resources/locales/fi/territories.yml +1 -1
  242. data/resources/locales/fil/calendars.yml +29 -15
  243. data/resources/locales/fil/currencies.yml +144 -489
  244. data/resources/locales/fil/languages.yml +12 -339
  245. data/resources/locales/fil/lists.yml +7 -7
  246. data/resources/locales/fil/numbers.yml +74 -25
  247. data/resources/locales/fil/plural_rules.yml +8 -0
  248. data/resources/locales/fil/plurals.yml +17 -4
  249. data/resources/locales/fil/territories.yml +2 -2
  250. data/resources/locales/fr-BE/calendars.yml +68 -53
  251. data/resources/locales/fr-BE/currencies.yml +202 -82
  252. data/resources/locales/fr-BE/languages.yml +8 -71
  253. data/resources/locales/fr-BE/numbers.yml +74 -25
  254. data/resources/locales/fr-BE/plural_rules.yml +8 -0
  255. data/resources/locales/fr-BE/plurals.yml +15 -3
  256. data/resources/locales/fr-BE/territories.yml +7 -7
  257. data/resources/locales/fr-CA/calendars.yml +25 -10
  258. data/resources/locales/fr-CA/currencies.yml +250 -130
  259. data/resources/locales/fr-CA/languages.yml +11 -74
  260. data/resources/locales/fr-CA/numbers.yml +74 -25
  261. data/resources/locales/fr-CA/plural_rules.yml +8 -0
  262. data/resources/locales/fr-CA/plurals.yml +15 -3
  263. data/resources/locales/fr-CA/territories.yml +16 -16
  264. data/resources/locales/fr-CH/calendars.yml +68 -53
  265. data/resources/locales/fr-CH/currencies.yml +201 -82
  266. data/resources/locales/fr-CH/languages.yml +8 -71
  267. data/resources/locales/fr-CH/numbers.yml +74 -25
  268. data/resources/locales/fr-CH/plural_rules.yml +8 -0
  269. data/resources/locales/fr-CH/plurals.yml +15 -3
  270. data/resources/locales/fr-CH/territories.yml +7 -7
  271. data/resources/locales/fr/calendars.yml +68 -53
  272. data/resources/locales/fr/currencies.yml +202 -82
  273. data/resources/locales/fr/languages.yml +8 -71
  274. data/resources/locales/fr/numbers.yml +74 -25
  275. data/resources/locales/fr/plural_rules.yml +8 -0
  276. data/resources/locales/fr/plurals.yml +15 -3
  277. data/resources/locales/fr/territories.yml +7 -7
  278. data/resources/locales/ga/calendars.yml +136 -45
  279. data/resources/locales/ga/currencies.yml +1238 -587
  280. data/resources/locales/ga/languages.yml +176 -468
  281. data/resources/locales/ga/lists.yml +4 -4
  282. data/resources/locales/ga/numbers.yml +148 -24
  283. data/resources/locales/ga/plural_rules.yml +10 -0
  284. data/resources/locales/ga/plurals.yml +17 -5
  285. data/resources/locales/ga/territories.yml +56 -56
  286. data/resources/locales/gl/calendars.yml +26 -13
  287. data/resources/locales/gl/currencies.yml +378 -582
  288. data/resources/locales/gl/languages.yml +71 -392
  289. data/resources/locales/gl/lists.yml +8 -8
  290. data/resources/locales/gl/numbers.yml +74 -25
  291. data/resources/locales/gl/plural_rules.yml +7 -0
  292. data/resources/locales/gl/plurals.yml +13 -4
  293. data/resources/locales/gl/territories.yml +2 -2
  294. data/resources/locales/he/calendars.yml +53 -32
  295. data/resources/locales/he/currencies.yml +585 -487
  296. data/resources/locales/he/languages.yml +15 -78
  297. data/resources/locales/he/lists.yml +8 -8
  298. data/resources/locales/he/numbers.yml +121 -24
  299. data/resources/locales/he/plural_rules.yml +9 -0
  300. data/resources/locales/he/plurals.yml +16 -6
  301. data/resources/locales/he/rbnf.yml +0 -3
  302. data/resources/locales/he/territories.yml +4 -4
  303. data/resources/locales/hi/calendars.yml +54 -41
  304. data/resources/locales/hi/currencies.yml +155 -428
  305. data/resources/locales/hi/languages.yml +52 -141
  306. data/resources/locales/hi/lists.yml +4 -4
  307. data/resources/locales/hi/numbers.yml +74 -25
  308. data/resources/locales/hi/plural_rules.yml +11 -0
  309. data/resources/locales/hi/plurals.yml +19 -3
  310. data/resources/locales/hi/rbnf.yml +52 -1
  311. data/resources/locales/hi/territories.yml +8 -8
  312. data/resources/locales/hr/calendars.yml +30 -16
  313. data/resources/locales/hr/currencies.yml +306 -66
  314. data/resources/locales/hr/languages.yml +12 -76
  315. data/resources/locales/hr/numbers.yml +97 -24
  316. data/resources/locales/hr/plural_rules.yml +8 -0
  317. data/resources/locales/hr/plurals.yml +16 -8
  318. data/resources/locales/hr/territories.yml +1 -1
  319. data/resources/locales/hu/calendars.yml +25 -10
  320. data/resources/locales/hu/currencies.yml +139 -182
  321. data/resources/locales/hu/languages.yml +8 -72
  322. data/resources/locales/hu/lists.yml +4 -4
  323. data/resources/locales/hu/numbers.yml +73 -24
  324. data/resources/locales/hu/plural_rules.yml +8 -0
  325. data/resources/locales/hu/plurals.yml +15 -3
  326. data/resources/locales/hu/territories.yml +1 -1
  327. data/resources/locales/id/calendars.yml +22 -7
  328. data/resources/locales/id/currencies.yml +323 -192
  329. data/resources/locales/id/languages.yml +36 -71
  330. data/resources/locales/id/numbers.yml +50 -26
  331. data/resources/locales/id/plural_rules.yml +6 -0
  332. data/resources/locales/id/plurals.yml +11 -3
  333. data/resources/locales/id/rbnf.yml +4 -4
  334. data/resources/locales/id/territories.yml +2 -2
  335. data/resources/locales/is/calendars.yml +24 -9
  336. data/resources/locales/is/currencies.yml +145 -336
  337. data/resources/locales/is/languages.yml +57 -163
  338. data/resources/locales/is/numbers.yml +73 -24
  339. data/resources/locales/is/plural_rules.yml +7 -0
  340. data/resources/locales/is/plurals.yml +13 -5
  341. data/resources/locales/is/territories.yml +5 -5
  342. data/resources/locales/it-CH/calendars.yml +41 -26
  343. data/resources/locales/it-CH/currencies.yml +180 -274
  344. data/resources/locales/it-CH/languages.yml +106 -83
  345. data/resources/locales/it-CH/lists.yml +6 -6
  346. data/resources/locales/it-CH/numbers.yml +73 -24
  347. data/resources/locales/it-CH/plural_rules.yml +8 -0
  348. data/resources/locales/it-CH/plurals.yml +15 -4
  349. data/resources/locales/it-CH/territories.yml +9 -9
  350. data/resources/locales/it/calendars.yml +43 -28
  351. data/resources/locales/it/currencies.yml +181 -274
  352. data/resources/locales/it/languages.yml +106 -83
  353. data/resources/locales/it/lists.yml +6 -6
  354. data/resources/locales/it/numbers.yml +73 -24
  355. data/resources/locales/it/plural_rules.yml +8 -0
  356. data/resources/locales/it/plurals.yml +15 -4
  357. data/resources/locales/it/territories.yml +9 -9
  358. data/resources/locales/ja/calendars.yml +24 -9
  359. data/resources/locales/ja/currencies.yml +286 -48
  360. data/resources/locales/ja/languages.yml +106 -83
  361. data/resources/locales/ja/lists.yml +4 -4
  362. data/resources/locales/ja/numbers.yml +50 -26
  363. data/resources/locales/ja/plural_rules.yml +6 -0
  364. data/resources/locales/ja/plurals.yml +11 -3
  365. data/resources/locales/ja/territories.yml +2 -2
  366. data/resources/locales/ko/calendars.yml +63 -16
  367. data/resources/locales/ko/currencies.yml +286 -347
  368. data/resources/locales/ko/languages.yml +27 -76
  369. data/resources/locales/ko/numbers.yml +50 -26
  370. data/resources/locales/ko/plural_rules.yml +6 -0
  371. data/resources/locales/ko/plurals.yml +11 -3
  372. data/resources/locales/ko/territories.yml +4 -4
  373. data/resources/locales/lv/calendars.yml +34 -19
  374. data/resources/locales/lv/currencies.yml +155 -366
  375. data/resources/locales/lv/languages.yml +7 -71
  376. data/resources/locales/lv/numbers.yml +99 -26
  377. data/resources/locales/lv/plural_rules.yml +8 -0
  378. data/resources/locales/lv/plurals.yml +16 -9
  379. data/resources/locales/lv/territories.yml +2 -2
  380. data/resources/locales/ms/calendars.yml +28 -14
  381. data/resources/locales/ms/currencies.yml +185 -500
  382. data/resources/locales/ms/languages.yml +27 -297
  383. data/resources/locales/ms/lists.yml +6 -6
  384. data/resources/locales/ms/numbers.yml +50 -26
  385. data/resources/locales/ms/plural_rules.yml +7 -0
  386. data/resources/locales/ms/plurals.yml +13 -3
  387. data/resources/locales/ms/territories.yml +6 -6
  388. data/resources/locales/nb/calendars.yml +21 -6
  389. data/resources/locales/nb/currencies.yml +271 -44
  390. data/resources/locales/nb/languages.yml +14 -78
  391. data/resources/locales/nb/lists.yml +4 -4
  392. data/resources/locales/nb/numbers.yml +73 -24
  393. data/resources/locales/nb/plural_rules.yml +7 -0
  394. data/resources/locales/nb/plurals.yml +13 -3
  395. data/resources/locales/nb/territories.yml +6 -6
  396. data/resources/locales/nl/calendars.yml +63 -48
  397. data/resources/locales/nl/currencies.yml +294 -56
  398. data/resources/locales/nl/languages.yml +149 -121
  399. data/resources/locales/nl/numbers.yml +74 -25
  400. data/resources/locales/nl/plural_rules.yml +7 -0
  401. data/resources/locales/nl/plurals.yml +13 -4
  402. data/resources/locales/nl/territories.yml +9 -9
  403. data/resources/locales/pl/calendars.yml +23 -9
  404. data/resources/locales/pl/currencies.yml +147 -226
  405. data/resources/locales/pl/languages.yml +102 -73
  406. data/resources/locales/pl/numbers.yml +122 -25
  407. data/resources/locales/pl/plural_rules.yml +9 -0
  408. data/resources/locales/pl/plurals.yml +17 -9
  409. data/resources/locales/pl/rbnf.yml +17 -159
  410. data/resources/locales/pl/territories.yml +1 -1
  411. data/resources/locales/pt/calendars.yml +26 -12
  412. data/resources/locales/pt/currencies.yml +182 -91
  413. data/resources/locales/pt/languages.yml +72 -137
  414. data/resources/locales/pt/numbers.yml +74 -25
  415. data/resources/locales/pt/plural_rules.yml +7 -0
  416. data/resources/locales/pt/plurals.yml +13 -5
  417. data/resources/locales/pt/territories.yml +9 -9
  418. data/resources/locales/ro/calendars.yml +63 -49
  419. data/resources/locales/ro/currencies.yml +209 -291
  420. data/resources/locales/ro/languages.yml +12 -76
  421. data/resources/locales/ro/numbers.yml +98 -25
  422. data/resources/locales/ro/plural_rules.yml +9 -0
  423. data/resources/locales/ro/plurals.yml +17 -6
  424. data/resources/locales/ro/territories.yml +3 -3
  425. data/resources/locales/ru/calendars.yml +55 -41
  426. data/resources/locales/ru/currencies.yml +334 -256
  427. data/resources/locales/ru/languages.yml +8 -72
  428. data/resources/locales/ru/lists.yml +5 -5
  429. data/resources/locales/ru/numbers.yml +122 -24
  430. data/resources/locales/ru/plural_rules.yml +9 -0
  431. data/resources/locales/ru/plurals.yml +17 -7
  432. data/resources/locales/ru/rbnf.yml +15 -105
  433. data/resources/locales/ru/territories.yml +7 -7
  434. data/resources/locales/sk/calendars.yml +89 -51
  435. data/resources/locales/sk/currencies.yml +440 -415
  436. data/resources/locales/sk/languages.yml +50 -114
  437. data/resources/locales/sk/lists.yml +4 -4
  438. data/resources/locales/sk/numbers.yml +122 -25
  439. data/resources/locales/sk/plural_rules.yml +9 -0
  440. data/resources/locales/sk/plurals.yml +16 -6
  441. data/resources/locales/sk/territories.yml +18 -18
  442. data/resources/locales/sq/calendars.yml +72 -58
  443. data/resources/locales/sq/currencies.yml +86 -464
  444. data/resources/locales/sq/languages.yml +222 -579
  445. data/resources/locales/sq/lists.yml +4 -4
  446. data/resources/locales/sq/numbers.yml +73 -24
  447. data/resources/locales/sq/plural_rules.yml +9 -0
  448. data/resources/locales/sq/plurals.yml +16 -3
  449. data/resources/locales/sq/territories.yml +16 -17
  450. data/resources/locales/sr/calendars.yml +30 -16
  451. data/resources/locales/sr/currencies.yml +202 -116
  452. data/resources/locales/sr/languages.yml +200 -298
  453. data/resources/locales/sr/lists.yml +4 -4
  454. data/resources/locales/sr/numbers.yml +98 -25
  455. data/resources/locales/sr/plural_rules.yml +8 -0
  456. data/resources/locales/sr/plurals.yml +16 -8
  457. data/resources/locales/sr/territories.yml +20 -20
  458. data/resources/locales/sv/calendars.yml +46 -31
  459. data/resources/locales/sv/currencies.yml +213 -105
  460. data/resources/locales/sv/languages.yml +76 -73
  461. data/resources/locales/sv/numbers.yml +73 -25
  462. data/resources/locales/sv/plural_rules.yml +8 -0
  463. data/resources/locales/sv/plurals.yml +16 -4
  464. data/resources/locales/sv/rbnf.yml +1 -1
  465. data/resources/locales/sv/territories.yml +1 -1
  466. data/resources/locales/ta/calendars.yml +37 -23
  467. data/resources/locales/ta/currencies.yml +328 -643
  468. data/resources/locales/ta/languages.yml +94 -177
  469. data/resources/locales/ta/numbers.yml +74 -25
  470. data/resources/locales/ta/plural_rules.yml +7 -0
  471. data/resources/locales/ta/plurals.yml +13 -3
  472. data/resources/locales/ta/territories.yml +34 -34
  473. data/resources/locales/th/calendars.yml +33 -6
  474. data/resources/locales/th/currencies.yml +272 -187
  475. data/resources/locales/th/languages.yml +102 -76
  476. data/resources/locales/th/numbers.yml +50 -26
  477. data/resources/locales/th/plural_rules.yml +6 -0
  478. data/resources/locales/th/plurals.yml +11 -3
  479. data/resources/locales/th/territories.yml +2 -2
  480. data/resources/locales/tr/calendars.yml +25 -11
  481. data/resources/locales/tr/currencies.yml +365 -199
  482. data/resources/locales/tr/languages.yml +106 -77
  483. data/resources/locales/tr/numbers.yml +74 -25
  484. data/resources/locales/tr/plural_rules.yml +7 -0
  485. data/resources/locales/tr/plurals.yml +13 -3
  486. data/resources/locales/tr/territories.yml +5 -5
  487. data/resources/locales/uk/calendars.yml +24 -9
  488. data/resources/locales/uk/currencies.yml +139 -207
  489. data/resources/locales/uk/languages.yml +19 -94
  490. data/resources/locales/uk/lists.yml +6 -6
  491. data/resources/locales/uk/numbers.yml +121 -24
  492. data/resources/locales/uk/plural_rules.yml +10 -0
  493. data/resources/locales/uk/plurals.yml +19 -9
  494. data/resources/locales/uk/territories.yml +18 -18
  495. data/resources/locales/ur/calendars.yml +38 -16
  496. data/resources/locales/ur/currencies.yml +273 -577
  497. data/resources/locales/ur/languages.yml +76 -405
  498. data/resources/locales/ur/lists.yml +7 -7
  499. data/resources/locales/ur/numbers.yml +75 -26
  500. data/resources/locales/ur/plural_rules.yml +7 -0
  501. data/resources/locales/ur/plurals.yml +13 -4
  502. data/resources/locales/ur/territories.yml +1 -1
  503. data/resources/locales/vi/calendars.yml +29 -14
  504. data/resources/locales/vi/currencies.yml +273 -195
  505. data/resources/locales/vi/languages.yml +20 -94
  506. data/resources/locales/vi/lists.yml +2 -2
  507. data/resources/locales/vi/numbers.yml +49 -25
  508. data/resources/locales/vi/plural_rules.yml +7 -0
  509. data/resources/locales/vi/plurals.yml +13 -3
  510. data/resources/locales/vi/territories.yml +8 -8
  511. data/resources/locales/zh-Hant/calendars.yml +28 -13
  512. data/resources/locales/zh-Hant/currencies.yml +368 -134
  513. data/resources/locales/zh-Hant/languages.yml +119 -90
  514. data/resources/locales/zh-Hant/lists.yml +4 -4
  515. data/resources/locales/zh-Hant/numbers.yml +50 -26
  516. data/resources/locales/zh-Hant/plural_rules.yml +6 -0
  517. data/resources/locales/zh-Hant/plurals.yml +11 -3
  518. data/resources/locales/zh-Hant/territories.yml +9 -9
  519. data/resources/locales/zh/calendars.yml +20 -5
  520. data/resources/locales/zh/currencies.yml +372 -189
  521. data/resources/locales/zh/languages.yml +7 -71
  522. data/resources/locales/zh/lists.yml +4 -4
  523. data/resources/locales/zh/numbers.yml +50 -26
  524. data/resources/locales/zh/plural_rules.yml +6 -0
  525. data/resources/locales/zh/plurals.yml +11 -3
  526. data/resources/locales/zh/rbnf.yml +46 -0
  527. data/resources/shared/currency_digits_and_rounding.yml +8 -2
  528. data/resources/shared/numbering_systems.yml +3 -0
  529. data/resources/shared/postal_codes.yml +320 -1275
  530. data/resources/shared/rbnf_root.yml +65 -16
  531. data/resources/shared/territories_containment.yml +1 -0
  532. data/resources/uli/segments/de.yml +102 -0
  533. data/resources/uli/segments/es.yml +33 -0
  534. data/resources/uli/segments/fr.yml +21 -0
  535. data/resources/uli/segments/it.yml +11 -0
  536. data/spec/data_readers/number_data_reader_spec.rb +25 -0
  537. data/spec/formatters/list_formatter_spec.rb +2 -2
  538. data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +11 -17
  539. data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +80 -31
  540. data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +40 -9
  541. data/spec/formatters/numbers/currency_formatter_spec.rb +1 -1
  542. data/spec/formatters/numbers/rbnf/allowed_failures.yml +47 -35
  543. data/spec/formatters/numbers/rbnf/locales/bn/rbnf_test.yml +1634 -1283
  544. data/spec/formatters/numbers/rbnf/locales/cy/rbnf_test.yml +42 -42
  545. data/spec/formatters/numbers/rbnf/locales/de-CH/rbnf_test.yml +702 -0
  546. data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +702 -0
  547. data/spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml +14 -14
  548. data/spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml +14 -14
  549. data/spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml +14 -14
  550. data/spec/formatters/numbers/rbnf/locales/es-US/rbnf_test.yml +14 -14
  551. data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +54 -54
  552. data/spec/formatters/numbers/rbnf/locales/eu/rbnf_test.yml +1634 -1283
  553. data/spec/formatters/numbers/rbnf/locales/fr-CH/rbnf_test.yml +32 -32
  554. data/spec/formatters/numbers/rbnf/locales/gl/rbnf_test.yml +1634 -1283
  555. data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +105 -105
  556. data/spec/formatters/numbers/rbnf/locales/hi/rbnf_test.yml +350 -116
  557. data/spec/formatters/numbers/rbnf/locales/sv/rbnf_test.yml +24 -24
  558. data/spec/formatters/numbers/rbnf/locales/ur/rbnf_test.yml +1634 -1283
  559. data/spec/formatters/numbers/rbnf/locales/zh/rbnf_test.yml +117 -0
  560. data/spec/formatters/plurals/rules_spec.rb +37 -14
  561. data/spec/localized/localized_number_spec.rb +2 -1
  562. data/spec/parsers/number_parser_spec.rb +5 -5
  563. data/spec/shared/calendar_spec.rb +3 -3
  564. data/spec/shared/postal_codes_spec.rb +16 -0
  565. data/spec/shared/territories_spec.rb +2 -2
  566. data/spec/spec_helper.rb +1 -1
  567. data/twitter_cldr.gemspec +1 -0
  568. metadata +364 -285
  569. data/resources/custom/locales/hu/plurals.yml +0 -3
@@ -12,12 +12,12 @@
12
12
  :middle: "{0}, {1}"
13
13
  :start: "{0}, {1}"
14
14
  :unit-narrow:
15
- 2: "{0} {1}"
16
- :end: "{0} {1}"
17
- :middle: "{0} {1}"
18
- :start: "{0} {1}"
15
+ 2: "{0} и {1}"
16
+ :end: "{0}, {1}"
17
+ :middle: "{0}, {1}"
18
+ :start: "{0}, {1}"
19
19
  :unit-short:
20
20
  2: "{0} и {1}"
21
- :end: "{0} и {1}"
21
+ :end: "{0}, {1}"
22
22
  :middle: "{0}, {1}"
23
23
  :start: "{0}, {1}"
@@ -14,31 +14,79 @@
14
14
  :patterns:
15
15
  :default: "#,##0.###"
16
16
  :long:
17
- 1000: "0 хиляди"
18
- 10000: "00 хиляди"
19
- 100000: "000 хиляди"
20
- 1000000: "0 милиона"
21
- 10000000: "00 милиона"
22
- 100000000: "000 милиона"
23
- 1000000000: "0 милиарда"
24
- 10000000000: "00 милиарда"
25
- 100000000000: "000 милиарда"
26
- 1000000000000: "0 трилиона"
27
- 10000000000000: "00 трилиона"
28
- 100000000000000: "000 трилиона"
17
+ 1000:
18
+ :one: "0 хиляда"
19
+ :other: "0 хиляди"
20
+ 10000:
21
+ :one: "00 хиляди"
22
+ :other: "00 хиляди"
23
+ 100000:
24
+ :one: "000 хиляди"
25
+ :other: "000 хиляди"
26
+ 1000000:
27
+ :one: "0 милион"
28
+ :other: "0 милиона"
29
+ 10000000:
30
+ :one: "00 милиона"
31
+ :other: "00 милиона"
32
+ 100000000:
33
+ :one: "000 милиона"
34
+ :other: "000 милиона"
35
+ 1000000000:
36
+ :one: "0 милиард"
37
+ :other: "0 милиарда"
38
+ 10000000000:
39
+ :one: "00 милиарда"
40
+ :other: "00 милиарда"
41
+ 100000000000:
42
+ :one: "000 милиарда"
43
+ :other: "000 милиарда"
44
+ 1000000000000:
45
+ :one: "0 трилион"
46
+ :other: "0 трилиона"
47
+ 10000000000000:
48
+ :one: "00 трилиона"
49
+ :other: "00 трилиона"
50
+ 100000000000000:
51
+ :one: "000 трилиона"
52
+ :other: "000 трилиона"
29
53
  :short:
30
- 1000: "0 хил'.'"
31
- 10000: "00 хил'.'"
32
- 100000: "000 хил'.'"
33
- 1000000: "0 млн'.'"
34
- 10000000: "00 млн'.'"
35
- 100000000: "000 млн'.'"
36
- 1000000000: "0 млрд'.'"
37
- 10000000000: "00 млрд'.'"
38
- 100000000000: "000 млрд'.'"
39
- 1000000000000: "0 трлн'.'"
40
- 10000000000000: "00 трлн'.'"
41
- 100000000000000: "000 трлн'.'"
54
+ 1000:
55
+ :one: "0 хил'.'"
56
+ :other: "0 хил'.'"
57
+ 10000:
58
+ :one: "00 хил'.'"
59
+ :other: "00 хил'.'"
60
+ 100000:
61
+ :one: "000 хил'.'"
62
+ :other: "000 хил'.'"
63
+ 1000000:
64
+ :one: "0 млн'.'"
65
+ :other: "0 млн'.'"
66
+ 10000000:
67
+ :one: "00 млн'.'"
68
+ :other: "00 млн'.'"
69
+ 100000000:
70
+ :one: "000 млн'.'"
71
+ :other: "000 млн'.'"
72
+ 1000000000:
73
+ :one: "0 млрд'.'"
74
+ :other: "0 млрд'.'"
75
+ 10000000000:
76
+ :one: "00 млрд'.'"
77
+ :other: "00 млрд'.'"
78
+ 100000000000:
79
+ :one: "000 млрд'.'"
80
+ :other: "000 млрд'.'"
81
+ 1000000000000:
82
+ :one: "0 трлн'.'"
83
+ :other: "0 трлн'.'"
84
+ 10000000000000:
85
+ :one: "00 трлн'.'"
86
+ :other: "00 трлн'.'"
87
+ 100000000000000:
88
+ :one: "000 трлн'.'"
89
+ :other: "000 трлн'.'"
42
90
  :percent:
43
91
  :number_system: "latn"
44
92
  :patterns:
@@ -60,3 +108,4 @@
60
108
  :percent_sign: "%"
61
109
  :plus_sign: "+"
62
110
  :superscripting_exponent: "."
111
+ :time_separator: ":"
@@ -0,0 +1,7 @@
1
+ ---
2
+ :bg:
3
+ :cardinal:
4
+ :one: "n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000"
5
+ :other: " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~0.9, 1.1~1.6, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
6
+ :ordinal:
7
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,4 +1,14 @@
1
1
  ---
2
- :bg: ! '{ :''bg'' => { :i18n => { :plural => { :keys => [:one, :other], :rule => lambda
3
- { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); n.to_f == 1 ? :one : :other } } } } }'
2
+ :bg:
3
+ :cardinal:
4
+ :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
5
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (n == 1 ? :one :
6
+ :other) }'
7
+ :names:
8
+ - :one
9
+ - :other
10
+ :ordinal:
11
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
12
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
13
+ :names:
14
+ - :other
@@ -42,11 +42,11 @@
42
42
  :bz: "Белиз"
43
43
  :ca: "Канада"
44
44
  :cc: "Кокосови острови (острови Кийлинг)"
45
- :cd: "Конго (ДРК)"
46
- :cf: "Централноафриканска Република"
45
+ :cd: "Конго (Демократична република)"
46
+ :cf: "Централноафриканска република"
47
47
  :cg: "Конго (Република)"
48
48
  :ch: "Швейцария"
49
- :ci: "Кот д'Ивоар"
49
+ :ci: "Бряг на слоновата кост"
50
50
  :ck: "острови Кук"
51
51
  :cl: "Чили"
52
52
  :cm: "Камерун"
@@ -57,7 +57,7 @@
57
57
  :cu: "Куба"
58
58
  :cv: "Кабо Верде"
59
59
  :cw: "Кюрасао"
60
- :cx: "Остров Рождество"
60
+ :cx: "остров Рождество"
61
61
  :cy: "Кипър"
62
62
  :cz: "Чехия"
63
63
  :de: "Германия"
@@ -79,7 +79,7 @@
79
79
  :fi: "Финландия"
80
80
  :fj: "Фиджи"
81
81
  :fk: "Фолклендски острови (Малвински острови)"
82
- :fm: "Федерални щати на Микронезия"
82
+ :fm: "Микронезия"
83
83
  :fo: "Фарьорски острови"
84
84
  :fr: "Франция"
85
85
  :ga: "Габон"
@@ -87,7 +87,7 @@
87
87
  :gd: "Гренада"
88
88
  :ge: "Грузия"
89
89
  :gf: "Френска Гвиана"
90
- :gg: "о. Гърнси"
90
+ :gg: "Гърнси"
91
91
  :gh: "Гана"
92
92
  :gi: "Гибралтар"
93
93
  :gl: "Гренландия"
@@ -111,7 +111,7 @@
111
111
  :id: "Индонезия"
112
112
  :ie: "Ирландия"
113
113
  :il: "Израел"
114
- :im: "Остров Ман"
114
+ :im: "остров Ман"
115
115
  :in: "Индия"
116
116
  :io: "Британска територия в Индийския океан"
117
117
  :iq: "Ирак"
@@ -159,7 +159,7 @@
159
159
  :mp: "Северни Мариански острови"
160
160
  :mq: "Мартиника"
161
161
  :mr: "Мавритания"
162
- :ms: "Монсерат"
162
+ :ms: "Монтсерат"
163
163
  :mt: "Малта"
164
164
  :mu: "Мавриций"
165
165
  :mv: "Малдиви"
@@ -224,7 +224,7 @@
224
224
  :sy: "Сирия"
225
225
  :sz: "Свазиленд"
226
226
  :ta: "Тристан да Куня"
227
- :tc: "Острови Търкс и Кайкос"
227
+ :tc: "острови Търкс и Кайкос"
228
228
  :td: "Чад"
229
229
  :tf: "Френски южни територии"
230
230
  :tg: "Того"
@@ -250,7 +250,7 @@
250
250
  :vc: "Сейнт Винсънт и Гренадини"
251
251
  :ve: "Венецуела"
252
252
  :vg: "Британски Вирджински острови"
253
- :vi: "Вирджински острови, САЩ"
253
+ :vi: "Американски Вирджински острови"
254
254
  :vn: "Виетнам"
255
255
  :vu: "Вануату"
256
256
  :wf: "Уолис и Футуна"
@@ -3,6 +3,7 @@
3
3
  :calendars:
4
4
  :gregorian:
5
5
  :additional_formats:
6
+ :E: "ccc"
6
7
  :EHm: "E HH:mm"
7
8
  :EHms: "E HH:mm:ss"
8
9
  :Ed: "d E"
@@ -72,7 +73,7 @@
72
73
  :mon: "সোমবার"
73
74
  :sat: "শনিবার"
74
75
  :sun: "রবিবার"
75
- :thu: "বৃহষ্পতিবার"
76
+ :thu: "বৃহস্পতিবার"
76
77
  :tue: "মঙ্গলবার"
77
78
  :wed: "বুধবার"
78
79
  :stand-alone:
@@ -95,7 +96,7 @@
95
96
  :short:
96
97
  :fri: "শুঃ"
97
98
  :mon: "সোঃ"
98
- :sat: "শোঃ"
99
+ :sat: "শনি"
99
100
  :sun: "রঃ"
100
101
  :thu: "বৃঃ"
101
102
  :tue: "মঃ"
@@ -110,25 +111,41 @@
110
111
  :wed: "বুধবার"
111
112
  :eras:
112
113
  :abbr:
113
- 0: "খ্রিস্টপূর্ব"
114
- 1: "খৃষ্টাব্দ"
114
+ 0: "খ্রিষ্টপূর্বাব্দ"
115
+ 1: "খ্রিষ্টাব্দ"
115
116
  :name:
116
- 0: "Before Common Era"
117
- 1: "Common Era"
117
+ 0: "খ্রিষ্টপূর্বাব্দ"
118
+ 1: "খ্রিষ্টাব্দ"
118
119
  :narrow:
119
- 0: "B"
120
- 1: "A"
120
+ 0: ""
121
121
  :fields:
122
122
  :day: "দিন"
123
+ :day-narrow: "দিন"
124
+ :day-short: "দিন"
123
125
  :dayperiod: "পূর্বাহ্ণ/অপরাহ্ণ"
124
126
  :era: "যুগ"
125
127
  :hour: "ঘন্টা"
128
+ :hour-narrow: "ঘন্টা"
129
+ :hour-short: "ঘন্টা"
126
130
  :minute: "মিনিট"
131
+ :minute-narrow: "মিনিট"
132
+ :minute-short: "মিনিট"
127
133
  :month: "মাস"
134
+ :month-narrow: "মাস"
135
+ :month-short: "মাস"
136
+ :quarter: "ত্রৈমাসিক"
137
+ :quarter-narrow: "ত্রৈমাসিক"
138
+ :quarter-short: "ত্রৈমাসিক"
128
139
  :second: "সেকেন্ড"
140
+ :second-narrow: "সেকেন্ড"
141
+ :second-short: "সেকেন্ড"
129
142
  :week: "সপ্তাহ"
143
+ :week-narrow: "সপ্তাহ"
144
+ :week-short: "সপ্তাহ"
130
145
  :weekday: "সপ্তাহের দিন"
131
146
  :year: "বছর"
147
+ :year-narrow: "বছর"
148
+ :year-short: "বছর"
132
149
  :zone: "এলাকা"
133
150
  :formats:
134
151
  :date:
@@ -244,46 +261,43 @@
244
261
  :abbreviated: :calendars.gregorian.dayPeriods.format.wide
245
262
  :narrow:
246
263
  :am: "পূর্বাহ্ণ"
247
- :noon: "n"
264
+ :noon: "দুপুর"
248
265
  :pm: "অপরাহ্ণ"
249
266
  :wide:
250
267
  :am: "পূর্বাহ্ণ"
251
- :noon: "noon"
268
+ :noon: "দুপুর"
252
269
  :pm: "অপরাহ্ণ"
253
- :variant:
254
- :am: "a.m."
255
- :pm: "p.m."
256
270
  :stand-alone: {}
257
271
  :quarters:
258
272
  :format:
259
273
  :abbreviated:
260
- 1: "চতুর্থাংশ"
261
- 2: "চতুর্থাংশ"
262
- 3: "চতুর্থাংশ ৩"
263
- 4: "চতুর্থাংশ"
274
+ 1: "প্র. ত্রৈ. এক. চতুর্থাংশ"
275
+ 2: "দ্বি.ত্রৈ.এক. চতুর্থাংশ"
276
+ 3: "তৃ.ত্রৈ.এক.চতুর্থাংশ"
277
+ 4: "চ.ত্রৈ.এক চতুর্থাংশ"
264
278
  :narrow:
265
279
  1: "১"
266
280
  2: "২"
267
281
  3: "৩"
268
282
  4: "৪"
269
283
  :wide:
270
- 1: "প্রথম চতুর্থাংশ"
271
- 2: "দ্বিতীয় চতুর্থাংশ"
272
- 3: "তৃতীয় চতুর্থাংশ"
273
- 4: "চতুর্থ চতুর্থাংশ"
284
+ 1: "প্রথম ত্রৈমাসিকের এক চতুর্থাংশ"
285
+ 2: "দ্বিতীয় ত্রৈমাসিকের এক চতুর্থাংশ"
286
+ 3: "তৃতীয় ত্রৈমাসিকের এক চতুর্থাংশ"
287
+ 4: "চতুর্থ ত্রৈমাসিকের এক চতুর্থাংশ"
274
288
  :stand-alone:
275
289
  :abbreviated:
276
- 1: "চতুর্থাংশ ১"
277
- 2: "চতুর্থাংশ"
278
- 3: "চতুর্থাংশ ৩"
279
- 4: "চতুর্থাংশ ৪"
290
+ 1: "প্র.ত্রৈ.এক.চতুর্থাংশ"
291
+ 2: "দ্বি.ত্রৈ.এক চতুর্থাংশ"
292
+ 3: "তৃ.ত্রৈ.এক.চতুর্থাংশ"
293
+ 4: "চ.ত্রৈ.এক.চতুর্থাংশ"
280
294
  :narrow:
281
295
  1: "১"
282
296
  2: "২"
283
297
  3: "৩"
284
298
  4: "৪"
285
299
  :wide:
286
- 1: "প্রথম চতুর্থাংশ"
287
- 2: "দ্বিতীয় চতুর্থাংশ"
288
- 3: "তৃতীয় চতুর্থাংশ"
289
- 4: "চতুর্থ চতুর্থাংশ"
300
+ 1: "প্রথম ত্রৈমাসিকের এক চতুর্থাংশ"
301
+ 2: "দ্বিতীয় ত্রৈমাসিকের এক চতুর্থাংশ"
302
+ 3: "তৃতীয় ত্রৈমাসিকের এক চতুর্থাংশ"
303
+ 4: "চতুর্থ ত্রৈমাসিকের এক চতুর্থাংশ"
@@ -3,59 +3,48 @@
3
3
  :currencies:
4
4
  :ADP:
5
5
  :one: "এ্যান্ডোরান পেসেতা"
6
- :other: "Andorran pesetas"
7
6
  :AED:
8
7
  :one: "সংযুক্ত আরব আমিরাত দিরহাম"
9
8
  :other: "সংযুক্ত আরব আমিরাত দিরহাম"
9
+ :symbol: "AED"
10
10
  :AFA:
11
11
  :one: "আফগানি (১৯২৭–২০০২)"
12
- :other: "Afghan afghanis (1927–2002)"
13
12
  :AFN:
14
- :one: "আফগানি"
15
- :other: "আফগানি"
16
- :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
13
+ :one: "আফগান আফগানি"
14
+ :other: "আফগান আফগানি"
15
+ :symbol: "AFN"
19
16
  :ALL:
20
- :one: "আলবেনিয়ান লেক"
21
- :other: "আলবেনিয়ান লেক"
17
+ :one: "আলবেনিয়ান লিক"
18
+ :other: "আলবেনিয়ান লিক"
19
+ :symbol: "ALL"
22
20
  :AMD:
23
21
  :one: "আরমেনিয়ান দ্রাম"
24
22
  :other: "আরমেনিয়ান দ্রাম"
23
+ :symbol: "AMD"
25
24
  :ANG:
26
25
  :one: "নেদারল্যান্ড এ্যান্টিলিয়ান গুল্ডের"
27
26
  :other: "নেদারল্যান্ড এ্যান্টিলিয়ান গুল্ডের"
27
+ :symbol: "ANG"
28
28
  :AOA:
29
29
  :one: "এ্যাঙ্গোলান কওয়ানজা"
30
30
  :other: "এ্যাঙ্গোলান কওয়ানজা"
31
+ :symbol: "AOA"
31
32
  :AOK:
32
33
  :one: "এ্যাঙ্গোলান কওয়ানজা (১৯৭৭–১৯৯০)"
33
- :other: "Angolan kwanzas (1977–1991)"
34
34
  :AON:
35
35
  :one: "এ্যাঙ্গোলান নতুন কওয়ানজা (১৯৯৫–২০০০)"
36
- :other: "Angolan new kwanzas (1990–2000)"
37
36
  :AOR:
38
37
  :one: "এ্যাঙ্গোলান কওয়ানজা (১৯৯৫–১৯৯৯)"
39
- :other: "Angolan readjusted kwanzas (1995–1999)"
40
38
  :ARA:
41
39
  :one: "আর্জেন্টিনা অস্ট্রাল"
42
- :other: "Argentine australs"
43
- :ARL:
44
- :one: "Argentine peso ley (1970–1983)"
45
- :other: "Argentine pesos ley (1970–1983)"
46
- :ARM:
47
- :one: "Argentine peso (1881–1970)"
48
- :other: "Argentine pesos (1881–1970)"
49
40
  :ARP:
50
41
  :one: "আর্জেন্টিনা পেসো (১৯৮৩–১৯৮৫)"
51
- :other: "Argentine pesos (1983–1985)"
52
42
  :ARS:
53
43
  :one: "আর্জেন্টিনা পেসো"
54
44
  :other: "আর্জেন্টিনা পেসো"
55
- :symbol: "$"
45
+ :symbol: "ARS"
56
46
  :ATS:
57
47
  :one: "অস্ট্রিয়ান শিলিং"
58
- :other: "Austrian schillings"
59
48
  :AUD:
60
49
  :one: "অস্ট্রেলিয়ান ডলার"
61
50
  :other: "অস্ট্রেলিয়ান ডলার"
@@ -63,301 +52,266 @@
63
52
  :AWG:
64
53
  :one: "আরুবা গিল্ডার"
65
54
  :other: "আরুবা গিল্ডার"
55
+ :symbol: "AWG"
66
56
  :AZM:
67
57
  :one: "আজারবাইজান মানাত (১৯৯৩–২০০৬)"
68
- :other: "Azerbaijani manats (1993–2006)"
69
58
  :AZN:
70
59
  :one: "আজারবাইজান মানাত"
71
60
  :other: "আজারবাইজান মানাত"
61
+ :symbol: "AZN"
72
62
  :BAD:
73
63
  :one: "বসনিয়া এবং হার্জেগোভিনা দিনার"
74
- :other: "Bosnia-Herzegovina dinars (1992–1994)"
75
64
  :BAM:
76
65
  :one: "বসনিয়া এবং হার্জেগোভিনা মার্ক"
77
66
  :other: "বসনিয়া এবং হার্জেগোভিনা মার্ক"
78
- :BAN:
79
- :one: "Bosnia-Herzegovina new dinar (1994–1997)"
80
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
67
+ :symbol: "BAM"
81
68
  :BBD:
82
69
  :one: "বার্বেডোজ ডলার"
83
70
  :other: "বার্বেডোজ ডলার"
84
- :symbol: "$"
71
+ :symbol: "BBD"
85
72
  :BDT:
86
73
  :one: "বাংলাদেশী টাকা"
87
74
  :other: "বাংলাদেশী টাকা"
88
75
  :symbol: "৳"
89
76
  :BEC:
90
77
  :one: "বেলজিয়ান ফ্রাঙ্ক (রূপান্তরযোগ্য)"
91
- :other: "Belgian francs (convertible)"
92
78
  :BEF:
93
79
  :one: "বেলজিয়ান ফ্রাঙ্ক"
94
- :other: "Belgian francs"
95
80
  :BEL:
96
81
  :one: "বেলজিয়ান ফ্রাঙ্ক (আর্থিক)"
97
- :other: "Belgian francs (financial)"
98
82
  :BGL:
99
83
  :one: "বুলগেরীয় হার্ড লেভ"
100
- :other: "Bulgarian hard leva"
101
- :BGM:
102
- :one: "Bulgarian socialist lev"
103
- :other: "Bulgarian socialist leva"
104
84
  :BGN:
105
85
  :one: "বুলগেরীয় নিউ লেভ"
106
86
  :other: "বুলগেরীয় নিউ লেভ"
107
- :BGO:
108
- :one: "Bulgarian lev (1879–1952)"
109
- :other: "Bulgarian leva (1879–1952)"
87
+ :symbol: "BGN"
110
88
  :BHD:
111
89
  :one: "বাহরাইনি দিনার"
112
90
  :other: "বাহরাইনি দিনার"
91
+ :symbol: "BHD"
113
92
  :BIF:
114
93
  :one: "বুরুন্ডি ফ্রাঙ্ক"
115
94
  :other: "বুরুন্ডি ফ্রাঙ্ক"
95
+ :symbol: "BIF"
116
96
  :BMD:
117
97
  :one: "বারমিউডান ডলার"
118
98
  :other: "বারমিউডান ডলার"
119
- :symbol: "$"
99
+ :symbol: "BMD"
120
100
  :BND:
121
101
  :one: "ব্রুনেই ডলার"
122
102
  :other: "ব্রুনেই ডলার"
123
- :symbol: "$"
103
+ :symbol: "BND"
124
104
  :BOB:
125
105
  :one: "বলিভিয়ানো"
126
106
  :other: "বলিভিয়ানো"
127
- :BOL:
128
- :one: "Bolivian boliviano (1863–1963)"
129
- :other: "Bolivian bolivianos (1863–1963)"
107
+ :symbol: "BOB"
130
108
  :BOP:
131
109
  :one: "বলিভিয়ান পেসো"
132
- :other: "Bolivian pesos"
133
110
  :BOV:
134
111
  :one: "বলিভিয়ান মভডোল"
135
- :other: "Bolivian mvdols"
136
112
  :BRB:
137
113
  :one: "ব্রাজিলিয়ান ক্রুজেয়রোনোভো (১৯৬৭–১৯৮৬)"
138
- :other: "Brazilian new cruzeiros (1967–1986)"
139
114
  :BRC:
140
115
  :one: "ব্রাজিলিয়ান ক্রুজেইডাউ"
141
- :other: "Brazilian cruzados (1986–1989)"
142
116
  :BRE:
143
117
  :one: "ব্রাজিলিয়ান ক্রুজেয়রো (১৯৯০–১৯৯৩)"
144
- :other: "Brazilian cruzeiros (1990–1993)"
145
118
  :BRL:
146
119
  :one: "ব্রাজিলিয়ান রিয়েল"
147
120
  :other: "ব্রাজিলিয়ান রিয়েল"
148
121
  :symbol: "R$"
149
122
  :BRN:
150
123
  :one: "ব্রাজিলিয়ান ক্রুজেইডো নোভো"
151
- :other: "Brazilian new cruzados (1989–1990)"
152
124
  :BRR:
153
125
  :one: "ব্রাজিলিয়ান ক্রুজেয়রো"
154
- :other: "Brazilian cruzeiros (1993–1994)"
155
- :BRZ:
156
- :one: "Brazilian cruzeiro (1942–1967)"
157
- :other: "Brazilian cruzeiros (1942–1967)"
158
126
  :BSD:
159
127
  :one: "বাহামিয়ান ডলার"
160
128
  :other: "বাহামিয়ান ডলার"
161
- :symbol: "$"
129
+ :symbol: "BSD"
162
130
  :BTN:
163
131
  :one: "ভুটানি এনগুল্ট্রুম"
164
132
  :other: "ভুটানি এনগুল্ট্রুম"
133
+ :symbol: "BTN"
165
134
  :BUK:
166
135
  :one: "বর্মি কিয়াৎ"
167
- :other: "Burmese kyats"
168
136
  :BWP:
169
137
  :one: "বতসোয়ানা পুলা"
170
138
  :other: "বতসোয়ানা পুলা"
139
+ :symbol: "BWP"
171
140
  :BYB:
172
141
  :one: "বেলারুশিয়ান নিউ রুবেল (১৯৯৪–১৯৯৯)"
173
- :other: "Belarusian new rubles (1994–1999)"
174
142
  :BYR:
175
143
  :one: "বেলারুশিয়ান রুবেল"
176
144
  :other: "বেলারুশিয়ান রুবেল"
177
- :symbol: "р."
145
+ :symbol: "BYR"
178
146
  :BZD:
179
147
  :one: "বেলিজ ডলার"
180
148
  :other: "বেলিজ ডলার"
181
- :symbol: "$"
149
+ :symbol: "BZD"
182
150
  :CAD:
183
151
  :one: "কানাডিয়ান ডলার"
184
152
  :other: "কানাডিয়ান ডলার"
185
153
  :symbol: "CA$"
186
154
  :CDF:
187
- :one: "কঙ্গো ফ্র্যাঙ্ক কঙ্গোলাইস"
188
- :other: "কঙ্গো ফ্র্যাঙ্ক কঙ্গোলাইস"
155
+ :one: "কঙ্গোলিস ফ্র্যাঙ্ক"
156
+ :other: "কঙ্গোলিস ফ্র্যাঙ্ক"
157
+ :symbol: "CDF"
189
158
  :CHE:
190
159
  :one: "সুইজারল্যান্ড ইউরো"
191
- :other: "WIR euros"
192
160
  :CHF:
193
161
  :one: "সুইস ফ্রাঙ্ক"
194
162
  :other: "সুইস ফ্রাঙ্ক"
163
+ :symbol: "CHF"
195
164
  :CHW:
196
165
  :one: "সুইজারল্যান্ড ফ্রাঙ্ক"
197
- :other: "WIR francs"
198
- :CLE:
199
- :one: "Chilean escudo"
200
- :other: "Chilean escudos"
201
166
  :CLF:
202
167
  :one: "চিলিয়ান উনিদাদেস দি ফোমেন্তো"
203
- :other: "Chilean units of account (UF)"
204
168
  :CLP:
205
169
  :one: "চিলি পেসো"
206
170
  :other: "চিলি পেসো"
207
- :symbol: "$"
208
- :CNX:
209
- :one: "Chinese People’s Bank dollar"
210
- :other: "Chinese People’s Bank dollars"
171
+ :symbol: "CLP"
211
172
  :CNY:
212
- :one: "চীনা য়ুয়ান রেন্মিন্‌বি"
213
- :other: "চীনা য়ুয়ান রেন্মিন্‌বি"
173
+ :one: "চীনা য়ুয়ান"
174
+ :other: "চীনা য়ুয়ান"
214
175
  :symbol: "CN¥"
215
176
  :COP:
216
177
  :one: "কলোম্বিয়ান পেসো"
217
178
  :other: "কলোম্বিয়ান পেসো"
218
- :symbol: "$"
179
+ :symbol: "COP"
219
180
  :COU:
220
181
  :one: "উনিদাদ দি ভ্যালোর রিয়েল"
221
- :other: "Colombian real value units"
222
182
  :CRC:
223
183
  :one: "কোস্টা রিকা কোলোন"
224
184
  :other: "কোস্টা রিকা কোলোন"
225
- :symbol: ""
185
+ :symbol: "CRC"
226
186
  :CSD:
227
187
  :one: "প্রাচীন সারবিয়ান দিনার"
228
- :other: "Serbian dinars (2002–2006)"
229
188
  :CSK:
230
189
  :one: "চেকোস্লোভাক হার্ড কোরুনা"
231
- :other: "Czechoslovak hard korunas"
232
190
  :CUC:
233
191
  :one: "কিউবান রূপান্তরযোগ্য পেসো"
234
192
  :other: "কিউবান রূপান্তরযোগ্য পেসো"
193
+ :symbol: "CUC"
235
194
  :CUP:
236
195
  :one: "কিউবান পেসো"
237
196
  :other: "কিউবান পেসো"
238
- :symbol: "$"
197
+ :symbol: "CUP"
239
198
  :CVE:
240
199
  :one: "কেপ ভার্দে এসকুডো"
241
200
  :other: "কেপ ভার্দে এসকুডো"
201
+ :symbol: "CVE"
242
202
  :CYP:
243
203
  :one: "সাইপ্রাস পাউন্ড"
244
- :other: "Cypriot pounds"
245
204
  :CZK:
246
205
  :one: "চেকোস্লোভাক কোরুনা"
247
206
  :other: "চেকোস্লোভাক কোরুনা"
207
+ :symbol: "CZK"
248
208
  :DDM:
249
209
  :one: "পূর্ব জার্মান মার্ক"
250
- :other: "East German marks"
251
210
  :DEM:
252
211
  :one: "ডয়চ্ মার্ক"
253
- :other: "German marks"
254
212
  :DJF:
255
213
  :one: "জিবুতি ফ্রাঙ্ক"
256
214
  :other: "জিবুতি ফ্রাঙ্ক"
215
+ :symbol: "DJF"
257
216
  :DKK:
258
217
  :one: "ড্যানিশ ক্রৌন"
259
218
  :other: "ড্যানিশ ক্রৌন"
219
+ :symbol: "DKK"
260
220
  :DOP:
261
221
  :one: "ডোমিনিকান পেসো"
262
222
  :other: "ডোমিনিকান পেসো"
263
- :symbol: "$"
223
+ :symbol: "DOP"
264
224
  :DZD:
265
225
  :one: "আলজেরীয় দিনার"
266
226
  :other: "আলজেরীয় দিনার"
227
+ :symbol: "DZD"
267
228
  :ECS:
268
229
  :one: "ইকুয়াডোর সুক্রে"
269
- :other: "Ecuadorian sucres"
270
230
  :ECV:
271
231
  :one: "ইকুয়াডোর উনিদাদেস দি ভেলর কনসতান্তে (ইউভিসি)"
272
- :other: "Ecuadorian units of constant value"
273
232
  :EEK:
274
233
  :one: "এস্তোনিয়া ক্রুনি"
275
- :other: "Estonian kroons"
276
234
  :EGP:
277
235
  :one: "মিশরীয় পাউন্ড"
278
236
  :other: "মিশরীয় পাউন্ড"
237
+ :symbol: "EGP"
279
238
  :ERN:
280
239
  :one: "এরিট্রিয়েন নাকফা"
281
240
  :other: "এরিট্রিয়েন নাকফা"
241
+ :symbol: "ERN"
282
242
  :ESA:
283
243
  :one: "স্প্যানিশ পেসেতা (একই হিসাব)"
284
- :other: "Spanish pesetas (A account)"
285
244
  :ESB:
286
245
  :one: "স্প্যানিশ পেসেতা (রূপান্তরযোগ্য হিসাব)"
287
- :other: "Spanish pesetas (convertible account)"
288
246
  :ESP:
289
247
  :one: "স্প্যানিশ পেসেতা"
290
- :other: "Spanish pesetas"
291
248
  :symbol: "₧"
292
249
  :ETB:
293
250
  :one: "ইথিওপিয়ান বির"
294
251
  :other: "ইথিওপিয়ান বির"
252
+ :symbol: "ETB"
295
253
  :EUR:
296
254
  :one: "ইউরো"
297
255
  :other: "ইউরো"
298
256
  :symbol: "€"
299
257
  :FIM:
300
258
  :one: "ফিনিস মার্কা"
301
- :other: "Finnish markkas"
302
259
  :FJD:
303
260
  :one: "ফিজি ডলার"
304
261
  :other: "ফিজি ডলার"
305
- :symbol: "$"
262
+ :symbol: "FJD"
306
263
  :FKP:
307
264
  :one: "ফকল্যান্ড দ্বীপপুঞ্জ পাউন্ড"
308
265
  :other: "ফকল্যান্ড দ্বীপপুঞ্জ পাউন্ড"
266
+ :symbol: "FKP"
309
267
  :FRF:
310
268
  :one: "ফরাসি ফ্রাঙ্ক"
311
- :other: "French francs"
312
269
  :GBP:
313
270
  :one: "ব্রিটিশ পাউন্ড স্টার্লিং"
314
271
  :other: "ব্রিটিশ পাউন্ড স্টার্লিং"
315
272
  :symbol: "£"
316
273
  :GEK:
317
274
  :one: "জর্জিয়ান কুপন লারিট"
318
- :other: "Georgian kupon larits"
319
275
  :GEL:
320
276
  :one: "জর্জিয়ান লারি"
321
277
  :other: "জর্জিয়ান লারি"
278
+ :symbol: "GEL"
322
279
  :GHC:
323
280
  :one: "ঘানা সেডি (১৯৭৯–২০০৭)"
324
- :other: "Ghanaian cedis (1979–2007)"
325
281
  :GHS:
326
282
  :one: "ঘানা সেডি"
327
283
  :other: "ঘানা সেডি"
328
- :symbol: ""
284
+ :symbol: "GHS"
329
285
  :GIP:
330
286
  :one: "জিব্রাল্টার পাউন্ড"
331
287
  :other: "জিব্রাল্টার পাউন্ড"
332
- :symbol: "£"
288
+ :symbol: "GIP"
333
289
  :GMD:
334
290
  :one: "গাম্বিয়া ডালাসি"
335
291
  :other: "গাম্বিয়া ডালাসি"
292
+ :symbol: "GMD"
336
293
  :GNF:
337
294
  :one: "গিনি ফ্রাঙ্ক"
338
295
  :other: "গিনি ফ্রাঙ্ক"
296
+ :symbol: "GNF"
339
297
  :GNS:
340
298
  :one: "গিনি সাইলি"
341
- :other: "Guinean sylis"
342
299
  :GQE:
343
300
  :one: "ইকুয়েটোরিয়াল গিনি ইকুয়িলি"
344
- :other: "Equatorial Guinean ekwele"
345
301
  :GRD:
346
302
  :one: "গ্রীক দ্রাচমা"
347
- :other: "Greek drachmas"
348
303
  :GTQ:
349
304
  :one: "গুয়াতেমালা কুয়েৎজাল"
350
305
  :other: "গুয়াতেমালা কুয়েৎজাল"
306
+ :symbol: "GTQ"
351
307
  :GWE:
352
308
  :one: "পর্তুগিজ গিনি এসকুডো"
353
- :other: "Portuguese Guinea escudos"
354
309
  :GWP:
355
310
  :one: "গিনি বিসাউ পেসো"
356
- :other: "Guinea-Bissau pesos"
357
311
  :GYD:
358
312
  :one: "গাইয়েনা ডলার"
359
313
  :other: "গাইয়েনা ডলার"
360
- :symbol: "$"
314
+ :symbol: "GYD"
361
315
  :HKD:
362
316
  :one: "হংকং ডলার"
363
317
  :other: "হংকং ডলার"
@@ -365,30 +319,29 @@
365
319
  :HNL:
366
320
  :one: "হন্ডুরাস লেম্পিরা"
367
321
  :other: "হন্ডুরাস লেম্পিরা"
322
+ :symbol: "HNL"
368
323
  :HRD:
369
324
  :one: "ক্রোয়েশিয়ান দিনার"
370
- :other: "Croatian dinars"
371
325
  :HRK:
372
- :one: "ক্রোয়েশিয়ান কুনাস"
326
+ :one: "ক্রোয়েশিয়ান কুনা"
373
327
  :other: "ক্রোয়েশিয়ান কুনাস"
328
+ :symbol: "HRK"
374
329
  :HTG:
375
330
  :one: "হাইতি গৌর্দে"
376
331
  :other: "হাইতি গৌর্দে"
332
+ :symbol: "HTG"
377
333
  :HUF:
378
334
  :one: "হাঙ্গেরিয়ান ফোরিন্ট"
379
335
  :other: "হাঙ্গেরিয়ান ফোরিন্ট"
336
+ :symbol: "HUF"
380
337
  :IDR:
381
338
  :one: "ইন্দোনেশিয়ান রুপিয়াহ"
382
339
  :other: "ইন্দোনেশিয়ান রুপিয়াহ"
340
+ :symbol: "IDR"
383
341
  :IEP:
384
342
  :one: "ইরিশ পাউন্ড"
385
- :other: "Irish pounds"
386
343
  :ILP:
387
344
  :one: "ইস্রাইলি পাউন্ড"
388
- :other: "Israeli pounds"
389
- :ILR:
390
- :one: "Israeli sheqel (1980–1985)"
391
- :other: "Israeli sheqels (1980–1985)"
392
345
  :ILS:
393
346
  :one: "ইস্রাইলি নতুন শেকেল"
394
347
  :other: "ইস্রাইলি নতুন শেকেল"
@@ -400,51 +353,49 @@
400
353
  :IQD:
401
354
  :one: "ইরাকি দিনার"
402
355
  :other: "ইরাকি দিনার"
356
+ :symbol: "IQD"
403
357
  :IRR:
404
358
  :one: "ইরানিয়ান রিয়াল"
405
359
  :other: "ইরানিয়ান রিয়াল"
406
- :ISJ:
407
- :one: "Icelandic króna (1918–1981)"
408
- :other: "Icelandic krónur (1918–1981)"
360
+ :symbol: "IRR"
409
361
  :ISK:
410
362
  :one: "আইসল্যান্ড ক্রৌন"
411
363
  :other: "আইসল্যান্ড ক্রৌন"
364
+ :symbol: "ISK"
412
365
  :ITL:
413
366
  :one: "ইতালীয় লিরা"
414
- :other: "Italian liras"
415
367
  :JMD:
416
368
  :one: "জ্যামাইকান ডলার"
417
369
  :other: "জ্যামাইকান ডলার"
418
- :symbol: "$"
370
+ :symbol: "JMD"
419
371
  :JOD:
420
372
  :one: "জর্ডানিয়ান দিনার"
421
373
  :other: "জর্ডানিয়ান দিনার"
374
+ :symbol: "JOD"
422
375
  :JPY:
423
- :one: "জাপানিজ ইয়েন"
424
- :other: "জাপানিজ ইয়েন"
376
+ :one: "জাপানি ইয়েন"
377
+ :other: "জাপানি ইয়েন"
425
378
  :symbol: "JP¥"
426
379
  :KES:
427
380
  :one: "কেনিয়ান শিলিং"
428
381
  :other: "কেনিয়ান শিলিং"
382
+ :symbol: "KES"
429
383
  :KGS:
430
384
  :one: "কিরগিজস্তান সোম"
431
385
  :other: "কিরগিজস্তান সোম"
386
+ :symbol: "KGS"
432
387
  :KHR:
433
388
  :one: "কম্বোডিয়ান রিয়েল"
434
389
  :other: "কম্বোডিয়ান রিয়েল"
435
- :symbol: ""
390
+ :symbol: "KHR"
436
391
  :KMF:
437
392
  :one: "কম্বোরো ফ্রাঙ্ক"
438
393
  :other: "কম্বোরো ফ্রাঙ্ক"
394
+ :symbol: "KMF"
439
395
  :KPW:
440
- :one: "নাইজেরিয়ান পাউন্ড"
441
- :other: "নাইজেরিয়ান পাউন্ড"
442
- :KRH:
443
- :one: "South Korean hwan (1953–1962)"
444
- :other: "South Korean hwan (1953–1962)"
445
- :KRO:
446
- :one: "South Korean won (1945–1953)"
447
- :other: "South Korean won (1945–1953)"
396
+ :one: "উত্তর কোরিয়ার ওন"
397
+ :other: "উত্তর কোরিয়ার ওন"
398
+ :symbol: "KPW"
448
399
  :KRW:
449
400
  :one: "দক্ষিণ কোরিয়ান ওন"
450
401
  :other: "দক্ষিণ কোরিয়ান ওন"
@@ -452,161 +403,153 @@
452
403
  :KWD:
453
404
  :one: "কুয়েতি দিনার"
454
405
  :other: "কুয়েতি দিনার"
406
+ :symbol: "KWD"
455
407
  :KYD:
456
408
  :one: "কেম্যান দ্বীপপুঞ্জের ডলার"
457
409
  :other: "কেম্যান দ্বীপপুঞ্জের ডলার"
458
- :symbol: "$"
410
+ :symbol: "KYD"
459
411
  :KZT:
460
412
  :one: "কাজাক্সটান টেঙ্গে"
461
413
  :other: "কাজাক্সটান টেঙ্গে"
462
- :symbol: ""
414
+ :symbol: "KZT"
463
415
  :LAK:
464
416
  :one: "লেউশান কিপ"
465
417
  :other: "লেউশান কিপ"
466
- :symbol: ""
418
+ :symbol: "LAK"
467
419
  :LBP:
468
420
  :one: "লেবানিজ পাউন্ড"
469
421
  :other: "লেবানিজ পাউন্ড"
422
+ :symbol: "LBP"
470
423
  :LKR:
471
424
  :one: "শ্রীলঙ্কান রুপি"
472
425
  :other: "শ্রীলঙ্কান রুপি"
426
+ :symbol: "LKR"
473
427
  :LRD:
474
428
  :one: "লাইবেরিয়ান ডলার"
475
429
  :other: "লাইবেরিয়ান ডলার"
476
- :symbol: "$"
430
+ :symbol: "LRD"
477
431
  :LSL:
478
432
  :one: "লেসুটু লোটি"
479
- :other: "Lesotho lotis"
480
433
  :LTL:
481
434
  :one: "লিথুইনিয়ান লিটা"
482
435
  :other: "লিথুইনিয়ান লিটা"
436
+ :symbol: "LTL"
483
437
  :LTT:
484
438
  :one: "লিথুইনিয়ান টালোন্যাস"
485
- :other: "Lithuanian talonases"
486
439
  :LUC:
487
440
  :one: "লুক্সেমবার্গ রুপান্তযোগ্য ফ্রাঙ্ক"
488
- :other: "Luxembourgian convertible francs"
489
441
  :LUF:
490
442
  :one: "লুক্সেমবার্গ ফ্রাঙ্ক"
491
- :other: "Luxembourgian francs"
492
443
  :LUL:
493
444
  :one: "লুক্সেমবার্গ ফাইনেনশিয়াল ফ্রাঙ্ক"
494
- :other: "Luxembourg financial francs"
495
445
  :LVL:
496
446
  :one: "ল্যাটভিয়ান ল্যাট্‌স"
497
447
  :other: "ল্যাটভিয়ান ল্যাট্‌স"
448
+ :symbol: "LVL"
498
449
  :LVR:
499
450
  :one: "ল্যাটভিয়ান রুবল"
500
- :other: "Latvian rubles"
501
451
  :LYD:
502
452
  :one: "লিবিয়ান ডলার"
503
453
  :other: "লিবিয়ান ডলার"
454
+ :symbol: "LYD"
504
455
  :MAD:
505
456
  :one: "মোরোক্কান দিরহাম"
506
457
  :other: "মোরোক্কান দিরহাম"
458
+ :symbol: "MAD"
507
459
  :MAF:
508
460
  :one: "মোরোক্কান ফ্রাঙ্ক"
509
- :other: "Moroccan francs"
510
- :MCF:
511
- :one: "Monegasque franc"
512
- :other: "Monegasque francs"
513
- :MDC:
514
- :one: "Moldovan cupon"
515
- :other: "Moldovan cupon"
516
461
  :MDL:
517
462
  :one: "মোল্ডোভান লেয়ু"
518
463
  :other: "মোল্ডোভান লেয়ু"
464
+ :symbol: "MDL"
519
465
  :MGA:
520
466
  :one: "মাদাগাস্কার আরিয়ারি"
521
467
  :other: "মাদাগাস্কার আরিয়ারি"
468
+ :symbol: "MGA"
522
469
  :MGF:
523
470
  :one: "মাদাগাস্কার ফ্রাঙ্ক"
524
- :other: "Malagasy francs"
525
471
  :MKD:
526
472
  :one: "ম্যাসেডোনিয়ান দিনার"
527
473
  :other: "ম্যাসেডোনিয়ান দিনার"
528
- :MKN:
529
- :one: "Macedonian denar (1992–1993)"
530
- :other: "Macedonian denari (1992–1993)"
474
+ :symbol: "MKD"
531
475
  :MLF:
532
476
  :one: "মালি ফ্রাঙ্ক"
533
- :other: "Malian francs"
534
477
  :MMK:
535
478
  :one: "মায়ানমার কিয়াত"
536
479
  :other: "মায়ানমার কিয়াত"
480
+ :symbol: "MMK"
537
481
  :MNT:
538
482
  :one: "মঙ্গোলিয়ান তুগরিক"
539
483
  :other: "মঙ্গোলিয়ান তুগরিক"
540
- :symbol: ""
484
+ :symbol: "MNT"
541
485
  :MOP:
542
486
  :one: "ম্যাক্যাও পাটাকা"
543
487
  :other: "ম্যাক্যাও পাটাকা"
488
+ :symbol: "MOP"
544
489
  :MRO:
545
490
  :one: "মৌরিতানিয়ান ওউগুইয়া"
546
491
  :other: "মৌরিতানিয়ান ওউগুইয়া"
492
+ :symbol: "MRO"
547
493
  :MTL:
548
494
  :one: "মাল্টা লিরা"
549
- :other: "Maltese lira"
550
495
  :MTP:
551
496
  :one: "মাল্টা পাউন্ড"
552
- :other: "Maltese pounds"
553
497
  :MUR:
554
498
  :one: "মৌরিতানিয়ান রুপি"
555
499
  :other: "মৌরিতানিয়ান রুপি"
556
- :MVP:
557
- :one: "Maldivian rupee"
558
- :other: "Maldivian rupees"
500
+ :symbol: "MUR"
559
501
  :MVR:
560
502
  :one: "মালদিভিয়ান রুফিয়া"
561
503
  :other: "মালদিভিয়ান রুফিয়া"
504
+ :symbol: "MVR"
562
505
  :MWK:
563
506
  :one: "মালাউইয়ান কওয়াচ"
564
507
  :other: "মালাউইয়ান কওয়াচ"
508
+ :symbol: "MWK"
565
509
  :MXN:
566
510
  :one: "ম্যাক্সিকান পেসো"
567
511
  :other: "ম্যাক্সিকান পেসো"
568
512
  :symbol: "MX$"
569
513
  :MXP:
570
514
  :one: "ম্যাক্সিকান সিলভার পেসো (১৮৬১–১৯৯২)"
571
- :other: "Mexican silver pesos (1861–1992)"
572
515
  :MXV:
573
516
  :one: "মেক্সিকান উনিদাদ দি ইনভার্সান (UDI)"
574
- :other: "Mexican investment units"
575
517
  :MYR:
576
518
  :one: "মালয়েশিয়ান রিঙ্গিৎ"
577
519
  :other: "মালয়েশিয়ান রিঙ্গিৎ"
520
+ :symbol: "MYR"
578
521
  :MZE:
579
522
  :one: "মোজাম্বিক এসকুডো"
580
- :other: "Mozambican escudos"
581
523
  :MZM:
582
524
  :one: "প্রাচীন মোজাম্বিক মেটিকেল"
583
- :other: "Mozambican meticals (1980–2006)"
584
525
  :MZN:
585
526
  :one: "মোজাম্বিক মেটিকেল"
586
527
  :other: "মোজাম্বিক মেটিকেল"
528
+ :symbol: "MZN"
587
529
  :NAD:
588
530
  :one: "নামিবিয়া ডলার"
589
531
  :other: "নামিবিয়া ডলার"
590
- :symbol: "$"
532
+ :symbol: "NAD"
591
533
  :NGN:
592
534
  :one: "নাইজেরিয়ান নায়রা"
593
535
  :other: "নাইজেরিয়ান নায়রা"
594
- :symbol: ""
536
+ :symbol: "NGN"
595
537
  :NIC:
596
538
  :one: "নিকারাগুয়ান কর্ডোবা (১৯৮৮–১৯৯১)"
597
- :other: "Nicaraguan córdobas (1988–1991)"
598
539
  :NIO:
599
540
  :one: "নিকারাগুয়ান কর্ডোবা"
600
541
  :other: "নিকারাগুয়ান কর্ডোবা"
542
+ :symbol: "NIO"
601
543
  :NLG:
602
544
  :one: "নেদারল্যান্ড গুল্ডের"
603
- :other: "Dutch guilders"
604
545
  :NOK:
605
546
  :one: "নরওয়ে ক্রৌন"
606
547
  :other: "নরওয়ে ক্রৌন"
548
+ :symbol: "NOK"
607
549
  :NPR:
608
550
  :one: "নেপালি রুপি"
609
551
  :other: "নেপালি রুপি"
552
+ :symbol: "NPR"
610
553
  :NZD:
611
554
  :one: "নিউজিল্যান্ড ডলার"
612
555
  :other: "নিউজিল্যান্ড ডলার"
@@ -614,340 +557,300 @@
614
557
  :OMR:
615
558
  :one: "ওমানি রিয়াল"
616
559
  :other: "ওমানি রিয়াল"
560
+ :symbol: "OMR"
617
561
  :PAB:
618
562
  :one: "পানামা বেলবোয়া"
619
563
  :other: "পানামা বেলবোয়া"
564
+ :symbol: "PAB"
620
565
  :PEI:
621
566
  :one: "পেরুভিয়ান ইন্তি"
622
- :other: "Peruvian intis"
623
567
  :PEN:
624
568
  :one: "পেরুভিয়ান সোল নুয়েভো"
625
569
  :other: "পেরুভিয়ান সোল নুয়েভো"
570
+ :symbol: "PEN"
626
571
  :PES:
627
572
  :one: "পেরুভিয়ান সোল"
628
- :other: "Peruvian soles (1863–1965)"
629
573
  :PGK:
630
- :one: "পপুয়ানিউগিনি কিনা"
631
- :other: "পপুয়ানিউগিনি কিনা"
574
+ :one: "পাপুয়া নিউ গিনিয়ান কিনা"
575
+ :other: "পাপুয়া নিউ গিনিয়ান কিনা"
576
+ :symbol: "PGK"
632
577
  :PHP:
633
578
  :one: "ফিলিপাইন পেসো"
634
579
  :other: "ফিলিপাইন পেসো"
635
- :symbol: ""
580
+ :symbol: "PHP"
636
581
  :PKR:
637
582
  :one: "পাকিস্তানি রুপি"
638
583
  :other: "পাকিস্তানি রুপি"
584
+ :symbol: "PKR"
639
585
  :PLN:
640
586
  :one: "পোলিশ জ্লোটি"
641
587
  :other: "পোলিশ জ্লোটি"
588
+ :symbol: "PLN"
642
589
  :PLZ:
643
590
  :one: "পোলিশ জ্লোটি (১৯৫০–১৯৯৫)"
644
- :other: "Polish zlotys (PLZ)"
645
591
  :PTE:
646
592
  :one: "পর্তুগিজ এসকুডো"
647
- :other: "Portuguese escudos"
648
593
  :PYG:
649
594
  :one: "প্যারগুয়ান"
650
595
  :other: "প্যারগুয়ান"
651
- :symbol: ""
596
+ :symbol: "PYG"
652
597
  :QAR:
653
598
  :one: "কাতার রিয়্যাল"
654
599
  :other: "কাতার রিয়্যাল"
600
+ :symbol: "QAR"
655
601
  :RHD:
656
602
  :one: "রোডেশিয়ান ডলার"
657
- :other: "Rhodesian dollars"
658
603
  :ROL:
659
604
  :one: "প্রাচীন রুমানিয়া লেয়ু"
660
- :other: "Romanian Lei (1952–2006)"
661
605
  :RON:
662
606
  :one: "রুমানিয়া লেয়ু"
663
607
  :other: "রুমানিয়া লেয়ু"
608
+ :symbol: "RON"
664
609
  :RSD:
665
610
  :one: "সারবিয়ান দিনার"
666
611
  :other: "সারবিয়ান দিনার"
612
+ :symbol: "RSD"
667
613
  :RUB:
668
614
  :one: "রাশিয়ান রুবেল"
669
615
  :other: "রাশিয়ান রুবেল"
616
+ :symbol: "RUB"
670
617
  :RUR:
671
618
  :one: "রাশিয়ান রুবল (১৯৯১–১৯৯৮)"
672
- :other: "Russian rubles (1991–1998)"
673
619
  :symbol: "р."
674
620
  :RWF:
675
621
  :one: "রুয়ান্ডান ফ্রাঙ্ক"
676
622
  :other: "রুয়ান্ডান ফ্রাঙ্ক"
623
+ :symbol: "RWF"
677
624
  :SAR:
678
625
  :one: "সৌদি রিয়্যাল"
679
626
  :other: "সৌদি রিয়্যাল"
627
+ :symbol: "SAR"
680
628
  :SBD:
681
629
  :one: "সলোমন দ্বীপপুঞ্জ ডলার"
682
630
  :other: "সলোমন দ্বীপপুঞ্জ ডলার"
683
- :symbol: "$"
631
+ :symbol: "SBD"
684
632
  :SCR:
685
633
  :one: "সেয়চেল্লোইস রুপি"
686
634
  :other: "সেয়চেল্লোইস রুপি"
635
+ :symbol: "SCR"
687
636
  :SDD:
688
637
  :one: "প্রাচীন সুদানি দিনার"
689
- :other: "Sudanese dinars (1992–2007)"
690
638
  :SDG:
691
639
  :one: "সুদানি পাউন্ড"
692
640
  :other: "সুদানি পাউন্ড"
641
+ :symbol: "SDG"
693
642
  :SDP:
694
643
  :one: "প্রাচীন সুদানি পাউন্ড"
695
- :other: "Sudanese pounds (1957–1998)"
696
644
  :SEK:
697
645
  :one: "সুইডিশ ক্রোনা"
698
646
  :other: "সুইডিশ ক্রোনা"
647
+ :symbol: "SEK"
699
648
  :SGD:
700
649
  :one: "সিঙ্গাপুর ডলার"
701
650
  :other: "সিঙ্গাপুর ডলার"
702
- :symbol: "$"
651
+ :symbol: "SGD"
703
652
  :SHP:
704
653
  :one: "সেন্ট হেলেনা পাউন্ড"
705
654
  :other: "সেন্ট হেলেনা পাউন্ড"
655
+ :symbol: "SHP"
706
656
  :SIT:
707
657
  :one: "স্লোভানিয়া টোলার"
708
- :other: "Slovenian tolars"
709
658
  :SKK:
710
659
  :one: "স্লোভাক কোরুনা"
711
- :other: "Slovak korunas"
712
660
  :SLL:
713
661
  :one: "সিয়েরালিয়ন লিয়ন"
714
662
  :other: "সিয়েরালিয়ন লিয়ন"
663
+ :symbol: "SLL"
715
664
  :SOS:
716
665
  :one: "সোমালি শিলিং"
717
666
  :other: "সোমালি শিলিং"
667
+ :symbol: "SOS"
718
668
  :SRD:
719
669
  :one: "সুরিনাম ডলার"
720
670
  :other: "সুরিনাম ডলার"
721
- :symbol: "$"
671
+ :symbol: "SRD"
722
672
  :SRG:
723
673
  :one: "সুরিনাম গিল্ডার"
724
- :other: "Surinamese guilders"
725
674
  :SSP:
726
675
  :one: "দক্ষিণ সুদানি পাউন্ড"
727
676
  :other: "দক্ষিণ সুদানি পাউন্ড"
728
- :symbol: "£"
677
+ :symbol: "SSP"
729
678
  :STD:
730
679
  :one: "সাও টোমে এবং প্রিন্সিপে ডোবরা"
731
680
  :other: "সাও টোমে এবং প্রিন্সিপে ডোবরা"
681
+ :symbol: "STD"
732
682
  :SUR:
733
683
  :one: "সোভিয়েত রুবল"
734
- :other: "Soviet roubles"
735
684
  :SVC:
736
685
  :one: "এল স্যালভোডোর কোলোন"
737
- :other: "Salvadoran colones"
738
686
  :SYP:
739
687
  :one: "সিরিয়ান পাউন্ড"
740
688
  :other: "সিরিয়ান পাউন্ড"
689
+ :symbol: "SYP"
741
690
  :SZL:
742
691
  :one: "সোয়াজিল্যান্ড লিলাঙ্গেনি"
743
692
  :other: "সোয়াজিল্যান্ড লিলাঙ্গেনি"
693
+ :symbol: "SZL"
744
694
  :THB:
745
695
  :one: "থাই বাত"
746
696
  :other: "থাই বাত"
747
697
  :symbol: "฿"
748
698
  :TJR:
749
699
  :one: "তাজিকিস্তান রুবল"
750
- :other: "Tajikistani rubles"
751
700
  :TJS:
752
701
  :one: "তাজিকিস্তান সোমোনি"
753
702
  :other: "তাজিকিস্তান সোমোনি"
703
+ :symbol: "TJS"
754
704
  :TMM:
755
705
  :one: "তুর্কমেনিস্টানি মানাত"
756
- :other: "Turkmenistani manat (1993–2009)"
757
706
  :TMT:
758
707
  :one: "তুর্কমেনিস্তান নতুন মানত"
759
708
  :other: "তুর্কমেনিস্তান নতুন মানত"
709
+ :symbol: "TMT"
760
710
  :TND:
761
711
  :one: "তিউনেশিয়ান দিনার"
762
712
  :other: "তিউনেশিয়ান দিনার"
713
+ :symbol: "TND"
763
714
  :TOP:
764
715
  :one: "টোঙ্গা পা’আঙ্গা"
765
716
  :other: "টোঙ্গা পা’আঙ্গা"
717
+ :symbol: "TOP"
766
718
  :TPE:
767
719
  :one: "তিমুর এসকুডো"
768
- :other: "Timorese escudos"
769
720
  :TRL:
770
721
  :one: "প্রাচীন তুর্কি লিরা"
771
- :other: "Turkish Lira (1922–2005)"
772
722
  :TRY:
773
723
  :one: "তুর্কি লিরা"
774
724
  :other: "তুর্কি লিরা"
775
- :symbol: ""
725
+ :symbol: "TRY"
776
726
  :TTD:
777
727
  :one: "ত্রিনিদাদ এবং টোবাগো ডলার"
778
728
  :other: "ত্রিনিদাদ এবং টোবাগো ডলার"
779
- :symbol: "$"
729
+ :symbol: "TTD"
780
730
  :TWD:
781
- :one: "নূতন তাইওয়ান ক্যারাবিয়ান ডলার"
782
- :other: "নূতন তাইওয়ান ক্যারাবিয়ান ডলার"
731
+ :one: "নতুন তাইওয়ান ডলার"
732
+ :other: "নতুন তাইওয়ান ডলার"
783
733
  :symbol: "NT$"
784
734
  :TZS:
785
735
  :one: "তাঞ্জনিয়া শিলিং"
786
736
  :other: "তাঞ্জনিয়া শিলিং"
737
+ :symbol: "TZS"
787
738
  :UAH:
788
739
  :one: "ইউক্রেইন হৃভনিয়া"
789
740
  :other: "ইউক্রেইন হৃভনিয়া"
790
- :symbol: ""
741
+ :symbol: "UAH"
791
742
  :UAK:
792
743
  :one: "ইউক্রেইন কার্বোভ্যান্টস"
793
- :other: "Ukrainian karbovantsiv"
794
744
  :UGS:
795
745
  :one: "উগান্ডান শিলিং (১৯৬৬–১৯৮৭)"
796
- :other: "Ugandan shillings (1966–1987)"
797
746
  :UGX:
798
747
  :one: "উগান্ডান শিলিং"
799
748
  :other: "উগান্ডান শিলিং"
749
+ :symbol: "UGX"
800
750
  :USD:
801
751
  :one: "মার্কিন ডলার"
802
752
  :other: "মার্কিন ডলার"
803
753
  :symbol: "US$"
804
754
  :USN:
805
755
  :one: "মার্কিন ডলার (পরবর্তী দিন)"
806
- :other: "US dollars (next day)"
807
756
  :USS:
808
757
  :one: "মার্কিন ডলার (একই দিন)"
809
- :other: "US dollars (same day)"
810
758
  :UYI:
811
759
  :one: "উরুগুয়ায়ান পেসো এন উনিদাদেস ইনডেক্সেডাস"
812
- :other: "Uruguayan pesos (indexed units)"
813
760
  :UYP:
814
761
  :one: "উরুগুয়ে পেসো (১৯৭৫–১৯৯৩)"
815
- :other: "Uruguayan pesos (1975–1993)"
816
762
  :UYU:
817
- :one: "উরুগুয়ে পেসো উরুগুয়েও"
818
- :other: "উরুগুয়ে পেসো উরুগুয়েও"
819
- :symbol: "$"
763
+ :one: "উরুগুয়ে পেসো"
764
+ :other: "উরুগুয়ে পেসো"
765
+ :symbol: "UYU"
820
766
  :UZS:
821
767
  :one: "উজবেকিস্তানি সোম"
822
768
  :other: "উজবেকিস্তানি সোম"
769
+ :symbol: "UZS"
823
770
  :VEB:
824
771
  :one: "ভেনিজুয়েলান বলিভার (১৮৭১–২০০৮)"
825
- :other: "Venezuelan bolívars (1871–2008)"
826
772
  :VEF:
827
773
  :one: "ভেনিজুয়েলীয় বলিভার"
828
774
  :other: "ভেনিজুয়েলীয় বলিভার"
775
+ :symbol: "VEF"
829
776
  :VND:
830
777
  :one: "ভিয়েতনামি ডঙ্গ"
831
778
  :other: "ভিয়েতনামি ডঙ্গ"
832
779
  :symbol: "₫"
833
- :VNN:
834
- :one: "Vietnamese dong (1978–1985)"
835
- :other: "Vietnamese dong (1978–1985)"
836
780
  :VUV:
837
781
  :one: "ভানুয়াতু ভাতু"
838
782
  :other: "ভানুয়াতু ভাতু"
783
+ :symbol: "VUV"
839
784
  :WST:
840
- :one: "পশ্চিমাঞ্চলীয় সামোয়ান টালা"
841
- :other: "পশ্চিমাঞ্চলীয় সামোয়ান টালা"
785
+ :one: "সামোয়ান টালা"
786
+ :other: "সামোয়ান টালা"
787
+ :symbol: "WST"
842
788
  :XAF:
843
789
  :one: "সিএফএ ফ্র্যাঙ্ক বিইএসি"
844
790
  :other: "সিএফএ ফ্র্যাঙ্ক বিইএসি"
845
791
  :symbol: "FCFA"
846
792
  :XAG:
847
793
  :one: "সিলভার"
848
- :other: "troy ounces of silver"
849
794
  :XAU:
850
795
  :one: "গোল্ড"
851
- :other: "troy ounces of gold"
852
- :XBA:
853
- :one: "European composite unit"
854
- :other: "European composite units"
855
796
  :XBB:
856
797
  :one: "ইউরোপীয় আর্থিক একক"
857
- :other: "European monetary units"
858
- :XBC:
859
- :one: "European unit of account (XBC)"
860
- :other: "European units of account (XBC)"
861
- :XBD:
862
- :one: "European unit of account (XBD)"
863
- :other: "European units of account (XBD)"
864
798
  :XCD:
865
799
  :one: "পূর্ব ক্যারাবিয়ান ডলার"
866
800
  :other: "পূর্ব ক্যারাবিয়ান ডলার"
867
801
  :symbol: "EC$"
868
- :XDR:
869
- :one: "special drawing rights"
870
- :other: "special drawing rights"
871
802
  :XEU:
872
803
  :one: "ইউরোপীয় মুদ্রা একক"
873
- :other: "European currency units"
874
804
  :XFO:
875
805
  :one: "ফরাসি গোল্ড ফ্রাঙ্ক"
876
- :other: "French gold francs"
877
806
  :XFU:
878
807
  :one: "ফরাসি ইউআইসি - ফ্রাঙ্ক"
879
- :other: "French UIC-francs"
880
808
  :XOF:
881
809
  :one: "সিএফএ ফ্র্যাঙ্ক বিসিইএও"
882
810
  :other: "সিএফএ ফ্র্যাঙ্ক বিসিইএও"
883
811
  :symbol: "CFA"
884
812
  :XPD:
885
813
  :one: "প্যালেডিয়াম"
886
- :other: "troy ounces of palladium"
887
814
  :XPF:
888
815
  :one: "সিএফপি ফ্র্যাঙ্ক"
889
816
  :other: "সিএফপি ফ্র্যাঙ্ক"
890
817
  :symbol: "CFPF"
891
818
  :XPT:
892
819
  :one: "প্লাটিনাম"
893
- :other: "troy ounces of platinum"
894
- :XRE:
895
- :one: "RINET Funds unit"
896
- :other: "RINET Funds units"
897
- :XSU:
898
- :one: "Sucre"
899
- :other: "Sucres"
900
- :XTS:
901
- :one: "Testing Currency unit"
902
- :other: "Testing Currency units"
903
- :XUA:
904
- :one: "ADB unit of account"
905
- :other: "ADB units of account"
906
820
  :XXX:
907
821
  :one: "অজানা বা ভুল মুদ্রা"
908
- :other: "অজানা বা ভুল মুদ্রা"
822
+ :other: "অজানা মুদ্রা"
909
823
  :YDD:
910
824
  :one: "ইয়েমেনি দিনার"
911
- :other: "Yemeni dinars"
912
825
  :YER:
913
826
  :one: "ইয়েমেনি রিয়াল"
914
827
  :other: "ইয়েমেনি রিয়াল"
828
+ :symbol: "YER"
915
829
  :YUD:
916
830
  :one: "যুগোশ্লাভিয় হার্ড দিনার"
917
- :other: "Yugoslavian hard dinars (1966–1990)"
918
831
  :YUM:
919
832
  :one: "যুগোশ্লাভিয় নোভি দিনার"
920
- :other: "Yugoslavian new dinars (1994–2002)"
921
833
  :YUN:
922
834
  :one: "যুগোশ্লাভিয় রুপান্তরযোগ্য দিনার"
923
- :other: "Yugoslavian convertible dinars (1990–1992)"
924
- :YUR:
925
- :one: "Yugoslavian reformed dinar (1992–1993)"
926
- :other: "Yugoslavian reformed dinars (1992–1993)"
927
835
  :ZAL:
928
836
  :one: "দক্ষিণ আফ্রিকান র‌্যান্ড"
929
- :other: "South African rands (financial)"
930
837
  :ZAR:
931
838
  :one: "দক্ষিণ আফ্রিকান রেন্ড"
932
839
  :other: "দক্ষিণ আফ্রিকান রেন্ড"
840
+ :symbol: "ZAR"
933
841
  :ZMK:
934
842
  :one: "জাম্বিয়ান কওয়াচা (১৯৬৮–২০১২)"
935
- :other: "Zambian kwachas (1968–2012)"
936
843
  :ZMW:
937
844
  :one: "জাম্বিয়ান কওয়াচা"
938
845
  :other: "জাম্বিয়ান কওয়াচা"
846
+ :symbol: "ZMW"
939
847
  :ZRN:
940
848
  :one: "জাইরিয়ান নিউ জাইরে"
941
- :other: "Zairean new zaires (1993–1998)"
942
849
  :ZRZ:
943
850
  :one: "জাইরিয়ান জাইরে"
944
- :other: "Zairean zaires (1971–1993)"
945
851
  :ZWD:
946
852
  :one: "জিম্বাবুয়ে ডলার (১৯৮০–২০০৮)"
947
- :other: "Zimbabwean dollars (1980–2008)"
948
853
  :ZWL:
949
854
  :one: "জিম্বাবুয়ে ডলার (২০০৯)"
950
- :other: "Zimbabwean dollars (2009)"
951
855
  :ZWR:
952
856
  :one: "জিম্বাবুয়ে ডলার (২০০৮)"
953
- :other: "Zimbabwean dollars (2008)"