@formatjs/intl-numberformat 8.1.0 → 8.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1284) hide show
  1. package/index.d.ts +2 -0
  2. package/index.d.ts.map +1 -0
  3. package/index.js +4 -0
  4. package/lib/index.d.ts +2 -0
  5. package/lib/index.d.ts.map +1 -0
  6. package/lib/index.js +1 -0
  7. package/lib/polyfill-force.d.ts +2 -0
  8. package/lib/polyfill-force.d.ts.map +1 -0
  9. package/lib/polyfill-force.js +9 -0
  10. package/lib/polyfill.d.ts +2 -0
  11. package/lib/polyfill.d.ts.map +1 -0
  12. package/lib/polyfill.js +12 -0
  13. package/lib/should-polyfill.d.ts +2 -0
  14. package/lib/should-polyfill.d.ts.map +1 -0
  15. package/lib/should-polyfill.js +53 -0
  16. package/lib/src/core.d.ts +7 -0
  17. package/lib/src/core.d.ts.map +1 -0
  18. package/lib/src/core.js +227 -0
  19. package/lib/src/currency-digits.generated.d.ts +2 -0
  20. package/lib/src/currency-digits.generated.d.ts.map +1 -0
  21. package/lib/src/currency-digits.generated.js +1 -0
  22. package/lib/src/get_internal_slots.d.ts +3 -0
  23. package/lib/src/get_internal_slots.d.ts.map +1 -0
  24. package/lib/src/get_internal_slots.js +10 -0
  25. package/lib/src/numbering-systems.generated.d.ts +2 -0
  26. package/lib/src/numbering-systems.generated.d.ts.map +1 -0
  27. package/lib/src/numbering-systems.generated.js +1 -0
  28. package/lib/src/to_locale_string.d.ts +7 -0
  29. package/lib/src/to_locale_string.d.ts.map +1 -0
  30. package/lib/src/to_locale_string.js +10 -0
  31. package/lib/src/types.d.ts +19 -0
  32. package/lib/src/types.d.ts.map +1 -0
  33. package/lib/src/types.js +1 -0
  34. package/lib/supported-locales.generated.d.ts +2 -0
  35. package/lib/supported-locales.generated.d.ts.map +1 -0
  36. package/lib/supported-locales.generated.js +1 -0
  37. package/locale-data/af-NA.d.ts +1 -0
  38. package/locale-data/af-NA.js +6 -0
  39. package/locale-data/af.d.ts +1 -0
  40. package/locale-data/af.js +6 -0
  41. package/locale-data/agq.d.ts +1 -0
  42. package/locale-data/agq.js +6 -0
  43. package/locale-data/ak.d.ts +1 -0
  44. package/locale-data/ak.js +6 -0
  45. package/locale-data/am.d.ts +1 -0
  46. package/locale-data/am.js +6 -0
  47. package/locale-data/ar-AE.d.ts +1 -0
  48. package/locale-data/ar-AE.js +6 -0
  49. package/locale-data/ar-BH.d.ts +1 -0
  50. package/locale-data/ar-BH.js +6 -0
  51. package/locale-data/ar-DJ.d.ts +1 -0
  52. package/locale-data/ar-DJ.js +6 -0
  53. package/locale-data/ar-DZ.d.ts +1 -0
  54. package/locale-data/ar-DZ.js +6 -0
  55. package/locale-data/ar-EG.d.ts +1 -0
  56. package/locale-data/ar-EG.js +6 -0
  57. package/locale-data/ar-EH.d.ts +1 -0
  58. package/locale-data/ar-EH.js +6 -0
  59. package/locale-data/ar-ER.d.ts +1 -0
  60. package/locale-data/ar-ER.js +6 -0
  61. package/locale-data/ar-IL.d.ts +1 -0
  62. package/locale-data/ar-IL.js +6 -0
  63. package/locale-data/ar-IQ.d.ts +1 -0
  64. package/locale-data/ar-IQ.js +6 -0
  65. package/locale-data/ar-JO.d.ts +1 -0
  66. package/locale-data/ar-JO.js +6 -0
  67. package/locale-data/ar-KM.d.ts +1 -0
  68. package/locale-data/ar-KM.js +6 -0
  69. package/locale-data/ar-KW.d.ts +1 -0
  70. package/locale-data/ar-KW.js +6 -0
  71. package/locale-data/ar-LB.d.ts +1 -0
  72. package/locale-data/ar-LB.js +6 -0
  73. package/locale-data/ar-LY.d.ts +1 -0
  74. package/locale-data/ar-LY.js +6 -0
  75. package/locale-data/ar-MA.d.ts +1 -0
  76. package/locale-data/ar-MA.js +6 -0
  77. package/locale-data/ar-MR.d.ts +1 -0
  78. package/locale-data/ar-MR.js +6 -0
  79. package/locale-data/ar-OM.d.ts +1 -0
  80. package/locale-data/ar-OM.js +6 -0
  81. package/locale-data/ar-PS.d.ts +1 -0
  82. package/locale-data/ar-PS.js +6 -0
  83. package/locale-data/ar-QA.d.ts +1 -0
  84. package/locale-data/ar-QA.js +6 -0
  85. package/locale-data/ar-SA.d.ts +1 -0
  86. package/locale-data/ar-SA.js +6 -0
  87. package/locale-data/ar-SD.d.ts +1 -0
  88. package/locale-data/ar-SD.js +6 -0
  89. package/locale-data/ar-SO.d.ts +1 -0
  90. package/locale-data/ar-SO.js +6 -0
  91. package/locale-data/ar-SS.d.ts +1 -0
  92. package/locale-data/ar-SS.js +6 -0
  93. package/locale-data/ar-SY.d.ts +1 -0
  94. package/locale-data/ar-SY.js +6 -0
  95. package/locale-data/ar-TD.d.ts +1 -0
  96. package/locale-data/ar-TD.js +6 -0
  97. package/locale-data/ar-TN.d.ts +1 -0
  98. package/locale-data/ar-TN.js +6 -0
  99. package/locale-data/ar-YE.d.ts +1 -0
  100. package/locale-data/ar-YE.js +6 -0
  101. package/locale-data/ar.d.ts +1 -0
  102. package/locale-data/ar.js +6 -0
  103. package/locale-data/as.d.ts +1 -0
  104. package/locale-data/as.js +6 -0
  105. package/locale-data/asa.d.ts +1 -0
  106. package/locale-data/asa.js +6 -0
  107. package/locale-data/ast.d.ts +1 -0
  108. package/locale-data/ast.js +6 -0
  109. package/locale-data/az-Cyrl.d.ts +1 -0
  110. package/locale-data/az-Cyrl.js +6 -0
  111. package/locale-data/az-Latn.d.ts +1 -0
  112. package/locale-data/az-Latn.js +6 -0
  113. package/locale-data/az.d.ts +1 -0
  114. package/locale-data/az.js +6 -0
  115. package/locale-data/bas.d.ts +1 -0
  116. package/locale-data/bas.js +6 -0
  117. package/locale-data/be-tarask.d.ts +1 -0
  118. package/locale-data/be-tarask.js +6 -0
  119. package/locale-data/be.d.ts +1 -0
  120. package/locale-data/be.js +6 -0
  121. package/locale-data/bem.d.ts +1 -0
  122. package/locale-data/bem.js +6 -0
  123. package/locale-data/bez.d.ts +1 -0
  124. package/locale-data/bez.js +6 -0
  125. package/locale-data/bg.d.ts +1 -0
  126. package/locale-data/bg.js +6 -0
  127. package/locale-data/bm.d.ts +1 -0
  128. package/locale-data/bm.js +6 -0
  129. package/locale-data/bn-IN.d.ts +1 -0
  130. package/locale-data/bn-IN.js +6 -0
  131. package/locale-data/bn.d.ts +1 -0
  132. package/locale-data/bn.js +6 -0
  133. package/locale-data/bo-IN.d.ts +1 -0
  134. package/locale-data/bo-IN.js +6 -0
  135. package/locale-data/bo.d.ts +1 -0
  136. package/locale-data/bo.js +6 -0
  137. package/locale-data/br.d.ts +1 -0
  138. package/locale-data/br.js +6 -0
  139. package/locale-data/brx.d.ts +1 -0
  140. package/locale-data/brx.js +6 -0
  141. package/locale-data/bs-Cyrl.d.ts +1 -0
  142. package/locale-data/bs-Cyrl.js +6 -0
  143. package/locale-data/bs-Latn.d.ts +1 -0
  144. package/locale-data/bs-Latn.js +6 -0
  145. package/locale-data/bs.d.ts +1 -0
  146. package/locale-data/bs.js +6 -0
  147. package/locale-data/ca-AD.d.ts +1 -0
  148. package/locale-data/ca-AD.js +6 -0
  149. package/locale-data/ca-ES-valencia.d.ts +1 -0
  150. package/locale-data/ca-ES-valencia.js +6 -0
  151. package/locale-data/ca-FR.d.ts +1 -0
  152. package/locale-data/ca-FR.js +6 -0
  153. package/locale-data/ca-IT.d.ts +1 -0
  154. package/locale-data/ca-IT.js +6 -0
  155. package/locale-data/ca.d.ts +1 -0
  156. package/locale-data/ca.js +6 -0
  157. package/locale-data/ccp-IN.d.ts +1 -0
  158. package/locale-data/ccp-IN.js +6 -0
  159. package/locale-data/ccp.d.ts +1 -0
  160. package/locale-data/ccp.js +6 -0
  161. package/locale-data/ce.d.ts +1 -0
  162. package/locale-data/ce.js +6 -0
  163. package/locale-data/ceb.d.ts +1 -0
  164. package/locale-data/ceb.js +6 -0
  165. package/locale-data/cgg.d.ts +1 -0
  166. package/locale-data/cgg.js +6 -0
  167. package/locale-data/chr.d.ts +1 -0
  168. package/locale-data/chr.js +6 -0
  169. package/locale-data/ckb-IR.d.ts +1 -0
  170. package/locale-data/ckb-IR.js +6 -0
  171. package/locale-data/ckb.d.ts +1 -0
  172. package/locale-data/ckb.js +6 -0
  173. package/locale-data/cs.d.ts +1 -0
  174. package/locale-data/cs.js +6 -0
  175. package/locale-data/cy.d.ts +1 -0
  176. package/locale-data/cy.js +6 -0
  177. package/locale-data/da-GL.d.ts +1 -0
  178. package/locale-data/da-GL.js +6 -0
  179. package/locale-data/da.d.ts +1 -0
  180. package/locale-data/da.js +6 -0
  181. package/locale-data/dav.d.ts +1 -0
  182. package/locale-data/dav.js +6 -0
  183. package/locale-data/de-AT.d.ts +1 -0
  184. package/locale-data/de-AT.js +6 -0
  185. package/locale-data/de-BE.d.ts +1 -0
  186. package/locale-data/de-BE.js +6 -0
  187. package/locale-data/de-CH.d.ts +1 -0
  188. package/locale-data/de-CH.js +6 -0
  189. package/locale-data/de-IT.d.ts +1 -0
  190. package/locale-data/de-IT.js +6 -0
  191. package/locale-data/de-LI.d.ts +1 -0
  192. package/locale-data/de-LI.js +6 -0
  193. package/locale-data/de-LU.d.ts +1 -0
  194. package/locale-data/de-LU.js +6 -0
  195. package/locale-data/de.d.ts +1 -0
  196. package/locale-data/de.js +6 -0
  197. package/locale-data/dje.d.ts +1 -0
  198. package/locale-data/dje.js +6 -0
  199. package/locale-data/doi.d.ts +1 -0
  200. package/locale-data/doi.js +6 -0
  201. package/locale-data/dsb.d.ts +1 -0
  202. package/locale-data/dsb.js +6 -0
  203. package/locale-data/dua.d.ts +1 -0
  204. package/locale-data/dua.js +6 -0
  205. package/locale-data/dyo.d.ts +1 -0
  206. package/locale-data/dyo.js +6 -0
  207. package/locale-data/dz.d.ts +1 -0
  208. package/locale-data/dz.js +6 -0
  209. package/locale-data/ebu.d.ts +1 -0
  210. package/locale-data/ebu.js +6 -0
  211. package/locale-data/ee-TG.d.ts +1 -0
  212. package/locale-data/ee-TG.js +6 -0
  213. package/locale-data/ee.d.ts +1 -0
  214. package/locale-data/ee.js +6 -0
  215. package/locale-data/el-CY.d.ts +1 -0
  216. package/locale-data/el-CY.js +6 -0
  217. package/locale-data/el.d.ts +1 -0
  218. package/locale-data/el.js +6 -0
  219. package/locale-data/en-001.d.ts +1 -0
  220. package/locale-data/en-001.js +6 -0
  221. package/locale-data/en-150.d.ts +1 -0
  222. package/locale-data/en-150.js +6 -0
  223. package/locale-data/en-AE.d.ts +1 -0
  224. package/locale-data/en-AE.js +6 -0
  225. package/locale-data/en-AG.d.ts +1 -0
  226. package/locale-data/en-AG.js +6 -0
  227. package/locale-data/en-AI.d.ts +1 -0
  228. package/locale-data/en-AI.js +6 -0
  229. package/locale-data/en-AS.d.ts +1 -0
  230. package/locale-data/en-AS.js +6 -0
  231. package/locale-data/en-AT.d.ts +1 -0
  232. package/locale-data/en-AT.js +6 -0
  233. package/locale-data/en-AU.d.ts +1 -0
  234. package/locale-data/en-AU.js +6 -0
  235. package/locale-data/en-BB.d.ts +1 -0
  236. package/locale-data/en-BB.js +6 -0
  237. package/locale-data/en-BE.d.ts +1 -0
  238. package/locale-data/en-BE.js +6 -0
  239. package/locale-data/en-BI.d.ts +1 -0
  240. package/locale-data/en-BI.js +6 -0
  241. package/locale-data/en-BM.d.ts +1 -0
  242. package/locale-data/en-BM.js +6 -0
  243. package/locale-data/en-BS.d.ts +1 -0
  244. package/locale-data/en-BS.js +6 -0
  245. package/locale-data/en-BW.d.ts +1 -0
  246. package/locale-data/en-BW.js +6 -0
  247. package/locale-data/en-BZ.d.ts +1 -0
  248. package/locale-data/en-BZ.js +6 -0
  249. package/locale-data/en-CA.d.ts +1 -0
  250. package/locale-data/en-CA.js +6 -0
  251. package/locale-data/en-CC.d.ts +1 -0
  252. package/locale-data/en-CC.js +6 -0
  253. package/locale-data/en-CH.d.ts +1 -0
  254. package/locale-data/en-CH.js +6 -0
  255. package/locale-data/en-CK.d.ts +1 -0
  256. package/locale-data/en-CK.js +6 -0
  257. package/locale-data/en-CM.d.ts +1 -0
  258. package/locale-data/en-CM.js +6 -0
  259. package/locale-data/en-CX.d.ts +1 -0
  260. package/locale-data/en-CX.js +6 -0
  261. package/locale-data/en-CY.d.ts +1 -0
  262. package/locale-data/en-CY.js +6 -0
  263. package/locale-data/en-DE.d.ts +1 -0
  264. package/locale-data/en-DE.js +6 -0
  265. package/locale-data/en-DG.d.ts +1 -0
  266. package/locale-data/en-DG.js +6 -0
  267. package/locale-data/en-DK.d.ts +1 -0
  268. package/locale-data/en-DK.js +6 -0
  269. package/locale-data/en-DM.d.ts +1 -0
  270. package/locale-data/en-DM.js +6 -0
  271. package/locale-data/en-ER.d.ts +1 -0
  272. package/locale-data/en-ER.js +6 -0
  273. package/locale-data/en-FI.d.ts +1 -0
  274. package/locale-data/en-FI.js +6 -0
  275. package/locale-data/en-FJ.d.ts +1 -0
  276. package/locale-data/en-FJ.js +6 -0
  277. package/locale-data/en-FK.d.ts +1 -0
  278. package/locale-data/en-FK.js +6 -0
  279. package/locale-data/en-FM.d.ts +1 -0
  280. package/locale-data/en-FM.js +6 -0
  281. package/locale-data/en-GB.d.ts +1 -0
  282. package/locale-data/en-GB.js +6 -0
  283. package/locale-data/en-GD.d.ts +1 -0
  284. package/locale-data/en-GD.js +6 -0
  285. package/locale-data/en-GG.d.ts +1 -0
  286. package/locale-data/en-GG.js +6 -0
  287. package/locale-data/en-GH.d.ts +1 -0
  288. package/locale-data/en-GH.js +6 -0
  289. package/locale-data/en-GI.d.ts +1 -0
  290. package/locale-data/en-GI.js +6 -0
  291. package/locale-data/en-GM.d.ts +1 -0
  292. package/locale-data/en-GM.js +6 -0
  293. package/locale-data/en-GU.d.ts +1 -0
  294. package/locale-data/en-GU.js +6 -0
  295. package/locale-data/en-GY.d.ts +1 -0
  296. package/locale-data/en-GY.js +6 -0
  297. package/locale-data/en-HK.d.ts +1 -0
  298. package/locale-data/en-HK.js +6 -0
  299. package/locale-data/en-IE.d.ts +1 -0
  300. package/locale-data/en-IE.js +6 -0
  301. package/locale-data/en-IL.d.ts +1 -0
  302. package/locale-data/en-IL.js +6 -0
  303. package/locale-data/en-IM.d.ts +1 -0
  304. package/locale-data/en-IM.js +6 -0
  305. package/locale-data/en-IN.d.ts +1 -0
  306. package/locale-data/en-IN.js +6 -0
  307. package/locale-data/en-IO.d.ts +1 -0
  308. package/locale-data/en-IO.js +6 -0
  309. package/locale-data/en-JE.d.ts +1 -0
  310. package/locale-data/en-JE.js +6 -0
  311. package/locale-data/en-JM.d.ts +1 -0
  312. package/locale-data/en-JM.js +6 -0
  313. package/locale-data/en-KE.d.ts +1 -0
  314. package/locale-data/en-KE.js +6 -0
  315. package/locale-data/en-KI.d.ts +1 -0
  316. package/locale-data/en-KI.js +6 -0
  317. package/locale-data/en-KN.d.ts +1 -0
  318. package/locale-data/en-KN.js +6 -0
  319. package/locale-data/en-KY.d.ts +1 -0
  320. package/locale-data/en-KY.js +6 -0
  321. package/locale-data/en-LC.d.ts +1 -0
  322. package/locale-data/en-LC.js +6 -0
  323. package/locale-data/en-LR.d.ts +1 -0
  324. package/locale-data/en-LR.js +6 -0
  325. package/locale-data/en-LS.d.ts +1 -0
  326. package/locale-data/en-LS.js +6 -0
  327. package/locale-data/en-MG.d.ts +1 -0
  328. package/locale-data/en-MG.js +6 -0
  329. package/locale-data/en-MH.d.ts +1 -0
  330. package/locale-data/en-MH.js +6 -0
  331. package/locale-data/en-MO.d.ts +1 -0
  332. package/locale-data/en-MO.js +6 -0
  333. package/locale-data/en-MP.d.ts +1 -0
  334. package/locale-data/en-MP.js +6 -0
  335. package/locale-data/en-MS.d.ts +1 -0
  336. package/locale-data/en-MS.js +6 -0
  337. package/locale-data/en-MT.d.ts +1 -0
  338. package/locale-data/en-MT.js +6 -0
  339. package/locale-data/en-MU.d.ts +1 -0
  340. package/locale-data/en-MU.js +6 -0
  341. package/locale-data/en-MW.d.ts +1 -0
  342. package/locale-data/en-MW.js +6 -0
  343. package/locale-data/en-MY.d.ts +1 -0
  344. package/locale-data/en-MY.js +6 -0
  345. package/locale-data/en-NA.d.ts +1 -0
  346. package/locale-data/en-NA.js +6 -0
  347. package/locale-data/en-NF.d.ts +1 -0
  348. package/locale-data/en-NF.js +6 -0
  349. package/locale-data/en-NG.d.ts +1 -0
  350. package/locale-data/en-NG.js +6 -0
  351. package/locale-data/en-NL.d.ts +1 -0
  352. package/locale-data/en-NL.js +6 -0
  353. package/locale-data/en-NR.d.ts +1 -0
  354. package/locale-data/en-NR.js +6 -0
  355. package/locale-data/en-NU.d.ts +1 -0
  356. package/locale-data/en-NU.js +6 -0
  357. package/locale-data/en-NZ.d.ts +1 -0
  358. package/locale-data/en-NZ.js +6 -0
  359. package/locale-data/en-PG.d.ts +1 -0
  360. package/locale-data/en-PG.js +6 -0
  361. package/locale-data/en-PH.d.ts +1 -0
  362. package/locale-data/en-PH.js +6 -0
  363. package/locale-data/en-PK.d.ts +1 -0
  364. package/locale-data/en-PK.js +6 -0
  365. package/locale-data/en-PN.d.ts +1 -0
  366. package/locale-data/en-PN.js +6 -0
  367. package/locale-data/en-PR.d.ts +1 -0
  368. package/locale-data/en-PR.js +6 -0
  369. package/locale-data/en-PW.d.ts +1 -0
  370. package/locale-data/en-PW.js +6 -0
  371. package/locale-data/en-RW.d.ts +1 -0
  372. package/locale-data/en-RW.js +6 -0
  373. package/locale-data/en-SB.d.ts +1 -0
  374. package/locale-data/en-SB.js +6 -0
  375. package/locale-data/en-SC.d.ts +1 -0
  376. package/locale-data/en-SC.js +6 -0
  377. package/locale-data/en-SD.d.ts +1 -0
  378. package/locale-data/en-SD.js +6 -0
  379. package/locale-data/en-SE.d.ts +1 -0
  380. package/locale-data/en-SE.js +6 -0
  381. package/locale-data/en-SG.d.ts +1 -0
  382. package/locale-data/en-SG.js +6 -0
  383. package/locale-data/en-SH.d.ts +1 -0
  384. package/locale-data/en-SH.js +6 -0
  385. package/locale-data/en-SI.d.ts +1 -0
  386. package/locale-data/en-SI.js +6 -0
  387. package/locale-data/en-SL.d.ts +1 -0
  388. package/locale-data/en-SL.js +6 -0
  389. package/locale-data/en-SS.d.ts +1 -0
  390. package/locale-data/en-SS.js +6 -0
  391. package/locale-data/en-SX.d.ts +1 -0
  392. package/locale-data/en-SX.js +6 -0
  393. package/locale-data/en-SZ.d.ts +1 -0
  394. package/locale-data/en-SZ.js +6 -0
  395. package/locale-data/en-TC.d.ts +1 -0
  396. package/locale-data/en-TC.js +6 -0
  397. package/locale-data/en-TK.d.ts +1 -0
  398. package/locale-data/en-TK.js +6 -0
  399. package/locale-data/en-TO.d.ts +1 -0
  400. package/locale-data/en-TO.js +6 -0
  401. package/locale-data/en-TT.d.ts +1 -0
  402. package/locale-data/en-TT.js +6 -0
  403. package/locale-data/en-TV.d.ts +1 -0
  404. package/locale-data/en-TV.js +6 -0
  405. package/locale-data/en-TZ.d.ts +1 -0
  406. package/locale-data/en-TZ.js +6 -0
  407. package/locale-data/en-UG.d.ts +1 -0
  408. package/locale-data/en-UG.js +6 -0
  409. package/locale-data/en-UM.d.ts +1 -0
  410. package/locale-data/en-UM.js +6 -0
  411. package/locale-data/en-VC.d.ts +1 -0
  412. package/locale-data/en-VC.js +6 -0
  413. package/locale-data/en-VG.d.ts +1 -0
  414. package/locale-data/en-VG.js +6 -0
  415. package/locale-data/en-VI.d.ts +1 -0
  416. package/locale-data/en-VI.js +6 -0
  417. package/locale-data/en-VU.d.ts +1 -0
  418. package/locale-data/en-VU.js +6 -0
  419. package/locale-data/en-WS.d.ts +1 -0
  420. package/locale-data/en-WS.js +6 -0
  421. package/locale-data/en-ZA.d.ts +1 -0
  422. package/locale-data/en-ZA.js +6 -0
  423. package/locale-data/en-ZM.d.ts +1 -0
  424. package/locale-data/en-ZM.js +6 -0
  425. package/locale-data/en-ZW.d.ts +1 -0
  426. package/locale-data/en-ZW.js +6 -0
  427. package/locale-data/en.d.ts +1 -0
  428. package/locale-data/en.js +6 -0
  429. package/locale-data/eo.d.ts +1 -0
  430. package/locale-data/eo.js +6 -0
  431. package/locale-data/es-419.d.ts +1 -0
  432. package/locale-data/es-419.js +6 -0
  433. package/locale-data/es-AR.d.ts +1 -0
  434. package/locale-data/es-AR.js +6 -0
  435. package/locale-data/es-BO.d.ts +1 -0
  436. package/locale-data/es-BO.js +6 -0
  437. package/locale-data/es-BR.d.ts +1 -0
  438. package/locale-data/es-BR.js +6 -0
  439. package/locale-data/es-BZ.d.ts +1 -0
  440. package/locale-data/es-BZ.js +6 -0
  441. package/locale-data/es-CL.d.ts +1 -0
  442. package/locale-data/es-CL.js +6 -0
  443. package/locale-data/es-CO.d.ts +1 -0
  444. package/locale-data/es-CO.js +6 -0
  445. package/locale-data/es-CR.d.ts +1 -0
  446. package/locale-data/es-CR.js +6 -0
  447. package/locale-data/es-CU.d.ts +1 -0
  448. package/locale-data/es-CU.js +6 -0
  449. package/locale-data/es-DO.d.ts +1 -0
  450. package/locale-data/es-DO.js +6 -0
  451. package/locale-data/es-EA.d.ts +1 -0
  452. package/locale-data/es-EA.js +6 -0
  453. package/locale-data/es-EC.d.ts +1 -0
  454. package/locale-data/es-EC.js +6 -0
  455. package/locale-data/es-GQ.d.ts +1 -0
  456. package/locale-data/es-GQ.js +6 -0
  457. package/locale-data/es-GT.d.ts +1 -0
  458. package/locale-data/es-GT.js +6 -0
  459. package/locale-data/es-HN.d.ts +1 -0
  460. package/locale-data/es-HN.js +6 -0
  461. package/locale-data/es-IC.d.ts +1 -0
  462. package/locale-data/es-IC.js +6 -0
  463. package/locale-data/es-MX.d.ts +1 -0
  464. package/locale-data/es-MX.js +6 -0
  465. package/locale-data/es-NI.d.ts +1 -0
  466. package/locale-data/es-NI.js +6 -0
  467. package/locale-data/es-PA.d.ts +1 -0
  468. package/locale-data/es-PA.js +6 -0
  469. package/locale-data/es-PE.d.ts +1 -0
  470. package/locale-data/es-PE.js +6 -0
  471. package/locale-data/es-PH.d.ts +1 -0
  472. package/locale-data/es-PH.js +6 -0
  473. package/locale-data/es-PR.d.ts +1 -0
  474. package/locale-data/es-PR.js +6 -0
  475. package/locale-data/es-PY.d.ts +1 -0
  476. package/locale-data/es-PY.js +6 -0
  477. package/locale-data/es-SV.d.ts +1 -0
  478. package/locale-data/es-SV.js +6 -0
  479. package/locale-data/es-US.d.ts +1 -0
  480. package/locale-data/es-US.js +6 -0
  481. package/locale-data/es-UY.d.ts +1 -0
  482. package/locale-data/es-UY.js +6 -0
  483. package/locale-data/es-VE.d.ts +1 -0
  484. package/locale-data/es-VE.js +6 -0
  485. package/locale-data/es.d.ts +1 -0
  486. package/locale-data/es.js +6 -0
  487. package/locale-data/et.d.ts +1 -0
  488. package/locale-data/et.js +6 -0
  489. package/locale-data/eu.d.ts +1 -0
  490. package/locale-data/eu.js +6 -0
  491. package/locale-data/ewo.d.ts +1 -0
  492. package/locale-data/ewo.js +6 -0
  493. package/locale-data/fa-AF.d.ts +1 -0
  494. package/locale-data/fa-AF.js +6 -0
  495. package/locale-data/fa.d.ts +1 -0
  496. package/locale-data/fa.js +6 -0
  497. package/locale-data/ff-Adlm-BF.d.ts +1 -0
  498. package/locale-data/ff-Adlm-BF.js +6 -0
  499. package/locale-data/ff-Adlm-CM.d.ts +1 -0
  500. package/locale-data/ff-Adlm-CM.js +6 -0
  501. package/locale-data/ff-Adlm-GH.d.ts +1 -0
  502. package/locale-data/ff-Adlm-GH.js +6 -0
  503. package/locale-data/ff-Adlm-GM.d.ts +1 -0
  504. package/locale-data/ff-Adlm-GM.js +6 -0
  505. package/locale-data/ff-Adlm-GW.d.ts +1 -0
  506. package/locale-data/ff-Adlm-GW.js +6 -0
  507. package/locale-data/ff-Adlm-LR.d.ts +1 -0
  508. package/locale-data/ff-Adlm-LR.js +6 -0
  509. package/locale-data/ff-Adlm-MR.d.ts +1 -0
  510. package/locale-data/ff-Adlm-MR.js +6 -0
  511. package/locale-data/ff-Adlm-NE.d.ts +1 -0
  512. package/locale-data/ff-Adlm-NE.js +6 -0
  513. package/locale-data/ff-Adlm-NG.d.ts +1 -0
  514. package/locale-data/ff-Adlm-NG.js +6 -0
  515. package/locale-data/ff-Adlm-SL.d.ts +1 -0
  516. package/locale-data/ff-Adlm-SL.js +6 -0
  517. package/locale-data/ff-Adlm-SN.d.ts +1 -0
  518. package/locale-data/ff-Adlm-SN.js +6 -0
  519. package/locale-data/ff-Adlm.d.ts +1 -0
  520. package/locale-data/ff-Adlm.js +6 -0
  521. package/locale-data/ff-Latn-BF.d.ts +1 -0
  522. package/locale-data/ff-Latn-BF.js +6 -0
  523. package/locale-data/ff-Latn-CM.d.ts +1 -0
  524. package/locale-data/ff-Latn-CM.js +6 -0
  525. package/locale-data/ff-Latn-GH.d.ts +1 -0
  526. package/locale-data/ff-Latn-GH.js +6 -0
  527. package/locale-data/ff-Latn-GM.d.ts +1 -0
  528. package/locale-data/ff-Latn-GM.js +6 -0
  529. package/locale-data/ff-Latn-GN.d.ts +1 -0
  530. package/locale-data/ff-Latn-GN.js +6 -0
  531. package/locale-data/ff-Latn-GW.d.ts +1 -0
  532. package/locale-data/ff-Latn-GW.js +6 -0
  533. package/locale-data/ff-Latn-LR.d.ts +1 -0
  534. package/locale-data/ff-Latn-LR.js +6 -0
  535. package/locale-data/ff-Latn-MR.d.ts +1 -0
  536. package/locale-data/ff-Latn-MR.js +6 -0
  537. package/locale-data/ff-Latn-NE.d.ts +1 -0
  538. package/locale-data/ff-Latn-NE.js +6 -0
  539. package/locale-data/ff-Latn-NG.d.ts +1 -0
  540. package/locale-data/ff-Latn-NG.js +6 -0
  541. package/locale-data/ff-Latn-SL.d.ts +1 -0
  542. package/locale-data/ff-Latn-SL.js +6 -0
  543. package/locale-data/ff-Latn.d.ts +1 -0
  544. package/locale-data/ff-Latn.js +6 -0
  545. package/locale-data/ff.d.ts +1 -0
  546. package/locale-data/ff.js +6 -0
  547. package/locale-data/fi.d.ts +1 -0
  548. package/locale-data/fi.js +6 -0
  549. package/locale-data/fil.d.ts +1 -0
  550. package/locale-data/fil.js +6 -0
  551. package/locale-data/fo-DK.d.ts +1 -0
  552. package/locale-data/fo-DK.js +6 -0
  553. package/locale-data/fo.d.ts +1 -0
  554. package/locale-data/fo.js +6 -0
  555. package/locale-data/fr-BE.d.ts +1 -0
  556. package/locale-data/fr-BE.js +6 -0
  557. package/locale-data/fr-BF.d.ts +1 -0
  558. package/locale-data/fr-BF.js +6 -0
  559. package/locale-data/fr-BI.d.ts +1 -0
  560. package/locale-data/fr-BI.js +6 -0
  561. package/locale-data/fr-BJ.d.ts +1 -0
  562. package/locale-data/fr-BJ.js +6 -0
  563. package/locale-data/fr-BL.d.ts +1 -0
  564. package/locale-data/fr-BL.js +6 -0
  565. package/locale-data/fr-CA.d.ts +1 -0
  566. package/locale-data/fr-CA.js +6 -0
  567. package/locale-data/fr-CD.d.ts +1 -0
  568. package/locale-data/fr-CD.js +6 -0
  569. package/locale-data/fr-CF.d.ts +1 -0
  570. package/locale-data/fr-CF.js +6 -0
  571. package/locale-data/fr-CG.d.ts +1 -0
  572. package/locale-data/fr-CG.js +6 -0
  573. package/locale-data/fr-CH.d.ts +1 -0
  574. package/locale-data/fr-CH.js +6 -0
  575. package/locale-data/fr-CI.d.ts +1 -0
  576. package/locale-data/fr-CI.js +6 -0
  577. package/locale-data/fr-CM.d.ts +1 -0
  578. package/locale-data/fr-CM.js +6 -0
  579. package/locale-data/fr-DJ.d.ts +1 -0
  580. package/locale-data/fr-DJ.js +6 -0
  581. package/locale-data/fr-DZ.d.ts +1 -0
  582. package/locale-data/fr-DZ.js +6 -0
  583. package/locale-data/fr-GA.d.ts +1 -0
  584. package/locale-data/fr-GA.js +6 -0
  585. package/locale-data/fr-GF.d.ts +1 -0
  586. package/locale-data/fr-GF.js +6 -0
  587. package/locale-data/fr-GN.d.ts +1 -0
  588. package/locale-data/fr-GN.js +6 -0
  589. package/locale-data/fr-GP.d.ts +1 -0
  590. package/locale-data/fr-GP.js +6 -0
  591. package/locale-data/fr-GQ.d.ts +1 -0
  592. package/locale-data/fr-GQ.js +6 -0
  593. package/locale-data/fr-HT.d.ts +1 -0
  594. package/locale-data/fr-HT.js +6 -0
  595. package/locale-data/fr-KM.d.ts +1 -0
  596. package/locale-data/fr-KM.js +6 -0
  597. package/locale-data/fr-LU.d.ts +1 -0
  598. package/locale-data/fr-LU.js +6 -0
  599. package/locale-data/fr-MA.d.ts +1 -0
  600. package/locale-data/fr-MA.js +6 -0
  601. package/locale-data/fr-MC.d.ts +1 -0
  602. package/locale-data/fr-MC.js +6 -0
  603. package/locale-data/fr-MF.d.ts +1 -0
  604. package/locale-data/fr-MF.js +6 -0
  605. package/locale-data/fr-MG.d.ts +1 -0
  606. package/locale-data/fr-MG.js +6 -0
  607. package/locale-data/fr-ML.d.ts +1 -0
  608. package/locale-data/fr-ML.js +6 -0
  609. package/locale-data/fr-MQ.d.ts +1 -0
  610. package/locale-data/fr-MQ.js +6 -0
  611. package/locale-data/fr-MR.d.ts +1 -0
  612. package/locale-data/fr-MR.js +6 -0
  613. package/locale-data/fr-MU.d.ts +1 -0
  614. package/locale-data/fr-MU.js +6 -0
  615. package/locale-data/fr-NC.d.ts +1 -0
  616. package/locale-data/fr-NC.js +6 -0
  617. package/locale-data/fr-NE.d.ts +1 -0
  618. package/locale-data/fr-NE.js +6 -0
  619. package/locale-data/fr-PF.d.ts +1 -0
  620. package/locale-data/fr-PF.js +6 -0
  621. package/locale-data/fr-PM.d.ts +1 -0
  622. package/locale-data/fr-PM.js +6 -0
  623. package/locale-data/fr-RE.d.ts +1 -0
  624. package/locale-data/fr-RE.js +6 -0
  625. package/locale-data/fr-RW.d.ts +1 -0
  626. package/locale-data/fr-RW.js +6 -0
  627. package/locale-data/fr-SC.d.ts +1 -0
  628. package/locale-data/fr-SC.js +6 -0
  629. package/locale-data/fr-SN.d.ts +1 -0
  630. package/locale-data/fr-SN.js +6 -0
  631. package/locale-data/fr-SY.d.ts +1 -0
  632. package/locale-data/fr-SY.js +6 -0
  633. package/locale-data/fr-TD.d.ts +1 -0
  634. package/locale-data/fr-TD.js +6 -0
  635. package/locale-data/fr-TG.d.ts +1 -0
  636. package/locale-data/fr-TG.js +6 -0
  637. package/locale-data/fr-TN.d.ts +1 -0
  638. package/locale-data/fr-TN.js +6 -0
  639. package/locale-data/fr-VU.d.ts +1 -0
  640. package/locale-data/fr-VU.js +6 -0
  641. package/locale-data/fr-WF.d.ts +1 -0
  642. package/locale-data/fr-WF.js +6 -0
  643. package/locale-data/fr-YT.d.ts +1 -0
  644. package/locale-data/fr-YT.js +6 -0
  645. package/locale-data/fr.d.ts +1 -0
  646. package/locale-data/fr.js +6 -0
  647. package/locale-data/fur.d.ts +1 -0
  648. package/locale-data/fur.js +6 -0
  649. package/locale-data/fy.d.ts +1 -0
  650. package/locale-data/fy.js +6 -0
  651. package/locale-data/ga-GB.d.ts +1 -0
  652. package/locale-data/ga-GB.js +6 -0
  653. package/locale-data/ga.d.ts +1 -0
  654. package/locale-data/ga.js +6 -0
  655. package/locale-data/gd.d.ts +1 -0
  656. package/locale-data/gd.js +6 -0
  657. package/locale-data/gl.d.ts +1 -0
  658. package/locale-data/gl.js +6 -0
  659. package/locale-data/gsw-FR.d.ts +1 -0
  660. package/locale-data/gsw-FR.js +6 -0
  661. package/locale-data/gsw-LI.d.ts +1 -0
  662. package/locale-data/gsw-LI.js +6 -0
  663. package/locale-data/gsw.d.ts +1 -0
  664. package/locale-data/gsw.js +6 -0
  665. package/locale-data/gu.d.ts +1 -0
  666. package/locale-data/gu.js +6 -0
  667. package/locale-data/guz.d.ts +1 -0
  668. package/locale-data/guz.js +6 -0
  669. package/locale-data/gv.d.ts +1 -0
  670. package/locale-data/gv.js +6 -0
  671. package/locale-data/ha-GH.d.ts +1 -0
  672. package/locale-data/ha-GH.js +6 -0
  673. package/locale-data/ha-NE.d.ts +1 -0
  674. package/locale-data/ha-NE.js +6 -0
  675. package/locale-data/ha.d.ts +1 -0
  676. package/locale-data/ha.js +6 -0
  677. package/locale-data/haw.d.ts +1 -0
  678. package/locale-data/haw.js +6 -0
  679. package/locale-data/he.d.ts +1 -0
  680. package/locale-data/he.js +6 -0
  681. package/locale-data/hi.d.ts +1 -0
  682. package/locale-data/hi.js +6 -0
  683. package/locale-data/hr-BA.d.ts +1 -0
  684. package/locale-data/hr-BA.js +6 -0
  685. package/locale-data/hr.d.ts +1 -0
  686. package/locale-data/hr.js +6 -0
  687. package/locale-data/hsb.d.ts +1 -0
  688. package/locale-data/hsb.js +6 -0
  689. package/locale-data/hu.d.ts +1 -0
  690. package/locale-data/hu.js +6 -0
  691. package/locale-data/hy.d.ts +1 -0
  692. package/locale-data/hy.js +6 -0
  693. package/locale-data/ia.d.ts +1 -0
  694. package/locale-data/ia.js +6 -0
  695. package/locale-data/id.d.ts +1 -0
  696. package/locale-data/id.js +6 -0
  697. package/locale-data/ig.d.ts +1 -0
  698. package/locale-data/ig.js +6 -0
  699. package/locale-data/ii.d.ts +1 -0
  700. package/locale-data/ii.js +6 -0
  701. package/locale-data/is.d.ts +1 -0
  702. package/locale-data/is.js +6 -0
  703. package/locale-data/it-CH.d.ts +1 -0
  704. package/locale-data/it-CH.js +6 -0
  705. package/locale-data/it-SM.d.ts +1 -0
  706. package/locale-data/it-SM.js +6 -0
  707. package/locale-data/it-VA.d.ts +1 -0
  708. package/locale-data/it-VA.js +6 -0
  709. package/locale-data/it.d.ts +1 -0
  710. package/locale-data/it.js +6 -0
  711. package/locale-data/ja.d.ts +1 -0
  712. package/locale-data/ja.js +6 -0
  713. package/locale-data/jgo.d.ts +1 -0
  714. package/locale-data/jgo.js +6 -0
  715. package/locale-data/jmc.d.ts +1 -0
  716. package/locale-data/jmc.js +6 -0
  717. package/locale-data/jv.d.ts +1 -0
  718. package/locale-data/jv.js +6 -0
  719. package/locale-data/ka.d.ts +1 -0
  720. package/locale-data/ka.js +6 -0
  721. package/locale-data/kab.d.ts +1 -0
  722. package/locale-data/kab.js +6 -0
  723. package/locale-data/kam.d.ts +1 -0
  724. package/locale-data/kam.js +6 -0
  725. package/locale-data/kde.d.ts +1 -0
  726. package/locale-data/kde.js +6 -0
  727. package/locale-data/kea.d.ts +1 -0
  728. package/locale-data/kea.js +6 -0
  729. package/locale-data/kgp.d.ts +1 -0
  730. package/locale-data/kgp.js +6 -0
  731. package/locale-data/khq.d.ts +1 -0
  732. package/locale-data/khq.js +6 -0
  733. package/locale-data/ki.d.ts +1 -0
  734. package/locale-data/ki.js +6 -0
  735. package/locale-data/kk.d.ts +1 -0
  736. package/locale-data/kk.js +6 -0
  737. package/locale-data/kkj.d.ts +1 -0
  738. package/locale-data/kkj.js +6 -0
  739. package/locale-data/kl.d.ts +1 -0
  740. package/locale-data/kl.js +6 -0
  741. package/locale-data/kln.d.ts +1 -0
  742. package/locale-data/kln.js +6 -0
  743. package/locale-data/km.d.ts +1 -0
  744. package/locale-data/km.js +6 -0
  745. package/locale-data/kn.d.ts +1 -0
  746. package/locale-data/kn.js +6 -0
  747. package/locale-data/ko-KP.d.ts +1 -0
  748. package/locale-data/ko-KP.js +6 -0
  749. package/locale-data/ko.d.ts +1 -0
  750. package/locale-data/ko.js +6 -0
  751. package/locale-data/kok.d.ts +1 -0
  752. package/locale-data/kok.js +6 -0
  753. package/locale-data/ks-Arab.d.ts +1 -0
  754. package/locale-data/ks-Arab.js +6 -0
  755. package/locale-data/ks.d.ts +1 -0
  756. package/locale-data/ks.js +6 -0
  757. package/locale-data/ksb.d.ts +1 -0
  758. package/locale-data/ksb.js +6 -0
  759. package/locale-data/ksf.d.ts +1 -0
  760. package/locale-data/ksf.js +6 -0
  761. package/locale-data/ksh.d.ts +1 -0
  762. package/locale-data/ksh.js +6 -0
  763. package/locale-data/ku.d.ts +1 -0
  764. package/locale-data/ku.js +6 -0
  765. package/locale-data/kw.d.ts +1 -0
  766. package/locale-data/kw.js +6 -0
  767. package/locale-data/ky.d.ts +1 -0
  768. package/locale-data/ky.js +6 -0
  769. package/locale-data/lag.d.ts +1 -0
  770. package/locale-data/lag.js +6 -0
  771. package/locale-data/lb.d.ts +1 -0
  772. package/locale-data/lb.js +6 -0
  773. package/locale-data/lg.d.ts +1 -0
  774. package/locale-data/lg.js +6 -0
  775. package/locale-data/lkt.d.ts +1 -0
  776. package/locale-data/lkt.js +6 -0
  777. package/locale-data/ln-AO.d.ts +1 -0
  778. package/locale-data/ln-AO.js +6 -0
  779. package/locale-data/ln-CF.d.ts +1 -0
  780. package/locale-data/ln-CF.js +6 -0
  781. package/locale-data/ln-CG.d.ts +1 -0
  782. package/locale-data/ln-CG.js +6 -0
  783. package/locale-data/ln.d.ts +1 -0
  784. package/locale-data/ln.js +6 -0
  785. package/locale-data/lo.d.ts +1 -0
  786. package/locale-data/lo.js +6 -0
  787. package/locale-data/lrc-IQ.d.ts +1 -0
  788. package/locale-data/lrc-IQ.js +6 -0
  789. package/locale-data/lrc.d.ts +1 -0
  790. package/locale-data/lrc.js +6 -0
  791. package/locale-data/lt.d.ts +1 -0
  792. package/locale-data/lt.js +6 -0
  793. package/locale-data/lu.d.ts +1 -0
  794. package/locale-data/lu.js +6 -0
  795. package/locale-data/luo.d.ts +1 -0
  796. package/locale-data/luo.js +6 -0
  797. package/locale-data/luy.d.ts +1 -0
  798. package/locale-data/luy.js +6 -0
  799. package/locale-data/lv.d.ts +1 -0
  800. package/locale-data/lv.js +6 -0
  801. package/locale-data/mai.d.ts +1 -0
  802. package/locale-data/mai.js +6 -0
  803. package/locale-data/mas-TZ.d.ts +1 -0
  804. package/locale-data/mas-TZ.js +6 -0
  805. package/locale-data/mas.d.ts +1 -0
  806. package/locale-data/mas.js +6 -0
  807. package/locale-data/mer.d.ts +1 -0
  808. package/locale-data/mer.js +6 -0
  809. package/locale-data/mfe.d.ts +1 -0
  810. package/locale-data/mfe.js +6 -0
  811. package/locale-data/mg.d.ts +1 -0
  812. package/locale-data/mg.js +6 -0
  813. package/locale-data/mgh.d.ts +1 -0
  814. package/locale-data/mgh.js +6 -0
  815. package/locale-data/mgo.d.ts +1 -0
  816. package/locale-data/mgo.js +6 -0
  817. package/locale-data/mi.d.ts +1 -0
  818. package/locale-data/mi.js +6 -0
  819. package/locale-data/mk.d.ts +1 -0
  820. package/locale-data/mk.js +6 -0
  821. package/locale-data/ml.d.ts +1 -0
  822. package/locale-data/ml.js +6 -0
  823. package/locale-data/mn.d.ts +1 -0
  824. package/locale-data/mn.js +6 -0
  825. package/locale-data/mni-Beng.d.ts +1 -0
  826. package/locale-data/mni-Beng.js +6 -0
  827. package/locale-data/mni.d.ts +1 -0
  828. package/locale-data/mni.js +6 -0
  829. package/locale-data/mr.d.ts +1 -0
  830. package/locale-data/mr.js +6 -0
  831. package/locale-data/ms-BN.d.ts +1 -0
  832. package/locale-data/ms-BN.js +6 -0
  833. package/locale-data/ms-ID.d.ts +1 -0
  834. package/locale-data/ms-ID.js +6 -0
  835. package/locale-data/ms-SG.d.ts +1 -0
  836. package/locale-data/ms-SG.js +6 -0
  837. package/locale-data/ms.d.ts +1 -0
  838. package/locale-data/ms.js +6 -0
  839. package/locale-data/mt.d.ts +1 -0
  840. package/locale-data/mt.js +6 -0
  841. package/locale-data/mua.d.ts +1 -0
  842. package/locale-data/mua.js +6 -0
  843. package/locale-data/my.d.ts +1 -0
  844. package/locale-data/my.js +6 -0
  845. package/locale-data/mzn.d.ts +1 -0
  846. package/locale-data/mzn.js +6 -0
  847. package/locale-data/naq.d.ts +1 -0
  848. package/locale-data/naq.js +6 -0
  849. package/locale-data/nb-SJ.d.ts +1 -0
  850. package/locale-data/nb-SJ.js +6 -0
  851. package/locale-data/nb.d.ts +1 -0
  852. package/locale-data/nb.js +6 -0
  853. package/locale-data/nd.d.ts +1 -0
  854. package/locale-data/nd.js +6 -0
  855. package/locale-data/nds-NL.d.ts +1 -0
  856. package/locale-data/nds-NL.js +6 -0
  857. package/locale-data/nds.d.ts +1 -0
  858. package/locale-data/nds.js +6 -0
  859. package/locale-data/ne-IN.d.ts +1 -0
  860. package/locale-data/ne-IN.js +6 -0
  861. package/locale-data/ne.d.ts +1 -0
  862. package/locale-data/ne.js +6 -0
  863. package/locale-data/nl-AW.d.ts +1 -0
  864. package/locale-data/nl-AW.js +6 -0
  865. package/locale-data/nl-BE.d.ts +1 -0
  866. package/locale-data/nl-BE.js +6 -0
  867. package/locale-data/nl-BQ.d.ts +1 -0
  868. package/locale-data/nl-BQ.js +6 -0
  869. package/locale-data/nl-CW.d.ts +1 -0
  870. package/locale-data/nl-CW.js +6 -0
  871. package/locale-data/nl-SR.d.ts +1 -0
  872. package/locale-data/nl-SR.js +6 -0
  873. package/locale-data/nl-SX.d.ts +1 -0
  874. package/locale-data/nl-SX.js +6 -0
  875. package/locale-data/nl.d.ts +1 -0
  876. package/locale-data/nl.js +6 -0
  877. package/locale-data/nmg.d.ts +1 -0
  878. package/locale-data/nmg.js +6 -0
  879. package/locale-data/nn.d.ts +1 -0
  880. package/locale-data/nn.js +6 -0
  881. package/locale-data/nnh.d.ts +1 -0
  882. package/locale-data/nnh.js +6 -0
  883. package/locale-data/no.d.ts +1 -0
  884. package/locale-data/no.js +6 -0
  885. package/locale-data/nus.d.ts +1 -0
  886. package/locale-data/nus.js +6 -0
  887. package/locale-data/nyn.d.ts +1 -0
  888. package/locale-data/nyn.js +6 -0
  889. package/locale-data/om-KE.d.ts +1 -0
  890. package/locale-data/om-KE.js +6 -0
  891. package/locale-data/om.d.ts +1 -0
  892. package/locale-data/om.js +6 -0
  893. package/locale-data/or.d.ts +1 -0
  894. package/locale-data/or.js +6 -0
  895. package/locale-data/os-RU.d.ts +1 -0
  896. package/locale-data/os-RU.js +6 -0
  897. package/locale-data/os.d.ts +1 -0
  898. package/locale-data/os.js +6 -0
  899. package/locale-data/pa-Arab.d.ts +1 -0
  900. package/locale-data/pa-Arab.js +6 -0
  901. package/locale-data/pa-Guru.d.ts +1 -0
  902. package/locale-data/pa-Guru.js +6 -0
  903. package/locale-data/pa.d.ts +1 -0
  904. package/locale-data/pa.js +6 -0
  905. package/locale-data/pcm.d.ts +1 -0
  906. package/locale-data/pcm.js +6 -0
  907. package/locale-data/pl.d.ts +1 -0
  908. package/locale-data/pl.js +6 -0
  909. package/locale-data/ps-PK.d.ts +1 -0
  910. package/locale-data/ps-PK.js +6 -0
  911. package/locale-data/ps.d.ts +1 -0
  912. package/locale-data/ps.js +6 -0
  913. package/locale-data/pt-AO.d.ts +1 -0
  914. package/locale-data/pt-AO.js +6 -0
  915. package/locale-data/pt-CH.d.ts +1 -0
  916. package/locale-data/pt-CH.js +6 -0
  917. package/locale-data/pt-CV.d.ts +1 -0
  918. package/locale-data/pt-CV.js +6 -0
  919. package/locale-data/pt-GQ.d.ts +1 -0
  920. package/locale-data/pt-GQ.js +6 -0
  921. package/locale-data/pt-GW.d.ts +1 -0
  922. package/locale-data/pt-GW.js +6 -0
  923. package/locale-data/pt-LU.d.ts +1 -0
  924. package/locale-data/pt-LU.js +6 -0
  925. package/locale-data/pt-MO.d.ts +1 -0
  926. package/locale-data/pt-MO.js +6 -0
  927. package/locale-data/pt-MZ.d.ts +1 -0
  928. package/locale-data/pt-MZ.js +6 -0
  929. package/locale-data/pt-PT.d.ts +1 -0
  930. package/locale-data/pt-PT.js +6 -0
  931. package/locale-data/pt-ST.d.ts +1 -0
  932. package/locale-data/pt-ST.js +6 -0
  933. package/locale-data/pt-TL.d.ts +1 -0
  934. package/locale-data/pt-TL.js +6 -0
  935. package/locale-data/pt.d.ts +1 -0
  936. package/locale-data/pt.js +6 -0
  937. package/locale-data/qu-BO.d.ts +1 -0
  938. package/locale-data/qu-BO.js +6 -0
  939. package/locale-data/qu-EC.d.ts +1 -0
  940. package/locale-data/qu-EC.js +6 -0
  941. package/locale-data/qu.d.ts +1 -0
  942. package/locale-data/qu.js +6 -0
  943. package/locale-data/rm.d.ts +1 -0
  944. package/locale-data/rm.js +6 -0
  945. package/locale-data/rn.d.ts +1 -0
  946. package/locale-data/rn.js +6 -0
  947. package/locale-data/ro-MD.d.ts +1 -0
  948. package/locale-data/ro-MD.js +6 -0
  949. package/locale-data/ro.d.ts +1 -0
  950. package/locale-data/ro.js +6 -0
  951. package/locale-data/rof.d.ts +1 -0
  952. package/locale-data/rof.js +6 -0
  953. package/locale-data/ru-BY.d.ts +1 -0
  954. package/locale-data/ru-BY.js +6 -0
  955. package/locale-data/ru-KG.d.ts +1 -0
  956. package/locale-data/ru-KG.js +6 -0
  957. package/locale-data/ru-KZ.d.ts +1 -0
  958. package/locale-data/ru-KZ.js +6 -0
  959. package/locale-data/ru-MD.d.ts +1 -0
  960. package/locale-data/ru-MD.js +6 -0
  961. package/locale-data/ru-UA.d.ts +1 -0
  962. package/locale-data/ru-UA.js +6 -0
  963. package/locale-data/ru.d.ts +1 -0
  964. package/locale-data/ru.js +6 -0
  965. package/locale-data/rw.d.ts +1 -0
  966. package/locale-data/rw.js +6 -0
  967. package/locale-data/rwk.d.ts +1 -0
  968. package/locale-data/rwk.js +6 -0
  969. package/locale-data/sa.d.ts +1 -0
  970. package/locale-data/sa.js +6 -0
  971. package/locale-data/sah.d.ts +1 -0
  972. package/locale-data/sah.js +6 -0
  973. package/locale-data/saq.d.ts +1 -0
  974. package/locale-data/saq.js +6 -0
  975. package/locale-data/sat-Olck.d.ts +1 -0
  976. package/locale-data/sat-Olck.js +6 -0
  977. package/locale-data/sat.d.ts +1 -0
  978. package/locale-data/sat.js +6 -0
  979. package/locale-data/sbp.d.ts +1 -0
  980. package/locale-data/sbp.js +6 -0
  981. package/locale-data/sc.d.ts +1 -0
  982. package/locale-data/sc.js +6 -0
  983. package/locale-data/sd-Arab.d.ts +1 -0
  984. package/locale-data/sd-Arab.js +6 -0
  985. package/locale-data/sd-Deva.d.ts +1 -0
  986. package/locale-data/sd-Deva.js +6 -0
  987. package/locale-data/sd.d.ts +1 -0
  988. package/locale-data/sd.js +6 -0
  989. package/locale-data/se-FI.d.ts +1 -0
  990. package/locale-data/se-FI.js +6 -0
  991. package/locale-data/se-SE.d.ts +1 -0
  992. package/locale-data/se-SE.js +6 -0
  993. package/locale-data/se.d.ts +1 -0
  994. package/locale-data/se.js +6 -0
  995. package/locale-data/seh.d.ts +1 -0
  996. package/locale-data/seh.js +6 -0
  997. package/locale-data/ses.d.ts +1 -0
  998. package/locale-data/ses.js +6 -0
  999. package/locale-data/sg.d.ts +1 -0
  1000. package/locale-data/sg.js +6 -0
  1001. package/locale-data/shi-Latn.d.ts +1 -0
  1002. package/locale-data/shi-Latn.js +6 -0
  1003. package/locale-data/shi-Tfng.d.ts +1 -0
  1004. package/locale-data/shi-Tfng.js +6 -0
  1005. package/locale-data/shi.d.ts +1 -0
  1006. package/locale-data/shi.js +6 -0
  1007. package/locale-data/si.d.ts +1 -0
  1008. package/locale-data/si.js +6 -0
  1009. package/locale-data/sk.d.ts +1 -0
  1010. package/locale-data/sk.js +6 -0
  1011. package/locale-data/sl.d.ts +1 -0
  1012. package/locale-data/sl.js +6 -0
  1013. package/locale-data/smn.d.ts +1 -0
  1014. package/locale-data/smn.js +6 -0
  1015. package/locale-data/sn.d.ts +1 -0
  1016. package/locale-data/sn.js +6 -0
  1017. package/locale-data/so-DJ.d.ts +1 -0
  1018. package/locale-data/so-DJ.js +6 -0
  1019. package/locale-data/so-ET.d.ts +1 -0
  1020. package/locale-data/so-ET.js +6 -0
  1021. package/locale-data/so-KE.d.ts +1 -0
  1022. package/locale-data/so-KE.js +6 -0
  1023. package/locale-data/so.d.ts +1 -0
  1024. package/locale-data/so.js +6 -0
  1025. package/locale-data/sq-MK.d.ts +1 -0
  1026. package/locale-data/sq-MK.js +6 -0
  1027. package/locale-data/sq-XK.d.ts +1 -0
  1028. package/locale-data/sq-XK.js +6 -0
  1029. package/locale-data/sq.d.ts +1 -0
  1030. package/locale-data/sq.js +6 -0
  1031. package/locale-data/sr-Cyrl-BA.d.ts +1 -0
  1032. package/locale-data/sr-Cyrl-BA.js +6 -0
  1033. package/locale-data/sr-Cyrl-ME.d.ts +1 -0
  1034. package/locale-data/sr-Cyrl-ME.js +6 -0
  1035. package/locale-data/sr-Cyrl-XK.d.ts +1 -0
  1036. package/locale-data/sr-Cyrl-XK.js +6 -0
  1037. package/locale-data/sr-Cyrl.d.ts +1 -0
  1038. package/locale-data/sr-Cyrl.js +6 -0
  1039. package/locale-data/sr-Latn-BA.d.ts +1 -0
  1040. package/locale-data/sr-Latn-BA.js +6 -0
  1041. package/locale-data/sr-Latn-ME.d.ts +1 -0
  1042. package/locale-data/sr-Latn-ME.js +6 -0
  1043. package/locale-data/sr-Latn-XK.d.ts +1 -0
  1044. package/locale-data/sr-Latn-XK.js +6 -0
  1045. package/locale-data/sr-Latn.d.ts +1 -0
  1046. package/locale-data/sr-Latn.js +6 -0
  1047. package/locale-data/sr.d.ts +1 -0
  1048. package/locale-data/sr.js +6 -0
  1049. package/locale-data/su-Latn.d.ts +1 -0
  1050. package/locale-data/su-Latn.js +6 -0
  1051. package/locale-data/su.d.ts +1 -0
  1052. package/locale-data/su.js +6 -0
  1053. package/locale-data/sv-AX.d.ts +1 -0
  1054. package/locale-data/sv-AX.js +6 -0
  1055. package/locale-data/sv-FI.d.ts +1 -0
  1056. package/locale-data/sv-FI.js +6 -0
  1057. package/locale-data/sv.d.ts +1 -0
  1058. package/locale-data/sv.js +6 -0
  1059. package/locale-data/sw-CD.d.ts +1 -0
  1060. package/locale-data/sw-CD.js +6 -0
  1061. package/locale-data/sw-KE.d.ts +1 -0
  1062. package/locale-data/sw-KE.js +6 -0
  1063. package/locale-data/sw-UG.d.ts +1 -0
  1064. package/locale-data/sw-UG.js +6 -0
  1065. package/locale-data/sw.d.ts +1 -0
  1066. package/locale-data/sw.js +6 -0
  1067. package/locale-data/ta-LK.d.ts +1 -0
  1068. package/locale-data/ta-LK.js +6 -0
  1069. package/locale-data/ta-MY.d.ts +1 -0
  1070. package/locale-data/ta-MY.js +6 -0
  1071. package/locale-data/ta-SG.d.ts +1 -0
  1072. package/locale-data/ta-SG.js +6 -0
  1073. package/locale-data/ta.d.ts +1 -0
  1074. package/locale-data/ta.js +6 -0
  1075. package/locale-data/te.d.ts +1 -0
  1076. package/locale-data/te.js +6 -0
  1077. package/locale-data/teo-KE.d.ts +1 -0
  1078. package/locale-data/teo-KE.js +6 -0
  1079. package/locale-data/teo.d.ts +1 -0
  1080. package/locale-data/teo.js +6 -0
  1081. package/locale-data/tg.d.ts +1 -0
  1082. package/locale-data/tg.js +6 -0
  1083. package/locale-data/th.d.ts +1 -0
  1084. package/locale-data/th.js +6 -0
  1085. package/locale-data/ti-ER.d.ts +1 -0
  1086. package/locale-data/ti-ER.js +6 -0
  1087. package/locale-data/ti.d.ts +1 -0
  1088. package/locale-data/ti.js +6 -0
  1089. package/locale-data/tk.d.ts +1 -0
  1090. package/locale-data/tk.js +6 -0
  1091. package/locale-data/to.d.ts +1 -0
  1092. package/locale-data/to.js +6 -0
  1093. package/locale-data/tr-CY.d.ts +1 -0
  1094. package/locale-data/tr-CY.js +6 -0
  1095. package/locale-data/tr.d.ts +1 -0
  1096. package/locale-data/tr.js +6 -0
  1097. package/locale-data/tt.d.ts +1 -0
  1098. package/locale-data/tt.js +6 -0
  1099. package/locale-data/twq.d.ts +1 -0
  1100. package/locale-data/twq.js +6 -0
  1101. package/locale-data/tzm.d.ts +1 -0
  1102. package/locale-data/tzm.js +6 -0
  1103. package/locale-data/ug.d.ts +1 -0
  1104. package/locale-data/ug.js +6 -0
  1105. package/locale-data/uk.d.ts +1 -0
  1106. package/locale-data/uk.js +6 -0
  1107. package/locale-data/und.d.ts +1 -0
  1108. package/locale-data/und.js +6 -0
  1109. package/locale-data/ur-IN.d.ts +1 -0
  1110. package/locale-data/ur-IN.js +6 -0
  1111. package/locale-data/ur.d.ts +1 -0
  1112. package/locale-data/ur.js +6 -0
  1113. package/locale-data/uz-Arab.d.ts +1 -0
  1114. package/locale-data/uz-Arab.js +6 -0
  1115. package/locale-data/uz-Cyrl.d.ts +1 -0
  1116. package/locale-data/uz-Cyrl.js +6 -0
  1117. package/locale-data/uz-Latn.d.ts +1 -0
  1118. package/locale-data/uz-Latn.js +6 -0
  1119. package/locale-data/uz.d.ts +1 -0
  1120. package/locale-data/uz.js +6 -0
  1121. package/locale-data/vai-Latn.d.ts +1 -0
  1122. package/locale-data/vai-Latn.js +6 -0
  1123. package/locale-data/vai-Vaii.d.ts +1 -0
  1124. package/locale-data/vai-Vaii.js +6 -0
  1125. package/locale-data/vai.d.ts +1 -0
  1126. package/locale-data/vai.js +6 -0
  1127. package/locale-data/vi.d.ts +1 -0
  1128. package/locale-data/vi.js +6 -0
  1129. package/locale-data/vun.d.ts +1 -0
  1130. package/locale-data/vun.js +6 -0
  1131. package/locale-data/wae.d.ts +1 -0
  1132. package/locale-data/wae.js +6 -0
  1133. package/locale-data/wo.d.ts +1 -0
  1134. package/locale-data/wo.js +6 -0
  1135. package/locale-data/xh.d.ts +1 -0
  1136. package/locale-data/xh.js +6 -0
  1137. package/locale-data/xog.d.ts +1 -0
  1138. package/locale-data/xog.js +6 -0
  1139. package/locale-data/yav.d.ts +1 -0
  1140. package/locale-data/yav.js +6 -0
  1141. package/locale-data/yi.d.ts +1 -0
  1142. package/locale-data/yi.js +6 -0
  1143. package/locale-data/yo-BJ.d.ts +1 -0
  1144. package/locale-data/yo-BJ.js +6 -0
  1145. package/locale-data/yo.d.ts +1 -0
  1146. package/locale-data/yo.js +6 -0
  1147. package/locale-data/yrl-CO.d.ts +1 -0
  1148. package/locale-data/yrl-CO.js +6 -0
  1149. package/locale-data/yrl-VE.d.ts +1 -0
  1150. package/locale-data/yrl-VE.js +6 -0
  1151. package/locale-data/yrl.d.ts +1 -0
  1152. package/locale-data/yrl.js +6 -0
  1153. package/locale-data/yue-Hans.d.ts +1 -0
  1154. package/locale-data/yue-Hans.js +6 -0
  1155. package/locale-data/yue-Hant.d.ts +1 -0
  1156. package/locale-data/yue-Hant.js +6 -0
  1157. package/locale-data/yue.d.ts +1 -0
  1158. package/locale-data/yue.js +6 -0
  1159. package/locale-data/zgh.d.ts +1 -0
  1160. package/locale-data/zgh.js +6 -0
  1161. package/locale-data/zh-Hans-HK.d.ts +1 -0
  1162. package/locale-data/zh-Hans-HK.js +6 -0
  1163. package/locale-data/zh-Hans-MO.d.ts +1 -0
  1164. package/locale-data/zh-Hans-MO.js +6 -0
  1165. package/locale-data/zh-Hans-SG.d.ts +1 -0
  1166. package/locale-data/zh-Hans-SG.js +6 -0
  1167. package/locale-data/zh-Hans.d.ts +1 -0
  1168. package/locale-data/zh-Hans.js +6 -0
  1169. package/locale-data/zh-Hant-HK.d.ts +1 -0
  1170. package/locale-data/zh-Hant-HK.js +6 -0
  1171. package/locale-data/zh-Hant-MO.d.ts +1 -0
  1172. package/locale-data/zh-Hant-MO.js +6 -0
  1173. package/locale-data/zh-Hant.d.ts +1 -0
  1174. package/locale-data/zh-Hant.js +6 -0
  1175. package/locale-data/zh.d.ts +1 -0
  1176. package/locale-data/zh.js +6 -0
  1177. package/locale-data/zu.d.ts +1 -0
  1178. package/locale-data/zu.js +6 -0
  1179. package/package.json +6 -6
  1180. package/polyfill-force.d.ts +2 -0
  1181. package/polyfill-force.d.ts.map +1 -0
  1182. package/polyfill-force.js +11 -0
  1183. package/polyfill.d.ts +2 -0
  1184. package/polyfill.d.ts.map +1 -0
  1185. package/polyfill.iife.js +1526 -0
  1186. package/polyfill.js +14 -0
  1187. package/should-polyfill.d.ts +2 -0
  1188. package/should-polyfill.d.ts.map +1 -0
  1189. package/should-polyfill.js +57 -0
  1190. package/src/core.d.ts +7 -0
  1191. package/src/core.d.ts.map +1 -0
  1192. package/src/core.js +231 -0
  1193. package/src/currency-digits.generated.d.ts +2 -0
  1194. package/src/currency-digits.generated.d.ts.map +1 -0
  1195. package/src/currency-digits.generated.js +4 -0
  1196. package/src/get_internal_slots.d.ts +3 -0
  1197. package/src/get_internal_slots.d.ts.map +1 -0
  1198. package/src/get_internal_slots.js +13 -0
  1199. package/src/numbering-systems.generated.d.ts +2 -0
  1200. package/src/numbering-systems.generated.d.ts.map +1 -0
  1201. package/src/numbering-systems.generated.js +4 -0
  1202. package/src/to_locale_string.d.ts +7 -0
  1203. package/src/to_locale_string.d.ts.map +1 -0
  1204. package/src/to_locale_string.js +14 -0
  1205. package/src/types.d.ts +19 -0
  1206. package/src/types.d.ts.map +1 -0
  1207. package/src/types.js +2 -0
  1208. package/supported-locales.generated.d.ts +2 -0
  1209. package/supported-locales.generated.d.ts.map +1 -0
  1210. package/supported-locales.generated.js +4 -0
  1211. package/BUILD +0 -933
  1212. package/CHANGELOG.md +0 -844
  1213. package/index.ts +0 -1
  1214. package/polyfill-force.ts +0 -13
  1215. package/polyfill.ts +0 -16
  1216. package/scripts/cldr-raw.ts +0 -42
  1217. package/scripts/cldr.ts +0 -31
  1218. package/scripts/currency-digits.ts +0 -18
  1219. package/scripts/extract-currencies.ts +0 -89
  1220. package/scripts/extract-numbers.ts +0 -151
  1221. package/scripts/extract-units.ts +0 -91
  1222. package/scripts/numbering-systems.ts +0 -18
  1223. package/scripts/test-locale-data-gen.ts +0 -20
  1224. package/scripts/test262-main-gen.ts +0 -28
  1225. package/scripts/units-constants.ts +0 -20
  1226. package/scripts/utils.ts +0 -25
  1227. package/should-polyfill.ts +0 -59
  1228. package/src/core.ts +0 -279
  1229. package/src/currency-digits.generated.ts +0 -1
  1230. package/src/get_internal_slots.ts +0 -16
  1231. package/src/numbering-systems.generated.ts +0 -1
  1232. package/src/to_locale_string.ts +0 -16
  1233. package/src/types.ts +0 -36
  1234. package/supported-locales.generated.ts +0 -1
  1235. package/test262-main.ts +0 -23
  1236. package/tests/__snapshots__/currency-compact.test.ts.snap +0 -8449
  1237. package/tests/__snapshots__/currency.test.ts.snap +0 -25345
  1238. package/tests/__snapshots__/decimal.test.ts.snap +0 -13169
  1239. package/tests/__snapshots__/percent.test.ts.snap +0 -17393
  1240. package/tests/__snapshots__/unit.test.ts.snap +0 -162545
  1241. package/tests/currency-code.test.ts +0 -23
  1242. package/tests/currency-compact.test.ts +0 -104
  1243. package/tests/currency.test.ts +0 -110
  1244. package/tests/decimal.test.ts +0 -83
  1245. package/tests/format_to_parts.test.ts +0 -513
  1246. package/tests/legacy.test.ts +0 -13
  1247. package/tests/locale-data/ar-SS.json +0 -1
  1248. package/tests/locale-data/bn.json +0 -1
  1249. package/tests/locale-data/da.json +0 -1
  1250. package/tests/locale-data/de.json +0 -1
  1251. package/tests/locale-data/en-BS.json +0 -1
  1252. package/tests/locale-data/en-GB.json +0 -1
  1253. package/tests/locale-data/en.json +0 -1
  1254. package/tests/locale-data/es.json +0 -1
  1255. package/tests/locale-data/fr.json +0 -1
  1256. package/tests/locale-data/hi.json +0 -1
  1257. package/tests/locale-data/id.json +0 -1
  1258. package/tests/locale-data/it.json +0 -1
  1259. package/tests/locale-data/ja.json +0 -1
  1260. package/tests/locale-data/ko.json +0 -1
  1261. package/tests/locale-data/ms.json +0 -1
  1262. package/tests/locale-data/nb.json +0 -1
  1263. package/tests/locale-data/nl.json +0 -1
  1264. package/tests/locale-data/pl.json +0 -1
  1265. package/tests/locale-data/pt.json +0 -1
  1266. package/tests/locale-data/ru.json +0 -1
  1267. package/tests/locale-data/sv.json +0 -1
  1268. package/tests/locale-data/sw.json +0 -1
  1269. package/tests/locale-data/th.json +0 -1
  1270. package/tests/locale-data/tr.json +0 -1
  1271. package/tests/locale-data/uk.json +0 -1
  1272. package/tests/locale-data/zh-Hans.json +0 -1
  1273. package/tests/locale-data/zh-Hant.json +0 -1
  1274. package/tests/locale-data/zh.json +0 -1
  1275. package/tests/misc.test.ts +0 -278
  1276. package/tests/notation-compact-ko-KR.test.ts +0 -96
  1277. package/tests/notation-compact-zh-TW.test.ts +0 -48
  1278. package/tests/percent.test.ts +0 -83
  1279. package/tests/signDisplay-currency-zh-TW.test.ts +0 -85
  1280. package/tests/signDisplay-zh-TW.test.ts +0 -53
  1281. package/tests/unit-zh-TW.test.ts +0 -162
  1282. package/tests/unit.test.ts +0 -113
  1283. package/tests/value-tonumber.test.ts +0 -24
  1284. package/tsconfig.json +0 -5
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.NumberFormat && typeof Intl.NumberFormat.__addLocaleData === 'function') {
4
+ Intl.NumberFormat.__addLocaleData({"data":{"units":{"simple":{"degree":{"long":{"other":"{0} ডিগ্ৰী"},"short":{"other":"{0} ডিগ্ৰী"},"narrow":{"other":"{0} ডিগ্ৰী"},"perUnit":{}},"hectare":{"long":{"other":"{0} হেক্টৰ"},"short":{"other":"{0} হেক্টৰ"},"narrow":{"other":"{0} হেক্টৰ"},"perUnit":{}},"acre":{"long":{"other":"{0} একৰ"},"short":{"other":"{0} একৰ"},"narrow":{"other":"{0} একৰ"},"perUnit":{}},"percent":{"long":{"other":"{0} শতাংশ"},"short":{"other":"{0}%"},"narrow":{"other":"{0}%"},"perUnit":{}},"liter-per-kilometer":{"long":{"other":"প্ৰতি কিলোমিটাৰত {0} লিটাৰ"},"short":{"other":"{0} লিঃ/কিঃ মিঃ"},"narrow":{"other":"{0} লিঃ/কিঃ মিঃ"},"perUnit":{}},"mile-per-gallon":{"long":{"other":"প্ৰতি গেলনত {0} মাইল"},"short":{"other":"{0} mpg US"},"narrow":{"other":"{0} mpg US"},"perUnit":{}},"petabyte":{"long":{"other":"{0} পেটাবাইট"},"short":{"other":"{0} PB"},"narrow":{"other":"{0} PB"},"perUnit":{}},"terabyte":{"long":{"other":"{0} টেৰাবাইট"},"short":{"other":"{0} টেঃ বাঃ"},"narrow":{"other":"{0} টেঃ বাঃ"},"perUnit":{}},"terabit":{"long":{"other":"{0} টেৰাবিট"},"short":{"other":"{0} টেঃ বিঃ"},"narrow":{"other":"{0} টেঃ বিঃ"},"perUnit":{}},"gigabyte":{"long":{"other":"{0} গিগাবাইট"},"short":{"other":"{0} গিঃ বাঃ"},"narrow":{"other":"{0} গিঃ বাঃ"},"perUnit":{}},"gigabit":{"long":{"other":"{0} গিগাবিট"},"short":{"other":"{0} গিঃ বিঃ"},"narrow":{"other":"{0} গিঃ বিঃ"},"perUnit":{}},"megabyte":{"long":{"other":"{0} মেগাবাইট"},"short":{"other":"{0} মেঃ বাঃ"},"narrow":{"other":"{0} মেঃ বাঃ"},"perUnit":{}},"megabit":{"long":{"other":"{0} মেগাবিট"},"short":{"other":"{0} মেঃ বিঃ"},"narrow":{"other":"{0} মেঃ বিঃ"},"perUnit":{}},"kilobyte":{"long":{"other":"{0} কিলোবাইট"},"short":{"other":"{0} কিঃ বাঃ"},"narrow":{"other":"{0} কিঃ বাঃ"},"perUnit":{}},"kilobit":{"long":{"other":"{0} কিলোবিট"},"short":{"other":"{0} কিঃ বিঃ"},"narrow":{"other":"{0} কিঃ বিঃ"},"perUnit":{}},"byte":{"long":{"other":"{0} বাইট"},"short":{"other":"{0} বাইট"},"narrow":{"other":"{0} বাইট"},"perUnit":{}},"bit":{"long":{"other":"{0} বিট"},"short":{"other":"{0} বিট"},"narrow":{"other":"{0} বিট"},"perUnit":{}},"year":{"long":{"other":"{0} বছৰ"},"short":{"other":"{0} বছৰ"},"narrow":{"other":"{0} বছৰ"},"perUnit":{"long":"{0} প্ৰতি বছৰ","short":"{0}/বছৰ","narrow":"{0}/বছৰ"}},"month":{"long":{"other":"{0} মাহ"},"short":{"other":"{0} মাহ"},"narrow":{"other":"{0} মাহ"},"perUnit":{"long":"{0} প্ৰতি মাহ","short":"{0}/মাহ","narrow":"{0}/মাহ"}},"week":{"long":{"other":"{0} সপ্তাহ"},"short":{"other":"{0} সপ্তাহ"},"narrow":{"other":"{0} সপ্তাহ"},"perUnit":{"long":"{0} প্ৰতি সপ্তাহ","short":"{0}/সপ্তাহ","narrow":"{0}/সপ্তাহ"}},"day":{"long":{"other":"{0} দিন"},"short":{"other":"{0} দিন"},"narrow":{"other":"{0} দিন"},"perUnit":{"long":"{0} প্ৰতি দিন","short":"{0}/দিন","narrow":"{0}/দিন"}},"hour":{"long":{"other":"{0} ঘণ্টা"},"short":{"other":"{0} ঘণ্টা"},"narrow":{"other":"{0} ঘণ্টা"},"perUnit":{"long":"{0} প্ৰতি ঘণ্টা","short":"{0}/ঘণ্টা","narrow":"{0}/ঘণ্টা"}},"minute":{"long":{"other":"{0} মিনিট"},"short":{"other":"{0} মিনিট"},"narrow":{"other":"{0} মিনিট"},"perUnit":{"long":"{0} প্ৰতি মিনিট","short":"{0}/মিনিট","narrow":"{0}/মিনিট"}},"second":{"long":{"other":"{0} ছেকেণ্ড"},"short":{"other":"{0} ছেকেণ্ড"},"narrow":{"other":"{0} ছেকেণ্ড"},"perUnit":{"long":"{0} প্ৰতি ছেকেণ্ড","short":"{0}/ছেকেণ্ড","narrow":"{0}/ছেকেণ্ড"}},"millisecond":{"long":{"other":"{0} মিলিছেকেণ্ড"},"short":{"other":"{0} মিঃ ছেঃ"},"narrow":{"other":"{0} মিঃ ছেঃ"},"perUnit":{}},"kilometer":{"long":{"other":"{0} কিলোমিটাৰ"},"short":{"other":"{0} কিঃ মিঃ"},"narrow":{"other":"{0} কিঃ মিঃ"},"perUnit":{"long":"{0} প্ৰতি কিলোমিটাৰ","short":"{0}/কিঃ মিঃ","narrow":"{0}/কিঃ মিঃ"}},"meter":{"long":{"other":"{0} মিটাৰ"},"short":{"other":"{0} মিঃ"},"narrow":{"other":"{0} মিঃ"},"perUnit":{"long":"{0} প্ৰতি মিটাৰ","short":"{0}/মিঃ","narrow":"{0}/মিঃ"}},"centimeter":{"long":{"other":"{0} ছেণ্টিমিটাৰ"},"short":{"other":"{0} ছেঃ মিঃ"},"narrow":{"other":"{0} ছেঃ মিঃ"},"perUnit":{"long":"{0} প্ৰতি ছেণ্টিমিটাৰ","short":"{0}/ছেঃ মিঃ","narrow":"{0}/ছেঃ মিঃ"}},"millimeter":{"long":{"other":"{0} মিলিমিটাৰ"},"short":{"other":"{0} মিঃ মিঃ"},"narrow":{"other":"{0} মিঃ মিঃ"},"perUnit":{}},"mile":{"long":{"other":"{0} মাইল"},"short":{"other":"{0} মাঃ"},"narrow":{"other":"{0} মাঃ"},"perUnit":{}},"yard":{"long":{"other":"{0} গজ"},"short":{"other":"{0} গজ"},"narrow":{"other":"{0} গজ"},"perUnit":{}},"foot":{"long":{"other":"{0} ফুট"},"short":{"other":"{0} ফুঃ"},"narrow":{"other":"{0} ফুঃ"},"perUnit":{"long":"{0} প্ৰতি ফুট","short":"{0}/ফুঃ","narrow":"{0}/ফুঃ"}},"inch":{"long":{"other":"{0} ইঞ্চি"},"short":{"other":"{0} ইঃ"},"narrow":{"other":"{0} ইঃ"},"perUnit":{"long":"{0} প্ৰতি ইঞ্চি","short":"{0}/ইঃ","narrow":"{0}/ইঃ"}},"mile-scandinavian":{"long":{"other":"{0} মাইল-স্কেণ্ডিনেভিয়ান"},"short":{"other":"{0} মাঃ-স্কেঃ"},"narrow":{"other":"{0} মাঃ-স্কেঃ"},"perUnit":{}},"kilogram":{"long":{"other":"{0} কিলোগ্ৰাম"},"short":{"other":"{0} কিঃ গ্ৰাঃ"},"narrow":{"other":"{0} কিঃ গ্ৰাঃ"},"perUnit":{"long":"{0} প্ৰতি কিলোগ্ৰাম","short":"{0}/কিঃ গ্ৰাঃ","narrow":"{0}/কিঃ গ্ৰাঃ"}},"gram":{"long":{"other":"{0} গ্ৰাম"},"short":{"other":"{0} গ্ৰাঃ"},"narrow":{"other":"{0} গ্ৰাঃ"},"perUnit":{"long":"{0} প্ৰতি গ্ৰাম","short":"{0}/গ্ৰাঃ","narrow":"{0}/গ্ৰাঃ"}},"stone":{"long":{"other":"{0} ষ্ট'ন"},"short":{"other":"{0} ষ্ট'ন"},"narrow":{"other":"{0} ষ্ট'ন"},"perUnit":{}},"pound":{"long":{"other":"{0} পাউণ্ড"},"short":{"other":"{0} পাউণ্ড"},"narrow":{"other":"{0} পাউণ্ড"},"perUnit":{"long":"{0} প্ৰতি পাউণ্ড","short":"{0}/পাউণ্ড","narrow":"{0}/পাউণ্ড"}},"ounce":{"long":{"other":"{0} আউন্স"},"short":{"other":"{0} আউন্স"},"narrow":{"other":"{0} আউন্স"},"perUnit":{"long":"{0} প্ৰতি আউন্স","short":"{0}/আউন্স","narrow":"{0}/আউন্স"}},"kilometer-per-hour":{"long":{"other":"{0} ঘণ্টা প্ৰতি কিলোমিটাৰ"},"short":{"other":"{0} কিঃ মিঃ/ঘঃ"},"narrow":{"other":"{0} km/h"},"perUnit":{}},"meter-per-second":{"long":{"other":"{0} মিটাৰ প্ৰতি ছেকেণ্ড"},"short":{"other":"{0} মিঃ/ছেঃ"},"narrow":{"other":"{0} মিঃ/ছেঃ"},"perUnit":{}},"mile-per-hour":{"long":{"other":"{0} মাইল প্ৰতি ঘণ্টা"},"short":{"other":"{0} মাঃ/ঘঃ"},"narrow":{"other":"{0} মাঃ/ঘঃ"},"perUnit":{}},"celsius":{"long":{"other":"{0} ডিগ্ৰী চেলচিয়াছ"},"short":{"other":"{0}°চেঃ"},"narrow":{"other":"{0}°চেঃ"},"perUnit":{}},"fahrenheit":{"long":{"other":"{0} ডিগ্ৰী ফাৰেনহাইট"},"short":{"other":"{0}°ফাঃ"},"narrow":{"other":"{0}°ফাঃ"},"perUnit":{}},"liter":{"long":{"other":"{0} লিটাৰ"},"short":{"other":"{0} লিঃ"},"narrow":{"other":"{0} লিঃ"},"perUnit":{"long":"{0} প্ৰতি লিটাৰ","short":"{0}/লিঃ","narrow":"{0}/লিঃ"}},"milliliter":{"long":{"other":"{0} মিলিলিটাৰ"},"short":{"other":"{0} মিঃ লিঃ"},"narrow":{"other":"{0} মিঃ লিঃ"},"perUnit":{}},"gallon":{"long":{"other":"{0} গেলন"},"short":{"other":"{0} গেলন"},"narrow":{"other":"{0} গেলন"},"perUnit":{"long":"{0} প্ৰতি গেলন","short":"{0}/গেলন","narrow":"{0}/গেলন"}},"fluid-ounce":{"long":{"other":"{0} ফ্লুইড আউন্স"},"short":{"other":"{0} ফ্লুঃ আঃ"},"narrow":{"other":"{0} ফ্লুঃ আঃ"},"perUnit":{}}},"compound":{"per":{"long":"প্ৰতি {1}ত {0}","short":"{0}/{1}","narrow":"{0}/{1}"}}},"currencies":{"ADP":{"displayName":{"other":"ADP"},"symbol":"ADP","narrow":"ADP"},"AED":{"displayName":{"other":"UAE ডিৰহেম"},"symbol":"AED","narrow":"AED"},"AFA":{"displayName":{"other":"AFA"},"symbol":"AFA","narrow":"AFA"},"AFN":{"displayName":{"other":"আফগান আফগানী"},"symbol":"AFN","narrow":"؋"},"ALK":{"displayName":{"other":"ALK"},"symbol":"ALK","narrow":"ALK"},"ALL":{"displayName":{"other":"আলবেনীয় লেক"},"symbol":"ALL","narrow":"ALL"},"AMD":{"displayName":{"other":"আৰ্মেনিয়ান ড্ৰাম"},"symbol":"AMD","narrow":"֏"},"ANG":{"displayName":{"other":"নেডাৰলেণ্ডছ এণ্টিলিয়েন গিল্ডাৰ"},"symbol":"ANG","narrow":"ANG"},"AOA":{"displayName":{"other":"এংগোলান কোৱাঞ্জা"},"symbol":"AOA","narrow":"Kz"},"AOK":{"displayName":{"other":"AOK"},"symbol":"AOK","narrow":"AOK"},"AON":{"displayName":{"other":"AON"},"symbol":"AON","narrow":"AON"},"AOR":{"displayName":{"other":"AOR"},"symbol":"AOR","narrow":"AOR"},"ARA":{"displayName":{"other":"ARA"},"symbol":"ARA","narrow":"ARA"},"ARL":{"displayName":{"other":"ARL"},"symbol":"ARL","narrow":"ARL"},"ARM":{"displayName":{"other":"ARM"},"symbol":"ARM","narrow":"ARM"},"ARP":{"displayName":{"other":"ARP"},"symbol":"ARP","narrow":"ARP"},"ARS":{"displayName":{"other":"আৰ্জেণ্টাইন পেছো"},"symbol":"ARS","narrow":"$"},"ATS":{"displayName":{"other":"ATS"},"symbol":"ATS","narrow":"ATS"},"AUD":{"displayName":{"other":"অষ্ট্ৰেলিয়ান ডলাৰ"},"symbol":"A$","narrow":"$"},"AWG":{"displayName":{"other":"আৰুবান ফ্ল’ৰিন"},"symbol":"AWG","narrow":"AWG"},"AZM":{"displayName":{"other":"AZM"},"symbol":"AZM","narrow":"AZM"},"AZN":{"displayName":{"other":"আজেৰবাইজানী মানাত"},"symbol":"AZN","narrow":"₼"},"BAD":{"displayName":{"other":"BAD"},"symbol":"BAD","narrow":"BAD"},"BAM":{"displayName":{"other":"ব’ছনিয়া আৰু হাৰ্জেগ’ভিনা কনভাৰ্টিব্‌ল মাৰ্ক"},"symbol":"BAM","narrow":"KM"},"BAN":{"displayName":{"other":"BAN"},"symbol":"BAN","narrow":"BAN"},"BBD":{"displayName":{"other":"বাৰ্বাডিয়ান ডলাৰ"},"symbol":"BBD","narrow":"$"},"BDT":{"displayName":{"other":"বাংলাদেশী টাকা"},"symbol":"BDT","narrow":"৳"},"BEC":{"displayName":{"other":"BEC"},"symbol":"BEC","narrow":"BEC"},"BEF":{"displayName":{"other":"BEF"},"symbol":"BEF","narrow":"BEF"},"BEL":{"displayName":{"other":"BEL"},"symbol":"BEL","narrow":"BEL"},"BGL":{"displayName":{"other":"BGL"},"symbol":"BGL","narrow":"BGL"},"BGM":{"displayName":{"other":"BGM"},"symbol":"BGM","narrow":"BGM"},"BGN":{"displayName":{"other":"বুলগেৰীয় লেভ"},"symbol":"BGN","narrow":"BGN"},"BGO":{"displayName":{"other":"BGO"},"symbol":"BGO","narrow":"BGO"},"BHD":{"displayName":{"other":"বাহৰেইনী ডিনাৰ"},"symbol":"BHD","narrow":"BHD"},"BIF":{"displayName":{"other":"বুৰুণ্ডিয়ান ফ্ৰেংক"},"symbol":"BIF","narrow":"BIF"},"BMD":{"displayName":{"other":"বাৰ্মুডান ডলাৰ"},"symbol":"BMD","narrow":"$"},"BND":{"displayName":{"other":"ব্ৰুনেই ডলাৰ"},"symbol":"BND","narrow":"$"},"BOB":{"displayName":{"other":"বলিভিয়ান বলিভিয়ানো"},"symbol":"BOB","narrow":"Bs"},"BOL":{"displayName":{"other":"BOL"},"symbol":"BOL","narrow":"BOL"},"BOP":{"displayName":{"other":"BOP"},"symbol":"BOP","narrow":"BOP"},"BOV":{"displayName":{"other":"BOV"},"symbol":"BOV","narrow":"BOV"},"BRB":{"displayName":{"other":"BRB"},"symbol":"BRB","narrow":"BRB"},"BRC":{"displayName":{"other":"BRC"},"symbol":"BRC","narrow":"BRC"},"BRE":{"displayName":{"other":"BRE"},"symbol":"BRE","narrow":"BRE"},"BRL":{"displayName":{"other":"ব্ৰাজিলিয়ান ৰিয়েল"},"symbol":"R$","narrow":"R$"},"BRN":{"displayName":{"other":"BRN"},"symbol":"BRN","narrow":"BRN"},"BRR":{"displayName":{"other":"BRR"},"symbol":"BRR","narrow":"BRR"},"BRZ":{"displayName":{"other":"BRZ"},"symbol":"BRZ","narrow":"BRZ"},"BSD":{"displayName":{"other":"বাহামিয়ান ডলাৰ"},"symbol":"BSD","narrow":"$"},"BTN":{"displayName":{"other":"ভুটানী নংগলট্ৰাম"},"symbol":"BTN","narrow":"BTN"},"BUK":{"displayName":{"other":"BUK"},"symbol":"BUK","narrow":"BUK"},"BWP":{"displayName":{"other":"ব’টচোৱানান পুলা"},"symbol":"BWP","narrow":"P"},"BYB":{"displayName":{"other":"BYB"},"symbol":"BYB","narrow":"BYB"},"BYN":{"displayName":{"other":"বেলাৰুছীয় ৰুবেল"},"symbol":"BYN","narrow":"р."},"BYR":{"displayName":{"other":"BYR"},"symbol":"BYR","narrow":"BYR"},"BZD":{"displayName":{"other":"বেলিজ ডলাৰ"},"symbol":"BZD","narrow":"$"},"CAD":{"displayName":{"other":"কানাডিয়ান ডলাৰ"},"symbol":"CA$","narrow":"$"},"CDF":{"displayName":{"other":"কংগো ফ্ৰেংক"},"symbol":"CDF","narrow":"CDF"},"CHE":{"displayName":{"other":"CHE"},"symbol":"CHE","narrow":"CHE"},"CHF":{"displayName":{"other":"চুইছ ফ্ৰেংক"},"symbol":"CHF","narrow":"CHF"},"CHW":{"displayName":{"other":"CHW"},"symbol":"CHW","narrow":"CHW"},"CLE":{"displayName":{"other":"CLE"},"symbol":"CLE","narrow":"CLE"},"CLF":{"displayName":{"other":"CLF"},"symbol":"CLF","narrow":"CLF"},"CLP":{"displayName":{"other":"চিলিয়ান পেছো"},"symbol":"CLP","narrow":"$"},"CNH":{"displayName":{"other":"চীনা ইউৱান (অফশ্ব’ৰ)"},"symbol":"CNH","narrow":"CNH"},"CNX":{"displayName":{"other":"CNX"},"symbol":"CNX","narrow":"CNX"},"CNY":{"displayName":{"other":"চীনা ইউৱান"},"symbol":"CN¥","narrow":"¥"},"COP":{"displayName":{"other":"কলম্বিয়ান পেছো"},"symbol":"COP","narrow":"$"},"COU":{"displayName":{"other":"COU"},"symbol":"COU","narrow":"COU"},"CRC":{"displayName":{"other":"কোষ্টা ৰিকান কোলন"},"symbol":"CRC","narrow":"₡"},"CSD":{"displayName":{"other":"CSD"},"symbol":"CSD","narrow":"CSD"},"CSK":{"displayName":{"other":"CSK"},"symbol":"CSK","narrow":"CSK"},"CUC":{"displayName":{"other":"কিউবান ৰূপান্তৰযোগ্য পেছো"},"symbol":"CUC","narrow":"$"},"CUP":{"displayName":{"other":"কিউবান পেছো"},"symbol":"CUP","narrow":"$"},"CVE":{"displayName":{"other":"কেপ ভাৰ্দে এছকুডো"},"symbol":"CVE","narrow":"CVE"},"CYP":{"displayName":{"other":"CYP"},"symbol":"CYP","narrow":"CYP"},"CZK":{"displayName":{"other":"চেক কোৰুনা"},"symbol":"CZK","narrow":"Kč"},"DDM":{"displayName":{"other":"DDM"},"symbol":"DDM","narrow":"DDM"},"DEM":{"displayName":{"other":"DEM"},"symbol":"DEM","narrow":"DEM"},"DJF":{"displayName":{"other":"জিবুটি ফ্ৰেংক"},"symbol":"DJF","narrow":"DJF"},"DKK":{"displayName":{"other":"ডেনিচ ক্ৰোন"},"symbol":"DKK","narrow":"kr"},"DOP":{"displayName":{"other":"ড’মিনিকান পেছো"},"symbol":"DOP","narrow":"$"},"DZD":{"displayName":{"other":"আলজেৰীয় ডিনাৰ"},"symbol":"DZD","narrow":"DZD"},"ECS":{"displayName":{"other":"ECS"},"symbol":"ECS","narrow":"ECS"},"ECV":{"displayName":{"other":"ECV"},"symbol":"ECV","narrow":"ECV"},"EEK":{"displayName":{"other":"EEK"},"symbol":"EEK","narrow":"EEK"},"EGP":{"displayName":{"other":"ইজিপ্তৰ পাউণ্ড"},"symbol":"EGP","narrow":"E£"},"ERN":{"displayName":{"other":"এৰিট্ৰিয়ন নাক্‌ফা"},"symbol":"ERN","narrow":"ERN"},"ESA":{"displayName":{"other":"ESA"},"symbol":"ESA","narrow":"ESA"},"ESB":{"displayName":{"other":"ESB"},"symbol":"ESB","narrow":"ESB"},"ESP":{"displayName":{"other":"ESP"},"symbol":"ESP","narrow":"₧"},"ETB":{"displayName":{"other":"ইথিঅ’পিয়ান বিৰ"},"symbol":"ETB","narrow":"ETB"},"EUR":{"displayName":{"other":"ইউৰো"},"symbol":"€","narrow":"€"},"FIM":{"displayName":{"other":"FIM"},"symbol":"FIM","narrow":"FIM"},"FJD":{"displayName":{"other":"ফিজিয়ান ডলাৰ"},"symbol":"FJD","narrow":"$"},"FKP":{"displayName":{"other":"ফকলেণ্ড দ্বীপপুঞ্জৰ পাউণ্ড"},"symbol":"FKP","narrow":"£"},"FRF":{"displayName":{"other":"FRF"},"symbol":"FRF","narrow":"FRF"},"GBP":{"displayName":{"other":"ব্ৰিটিছ পাউণ্ড"},"symbol":"£","narrow":"£"},"GEK":{"displayName":{"other":"GEK"},"symbol":"GEK","narrow":"GEK"},"GEL":{"displayName":{"other":"জৰ্জিয়ান লাৰি"},"symbol":"GEL","narrow":"₾"},"GHC":{"displayName":{"other":"GHC"},"symbol":"GHC","narrow":"GHC"},"GHS":{"displayName":{"other":"ঘানাৰ চেডি"},"symbol":"GHS","narrow":"GH₵"},"GIP":{"displayName":{"other":"জিব্ৰাল্টৰ পাউণ্ড"},"symbol":"GIP","narrow":"£"},"GMD":{"displayName":{"other":"গাম্বিয়া ডালাছি"},"symbol":"GMD","narrow":"GMD"},"GNF":{"displayName":{"other":"গিনি ফ্ৰেংক"},"symbol":"GNF","narrow":"FG"},"GNS":{"displayName":{"other":"GNS"},"symbol":"GNS","narrow":"GNS"},"GQE":{"displayName":{"other":"GQE"},"symbol":"GQE","narrow":"GQE"},"GRD":{"displayName":{"other":"GRD"},"symbol":"GRD","narrow":"GRD"},"GTQ":{"displayName":{"other":"গুৱাটেমালা কুৱেৎজাল"},"symbol":"GTQ","narrow":"Q"},"GWE":{"displayName":{"other":"GWE"},"symbol":"GWE","narrow":"GWE"},"GWP":{"displayName":{"other":"GWP"},"symbol":"GWP","narrow":"GWP"},"GYD":{"displayName":{"other":"গায়ানিজ ডলাৰ"},"symbol":"GYD","narrow":"$"},"HKD":{"displayName":{"other":"হং কং ডলাৰ"},"symbol":"HK$","narrow":"$"},"HNL":{"displayName":{"other":"হোন্দুৰান লেম্পিৰা"},"symbol":"HNL","narrow":"L"},"HRD":{"displayName":{"other":"HRD"},"symbol":"HRD","narrow":"HRD"},"HRK":{"displayName":{"other":"ক্ৰোৱেছিয়ান কুনা"},"symbol":"HRK","narrow":"kn"},"HTG":{"displayName":{"other":"হাইটিয়ান গৌৰ্ড"},"symbol":"HTG","narrow":"HTG"},"HUF":{"displayName":{"other":"হাংগেৰীয়ান ফ’ৰিণ্ট"},"symbol":"HUF","narrow":"Ft"},"IDR":{"displayName":{"other":"ইণ্ডোনেচিয়ান ৰুপিয়াহ"},"symbol":"IDR","narrow":"Rp"},"IEP":{"displayName":{"other":"IEP"},"symbol":"IEP","narrow":"IEP"},"ILP":{"displayName":{"other":"ILP"},"symbol":"ILP","narrow":"ILP"},"ILR":{"displayName":{"other":"ILR"},"symbol":"ILR","narrow":"ILR"},"ILS":{"displayName":{"other":"ইজৰাইলী নিউ শ্বেকেল"},"symbol":"₪","narrow":"₪"},"INR":{"displayName":{"other":"ভাৰতীয় ৰুপী"},"symbol":"₹","narrow":"₹"},"IQD":{"displayName":{"other":"ইৰাকী ডিনাৰ"},"symbol":"IQD","narrow":"IQD"},"IRR":{"displayName":{"other":"ইৰানীয়ান ৰিয়েল"},"symbol":"IRR","narrow":"IRR"},"ISJ":{"displayName":{"other":"ISJ"},"symbol":"ISJ","narrow":"ISJ"},"ISK":{"displayName":{"other":"আইচলেণ্ডিক ক্ৰোনাৰ","one":"আইচলেণ্ডিক ক্ৰোনা"},"symbol":"ISK","narrow":"kr"},"ITL":{"displayName":{"other":"ITL"},"symbol":"ITL","narrow":"ITL"},"JMD":{"displayName":{"other":"জামাইকান ডলাৰ"},"symbol":"JMD","narrow":"$"},"JOD":{"displayName":{"other":"জৰ্ডানিয়ান ডিনাৰ"},"symbol":"JOD","narrow":"JOD"},"JPY":{"displayName":{"other":"জাপানী য়েন"},"symbol":"JP¥","narrow":"¥"},"KES":{"displayName":{"other":"কেনিয়ান শ্বিলিং"},"symbol":"KES","narrow":"KES"},"KGS":{"displayName":{"other":"কিৰ্গিস্তানী ছোম"},"symbol":"KGS","narrow":"KGS"},"KHR":{"displayName":{"other":"কেম্ব’ডিয়ান ৰিয়েল"},"symbol":"KHR","narrow":"៛"},"KMF":{"displayName":{"other":"ক’মোৰিয়ান ফ্ৰেংক"},"symbol":"KMF","narrow":"CF"},"KPW":{"displayName":{"other":"উত্তৰ কোৰিয়াৰ ওৱান"},"symbol":"KPW","narrow":"₩"},"KRH":{"displayName":{"other":"KRH"},"symbol":"KRH","narrow":"KRH"},"KRO":{"displayName":{"other":"KRO"},"symbol":"KRO","narrow":"KRO"},"KRW":{"displayName":{"other":"দক্ষিণ কোৰিয়াৰ ওৱান"},"symbol":"₩","narrow":"₩"},"KWD":{"displayName":{"other":"কুৱেইটি ডিনাৰ"},"symbol":"KWD","narrow":"KWD"},"KYD":{"displayName":{"other":"কেইমেন দ্বীপপুঞ্জৰ ডলাৰ"},"symbol":"KYD","narrow":"$"},"KZT":{"displayName":{"other":"কাজাখস্তানী তেঞ্জ"},"symbol":"KZT","narrow":"₸"},"LAK":{"displayName":{"other":"লাওচিয়ান কিপ"},"symbol":"LAK","narrow":"₭"},"LBP":{"displayName":{"other":"লেবানীজ পাউণ্ড"},"symbol":"LBP","narrow":"L£"},"LKR":{"displayName":{"other":"শ্ৰীলংকান ৰুপী"},"symbol":"LKR","narrow":"Rs"},"LRD":{"displayName":{"other":"লাইবেৰিয়ান ডলাৰ"},"symbol":"LRD","narrow":"$"},"LSL":{"displayName":{"other":"লেচোথো লোটিচ","one":"লেচোথো লোটি"},"symbol":"LSL","narrow":"LSL"},"LTL":{"displayName":{"other":"LTL"},"symbol":"LTL","narrow":"Lt"},"LTT":{"displayName":{"other":"LTT"},"symbol":"LTT","narrow":"LTT"},"LUC":{"displayName":{"other":"LUC"},"symbol":"LUC","narrow":"LUC"},"LUF":{"displayName":{"other":"LUF"},"symbol":"LUF","narrow":"LUF"},"LUL":{"displayName":{"other":"LUL"},"symbol":"LUL","narrow":"LUL"},"LVL":{"displayName":{"other":"LVL"},"symbol":"LVL","narrow":"Ls"},"LVR":{"displayName":{"other":"LVR"},"symbol":"LVR","narrow":"LVR"},"LYD":{"displayName":{"other":"লিবিয়ান ডিনাৰ"},"symbol":"LYD","narrow":"LYD"},"MAD":{"displayName":{"other":"মৰোক্কান ডিৰহাম"},"symbol":"MAD","narrow":"MAD"},"MAF":{"displayName":{"other":"MAF"},"symbol":"MAF","narrow":"MAF"},"MCF":{"displayName":{"other":"MCF"},"symbol":"MCF","narrow":"MCF"},"MDC":{"displayName":{"other":"MDC"},"symbol":"MDC","narrow":"MDC"},"MDL":{"displayName":{"other":"মোলডোভান লেই","one":"মোলডোভান লেউ"},"symbol":"MDL","narrow":"MDL"},"MGA":{"displayName":{"other":"মালাগাছী এৰিয়াৰী"},"symbol":"MGA","narrow":"Ar"},"MGF":{"displayName":{"other":"MGF"},"symbol":"MGF","narrow":"MGF"},"MKD":{"displayName":{"other":"মেচিডোনীয় ডেনাৰ"},"symbol":"MKD","narrow":"MKD"},"MKN":{"displayName":{"other":"MKN"},"symbol":"MKN","narrow":"MKN"},"MLF":{"displayName":{"other":"MLF"},"symbol":"MLF","narrow":"MLF"},"MMK":{"displayName":{"other":"ম্যানমাৰ কিয়াট"},"symbol":"MMK","narrow":"K"},"MNT":{"displayName":{"other":"মঙ্গোলিয়ান টুৰ্গিক"},"symbol":"MNT","narrow":"₮"},"MOP":{"displayName":{"other":"মেকানীজ পাটাকা"},"symbol":"MOP","narrow":"MOP"},"MRO":{"displayName":{"other":"ম’ৰিটেনিয়ান ঔগুইয়া (1973–2017)"},"symbol":"MRO","narrow":"MRO"},"MRU":{"displayName":{"other":"ম’ৰিটেনিয়ান ঔগুইয়া"},"symbol":"MRU","narrow":"MRU"},"MTL":{"displayName":{"other":"MTL"},"symbol":"MTL","narrow":"MTL"},"MTP":{"displayName":{"other":"MTP"},"symbol":"MTP","narrow":"MTP"},"MUR":{"displayName":{"other":"মৰিচিয়ান ৰুপী"},"symbol":"MUR","narrow":"Rs"},"MVP":{"displayName":{"other":"MVP"},"symbol":"MVP","narrow":"MVP"},"MVR":{"displayName":{"other":"মালডিভিয়ান ৰুফিয়া"},"symbol":"MVR","narrow":"MVR"},"MWK":{"displayName":{"other":"মালাউইয়ান কোৱাচা"},"symbol":"MWK","narrow":"MWK"},"MXN":{"displayName":{"other":"মেক্সিকান পেছো"},"symbol":"MX$","narrow":"$"},"MXP":{"displayName":{"other":"MXP"},"symbol":"MXP","narrow":"MXP"},"MXV":{"displayName":{"other":"MXV"},"symbol":"MXV","narrow":"MXV"},"MYR":{"displayName":{"other":"মালায়েচিয়ান ৰিংগিট"},"symbol":"MYR","narrow":"RM"},"MZE":{"displayName":{"other":"MZE"},"symbol":"MZE","narrow":"MZE"},"MZM":{"displayName":{"other":"MZM"},"symbol":"MZM","narrow":"MZM"},"MZN":{"displayName":{"other":"মোজাম্বিকান মেটিকল"},"symbol":"MZN","narrow":"MZN"},"NAD":{"displayName":{"other":"নামিবিয়ান ডলাৰ"},"symbol":"NAD","narrow":"$"},"NGN":{"displayName":{"other":"নাইজেৰিয়ান নাইৰা"},"symbol":"NGN","narrow":"₦"},"NIC":{"displayName":{"other":"NIC"},"symbol":"NIC","narrow":"NIC"},"NIO":{"displayName":{"other":"নিকাৰাগুৱান কোৰ্ডোবা"},"symbol":"NIO","narrow":"C$"},"NLG":{"displayName":{"other":"NLG"},"symbol":"NLG","narrow":"NLG"},"NOK":{"displayName":{"other":"নৰৱেজিয়ান ক্ৰোনাৰ","one":"নৰৱেজিয়ান ক্ৰোন"},"symbol":"NOK","narrow":"kr"},"NPR":{"displayName":{"other":"নেপালী ৰুপী"},"symbol":"NPR","narrow":"Rs"},"NZD":{"displayName":{"other":"নিউজিলেণ্ড ডলাৰ"},"symbol":"NZ$","narrow":"$"},"OMR":{"displayName":{"other":"ওমানি ৰিয়েল"},"symbol":"OMR","narrow":"OMR"},"PAB":{"displayName":{"other":"পানামেনিয়ান বাল্বোৱা"},"symbol":"PAB","narrow":"PAB"},"PEI":{"displayName":{"other":"PEI"},"symbol":"PEI","narrow":"PEI"},"PEN":{"displayName":{"other":"পেৰুভিয়ান ছ’ল"},"symbol":"PEN","narrow":"PEN"},"PES":{"displayName":{"other":"PES"},"symbol":"PES","narrow":"PES"},"PGK":{"displayName":{"other":"পাপুৱা নিউ গিনি কিনা"},"symbol":"PGK","narrow":"PGK"},"PHP":{"displayName":{"other":"ফিলিপিন পেইছ’"},"symbol":"PHP","narrow":"₱"},"PKR":{"displayName":{"other":"পাকিস্তানী ৰুপী"},"symbol":"PKR","narrow":"Rs"},"PLN":{"displayName":{"other":"প’লিচ জোল্টী"},"symbol":"PLN","narrow":"zł"},"PLZ":{"displayName":{"other":"PLZ"},"symbol":"PLZ","narrow":"PLZ"},"PTE":{"displayName":{"other":"PTE"},"symbol":"PTE","narrow":"PTE"},"PYG":{"displayName":{"other":"পাৰাগুয়ান গুৱাৰানি"},"symbol":"PYG","narrow":"₲"},"QAR":{"displayName":{"other":"কাটাৰি ৰিয়েল"},"symbol":"QAR","narrow":"QAR"},"RHD":{"displayName":{"other":"RHD"},"symbol":"RHD","narrow":"RHD"},"ROL":{"displayName":{"other":"ROL"},"symbol":"ROL","narrow":"ROL"},"RON":{"displayName":{"other":"ৰোমানীয় লেউ"},"symbol":"RON","narrow":"lei"},"RSD":{"displayName":{"other":"চাৰ্বিয়ান ডিনাৰ"},"symbol":"RSD","narrow":"RSD"},"RUB":{"displayName":{"other":"ৰাছিয়ান ৰুব্‌ল"},"symbol":"RUB","narrow":"₽"},"RUR":{"displayName":{"other":"RUR"},"symbol":"RUR","narrow":"RUR"},"RWF":{"displayName":{"other":"ৰোৱান্দান ফ্ৰেংক"},"symbol":"RWF","narrow":"RF"},"SAR":{"displayName":{"other":"চৌডি ৰিয়েল"},"symbol":"SAR","narrow":"SAR"},"SBD":{"displayName":{"other":"চোলোমোন দ্বীপপুঞ্জৰ ডলাৰ"},"symbol":"SBD","narrow":"$"},"SCR":{"displayName":{"other":"ছেচেলৱা ৰুপী"},"symbol":"SCR","narrow":"SCR"},"SDD":{"displayName":{"other":"SDD"},"symbol":"SDD","narrow":"SDD"},"SDG":{"displayName":{"other":"চুডানী পাউণ্ড"},"symbol":"SDG","narrow":"SDG"},"SDP":{"displayName":{"other":"SDP"},"symbol":"SDP","narrow":"SDP"},"SEK":{"displayName":{"other":"চুইডিছ ক্ৰোনোৰ","one":"চুইডিছ ক্ৰোনা"},"symbol":"SEK","narrow":"kr"},"SGD":{"displayName":{"other":"ছিংগাপুৰ ডলাৰ"},"symbol":"SGD","narrow":"$"},"SHP":{"displayName":{"other":"ছেইণ্ট হেলেনা পাউণ্ড"},"symbol":"SHP","narrow":"£"},"SIT":{"displayName":{"other":"SIT"},"symbol":"SIT","narrow":"SIT"},"SKK":{"displayName":{"other":"SKK"},"symbol":"SKK","narrow":"SKK"},"SLL":{"displayName":{"other":"চিয়েৰা লিঅ’নৰ লিঅ’ন"},"symbol":"SLL","narrow":"SLL"},"SOS":{"displayName":{"other":"চোমালি শ্বিলিং"},"symbol":"SOS","narrow":"SOS"},"SRD":{"displayName":{"other":"ছুৰিনামী ডলাৰ"},"symbol":"SRD","narrow":"$"},"SRG":{"displayName":{"other":"SRG"},"symbol":"SRG","narrow":"SRG"},"SSP":{"displayName":{"other":"দক্ষিণ চুডানীজ পাউণ্ড"},"symbol":"SSP","narrow":"£"},"STD":{"displayName":{"other":"চাও টোমে আৰু প্ৰিনচিপে ডোব্‌ৰা (1977–2017)"},"symbol":"STD","narrow":"STD"},"STN":{"displayName":{"other":"চাও টোমে আৰু প্ৰিনচিপে ডোব্‌ৰা"},"symbol":"STN","narrow":"Db"},"SUR":{"displayName":{"other":"SUR"},"symbol":"SUR","narrow":"SUR"},"SVC":{"displayName":{"other":"SVC"},"symbol":"SVC","narrow":"SVC"},"SYP":{"displayName":{"other":"চিৰিয়ান পাউণ্ড"},"symbol":"SYP","narrow":"£"},"SZL":{"displayName":{"other":"স্বাজি এমেলানজেনি","one":"স্বাজি লিলেংগেনি"},"symbol":"SZL","narrow":"SZL"},"THB":{"displayName":{"other":"থাই বাত"},"symbol":"THB","narrow":"฿"},"TJR":{"displayName":{"other":"TJR"},"symbol":"TJR","narrow":"TJR"},"TJS":{"displayName":{"other":"তাজিকিস্তানী ছোমনি"},"symbol":"TJS","narrow":"TJS"},"TMM":{"displayName":{"other":"TMM"},"symbol":"TMM","narrow":"TMM"},"TMT":{"displayName":{"other":"তুৰ্কমেনিস্তানী মানাত"},"symbol":"TMT","narrow":"TMT"},"TND":{"displayName":{"other":"টুনিচিয়ান ডিনাৰ"},"symbol":"TND","narrow":"TND"},"TOP":{"displayName":{"other":"টংগান পাআংগা"},"symbol":"TOP","narrow":"T$"},"TPE":{"displayName":{"other":"TPE"},"symbol":"TPE","narrow":"TPE"},"TRL":{"displayName":{"other":"TRL"},"symbol":"TRL","narrow":"TRL"},"TRY":{"displayName":{"other":"তুৰ্কীৰ লিৰা"},"symbol":"TRY","narrow":"₺"},"TTD":{"displayName":{"other":"ট্ৰিনিডাড আৰু টোবাগো ডলাৰ"},"symbol":"TTD","narrow":"$"},"TWD":{"displayName":{"other":"নিউ টাইৱান ডলাৰ"},"symbol":"NT$","narrow":"$"},"TZS":{"displayName":{"other":"টানজানিয়ান শ্বিলিং"},"symbol":"TZS","narrow":"TZS"},"UAH":{"displayName":{"other":"ইউক্ৰেইনীয় হৃভনিয়া"},"symbol":"UAH","narrow":"₴"},"UAK":{"displayName":{"other":"UAK"},"symbol":"UAK","narrow":"UAK"},"UGS":{"displayName":{"other":"UGS"},"symbol":"UGS","narrow":"UGS"},"UGX":{"displayName":{"other":"উগাণ্ডান শ্বিলিং"},"symbol":"UGX","narrow":"UGX"},"USD":{"displayName":{"other":"ইউ. এছ. ডলাৰ"},"symbol":"US$","narrow":"$"},"USN":{"displayName":{"other":"USN"},"symbol":"USN","narrow":"USN"},"USS":{"displayName":{"other":"USS"},"symbol":"USS","narrow":"USS"},"UYI":{"displayName":{"other":"UYI"},"symbol":"UYI","narrow":"UYI"},"UYP":{"displayName":{"other":"UYP"},"symbol":"UYP","narrow":"UYP"},"UYU":{"displayName":{"other":"উৰুগুৱেয়ান পেছো"},"symbol":"UYU","narrow":"$"},"UYW":{"displayName":{"other":"UYW"},"symbol":"UYW","narrow":"UYW"},"UZS":{"displayName":{"other":"উজবেকিস্তানী ছোম"},"symbol":"UZS","narrow":"UZS"},"VEB":{"displayName":{"other":"ভেনিজুৱেলান বলিভাৰ (1871–2008)"},"symbol":"VEB","narrow":"VEB"},"VEF":{"displayName":{"other":"ভেনিজুৱেলান বলিভাৰ (2008–2018)"},"symbol":"VEF","narrow":"Bs"},"VES":{"displayName":{"other":"ভেনিজুৱেলান ব’লিভাৰছ্","one":"ভেনিজুৱেলান ব’লিভাৰ"},"symbol":"VES","narrow":"VES"},"VND":{"displayName":{"other":"ভিয়েটনামীজ ডং"},"symbol":"₫","narrow":"₫"},"VNN":{"displayName":{"other":"VNN"},"symbol":"VNN","narrow":"VNN"},"VUV":{"displayName":{"other":"ভানাটুৰ ভাটু"},"symbol":"VUV","narrow":"VUV"},"WST":{"displayName":{"other":"ছামোৱান টালা"},"symbol":"WST","narrow":"WST"},"XAF":{"displayName":{"other":"মধ্য আফ্ৰিকান CFA ফ্ৰেংক"},"symbol":"FCFA","narrow":"FCFA"},"XAG":{"displayName":{"other":"XAG"},"symbol":"XAG","narrow":"XAG"},"XAU":{"displayName":{"other":"XAU"},"symbol":"XAU","narrow":"XAU"},"XBA":{"displayName":{"other":"XBA"},"symbol":"XBA","narrow":"XBA"},"XBB":{"displayName":{"other":"XBB"},"symbol":"XBB","narrow":"XBB"},"XBC":{"displayName":{"other":"XBC"},"symbol":"XBC","narrow":"XBC"},"XBD":{"displayName":{"other":"XBD"},"symbol":"XBD","narrow":"XBD"},"XCD":{"displayName":{"other":"ইষ্ট কেৰিবিয়ান ডলাৰ"},"symbol":"EC$","narrow":"$"},"XDR":{"displayName":{"other":"XDR"},"symbol":"XDR","narrow":"XDR"},"XEU":{"displayName":{"other":"XEU"},"symbol":"XEU","narrow":"XEU"},"XFO":{"displayName":{"other":"XFO"},"symbol":"XFO","narrow":"XFO"},"XFU":{"displayName":{"other":"XFU"},"symbol":"XFU","narrow":"XFU"},"XOF":{"displayName":{"other":"পশ্চিম আফ্ৰিকান CFA ফ্ৰেংক"},"symbol":"F CFA","narrow":"F CFA"},"XPD":{"displayName":{"other":"XPD"},"symbol":"XPD","narrow":"XPD"},"XPF":{"displayName":{"other":"CFP ফ্ৰেংক"},"symbol":"CFPF","narrow":"CFPF"},"XPT":{"displayName":{"other":"XPT"},"symbol":"XPT","narrow":"XPT"},"XRE":{"displayName":{"other":"XRE"},"symbol":"XRE","narrow":"XRE"},"XSU":{"displayName":{"other":"XSU"},"symbol":"XSU","narrow":"XSU"},"XTS":{"displayName":{"other":"XTS"},"symbol":"XTS","narrow":"XTS"},"XUA":{"displayName":{"other":"XUA"},"symbol":"XUA","narrow":"XUA"},"XXX":{"displayName":{"other":"(অজ্ঞাত মুদ্ৰা)","one":"(মুদ্ৰাৰ একক অজ্ঞাত)"},"symbol":"¤","narrow":"¤"},"YDD":{"displayName":{"other":"YDD"},"symbol":"YDD","narrow":"YDD"},"YER":{"displayName":{"other":"য়েমেনী ৰিয়েল"},"symbol":"YER","narrow":"YER"},"YUD":{"displayName":{"other":"YUD"},"symbol":"YUD","narrow":"YUD"},"YUM":{"displayName":{"other":"YUM"},"symbol":"YUM","narrow":"YUM"},"YUN":{"displayName":{"other":"YUN"},"symbol":"YUN","narrow":"YUN"},"YUR":{"displayName":{"other":"YUR"},"symbol":"YUR","narrow":"YUR"},"ZAL":{"displayName":{"other":"ZAL"},"symbol":"ZAL","narrow":"ZAL"},"ZAR":{"displayName":{"other":"দক্ষিণ আফ্ৰিকাৰ ৰাণ্ড"},"symbol":"ZAR","narrow":"R"},"ZMK":{"displayName":{"other":"ZMK"},"symbol":"ZMK","narrow":"ZMK"},"ZMW":{"displayName":{"other":"জাম্বিয়ান কোৱাচা"},"symbol":"ZMW","narrow":"ZK"},"ZRN":{"displayName":{"other":"ZRN"},"symbol":"ZRN","narrow":"ZRN"},"ZRZ":{"displayName":{"other":"ZRZ"},"symbol":"ZRZ","narrow":"ZRZ"},"ZWD":{"displayName":{"other":"ZWD"},"symbol":"ZWD","narrow":"ZWD"},"ZWL":{"displayName":{"other":"ZWL"},"symbol":"ZWL","narrow":"ZWL"},"ZWR":{"displayName":{"other":"ZWR"},"symbol":"ZWR","narrow":"ZWR"}},"numbers":{"nu":["beng","latn"],"symbols":{"beng":{"decimal":".","group":",","list":";","percentSign":"%","plusSign":"+","minusSign":"-","approximatelySign":"~","exponential":"E","superscriptingExponent":"×","perMille":"‰","infinity":"∞","nan":"NaN","timeSeparator":":"},"latn":{"decimal":".","group":",","list":";","percentSign":"%","plusSign":"+","minusSign":"-","approximatelySign":"~","exponential":"E","superscriptingExponent":"×","perMille":"‰","infinity":"∞","nan":"NaN","timeSeparator":":"}},"percent":{"beng":"#,##,##0%","latn":"#,##,##0%"},"decimal":{"beng":{"standard":"#,##,##0.###","long":{"1000":{"other":"0 হাজাৰ"},"10000":{"other":"00 হাজাৰ"},"100000":{"other":"0 লাখ"},"1000000":{"other":"0 নিযুত"},"10000000":{"other":"00 নিযুত"},"100000000":{"other":"000 নিযুত"},"1000000000":{"other":"0 শত কোটি"},"10000000000":{"other":"00 শত কোটি"},"100000000000":{"other":"000 শত কোটি"},"1000000000000":{"other":"0 শত পৰাৰ্দ্ধ"},"10000000000000":{"other":"00 শত পৰাৰ্দ্ধ"},"100000000000000":{"other":"000 শত পৰাৰ্দ্ধ"}},"short":{"1000":{"other":"0 হাজাৰ"},"10000":{"other":"00 হাজাৰ"},"100000":{"other":"0 লাখ"},"1000000":{"other":"0 নিযুত"},"10000000":{"other":"00 নিযুত"},"100000000":{"other":"000 নিঃ"},"1000000000":{"other":"0 শঃ কোঃ"},"10000000000":{"other":"00 শঃ কোঃ"},"100000000000":{"other":"000 শঃ কঃ"},"1000000000000":{"other":"0 শঃ পঃ"},"10000000000000":{"other":"00 শঃ পঃ"},"100000000000000":{"other":"000 শঃ পঃ"}}},"latn":{"standard":"#,##,##0.###","long":{"1000":{"other":"0 হাজাৰ"},"10000":{"other":"00 হাজাৰ"},"100000":{"other":"0 লাখ"},"1000000":{"other":"0 নিযুত"},"10000000":{"other":"00 নিযুত"},"100000000":{"other":"000 নিযুত"},"1000000000":{"other":"0 শত কোটি"},"10000000000":{"other":"00 শত কোটি"},"100000000000":{"other":"000 শত কোটি"},"1000000000000":{"other":"0 শত পৰাৰ্দ্ধ"},"10000000000000":{"other":"00 শত পৰাৰ্দ্ধ"},"100000000000000":{"other":"000 শত পৰাৰ্দ্ধ"}},"short":{"1000":{"other":"0 হাজাৰ"},"10000":{"other":"00 হাজাৰ"},"100000":{"other":"0 লাখ"},"1000000":{"other":"0 নিযুত"},"10000000":{"other":"00 নিযুত"},"100000000":{"other":"000 নিঃ"},"1000000000":{"other":"0 শঃ কোঃ"},"10000000000":{"other":"00 শঃ কোঃ"},"100000000000":{"other":"000 শঃ কঃ"},"1000000000000":{"other":"0 শঃ পঃ"},"10000000000000":{"other":"00 শঃ পঃ"},"100000000000000":{"other":"000 শঃ পঃ"}}}},"currency":{"beng":{"currencySpacing":{"beforeInsertBetween":" ","afterInsertBetween":" "},"standard":"¤ #,##,##0.00","accounting":"¤ #,##,##0.00","unitPattern":"{0} {1}","short":{"1000":{"other":"¤ 0 হাজাৰ"},"10000":{"other":"¤ 00 হাজাৰ"},"100000":{"other":"¤ 000 লাখ"},"1000000":{"other":"¤ 0 নিযুত"},"10000000":{"other":"¤ 00 নিযুত"},"100000000":{"other":"¤ 000 নিযুত"},"1000000000":{"other":"¤ 0 শত কোটি"},"10000000000":{"other":"¤ 00 শত কোটি"},"100000000000":{"other":"¤ 000 শত কোটি"},"1000000000000":{"other":"¤ 0 শত পৰাৰ্দ্ধ"},"10000000000000":{"other":"¤ 00 শত পৰাৰ্দ্ধ"},"100000000000000":{"other":"¤ 000 শত পৰাৰ্দ্ধ"}}},"latn":{"currencySpacing":{"beforeInsertBetween":" ","afterInsertBetween":" "},"standard":"¤ #,##,##0.00","accounting":"¤ #,##,##0.00","unitPattern":"{0} {1}","short":{"1000":{"other":"¤ 0 হাজাৰ"},"10000":{"other":"¤ 00 হাজাৰ"},"100000":{"other":"¤ 000 লাখ"},"1000000":{"other":"¤ 0 নিযুত"},"10000000":{"other":"¤ 00 নিযুত"},"100000000":{"other":"¤ 000 নিযুত"},"1000000000":{"other":"¤ 0 শত কোটি"},"10000000000":{"other":"¤ 00 শত কোটি"},"100000000000":{"other":"¤ 000 শত কোটি"},"1000000000000":{"other":"¤ 0 শত পৰাৰ্দ্ধ"},"10000000000000":{"other":"¤ 00 শত পৰাৰ্দ্ধ"},"100000000000000":{"other":"¤ 000 শত পৰাৰ্দ্ধ"}}}}},"nu":["beng","latn"]},"locale":"as"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.NumberFormat && typeof Intl.NumberFormat.__addLocaleData === 'function') {
4
+ Intl.NumberFormat.__addLocaleData({"data":{"units":{"simple":{"degree":{"long":{"other":"{0}°"},"short":{"other":"{0}°"},"narrow":{"other":"{0}°"},"perUnit":{}},"hectare":{"long":{"other":"{0} ha"},"short":{"other":"{0} ha"},"narrow":{"other":"{0} ha"},"perUnit":{}},"acre":{"long":{"other":"{0} ac"},"short":{"other":"{0} ac"},"narrow":{"other":"{0} ac"},"perUnit":{}},"percent":{"long":{"other":"{0}%"},"short":{"other":"{0}%"},"narrow":{"other":"{0}%"},"perUnit":{}},"liter-per-kilometer":{"long":{"other":"{0} L/km"},"short":{"other":"{0} L/km"},"narrow":{"other":"{0} L/km"},"perUnit":{}},"mile-per-gallon":{"long":{"other":"{0} mpg US"},"short":{"other":"{0} mpg US"},"narrow":{"other":"{0} mpg US"},"perUnit":{}},"petabyte":{"long":{"other":"{0} PB"},"short":{"other":"{0} PB"},"narrow":{"other":"{0} PB"},"perUnit":{}},"terabyte":{"long":{"other":"{0} TB"},"short":{"other":"{0} TB"},"narrow":{"other":"{0} TB"},"perUnit":{}},"terabit":{"long":{"other":"{0} Tb"},"short":{"other":"{0} Tb"},"narrow":{"other":"{0} Tb"},"perUnit":{}},"gigabyte":{"long":{"other":"{0} GB"},"short":{"other":"{0} GB"},"narrow":{"other":"{0} GB"},"perUnit":{}},"gigabit":{"long":{"other":"{0} Gb"},"short":{"other":"{0} Gb"},"narrow":{"other":"{0} Gb"},"perUnit":{}},"megabyte":{"long":{"other":"{0} MB"},"short":{"other":"{0} MB"},"narrow":{"other":"{0} MB"},"perUnit":{}},"megabit":{"long":{"other":"{0} Mb"},"short":{"other":"{0} Mb"},"narrow":{"other":"{0} Mb"},"perUnit":{}},"kilobyte":{"long":{"other":"{0} kB"},"short":{"other":"{0} kB"},"narrow":{"other":"{0} kB"},"perUnit":{}},"kilobit":{"long":{"other":"{0} kb"},"short":{"other":"{0} kb"},"narrow":{"other":"{0} kb"},"perUnit":{}},"byte":{"long":{"other":"{0} byte"},"short":{"other":"{0} byte"},"narrow":{"other":"{0} byte"},"perUnit":{}},"bit":{"long":{"other":"{0} bit"},"short":{"other":"{0} bit"},"narrow":{"other":"{0} bit"},"perUnit":{}},"year":{"long":{"other":"{0} y"},"short":{"other":"{0} y"},"narrow":{"other":"{0} y"},"perUnit":{"long":"{0}/y","short":"{0}/y","narrow":"{0}/y"}},"month":{"long":{"other":"{0} m"},"short":{"other":"{0} m"},"narrow":{"other":"{0} m"},"perUnit":{"long":"{0}/m","short":"{0}/m","narrow":"{0}/m"}},"week":{"long":{"other":"{0} w"},"short":{"other":"{0} w"},"narrow":{"other":"{0} w"},"perUnit":{"long":"{0}/w","short":"{0}/w","narrow":"{0}/w"}},"day":{"long":{"other":"{0} d"},"short":{"other":"{0} d"},"narrow":{"other":"{0} d"},"perUnit":{"long":"{0}/d","short":"{0}/d","narrow":"{0}/d"}},"hour":{"long":{"other":"{0} h"},"short":{"other":"{0} h"},"narrow":{"other":"{0} h"},"perUnit":{"long":"{0}/h","short":"{0}/h","narrow":"{0}/h"}},"minute":{"long":{"other":"{0} min"},"short":{"other":"{0} min"},"narrow":{"other":"{0} min"},"perUnit":{"long":"{0}/min","short":"{0}/min","narrow":"{0}/min"}},"second":{"long":{"other":"{0} s"},"short":{"other":"{0} s"},"narrow":{"other":"{0} s"},"perUnit":{"long":"{0}/s","short":"{0}/s","narrow":"{0}/s"}},"millisecond":{"long":{"other":"{0} ms"},"short":{"other":"{0} ms"},"narrow":{"other":"{0} ms"},"perUnit":{}},"kilometer":{"long":{"other":"{0} km"},"short":{"other":"{0} km"},"narrow":{"other":"{0} km"},"perUnit":{"long":"{0}/km","short":"{0}/km","narrow":"{0}/km"}},"meter":{"long":{"other":"{0} m"},"short":{"other":"{0} m"},"narrow":{"other":"{0} m"},"perUnit":{"long":"{0}/m","short":"{0}/m","narrow":"{0}/m"}},"centimeter":{"long":{"other":"{0} cm"},"short":{"other":"{0} cm"},"narrow":{"other":"{0} cm"},"perUnit":{"long":"{0}/cm","short":"{0}/cm","narrow":"{0}/cm"}},"millimeter":{"long":{"other":"{0} mm"},"short":{"other":"{0} mm"},"narrow":{"other":"{0} mm"},"perUnit":{}},"mile":{"long":{"other":"{0} mi"},"short":{"other":"{0} mi"},"narrow":{"other":"{0} mi"},"perUnit":{}},"yard":{"long":{"other":"{0} yd"},"short":{"other":"{0} yd"},"narrow":{"other":"{0} yd"},"perUnit":{}},"foot":{"long":{"other":"{0} ft"},"short":{"other":"{0} ft"},"narrow":{"other":"{0} ft"},"perUnit":{"long":"{0}/ft","short":"{0}/ft","narrow":"{0}/ft"}},"inch":{"long":{"other":"{0} in"},"short":{"other":"{0} in"},"narrow":{"other":"{0} in"},"perUnit":{"long":"{0}/in","short":"{0}/in","narrow":"{0}/in"}},"mile-scandinavian":{"long":{"other":"{0} smi"},"short":{"other":"{0} smi"},"narrow":{"other":"{0} smi"},"perUnit":{}},"kilogram":{"long":{"other":"{0} kg"},"short":{"other":"{0} kg"},"narrow":{"other":"{0} kg"},"perUnit":{"long":"{0}/kg","short":"{0}/kg","narrow":"{0}/kg"}},"gram":{"long":{"other":"{0} g"},"short":{"other":"{0} g"},"narrow":{"other":"{0} g"},"perUnit":{"long":"{0}/g","short":"{0}/g","narrow":"{0}/g"}},"stone":{"long":{"other":"{0} st"},"short":{"other":"{0} st"},"narrow":{"other":"{0} st"},"perUnit":{}},"pound":{"long":{"other":"{0} lb"},"short":{"other":"{0} lb"},"narrow":{"other":"{0} lb"},"perUnit":{"long":"{0}/lb","short":"{0}/lb","narrow":"{0}/lb"}},"ounce":{"long":{"other":"{0} oz"},"short":{"other":"{0} oz"},"narrow":{"other":"{0} oz"},"perUnit":{"long":"{0}/oz","short":"{0}/oz","narrow":"{0}/oz"}},"kilometer-per-hour":{"long":{"other":"{0} km/h"},"short":{"other":"{0} km/h"},"narrow":{"other":"{0} km/h"},"perUnit":{}},"meter-per-second":{"long":{"other":"{0} m/s"},"short":{"other":"{0} m/s"},"narrow":{"other":"{0} m/s"},"perUnit":{}},"mile-per-hour":{"long":{"other":"{0} mi/h"},"short":{"other":"{0} mi/h"},"narrow":{"other":"{0} mi/h"},"perUnit":{}},"celsius":{"long":{"other":"{0}°C"},"short":{"other":"{0}°C"},"narrow":{"other":"{0}°C"},"perUnit":{}},"fahrenheit":{"long":{"other":"{0}°F"},"short":{"other":"{0}°F"},"narrow":{"other":"{0}°F"},"perUnit":{}},"liter":{"long":{"other":"{0} l"},"short":{"other":"{0} l"},"narrow":{"other":"{0} l"},"perUnit":{"long":"{0}/l","short":"{0}/l","narrow":"{0}/l"}},"milliliter":{"long":{"other":"{0} mL"},"short":{"other":"{0} mL"},"narrow":{"other":"{0} mL"},"perUnit":{}},"gallon":{"long":{"other":"{0} gal US"},"short":{"other":"{0} gal US"},"narrow":{"other":"{0} gal US"},"perUnit":{"long":"{0}/gal US","short":"{0}/gal US","narrow":"{0}/gal US"}},"fluid-ounce":{"long":{"other":"{0} fl oz US"},"short":{"other":"{0} fl oz US"},"narrow":{"other":"{0} fl oz US"},"perUnit":{}}},"compound":{"per":{"long":"{0}/{1}","short":"{0}/{1}","narrow":"{0}/{1}"}}},"currencies":{"ADP":{"displayName":{"other":"ADP"},"symbol":"ADP","narrow":"ADP"},"AED":{"displayName":{"other":"dirham ya Falme dha Kiarabu"},"symbol":"AED","narrow":"AED"},"AFA":{"displayName":{"other":"AFA"},"symbol":"AFA","narrow":"AFA"},"AFN":{"displayName":{"other":"AFN"},"symbol":"AFN","narrow":"؋"},"ALK":{"displayName":{"other":"ALK"},"symbol":"ALK","narrow":"ALK"},"ALL":{"displayName":{"other":"ALL"},"symbol":"ALL","narrow":"ALL"},"AMD":{"displayName":{"other":"AMD"},"symbol":"AMD","narrow":"֏"},"ANG":{"displayName":{"other":"ANG"},"symbol":"ANG","narrow":"ANG"},"AOA":{"displayName":{"other":"kwandha ya Angola"},"symbol":"AOA","narrow":"Kz"},"AOK":{"displayName":{"other":"AOK"},"symbol":"AOK","narrow":"AOK"},"AON":{"displayName":{"other":"AON"},"symbol":"AON","narrow":"AON"},"AOR":{"displayName":{"other":"AOR"},"symbol":"AOR","narrow":"AOR"},"ARA":{"displayName":{"other":"ARA"},"symbol":"ARA","narrow":"ARA"},"ARL":{"displayName":{"other":"ARL"},"symbol":"ARL","narrow":"ARL"},"ARM":{"displayName":{"other":"ARM"},"symbol":"ARM","narrow":"ARM"},"ARP":{"displayName":{"other":"ARP"},"symbol":"ARP","narrow":"ARP"},"ARS":{"displayName":{"other":"ARS"},"symbol":"ARS","narrow":"$"},"ATS":{"displayName":{"other":"ATS"},"symbol":"ATS","narrow":"ATS"},"AUD":{"displayName":{"other":"dola ya Authtralia"},"symbol":"A$","narrow":"$"},"AWG":{"displayName":{"other":"AWG"},"symbol":"AWG","narrow":"AWG"},"AZM":{"displayName":{"other":"AZM"},"symbol":"AZM","narrow":"AZM"},"AZN":{"displayName":{"other":"AZN"},"symbol":"AZN","narrow":"₼"},"BAD":{"displayName":{"other":"BAD"},"symbol":"BAD","narrow":"BAD"},"BAM":{"displayName":{"other":"BAM"},"symbol":"BAM","narrow":"KM"},"BAN":{"displayName":{"other":"BAN"},"symbol":"BAN","narrow":"BAN"},"BBD":{"displayName":{"other":"BBD"},"symbol":"BBD","narrow":"$"},"BDT":{"displayName":{"other":"BDT"},"symbol":"BDT","narrow":"৳"},"BEC":{"displayName":{"other":"BEC"},"symbol":"BEC","narrow":"BEC"},"BEF":{"displayName":{"other":"BEF"},"symbol":"BEF","narrow":"BEF"},"BEL":{"displayName":{"other":"BEL"},"symbol":"BEL","narrow":"BEL"},"BGL":{"displayName":{"other":"BGL"},"symbol":"BGL","narrow":"BGL"},"BGM":{"displayName":{"other":"BGM"},"symbol":"BGM","narrow":"BGM"},"BGN":{"displayName":{"other":"BGN"},"symbol":"BGN","narrow":"BGN"},"BGO":{"displayName":{"other":"BGO"},"symbol":"BGO","narrow":"BGO"},"BHD":{"displayName":{"other":"dinari ya Bahareni"},"symbol":"BHD","narrow":"BHD"},"BIF":{"displayName":{"other":"faranga ya Burundi"},"symbol":"BIF","narrow":"BIF"},"BMD":{"displayName":{"other":"BMD"},"symbol":"BMD","narrow":"$"},"BND":{"displayName":{"other":"BND"},"symbol":"BND","narrow":"$"},"BOB":{"displayName":{"other":"BOB"},"symbol":"BOB","narrow":"Bs"},"BOL":{"displayName":{"other":"BOL"},"symbol":"BOL","narrow":"BOL"},"BOP":{"displayName":{"other":"BOP"},"symbol":"BOP","narrow":"BOP"},"BOV":{"displayName":{"other":"BOV"},"symbol":"BOV","narrow":"BOV"},"BRB":{"displayName":{"other":"BRB"},"symbol":"BRB","narrow":"BRB"},"BRC":{"displayName":{"other":"BRC"},"symbol":"BRC","narrow":"BRC"},"BRE":{"displayName":{"other":"BRE"},"symbol":"BRE","narrow":"BRE"},"BRL":{"displayName":{"other":"BRL"},"symbol":"R$","narrow":"R$"},"BRN":{"displayName":{"other":"BRN"},"symbol":"BRN","narrow":"BRN"},"BRR":{"displayName":{"other":"BRR"},"symbol":"BRR","narrow":"BRR"},"BRZ":{"displayName":{"other":"BRZ"},"symbol":"BRZ","narrow":"BRZ"},"BSD":{"displayName":{"other":"BSD"},"symbol":"BSD","narrow":"$"},"BTN":{"displayName":{"other":"BTN"},"symbol":"BTN","narrow":"BTN"},"BUK":{"displayName":{"other":"BUK"},"symbol":"BUK","narrow":"BUK"},"BWP":{"displayName":{"other":"pula ya Botthwana"},"symbol":"BWP","narrow":"P"},"BYB":{"displayName":{"other":"BYB"},"symbol":"BYB","narrow":"BYB"},"BYN":{"displayName":{"other":"BYN"},"symbol":"BYN","narrow":"BYN"},"BYR":{"displayName":{"other":"BYR"},"symbol":"BYR","narrow":"BYR"},"BZD":{"displayName":{"other":"BZD"},"symbol":"BZD","narrow":"$"},"CAD":{"displayName":{"other":"dola ya Kanada"},"symbol":"CA$","narrow":"$"},"CDF":{"displayName":{"other":"faranga ya Kongo"},"symbol":"CDF","narrow":"CDF"},"CHE":{"displayName":{"other":"CHE"},"symbol":"CHE","narrow":"CHE"},"CHF":{"displayName":{"other":"faranga ya Uthwithi"},"symbol":"CHF","narrow":"CHF"},"CHW":{"displayName":{"other":"CHW"},"symbol":"CHW","narrow":"CHW"},"CLE":{"displayName":{"other":"CLE"},"symbol":"CLE","narrow":"CLE"},"CLF":{"displayName":{"other":"CLF"},"symbol":"CLF","narrow":"CLF"},"CLP":{"displayName":{"other":"CLP"},"symbol":"CLP","narrow":"$"},"CNH":{"displayName":{"other":"CNH"},"symbol":"CNH","narrow":"CNH"},"CNX":{"displayName":{"other":"CNX"},"symbol":"CNX","narrow":"CNX"},"CNY":{"displayName":{"other":"yuan renminbi ya China"},"symbol":"CN¥","narrow":"¥"},"COP":{"displayName":{"other":"COP"},"symbol":"COP","narrow":"$"},"COU":{"displayName":{"other":"COU"},"symbol":"COU","narrow":"COU"},"CRC":{"displayName":{"other":"CRC"},"symbol":"CRC","narrow":"₡"},"CSD":{"displayName":{"other":"CSD"},"symbol":"CSD","narrow":"CSD"},"CSK":{"displayName":{"other":"CSK"},"symbol":"CSK","narrow":"CSK"},"CUC":{"displayName":{"other":"CUC"},"symbol":"CUC","narrow":"$"},"CUP":{"displayName":{"other":"CUP"},"symbol":"CUP","narrow":"$"},"CVE":{"displayName":{"other":"ethkudo ya Kepuvede"},"symbol":"CVE","narrow":"CVE"},"CYP":{"displayName":{"other":"CYP"},"symbol":"CYP","narrow":"CYP"},"CZK":{"displayName":{"other":"CZK"},"symbol":"CZK","narrow":"Kč"},"DDM":{"displayName":{"other":"DDM"},"symbol":"DDM","narrow":"DDM"},"DEM":{"displayName":{"other":"DEM"},"symbol":"DEM","narrow":"DEM"},"DJF":{"displayName":{"other":"faranga ya Jibuti"},"symbol":"DJF","narrow":"DJF"},"DKK":{"displayName":{"other":"DKK"},"symbol":"DKK","narrow":"kr"},"DOP":{"displayName":{"other":"DOP"},"symbol":"DOP","narrow":"$"},"DZD":{"displayName":{"other":"dinari ya Aljeria"},"symbol":"DZD","narrow":"DZD"},"ECS":{"displayName":{"other":"ECS"},"symbol":"ECS","narrow":"ECS"},"ECV":{"displayName":{"other":"ECV"},"symbol":"ECV","narrow":"ECV"},"EEK":{"displayName":{"other":"EEK"},"symbol":"EEK","narrow":"EEK"},"EGP":{"displayName":{"other":"pauni ya Mithri"},"symbol":"EGP","narrow":"E£"},"ERN":{"displayName":{"other":"nakfa ya Eritrea"},"symbol":"ERN","narrow":"ERN"},"ESA":{"displayName":{"other":"ESA"},"symbol":"ESA","narrow":"ESA"},"ESB":{"displayName":{"other":"ESB"},"symbol":"ESB","narrow":"ESB"},"ESP":{"displayName":{"other":"ESP"},"symbol":"ESP","narrow":"₧"},"ETB":{"displayName":{"other":"bir ya Uhabeshi"},"symbol":"ETB","narrow":"ETB"},"EUR":{"displayName":{"other":"yuro"},"symbol":"€","narrow":"€"},"FIM":{"displayName":{"other":"FIM"},"symbol":"FIM","narrow":"FIM"},"FJD":{"displayName":{"other":"FJD"},"symbol":"FJD","narrow":"$"},"FKP":{"displayName":{"other":"FKP"},"symbol":"FKP","narrow":"£"},"FRF":{"displayName":{"other":"FRF"},"symbol":"FRF","narrow":"FRF"},"GBP":{"displayName":{"other":"pauni ya Uingeredha"},"symbol":"£","narrow":"£"},"GEK":{"displayName":{"other":"GEK"},"symbol":"GEK","narrow":"GEK"},"GEL":{"displayName":{"other":"GEL"},"symbol":"GEL","narrow":"₾"},"GHC":{"displayName":{"other":"thedi ya Ghana"},"symbol":"GHC","narrow":"GHC"},"GHS":{"displayName":{"other":"GHS"},"symbol":"GHS","narrow":"GH₵"},"GIP":{"displayName":{"other":"GIP"},"symbol":"GIP","narrow":"£"},"GMD":{"displayName":{"other":"dalathi ya Gambia"},"symbol":"GMD","narrow":"GMD"},"GNF":{"displayName":{"other":"GNF"},"symbol":"GNF","narrow":"FG"},"GNS":{"displayName":{"other":"faranga ya Gine"},"symbol":"GNS","narrow":"GNS"},"GQE":{"displayName":{"other":"GQE"},"symbol":"GQE","narrow":"GQE"},"GRD":{"displayName":{"other":"GRD"},"symbol":"GRD","narrow":"GRD"},"GTQ":{"displayName":{"other":"GTQ"},"symbol":"GTQ","narrow":"Q"},"GWE":{"displayName":{"other":"GWE"},"symbol":"GWE","narrow":"GWE"},"GWP":{"displayName":{"other":"GWP"},"symbol":"GWP","narrow":"GWP"},"GYD":{"displayName":{"other":"GYD"},"symbol":"GYD","narrow":"$"},"HKD":{"displayName":{"other":"HKD"},"symbol":"HK$","narrow":"$"},"HNL":{"displayName":{"other":"HNL"},"symbol":"HNL","narrow":"L"},"HRD":{"displayName":{"other":"HRD"},"symbol":"HRD","narrow":"HRD"},"HRK":{"displayName":{"other":"HRK"},"symbol":"HRK","narrow":"kn"},"HTG":{"displayName":{"other":"HTG"},"symbol":"HTG","narrow":"HTG"},"HUF":{"displayName":{"other":"HUF"},"symbol":"HUF","narrow":"Ft"},"IDR":{"displayName":{"other":"IDR"},"symbol":"IDR","narrow":"Rp"},"IEP":{"displayName":{"other":"IEP"},"symbol":"IEP","narrow":"IEP"},"ILP":{"displayName":{"other":"ILP"},"symbol":"ILP","narrow":"ILP"},"ILR":{"displayName":{"other":"ILR"},"symbol":"ILR","narrow":"ILR"},"ILS":{"displayName":{"other":"ILS"},"symbol":"₪","narrow":"₪"},"INR":{"displayName":{"other":"rupia ya India"},"symbol":"₹","narrow":"₹"},"IQD":{"displayName":{"other":"IQD"},"symbol":"IQD","narrow":"IQD"},"IRR":{"displayName":{"other":"IRR"},"symbol":"IRR","narrow":"IRR"},"ISJ":{"displayName":{"other":"ISJ"},"symbol":"ISJ","narrow":"ISJ"},"ISK":{"displayName":{"other":"ISK"},"symbol":"ISK","narrow":"kr"},"ITL":{"displayName":{"other":"ITL"},"symbol":"ITL","narrow":"ITL"},"JMD":{"displayName":{"other":"JMD"},"symbol":"JMD","narrow":"$"},"JOD":{"displayName":{"other":"JOD"},"symbol":"JOD","narrow":"JOD"},"JPY":{"displayName":{"other":"tharafu ya Kijapani"},"symbol":"JP¥","narrow":"¥"},"KES":{"displayName":{"other":"shilingi ya Kenya"},"symbol":"KES","narrow":"KES"},"KGS":{"displayName":{"other":"KGS"},"symbol":"KGS","narrow":"KGS"},"KHR":{"displayName":{"other":"KHR"},"symbol":"KHR","narrow":"៛"},"KMF":{"displayName":{"other":"faranga ya Komoro"},"symbol":"KMF","narrow":"CF"},"KPW":{"displayName":{"other":"KPW"},"symbol":"KPW","narrow":"₩"},"KRH":{"displayName":{"other":"KRH"},"symbol":"KRH","narrow":"KRH"},"KRO":{"displayName":{"other":"KRO"},"symbol":"KRO","narrow":"KRO"},"KRW":{"displayName":{"other":"KRW"},"symbol":"₩","narrow":"₩"},"KWD":{"displayName":{"other":"KWD"},"symbol":"KWD","narrow":"KWD"},"KYD":{"displayName":{"other":"KYD"},"symbol":"KYD","narrow":"$"},"KZT":{"displayName":{"other":"KZT"},"symbol":"KZT","narrow":"₸"},"LAK":{"displayName":{"other":"LAK"},"symbol":"LAK","narrow":"₭"},"LBP":{"displayName":{"other":"LBP"},"symbol":"LBP","narrow":"L£"},"LKR":{"displayName":{"other":"LKR"},"symbol":"LKR","narrow":"Rs"},"LRD":{"displayName":{"other":"dola ya Liberia"},"symbol":"LRD","narrow":"$"},"LSL":{"displayName":{"other":"loti ya Lethoto"},"symbol":"LSL","narrow":"LSL"},"LTL":{"displayName":{"other":"LTL"},"symbol":"LTL","narrow":"Lt"},"LTT":{"displayName":{"other":"LTT"},"symbol":"LTT","narrow":"LTT"},"LUC":{"displayName":{"other":"LUC"},"symbol":"LUC","narrow":"LUC"},"LUF":{"displayName":{"other":"LUF"},"symbol":"LUF","narrow":"LUF"},"LUL":{"displayName":{"other":"LUL"},"symbol":"LUL","narrow":"LUL"},"LVL":{"displayName":{"other":"LVL"},"symbol":"LVL","narrow":"Ls"},"LVR":{"displayName":{"other":"LVR"},"symbol":"LVR","narrow":"LVR"},"LYD":{"displayName":{"other":"dinari ya Libya"},"symbol":"LYD","narrow":"LYD"},"MAD":{"displayName":{"other":"dirham ya Moroko"},"symbol":"MAD","narrow":"MAD"},"MAF":{"displayName":{"other":"MAF"},"symbol":"MAF","narrow":"MAF"},"MCF":{"displayName":{"other":"MCF"},"symbol":"MCF","narrow":"MCF"},"MDC":{"displayName":{"other":"MDC"},"symbol":"MDC","narrow":"MDC"},"MDL":{"displayName":{"other":"MDL"},"symbol":"MDL","narrow":"MDL"},"MGA":{"displayName":{"other":"faranga ya Bukini"},"symbol":"MGA","narrow":"Ar"},"MGF":{"displayName":{"other":"MGF"},"symbol":"MGF","narrow":"MGF"},"MKD":{"displayName":{"other":"MKD"},"symbol":"MKD","narrow":"MKD"},"MKN":{"displayName":{"other":"MKN"},"symbol":"MKN","narrow":"MKN"},"MLF":{"displayName":{"other":"MLF"},"symbol":"MLF","narrow":"MLF"},"MMK":{"displayName":{"other":"MMK"},"symbol":"MMK","narrow":"K"},"MNT":{"displayName":{"other":"MNT"},"symbol":"MNT","narrow":"₮"},"MOP":{"displayName":{"other":"MOP"},"symbol":"MOP","narrow":"MOP"},"MRO":{"displayName":{"other":"ugwiya ya Moritania (1973–2017)"},"symbol":"MRO","narrow":"MRO"},"MRU":{"displayName":{"other":"ugwiya ya Moritania"},"symbol":"MRU","narrow":"MRU"},"MTL":{"displayName":{"other":"MTL"},"symbol":"MTL","narrow":"MTL"},"MTP":{"displayName":{"other":"MTP"},"symbol":"MTP","narrow":"MTP"},"MUR":{"displayName":{"other":"rupia ya Morithi"},"symbol":"MUR","narrow":"Rs"},"MVP":{"displayName":{"other":"MVP"},"symbol":"MVP","narrow":"MVP"},"MVR":{"displayName":{"other":"MVR"},"symbol":"MVR","narrow":"MVR"},"MWK":{"displayName":{"other":"kwacha ya Malawi"},"symbol":"MWK","narrow":"MWK"},"MXN":{"displayName":{"other":"MXN"},"symbol":"MX$","narrow":"$"},"MXP":{"displayName":{"other":"MXP"},"symbol":"MXP","narrow":"MXP"},"MXV":{"displayName":{"other":"MXV"},"symbol":"MXV","narrow":"MXV"},"MYR":{"displayName":{"other":"MYR"},"symbol":"MYR","narrow":"RM"},"MZE":{"displayName":{"other":"MZE"},"symbol":"MZE","narrow":"MZE"},"MZM":{"displayName":{"other":"metikali ya Mthumbiji"},"symbol":"MZM","narrow":"MZM"},"MZN":{"displayName":{"other":"MZN"},"symbol":"MZN","narrow":"MZN"},"NAD":{"displayName":{"other":"dola ya Namibia"},"symbol":"NAD","narrow":"$"},"NGN":{"displayName":{"other":"naira ya Nijeria"},"symbol":"NGN","narrow":"₦"},"NIC":{"displayName":{"other":"NIC"},"symbol":"NIC","narrow":"NIC"},"NIO":{"displayName":{"other":"NIO"},"symbol":"NIO","narrow":"C$"},"NLG":{"displayName":{"other":"NLG"},"symbol":"NLG","narrow":"NLG"},"NOK":{"displayName":{"other":"NOK"},"symbol":"NOK","narrow":"kr"},"NPR":{"displayName":{"other":"NPR"},"symbol":"NPR","narrow":"Rs"},"NZD":{"displayName":{"other":"NZD"},"symbol":"NZ$","narrow":"$"},"OMR":{"displayName":{"other":"OMR"},"symbol":"OMR","narrow":"OMR"},"PAB":{"displayName":{"other":"PAB"},"symbol":"PAB","narrow":"PAB"},"PEI":{"displayName":{"other":"PEI"},"symbol":"PEI","narrow":"PEI"},"PEN":{"displayName":{"other":"PEN"},"symbol":"PEN","narrow":"PEN"},"PES":{"displayName":{"other":"PES"},"symbol":"PES","narrow":"PES"},"PGK":{"displayName":{"other":"PGK"},"symbol":"PGK","narrow":"PGK"},"PHP":{"displayName":{"other":"PHP"},"symbol":"₱","narrow":"₱"},"PKR":{"displayName":{"other":"PKR"},"symbol":"PKR","narrow":"Rs"},"PLN":{"displayName":{"other":"PLN"},"symbol":"PLN","narrow":"zł"},"PLZ":{"displayName":{"other":"PLZ"},"symbol":"PLZ","narrow":"PLZ"},"PTE":{"displayName":{"other":"PTE"},"symbol":"PTE","narrow":"PTE"},"PYG":{"displayName":{"other":"PYG"},"symbol":"PYG","narrow":"₲"},"QAR":{"displayName":{"other":"QAR"},"symbol":"QAR","narrow":"QAR"},"RHD":{"displayName":{"other":"RHD"},"symbol":"RHD","narrow":"RHD"},"ROL":{"displayName":{"other":"ROL"},"symbol":"ROL","narrow":"ROL"},"RON":{"displayName":{"other":"RON"},"symbol":"RON","narrow":"lei"},"RSD":{"displayName":{"other":"RSD"},"symbol":"RSD","narrow":"RSD"},"RUB":{"displayName":{"other":"RUB"},"symbol":"RUB","narrow":"₽"},"RUR":{"displayName":{"other":"RUR"},"symbol":"RUR","narrow":"RUR"},"RWF":{"displayName":{"other":"faranga ya Rwanda"},"symbol":"RWF","narrow":"RF"},"SAR":{"displayName":{"other":"riyal ya Thaudia"},"symbol":"SAR","narrow":"SAR"},"SBD":{"displayName":{"other":"SBD"},"symbol":"SBD","narrow":"$"},"SCR":{"displayName":{"other":"rupia ya Shelisheli"},"symbol":"SCR","narrow":"SCR"},"SDD":{"displayName":{"other":"SDD"},"symbol":"SDD","narrow":"SDD"},"SDG":{"displayName":{"other":"dinari ya Thudani"},"symbol":"SDG","narrow":"SDG"},"SDP":{"displayName":{"other":"pauni ya Thudani"},"symbol":"SDP","narrow":"SDP"},"SEK":{"displayName":{"other":"SEK"},"symbol":"SEK","narrow":"kr"},"SGD":{"displayName":{"other":"SGD"},"symbol":"SGD","narrow":"$"},"SHP":{"displayName":{"other":"pauni ya Thantahelena"},"symbol":"SHP","narrow":"£"},"SIT":{"displayName":{"other":"SIT"},"symbol":"SIT","narrow":"SIT"},"SKK":{"displayName":{"other":"SKK"},"symbol":"SKK","narrow":"SKK"},"SLL":{"displayName":{"other":"leoni"},"symbol":"SLL","narrow":"SLL"},"SOS":{"displayName":{"other":"shilingi ya Thomalia"},"symbol":"SOS","narrow":"SOS"},"SRD":{"displayName":{"other":"SRD"},"symbol":"SRD","narrow":"$"},"SRG":{"displayName":{"other":"SRG"},"symbol":"SRG","narrow":"SRG"},"SSP":{"displayName":{"other":"SSP"},"symbol":"SSP","narrow":"£"},"STD":{"displayName":{"other":"dobra ya Thao Tome na Principe (1977–2017)"},"symbol":"STD","narrow":"STD"},"STN":{"displayName":{"other":"dobra ya Thao Tome na Principe"},"symbol":"STN","narrow":"Db"},"SUR":{"displayName":{"other":"SUR"},"symbol":"SUR","narrow":"SUR"},"SVC":{"displayName":{"other":"SVC"},"symbol":"SVC","narrow":"SVC"},"SYP":{"displayName":{"other":"SYP"},"symbol":"SYP","narrow":"£"},"SZL":{"displayName":{"other":"lilangeni"},"symbol":"SZL","narrow":"SZL"},"THB":{"displayName":{"other":"THB"},"symbol":"THB","narrow":"฿"},"TJR":{"displayName":{"other":"TJR"},"symbol":"TJR","narrow":"TJR"},"TJS":{"displayName":{"other":"TJS"},"symbol":"TJS","narrow":"TJS"},"TMM":{"displayName":{"other":"TMM"},"symbol":"TMM","narrow":"TMM"},"TMT":{"displayName":{"other":"TMT"},"symbol":"TMT","narrow":"TMT"},"TND":{"displayName":{"other":"dinari ya Tunithia"},"symbol":"TND","narrow":"TND"},"TOP":{"displayName":{"other":"TOP"},"symbol":"TOP","narrow":"T$"},"TPE":{"displayName":{"other":"TPE"},"symbol":"TPE","narrow":"TPE"},"TRL":{"displayName":{"other":"TRL"},"symbol":"TRL","narrow":"TRL"},"TRY":{"displayName":{"other":"TRY"},"symbol":"TRY","narrow":"₺"},"TTD":{"displayName":{"other":"TTD"},"symbol":"TTD","narrow":"$"},"TWD":{"displayName":{"other":"TWD"},"symbol":"NT$","narrow":"$"},"TZS":{"displayName":{"other":"shilingi ya Tandhania"},"symbol":"TSh","narrow":"TSh"},"UAH":{"displayName":{"other":"UAH"},"symbol":"UAH","narrow":"₴"},"UAK":{"displayName":{"other":"UAK"},"symbol":"UAK","narrow":"UAK"},"UGS":{"displayName":{"other":"UGS"},"symbol":"UGS","narrow":"UGS"},"UGX":{"displayName":{"other":"shilingi ya Uganda"},"symbol":"UGX","narrow":"UGX"},"USD":{"displayName":{"other":"dola ya Marekani"},"symbol":"US$","narrow":"$"},"USN":{"displayName":{"other":"USN"},"symbol":"USN","narrow":"USN"},"USS":{"displayName":{"other":"USS"},"symbol":"USS","narrow":"USS"},"UYI":{"displayName":{"other":"UYI"},"symbol":"UYI","narrow":"UYI"},"UYP":{"displayName":{"other":"UYP"},"symbol":"UYP","narrow":"UYP"},"UYU":{"displayName":{"other":"UYU"},"symbol":"UYU","narrow":"$"},"UYW":{"displayName":{"other":"UYW"},"symbol":"UYW","narrow":"UYW"},"UZS":{"displayName":{"other":"UZS"},"symbol":"UZS","narrow":"UZS"},"VEB":{"displayName":{"other":"VEB"},"symbol":"VEB","narrow":"VEB"},"VEF":{"displayName":{"other":"VEF"},"symbol":"VEF","narrow":"Bs"},"VES":{"displayName":{"other":"VES"},"symbol":"VES","narrow":"VES"},"VND":{"displayName":{"other":"VND"},"symbol":"₫","narrow":"₫"},"VNN":{"displayName":{"other":"VNN"},"symbol":"VNN","narrow":"VNN"},"VUV":{"displayName":{"other":"VUV"},"symbol":"VUV","narrow":"VUV"},"WST":{"displayName":{"other":"WST"},"symbol":"WST","narrow":"WST"},"XAF":{"displayName":{"other":"faranga CFA BEAC"},"symbol":"FCFA","narrow":"FCFA"},"XAG":{"displayName":{"other":"XAG"},"symbol":"XAG","narrow":"XAG"},"XAU":{"displayName":{"other":"XAU"},"symbol":"XAU","narrow":"XAU"},"XBA":{"displayName":{"other":"XBA"},"symbol":"XBA","narrow":"XBA"},"XBB":{"displayName":{"other":"XBB"},"symbol":"XBB","narrow":"XBB"},"XBC":{"displayName":{"other":"XBC"},"symbol":"XBC","narrow":"XBC"},"XBD":{"displayName":{"other":"XBD"},"symbol":"XBD","narrow":"XBD"},"XCD":{"displayName":{"other":"XCD"},"symbol":"EC$","narrow":"$"},"XDR":{"displayName":{"other":"XDR"},"symbol":"XDR","narrow":"XDR"},"XEU":{"displayName":{"other":"XEU"},"symbol":"XEU","narrow":"XEU"},"XFO":{"displayName":{"other":"XFO"},"symbol":"XFO","narrow":"XFO"},"XFU":{"displayName":{"other":"XFU"},"symbol":"XFU","narrow":"XFU"},"XOF":{"displayName":{"other":"faranga CFA BCEAO"},"symbol":"F CFA","narrow":"F CFA"},"XPD":{"displayName":{"other":"XPD"},"symbol":"XPD","narrow":"XPD"},"XPF":{"displayName":{"other":"XPF"},"symbol":"CFPF","narrow":"CFPF"},"XPT":{"displayName":{"other":"XPT"},"symbol":"XPT","narrow":"XPT"},"XRE":{"displayName":{"other":"XRE"},"symbol":"XRE","narrow":"XRE"},"XSU":{"displayName":{"other":"XSU"},"symbol":"XSU","narrow":"XSU"},"XTS":{"displayName":{"other":"XTS"},"symbol":"XTS","narrow":"XTS"},"XUA":{"displayName":{"other":"XUA"},"symbol":"XUA","narrow":"XUA"},"XXX":{"displayName":{"other":"XXX"},"symbol":"¤","narrow":"¤"},"YDD":{"displayName":{"other":"YDD"},"symbol":"YDD","narrow":"YDD"},"YER":{"displayName":{"other":"YER"},"symbol":"YER","narrow":"YER"},"YUD":{"displayName":{"other":"YUD"},"symbol":"YUD","narrow":"YUD"},"YUM":{"displayName":{"other":"YUM"},"symbol":"YUM","narrow":"YUM"},"YUN":{"displayName":{"other":"YUN"},"symbol":"YUN","narrow":"YUN"},"YUR":{"displayName":{"other":"YUR"},"symbol":"YUR","narrow":"YUR"},"ZAL":{"displayName":{"other":"ZAL"},"symbol":"ZAL","narrow":"ZAL"},"ZAR":{"displayName":{"other":"randi ya Afrika Kuthini"},"symbol":"ZAR","narrow":"R"},"ZMK":{"displayName":{"other":"kwacha ya Dhambia (1968–2012)"},"symbol":"ZMK","narrow":"ZMK"},"ZMW":{"displayName":{"other":"kwacha ya Dhambia"},"symbol":"ZMW","narrow":"ZK"},"ZRN":{"displayName":{"other":"ZRN"},"symbol":"ZRN","narrow":"ZRN"},"ZRZ":{"displayName":{"other":"ZRZ"},"symbol":"ZRZ","narrow":"ZRZ"},"ZWD":{"displayName":{"other":"dola ya Dhimbabwe"},"symbol":"ZWD","narrow":"ZWD"},"ZWL":{"displayName":{"other":"ZWL"},"symbol":"ZWL","narrow":"ZWL"},"ZWR":{"displayName":{"other":"ZWR"},"symbol":"ZWR","narrow":"ZWR"}},"numbers":{"nu":["latn"],"symbols":{"latn":{"decimal":".","group":",","list":";","percentSign":"%","plusSign":"+","minusSign":"-","approximatelySign":"~","exponential":"E","superscriptingExponent":"×","perMille":"‰","infinity":"∞","nan":"NaN","timeSeparator":":"}},"percent":{"latn":"#,##0%"},"decimal":{"latn":{"standard":"#,##0.###","long":{"1000":{"other":"0K"},"10000":{"other":"00K"},"100000":{"other":"000K"},"1000000":{"other":"0M"},"10000000":{"other":"00M"},"100000000":{"other":"000M"},"1000000000":{"other":"0G"},"10000000000":{"other":"00G"},"100000000000":{"other":"000G"},"1000000000000":{"other":"0T"},"10000000000000":{"other":"00T"},"100000000000000":{"other":"000T"}},"short":{"1000":{"other":"0K"},"10000":{"other":"00K"},"100000":{"other":"000K"},"1000000":{"other":"0M"},"10000000":{"other":"00M"},"100000000":{"other":"000M"},"1000000000":{"other":"0G"},"10000000000":{"other":"00G"},"100000000000":{"other":"000G"},"1000000000000":{"other":"0T"},"10000000000000":{"other":"00T"},"100000000000000":{"other":"000T"}}}},"currency":{"latn":{"currencySpacing":{"beforeInsertBetween":" ","afterInsertBetween":" "},"standard":"#,##0.00 ¤","accounting":"#,##0.00 ¤","unitPattern":"{0} {1}","short":{"1000":{"other":"¤ 0K"},"10000":{"other":"¤ 00K"},"100000":{"other":"¤ 000K"},"1000000":{"other":"¤ 0M"},"10000000":{"other":"¤ 00M"},"100000000":{"other":"¤ 000M"},"1000000000":{"other":"¤ 0G"},"10000000000":{"other":"¤ 00G"},"100000000000":{"other":"¤ 000G"},"1000000000000":{"other":"¤ 0T"},"10000000000000":{"other":"¤ 00T"},"100000000000000":{"other":"¤ 000T"}}}}},"nu":["latn"]},"locale":"asa"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.NumberFormat && typeof Intl.NumberFormat.__addLocaleData === 'function') {
4
+ Intl.NumberFormat.__addLocaleData({"data":{"units":{"simple":{"degree":{"long":{"other":"{0} graos","one":"{0} grau"},"short":{"other":"{0}°"},"narrow":{"other":"{0}°"},"perUnit":{}},"hectare":{"long":{"other":"{0} hectárees","one":"{0} hectárea"},"short":{"other":"{0} ha"},"narrow":{"other":"{0}ha"},"perUnit":{}},"acre":{"long":{"other":"{0} acres","one":"{0} acre"},"short":{"other":"{0} ac"},"narrow":{"other":"{0}ac"},"perUnit":{}},"percent":{"long":{"other":"{0}%"},"short":{"other":"{0}%"},"narrow":{"other":"{0}%"},"perUnit":{}},"liter-per-kilometer":{"long":{"other":"{0} llitros per quilómetru","one":"{0} llitru per quilómetru"},"short":{"other":"{0} L/km"},"narrow":{"other":"{0}L/km"},"perUnit":{}},"mile-per-gallon":{"long":{"other":"{0} milles per galón","one":"{0} milla per galón"},"short":{"other":"{0} mpg"},"narrow":{"other":"{0}mpg"},"perUnit":{}},"petabyte":{"long":{"other":"{0} PB"},"short":{"other":"{0} PB"},"narrow":{"other":"{0} PB"},"perUnit":{}},"terabyte":{"long":{"other":"{0} terabytes","one":"{0} terabyte"},"short":{"other":"{0} TB"},"narrow":{"other":"{0}TB"},"perUnit":{}},"terabit":{"long":{"other":"{0} terabits","one":"{0} terabit"},"short":{"other":"{0} Tb"},"narrow":{"other":"{0}Tb"},"perUnit":{}},"gigabyte":{"long":{"other":"{0} gigabytes","one":"{0} gigabyte"},"short":{"other":"{0} GB"},"narrow":{"other":"{0}GB"},"perUnit":{}},"gigabit":{"long":{"other":"{0} gigabits","one":"{0} gigabit"},"short":{"other":"{0} Gb"},"narrow":{"other":"{0}Gb"},"perUnit":{}},"megabyte":{"long":{"other":"{0} megabytes","one":"{0} megabyte"},"short":{"other":"{0} MB"},"narrow":{"other":"{0}MB"},"perUnit":{}},"megabit":{"long":{"other":"{0} megabits","one":"{0} megabit"},"short":{"other":"{0} Mb"},"narrow":{"other":"{0}Mb"},"perUnit":{}},"kilobyte":{"long":{"other":"{0} kilobytes","one":"{0} kilobyte"},"short":{"other":"{0} kB"},"narrow":{"other":"{0}kB"},"perUnit":{}},"kilobit":{"long":{"other":"{0} kilobits","one":"{0} kilobit"},"short":{"other":"{0} kb"},"narrow":{"other":"{0}kb"},"perUnit":{}},"byte":{"long":{"other":"{0} bytes","one":"{0} byte"},"short":{"other":"{0} byte"},"narrow":{"other":"{0}byte"},"perUnit":{}},"bit":{"long":{"other":"{0} bits","one":"{0} bit"},"short":{"other":"{0} bit"},"narrow":{"other":"{0}bits","one":"{0}bit"},"perUnit":{}},"year":{"long":{"other":"{0} años","one":"{0} añu"},"short":{"other":"{0} añs","one":"{0} añ"},"narrow":{"other":"{0}añs","one":"{0}añ"},"perUnit":{"long":"{0} per añu","short":"{0}/añ","narrow":"{0}/añ"}},"month":{"long":{"other":"{0} meses","one":"{0} mes"},"short":{"other":"{0} meses","one":"{0} mes"},"narrow":{"other":"{0}meses","one":"{0}mes"},"perUnit":{"long":"{0} per mes","short":"{0}/mes","narrow":"{0}/mes"}},"week":{"long":{"other":"{0} selmanes","one":"{0} selmana"},"short":{"other":"{0} sels","one":"{0} sel"},"narrow":{"other":"{0}sels","one":"{0}sel"},"perUnit":{"long":"{0} per selmana","short":"{0}/sel","narrow":"{0}/sel"}},"day":{"long":{"other":"{0} díes","one":"{0} día"},"short":{"other":"{0} díes","one":"{0} día"},"narrow":{"other":"{0}díes","one":"{0}día"},"perUnit":{"long":"{0} per día","short":"{0}/día","narrow":"{0}/día"}},"hour":{"long":{"other":"{0} hores","one":"{0} hora"},"short":{"other":"{0} hrs","one":"{0} hr"},"narrow":{"other":"{0}hrs","one":"{0}hr"},"perUnit":{"long":"{0} per hora","short":"{0}/hr","narrow":"{0}/hr"}},"minute":{"long":{"other":"{0} minutos","one":"{0} minutu"},"short":{"other":"{0} mins","one":"{0} min"},"narrow":{"other":"{0}mins","one":"{0}min"},"perUnit":{"long":"{0} per minutu","short":"{0}/min","narrow":"{0}/min"}},"second":{"long":{"other":"{0} segundos","one":"{0} segundu"},"short":{"other":"{0} segs","one":"{0} seg"},"narrow":{"other":"{0}segs","one":"{0}seg"},"perUnit":{"long":"{0} per segundu","short":"{0}/seg","narrow":"{0}/seg"}},"millisecond":{"long":{"other":"{0} milisegundos","one":"{0} milisegundu"},"short":{"other":"{0} ms"},"narrow":{"other":"{0}ms"},"perUnit":{}},"kilometer":{"long":{"other":"{0} quilómetros","one":"{0} quilómetru"},"short":{"other":"{0} km"},"narrow":{"other":"{0}km"},"perUnit":{"long":"{0} per quilómetru","short":"{0}/km","narrow":"{0}/km"}},"meter":{"long":{"other":"{0} metros","one":"{0} metru"},"short":{"other":"{0} m"},"narrow":{"other":"{0}m"},"perUnit":{"long":"{0} per metru","short":"{0}/m","narrow":"{0}/m"}},"centimeter":{"long":{"other":"{0} centímetros","one":"{0} centímetru"},"short":{"other":"{0} cm"},"narrow":{"other":"{0}cm"},"perUnit":{"long":"{0} por centímetru","short":"{0}/cm","narrow":"{0}/cm"}},"millimeter":{"long":{"other":"{0} milímetros","one":"{0} milímetru"},"short":{"other":"{0} mm"},"narrow":{"other":"{0}mm"},"perUnit":{}},"mile":{"long":{"other":"{0} milles","one":"{0} milla"},"short":{"other":"{0} mi"},"narrow":{"other":"{0}mi"},"perUnit":{}},"yard":{"long":{"other":"{0} yardes","one":"{0} yarda"},"short":{"other":"{0} yd"},"narrow":{"other":"{0}yd"},"perUnit":{}},"foot":{"long":{"other":"{0} pies","one":"{0} pie"},"short":{"other":"{0} ft"},"narrow":{"other":"{0}′"},"perUnit":{"long":"{0} per pie","short":"{0}/ft","narrow":"{0}/ft"}},"inch":{"long":{"other":"{0} pulgaes","one":"{0} pulgada"},"short":{"other":"{0} in"},"narrow":{"other":"{0}″"},"perUnit":{"long":"{0} per pulgada","short":"{0}/in","narrow":"{0}/in"}},"mile-scandinavian":{"long":{"other":"{0} milles escandinaves","one":"{0} milla escandinava"},"short":{"other":"{0} smi"},"narrow":{"other":"{0}smi"},"perUnit":{}},"kilogram":{"long":{"other":"{0} quilogramos","one":"{0} quilogramu"},"short":{"other":"{0} kg"},"narrow":{"other":"{0}kg"},"perUnit":{"long":"{0} per quilogramu","short":"{0}/kg","narrow":"{0}/kg"}},"gram":{"long":{"other":"{0} gramos","one":"{0} gramu"},"short":{"other":"{0} g"},"narrow":{"other":"{0}g"},"perUnit":{"long":"{0} per gramu","short":"{0}/g","narrow":"{0}/g"}},"stone":{"long":{"other":"{0} piedres","one":"{0} piedra"},"short":{"other":"{0} st"},"narrow":{"other":"{0}st"},"perUnit":{}},"pound":{"long":{"other":"{0} llibres","one":"{0} llibra"},"short":{"other":"{0} lbs","one":"{0} lb"},"narrow":{"other":"{0}#"},"perUnit":{"long":"{0} per llibra","short":"{0}/lb","narrow":"{0}/lb"}},"ounce":{"long":{"other":"{0} onces","one":"{0} onza"},"short":{"other":"{0} oz"},"narrow":{"other":"{0}oz"},"perUnit":{"long":"{0} per onza","short":"{0}/oz","narrow":"{0}/oz"}},"kilometer-per-hour":{"long":{"other":"{0} quilómetros per hora","one":"{0} quilómetru per hora"},"short":{"other":"{0} km/h"},"narrow":{"other":"{0}km/h"},"perUnit":{}},"meter-per-second":{"long":{"other":"{0} metros per segundu","one":"{0} metru per segundu"},"short":{"other":"{0} m/s"},"narrow":{"other":"{0}m/s"},"perUnit":{}},"mile-per-hour":{"long":{"other":"{0} milles per hora","one":"{0} milla per hora"},"short":{"other":"{0} mi/h"},"narrow":{"other":"{0}mph"},"perUnit":{}},"celsius":{"long":{"other":"{0} graos Celsius","one":"{0} grau Celsius"},"short":{"other":"{0}°C"},"narrow":{"other":"{0}°C"},"perUnit":{}},"fahrenheit":{"long":{"other":"{0} graos Fahrenheit","one":"{0} grau Fahrenheit"},"short":{"other":"{0}°F"},"narrow":{"other":"{0}°F"},"perUnit":{}},"liter":{"long":{"other":"{0} llitros","one":"{0} llitru"},"short":{"other":"{0} l"},"narrow":{"other":"{0}l"},"perUnit":{"long":"{0} per llitru","short":"{0}/l","narrow":"{0}/l"}},"milliliter":{"long":{"other":"{0} milillitros","one":"{0} milillitru"},"short":{"other":"{0} mL"},"narrow":{"other":"{0}mL"},"perUnit":{}},"gallon":{"long":{"other":"{0} galones","one":"{0} galón"},"short":{"other":"{0} gal"},"narrow":{"other":"{0}gal"},"perUnit":{"long":"{0} per galón","short":"{0}/gal","narrow":"{0}/gal"}},"fluid-ounce":{"long":{"other":"{0} onces de fluidos","one":"{0} onza de fluidos"},"short":{"other":"{0} fl oz"},"narrow":{"other":"{0}fl oz"},"perUnit":{}}},"compound":{"per":{"long":"{0} per {1}","short":"{0}/{1}","narrow":"{0}/{1}"}}},"currencies":{"ADP":{"displayName":{"other":"pesetes andorranes","one":"peseta andorrana"},"symbol":"ADP","narrow":"ADP"},"AED":{"displayName":{"other":"dirḥams EAX","one":"dirḥam EAX"},"symbol":"AED","narrow":"AED"},"AFA":{"displayName":{"other":"afganís afganistanos (1927–2002)","one":"afganí afganistanu (1927–2002)"},"symbol":"AFA","narrow":"AFA"},"AFN":{"displayName":{"other":"afganís afganistanos","one":"afganí afganistanu"},"symbol":"AFN","narrow":"؋"},"ALK":{"displayName":{"other":"lekë albaneses (1946–1965)","one":"lek albanés (1946–1965)"},"symbol":"ALK","narrow":"ALK"},"ALL":{"displayName":{"other":"lekë albaneses","one":"lek albanés"},"symbol":"ALL","narrow":"ALL"},"AMD":{"displayName":{"other":"drams armenios","one":"dram armeniu"},"symbol":"AMD","narrow":"֏"},"ANG":{"displayName":{"other":"guílders de les Antilles Neerlandeses","one":"guílder de les Antilles Neerlandeses"},"symbol":"ANG","narrow":"ANG"},"AOA":{"displayName":{"other":"kwanzas angolanos","one":"kwanza angolanu"},"symbol":"AOA","narrow":"Kz"},"AOK":{"displayName":{"other":"kwanzas angolanos (1977–1991)","one":"kwanza angolanu (1977–1991)"},"symbol":"AOK","narrow":"AOK"},"AON":{"displayName":{"other":"kwanzas nuevos angolanos (1990–2000)","one":"kwanza nuevu angolanu (1990–2000)"},"symbol":"AON","narrow":"AON"},"AOR":{"displayName":{"other":"kwanzas angolanos reaxustaos (1995–1999)","one":"kwanza angolanu reaxustáu (1995–1999)"},"symbol":"AOR","narrow":"AOR"},"ARA":{"displayName":{"other":"australes arxentinos","one":"austral arxentín"},"symbol":"ARA","narrow":"ARA"},"ARL":{"displayName":{"other":"pesos ley arxentinos (1970–1983)","one":"pesu ley arxentín (1970–1983)"},"symbol":"ARL","narrow":"ARL"},"ARM":{"displayName":{"other":"pesos arxentinos (1881–1970)","one":"pesu arxentín (1881–1970)"},"symbol":"ARM","narrow":"ARM"},"ARP":{"displayName":{"other":"pesos arxentinos (1983–1985)","one":"pesu arxentín (1983–1985)"},"symbol":"ARP","narrow":"ARP"},"ARS":{"displayName":{"other":"pesos arxentinos","one":"pesu arxentín"},"symbol":"ARS","narrow":"$"},"ATS":{"displayName":{"other":"chelinos austriacos","one":"chelín austriacu"},"symbol":"ATS","narrow":"ATS"},"AUD":{"displayName":{"other":"dólares australianos","one":"dólar australianu"},"symbol":"A$","narrow":"$"},"AWG":{"displayName":{"other":"florines arubanos","one":"florín arubanu"},"symbol":"AWG","narrow":"AWG"},"AZM":{"displayName":{"other":"manats azerbaixanos (1993–2006)","one":"manat azerbaixanu (1993–2006)"},"symbol":"AZM","narrow":"AZM"},"AZN":{"displayName":{"other":"manats azerbaixanos","one":"manat azerbaixanu"},"symbol":"AZN","narrow":"₼"},"BAD":{"displayName":{"other":"dinares de Bosnia-Herzegovina (1992–1994)","one":"dinar de Bosnia-Herzegovina (1992–1994)"},"symbol":"BAD","narrow":"BAD"},"BAM":{"displayName":{"other":"marcos convertibles de Bosnia-Herzegovina","one":"marcu convertible de Bosnia-Herzegovina"},"symbol":"BAM","narrow":"KM"},"BAN":{"displayName":{"other":"dinares nuevos de Bosnia-Herzegovina (1994–1997)","one":"dinar nuevu de Bosnia-Herzegovina (1994–1997)"},"symbol":"BAN","narrow":"BAN"},"BBD":{"displayName":{"other":"dólares barbadianos","one":"dólar barbadianu"},"symbol":"BBD","narrow":"$"},"BDT":{"displayName":{"other":"takas bangladexinos","one":"taka bangladexí"},"symbol":"BDT","narrow":"৳"},"BEC":{"displayName":{"other":"francos belgas (convertibles)","one":"francu belga (convertible)"},"symbol":"BEC","narrow":"BEC"},"BEF":{"displayName":{"other":"francos belgues","one":"francu belga"},"symbol":"BEF","narrow":"BEF"},"BEL":{"displayName":{"other":"francos belgues (financieros)","one":"francu belga (financieru)"},"symbol":"BEL","narrow":"BEL"},"BGL":{"displayName":{"other":"leva fuertes búlgaros","one":"lev fuerte búlgaru"},"symbol":"BGL","narrow":"BGL"},"BGM":{"displayName":{"other":"leva socialistes búlgaros","one":"lev socialista búlgaru"},"symbol":"BGM","narrow":"BGM"},"BGN":{"displayName":{"other":"leva búlgaros","one":"lev búlgaru"},"symbol":"BGN","narrow":"BGN"},"BGO":{"displayName":{"other":"leva búlgaros (1879–1952)","one":"lev búlgaru (1879–1952)"},"symbol":"BGO","narrow":"BGO"},"BHD":{"displayName":{"other":"dinares baḥreininos","one":"dinar baḥreiní"},"symbol":"BHD","narrow":"BHD"},"BIF":{"displayName":{"other":"francos burundianos","one":"francu burundianu"},"symbol":"BIF","narrow":"BIF"},"BMD":{"displayName":{"other":"dólares bermudianos","one":"dólar bermudianu"},"symbol":"BMD","narrow":"$"},"BND":{"displayName":{"other":"dólares bruneyanos","one":"dólar bruneyanu"},"symbol":"BND","narrow":"$"},"BOB":{"displayName":{"other":"bolivianos de Bolivia","one":"bolivianu de Bolivia"},"symbol":"BOB","narrow":"Bs"},"BOL":{"displayName":{"other":"bolivianos de Bolivia (1863–1963)","one":"boliviano de Bolivia (1863–1963)"},"symbol":"BOL","narrow":"BOL"},"BOP":{"displayName":{"other":"pesos bolivianos","one":"pesu bolivianu"},"symbol":"BOP","narrow":"BOP"},"BOV":{"displayName":{"other":"bolivianos mvdol","one":"bolivianu mvdol"},"symbol":"BOV","narrow":"BOV"},"BRB":{"displayName":{"other":"cruzeiros nuevos brasilanos (1967–1986)","one":"cruzeiro nuevu brasilanu (1967–1986)"},"symbol":"BRB","narrow":"BRB"},"BRC":{"displayName":{"other":"cruzados brasilanos (1986–1989)","one":"cruzado brasilanu (1986–1989)"},"symbol":"BRC","narrow":"BRC"},"BRE":{"displayName":{"other":"cruzeiros brasilanos (1990–1993)","one":"cruzeiro brasilanu (1990–1993)"},"symbol":"BRE","narrow":"BRE"},"BRL":{"displayName":{"other":"reales brasilanos","one":"real brasilanu"},"symbol":"R$","narrow":"R$"},"BRN":{"displayName":{"other":"cruzados nuevos brasilanos (1989–1990)","one":"cruzado nuevu brasilanu (1989–1990)"},"symbol":"BRN","narrow":"BRN"},"BRR":{"displayName":{"other":"cruzeiros brasilanos (1993–1994)","one":"cruzeiro brasilanu (1993–1994)"},"symbol":"BRR","narrow":"BRR"},"BRZ":{"displayName":{"other":"cruzeiros brasilanos (1942–1967)","one":"cruzeiru brasilanu (1942–1967)"},"symbol":"BRZ","narrow":"BRZ"},"BSD":{"displayName":{"other":"dólares bahameses","one":"dólar bahamés"},"symbol":"BSD","narrow":"$"},"BTN":{"displayName":{"other":"ngultrums butaneses","one":"ngultrum butanés"},"symbol":"BTN","narrow":"BTN"},"BUK":{"displayName":{"other":"kyats birmanos","one":"kyat birmanu"},"symbol":"BUK","narrow":"BUK"},"BWP":{"displayName":{"other":"pulas botsuanianes","one":"pula botsuaniana"},"symbol":"BWP","narrow":"P"},"BYB":{"displayName":{"other":"rublos nuevos bielorrusos (1994–1999)","one":"rublu nuevu bielorrusu (1994–1999)"},"symbol":"BYB","narrow":"BYB"},"BYN":{"displayName":{"other":"rublos bielorrusos","one":"rublu bielorrusu"},"symbol":"BYN","narrow":"BYN"},"BYR":{"displayName":{"other":"rublos bielorrusos (2000–2016)","one":"rublu bielorrusu (2000–2016)"},"symbol":"BYR","narrow":"BYR"},"BZD":{"displayName":{"other":"dólares belizianos","one":"dólar belizianu"},"symbol":"BZD","narrow":"$"},"CAD":{"displayName":{"other":"dólares canadienses","one":"dólar canadiense"},"symbol":"CA$","narrow":"$"},"CDF":{"displayName":{"other":"francos congoleses","one":"francu congolés"},"symbol":"CDF","narrow":"CDF"},"CHE":{"displayName":{"other":"euros WIR","one":"euru WIR"},"symbol":"CHE","narrow":"CHE"},"CHF":{"displayName":{"other":"francos suizos","one":"francu suizu"},"symbol":"CHF","narrow":"CHF"},"CHW":{"displayName":{"other":"francos WIR","one":"francu WIR"},"symbol":"CHW","narrow":"CHW"},"CLE":{"displayName":{"other":"escudos chilenos","one":"escudu chilenu"},"symbol":"CLE","narrow":"CLE"},"CLF":{"displayName":{"other":"unidaes de cuenta chilenes (UF)","one":"unidá de cuenta chilena (UF)"},"symbol":"CLF","narrow":"CLF"},"CLP":{"displayName":{"other":"pesos chilenos","one":"pesu chilenu"},"symbol":"CLP","narrow":"$"},"CNH":{"displayName":{"other":"CNH"},"symbol":"CNH","narrow":"CNH"},"CNX":{"displayName":{"other":"dólares del Bancu Popular Chinu","one":"dólar del Bancu Popular Chinu"},"symbol":"CNX","narrow":"CNX"},"CNY":{"displayName":{"other":"yuanes chinos","one":"yuan chinu"},"symbol":"CN¥","narrow":"¥"},"COP":{"displayName":{"other":"pesos colombianos","one":"pesu colombianu"},"symbol":"COP","narrow":"$"},"COU":{"displayName":{"other":"unidaes de valor real colombianes","one":"unidá de valor real colombiana"},"symbol":"COU","narrow":"COU"},"CRC":{"displayName":{"other":"colones costarricanos","one":"colón costarricanu"},"symbol":"CRC","narrow":"₡"},"CSD":{"displayName":{"other":"dinares serbios (2002–2006)","one":"dinar serbiu (2002–2006)"},"symbol":"CSD","narrow":"CSD"},"CSK":{"displayName":{"other":"corones fuertes checoslovaques","one":"corona fuerte checoslovaca"},"symbol":"CSK","narrow":"CSK"},"CUC":{"displayName":{"other":"pesos cubanos convertibles","one":"pesu cubanu convertible"},"symbol":"CUC","narrow":"$"},"CUP":{"displayName":{"other":"pesos cubanos","one":"pesu cubanu"},"symbol":"CUP","narrow":"$"},"CVE":{"displayName":{"other":"escudos cabuverdianos","one":"escudu cabuverdianu"},"symbol":"CVE","narrow":"CVE"},"CYP":{"displayName":{"other":"llibres xipriotes","one":"llibra xipriota"},"symbol":"CYP","narrow":"CYP"},"CZK":{"displayName":{"other":"corones cheques","one":"corona checa"},"symbol":"CZK","narrow":"Kč"},"DDM":{"displayName":{"other":"marcos d’Alemaña Oriental","one":"marcu d’Alemaña Oriental"},"symbol":"DDM","narrow":"DDM"},"DEM":{"displayName":{"other":"marcos alemanes","one":"marcu alemán"},"symbol":"DEM","narrow":"DEM"},"DJF":{"displayName":{"other":"francos xibutianos","one":"francu xibutianu"},"symbol":"DJF","narrow":"DJF"},"DKK":{"displayName":{"other":"corones daneses","one":"corona danesa"},"symbol":"DKK","narrow":"DKK"},"DOP":{"displayName":{"other":"pesos dominicanos","one":"pesu dominicanu"},"symbol":"DOP","narrow":"$"},"DZD":{"displayName":{"other":"dinares arxelinos","one":"dinar arxelín"},"symbol":"DZD","narrow":"DZD"},"ECS":{"displayName":{"other":"sucres ecuatorianos","one":"sucre ecuatorianu"},"symbol":"ECS","narrow":"ECS"},"ECV":{"displayName":{"other":"unidaes ecuatorianes de valor constante","one":"unidá ecuatoriana de valor constante"},"symbol":"ECV","narrow":"ECV"},"EEK":{"displayName":{"other":"corones estonianes","one":"corona estoniana"},"symbol":"EEK","narrow":"EEK"},"EGP":{"displayName":{"other":"llibres exipcianes","one":"llibra exipciana"},"symbol":"EGP","narrow":"E£"},"ERN":{"displayName":{"other":"nafkas eritreos","one":"nakfa eritréu"},"symbol":"ERN","narrow":"ERN"},"ESA":{"displayName":{"other":"pesetes españoles (cuenta A)","one":"peseta española (cuenta A)"},"symbol":"ESA","narrow":"ESA"},"ESB":{"displayName":{"other":"pesetes españoles (cuenta convertible)","one":"peseta española (cuenta convertible)"},"symbol":"ESB","narrow":"ESB"},"ESP":{"displayName":{"other":"pesetes españoles","one":"peseta española"},"symbol":"ESP","narrow":"₧"},"ETB":{"displayName":{"other":"birrs etíopes","one":"birr etíope"},"symbol":"ETB","narrow":"ETB"},"EUR":{"displayName":{"other":"euros","one":"euro"},"symbol":"€","narrow":"€"},"FIM":{"displayName":{"other":"marcos finlandeses","one":"marcu finlandés"},"symbol":"FIM","narrow":"FIM"},"FJD":{"displayName":{"other":"dólares fixanos","one":"dólar fixanu"},"symbol":"FJD","narrow":"$"},"FKP":{"displayName":{"other":"llibres malvinianes","one":"llibra malviniana"},"symbol":"FKP","narrow":"£"},"FRF":{"displayName":{"other":"francos franceses","one":"francu francés"},"symbol":"FRF","narrow":"FRF"},"GBP":{"displayName":{"other":"llibres esterlines","one":"llibra esterlina"},"symbol":"£","narrow":"£"},"GEK":{"displayName":{"other":"kupon larits xeorxanos","one":"kupon larit xeorxanu"},"symbol":"GEK","narrow":"GEK"},"GEL":{"displayName":{"other":"laris xeorxanos","one":"lari xeorxanu"},"symbol":"GEL","narrow":"₾"},"GHC":{"displayName":{"other":"cedis ghanianos (1979–2007)","one":"cedi ghanianu (1979–2007)"},"symbol":"GHC","narrow":"GHC"},"GHS":{"displayName":{"other":"cedis ghanianos","one":"cedi ghanianu"},"symbol":"GHS","narrow":"GH₵"},"GIP":{"displayName":{"other":"llibres de Xibraltar","one":"llibra de Xibraltar"},"symbol":"GIP","narrow":"£"},"GMD":{"displayName":{"other":"dalasis gambianos","one":"dalasi gambianu"},"symbol":"GMD","narrow":"GMD"},"GNF":{"displayName":{"other":"francos guineanos","one":"francu guineanu"},"symbol":"GNF","narrow":"FG"},"GNS":{"displayName":{"other":"sylis guineanos","one":"syli guineanu"},"symbol":"GNS","narrow":"GNS"},"GQE":{"displayName":{"other":"ekweles de Guinea Ecuatorial","one":"ekwele de Guinea Ecuatorial"},"symbol":"GQE","narrow":"GQE"},"GRD":{"displayName":{"other":"dracmes griegos","one":"dracma griegu"},"symbol":"GRD","narrow":"GRD"},"GTQ":{"displayName":{"other":"quetzales guatemalianos","one":"quetzal guatemalianu"},"symbol":"GTQ","narrow":"Q"},"GWE":{"displayName":{"other":"escudos de Guinea portuguesa","one":"escudo de Guinea portuguesa"},"symbol":"GWE","narrow":"GWE"},"GWP":{"displayName":{"other":"pesos de Guinea-Bisáu","one":"pesu de Guinea-Bisáu"},"symbol":"GWP","narrow":"GWP"},"GYD":{"displayName":{"other":"dólares guyaneses","one":"dólar guyanés"},"symbol":"GYD","narrow":"$"},"HKD":{"displayName":{"other":"dólares ḥongkoneses","one":"dólar hongkonés"},"symbol":"HK$","narrow":"$"},"HNL":{"displayName":{"other":"lempires honduranes","one":"lempira hondurana"},"symbol":"HNL","narrow":"L"},"HRD":{"displayName":{"other":"dinares croates","one":"dinar croata"},"symbol":"HRD","narrow":"HRD"},"HRK":{"displayName":{"other":"kunes croates","one":"kuna croata"},"symbol":"HRK","narrow":"HRK"},"HTG":{"displayName":{"other":"gourde haitianos","one":"gourde haitianu"},"symbol":"HTG","narrow":"HTG"},"HUF":{"displayName":{"other":"forints húngaros","one":"forint húngaru"},"symbol":"HUF","narrow":"Ft"},"IDR":{"displayName":{"other":"rupiahs indonesies","one":"rupiah indonesia"},"symbol":"IDR","narrow":"Rp"},"IEP":{"displayName":{"other":"llibres irlandeses","one":"llibra irlandesa"},"symbol":"IEP","narrow":"IEP"},"ILP":{"displayName":{"other":"llibres israelines","one":"llibra israelina"},"symbol":"ILP","narrow":"ILP"},"ILR":{"displayName":{"other":"xequels israelinos (1980–1985)","one":"xequel israelín (1980–1985)"},"symbol":"ILR","narrow":"ILR"},"ILS":{"displayName":{"other":"xequels nuevos israelinos","one":"xequel nuevu israelín"},"symbol":"₪","narrow":"₪"},"INR":{"displayName":{"other":"rupies indies","one":"rupia india"},"symbol":"₹","narrow":"₹"},"IQD":{"displayName":{"other":"dinares iraquinos","one":"dinar iraquín"},"symbol":"IQD","narrow":"IQD"},"IRR":{"displayName":{"other":"riales iraninos","one":"rial iranín"},"symbol":"IRR","narrow":"IRR"},"ISJ":{"displayName":{"other":"corones islandeses (1918–1981)","one":"corona islandesa (1918–1981)"},"symbol":"ISJ","narrow":"ISJ"},"ISK":{"displayName":{"other":"corones islandeses","one":"corona islandesa"},"symbol":"ISK","narrow":"ISK"},"ITL":{"displayName":{"other":"llires italianes","one":"llira italiana"},"symbol":"ITL","narrow":"ITL"},"JMD":{"displayName":{"other":"dólares xamaicanos","one":"dólar xamaicanu"},"symbol":"JMD","narrow":"$"},"JOD":{"displayName":{"other":"dinares xordanos","one":"dinar xordanu"},"symbol":"JOD","narrow":"JOD"},"JPY":{"displayName":{"other":"yenes xaponeses","one":"yen xaponés"},"symbol":"¥","narrow":"¥"},"KES":{"displayName":{"other":"shillings kenianos","one":"shilling kenianu"},"symbol":"KES","narrow":"KES"},"KGS":{"displayName":{"other":"soms kirguistaninos","one":"som kirguistanín"},"symbol":"KGS","narrow":"KGS"},"KHR":{"displayName":{"other":"riels camboyanos","one":"riel camboyanu"},"symbol":"KHR","narrow":"៛"},"KMF":{"displayName":{"other":"francos comoranos","one":"francu comoranu"},"symbol":"KMF","narrow":"CF"},"KPW":{"displayName":{"other":"wons norcoreanos","one":"won norcoreanu"},"symbol":"KPW","narrow":"₩"},"KRH":{"displayName":{"other":"hwans surcoreanos (1953–1962)","one":"hwan surcoreanu (1953–1962)"},"symbol":"KRH","narrow":"KRH"},"KRO":{"displayName":{"other":"won surcoreanos (1945–1953)","one":"won surcoreanu (1945–1953)"},"symbol":"KRO","narrow":"KRO"},"KRW":{"displayName":{"other":"wons surcoreanos","one":"won surcoreanu"},"symbol":"₩","narrow":"₩"},"KWD":{"displayName":{"other":"dinares kuwaitianos","one":"dinar kuwaitianu"},"symbol":"KWD","narrow":"KWD"},"KYD":{"displayName":{"other":"dólares caimaneses","one":"dólar caimanés"},"symbol":"KYD","narrow":"$"},"KZT":{"displayName":{"other":"tenges kazaquistaninos","one":"tenge kazaquistanín"},"symbol":"KZT","narrow":"₸"},"LAK":{"displayName":{"other":"kips laosianos","one":"kip laosianu"},"symbol":"LAK","narrow":"₭"},"LBP":{"displayName":{"other":"llibres libaneses","one":"llibra libanesa"},"symbol":"LBP","narrow":"L£"},"LKR":{"displayName":{"other":"rupies de Sri Lanka","one":"rupia de Sri Lanka"},"symbol":"LKR","narrow":"Rs"},"LRD":{"displayName":{"other":"dólares liberianos","one":"dólar liberianu"},"symbol":"LRD","narrow":"$"},"LSL":{"displayName":{"other":"lotis de Lesothu","one":"loti de Lesothu"},"symbol":"LSL","narrow":"LSL"},"LTL":{"displayName":{"other":"litas lituanos","one":"litas lituanu"},"symbol":"LTL","narrow":"Lt"},"LTT":{"displayName":{"other":"talonas lituanos","one":"talonas lituanu"},"symbol":"LTT","narrow":"LTT"},"LUC":{"displayName":{"other":"francos convertibles luxemburgueses","one":"francu convertible luxemburgués"},"symbol":"LUC","narrow":"LUC"},"LUF":{"displayName":{"other":"francos luxemburgueses","one":"francu luxemburgués"},"symbol":"LUF","narrow":"LUF"},"LUL":{"displayName":{"other":"francos financieros luxemburgueses","one":"francu financieru luxemburgués"},"symbol":"LUL","narrow":"LUL"},"LVL":{"displayName":{"other":"lats letones","one":"lats letón"},"symbol":"LVL","narrow":"Ls"},"LVR":{"displayName":{"other":"rublos letones","one":"rublu letón"},"symbol":"LVR","narrow":"LVR"},"LYD":{"displayName":{"other":"dinares libios","one":"dinar libiu"},"symbol":"LYD","narrow":"LYD"},"MAD":{"displayName":{"other":"dirḥams marroquinos","one":"dirḥam marroquín"},"symbol":"MAD","narrow":"MAD"},"MAF":{"displayName":{"other":"francos marroquinos","one":"francu marroquín"},"symbol":"MAF","narrow":"MAF"},"MCF":{"displayName":{"other":"francos monegascos","one":"francu monegascu"},"symbol":"MCF","narrow":"MCF"},"MDC":{"displayName":{"other":"cupones moldavos","one":"cupón moldavu"},"symbol":"MDC","narrow":"MDC"},"MDL":{"displayName":{"other":"leus moldavos","one":"leu moldavu"},"symbol":"MDL","narrow":"MDL"},"MGA":{"displayName":{"other":"ariarys malgaxes","one":"ariary malgaxe"},"symbol":"MGA","narrow":"Ar"},"MGF":{"displayName":{"other":"francos malgaxes","one":"francu malgaxe"},"symbol":"MGF","narrow":"MGF"},"MKD":{"displayName":{"other":"denares macedonios","one":"denar macedoniu"},"symbol":"MKD","narrow":"MKD"},"MKN":{"displayName":{"other":"denares macedonios (1992–1993)","one":"denar macedoniu (1992–1993)"},"symbol":"MKN","narrow":"MKN"},"MLF":{"displayName":{"other":"francos malianos","one":"francu malianu"},"symbol":"MLF","narrow":"MLF"},"MMK":{"displayName":{"other":"kyats de Myanmar","one":"kyat de Myanmar"},"symbol":"MMK","narrow":"K"},"MNT":{"displayName":{"other":"tugriks mongoles","one":"tugrik mongol"},"symbol":"MNT","narrow":"₮"},"MOP":{"displayName":{"other":"pataques de Macáu","one":"pataca de Macáu"},"symbol":"MOP","narrow":"MOP"},"MRO":{"displayName":{"other":"ouguiyas mauritanos (1973–2017)","one":"ouguiya mauritanu (1973–2017)"},"symbol":"MRO","narrow":"MRO"},"MRU":{"displayName":{"other":"ouguiyas mauritanos","one":"ouguiya mauritanu"},"symbol":"MRU","narrow":"MRU"},"MTL":{"displayName":{"other":"llires malteses","one":"llira maltesa"},"symbol":"MTL","narrow":"MTL"},"MTP":{"displayName":{"other":"llibres malteses","one":"llibra maltesa"},"symbol":"MTP","narrow":"MTP"},"MUR":{"displayName":{"other":"rupies mauricianes","one":"rupia mauriciana"},"symbol":"MUR","narrow":"Rs"},"MVP":{"displayName":{"other":"rupies maldivianes (1947–1981)","one":"rupia maldiviana (1947–1981)"},"symbol":"MVP","narrow":"MVP"},"MVR":{"displayName":{"other":"rufiyaas maldivianas","one":"rufiyaa maldiviana"},"symbol":"MVR","narrow":"MVR"},"MWK":{"displayName":{"other":"kwachas malauianos","one":"kwacha malauianu"},"symbol":"MWK","narrow":"MWK"},"MXN":{"displayName":{"other":"pesos mexicanos","one":"pesu mexicanu"},"symbol":"MX$","narrow":"$"},"MXP":{"displayName":{"other":"pesos de plata mexicanos (1861–1992)","one":"pesu de plata mexicanu (1861–1992)"},"symbol":"MXP","narrow":"MXP"},"MXV":{"displayName":{"other":"unidaes d’inversión mexicanes","one":"unidá d’inversión mexicana"},"symbol":"MXV","narrow":"MXV"},"MYR":{"displayName":{"other":"ringgits malasios","one":"ringgit malasiu"},"symbol":"MYR","narrow":"RM"},"MZE":{"displayName":{"other":"escudos mozambicanos","one":"escudu mozambicanu"},"symbol":"MZE","narrow":"MZE"},"MZM":{"displayName":{"other":"meticales mozambicanos (1980–2006)","one":"metical mozambicanu (1980–2006)"},"symbol":"MZM","narrow":"MZM"},"MZN":{"displayName":{"other":"meticales mozambicanos","one":"metical mozambicanu"},"symbol":"MZN","narrow":"MZN"},"NAD":{"displayName":{"other":"dólares namibianos","one":"dólar namibianu"},"symbol":"NAD","narrow":"$"},"NGN":{"displayName":{"other":"nairas nixerianes","one":"naira nixeriana"},"symbol":"NGN","narrow":"₦"},"NIC":{"displayName":{"other":"córdobes nicaraguanes (1988–1991)","one":"córdoba nicaraguanu (1988–1991)"},"symbol":"NIC","narrow":"NIC"},"NIO":{"displayName":{"other":"córdobes nicaraguanos","one":"córdoba nicaraguanu"},"symbol":"NIO","narrow":"C$"},"NLG":{"displayName":{"other":"florines neerlandeses","one":"florín neerlandés"},"symbol":"NLG","narrow":"NLG"},"NOK":{"displayName":{"other":"corones noruegues","one":"corona noruega"},"symbol":"NOK","narrow":"NOK"},"NPR":{"displayName":{"other":"rupies nepaleses","one":"rupia nepalesa"},"symbol":"NPR","narrow":"Rs"},"NZD":{"displayName":{"other":"dólares neozelandeses","one":"dólar neozelandés"},"symbol":"NZ$","narrow":"$"},"OMR":{"displayName":{"other":"riales omanianos","one":"rial omanianu"},"symbol":"OMR","narrow":"OMR"},"PAB":{"displayName":{"other":"balboes panamiegos","one":"balboa panamiegu"},"symbol":"PAB","narrow":"PAB"},"PEI":{"displayName":{"other":"intis peruanos","one":"inti peruanu"},"symbol":"PEI","narrow":"PEI"},"PEN":{"displayName":{"other":"soles peruanos","one":"sol peruanu"},"symbol":"PEN","narrow":"PEN"},"PES":{"displayName":{"other":"soles peruanos (1863–1965)","one":"sol peruanu (1863–1965)"},"symbol":"PES","narrow":"PES"},"PGK":{"displayName":{"other":"kines papuanes","one":"kina papuana"},"symbol":"PGK","narrow":"PGK"},"PHP":{"displayName":{"other":"pesos filipinos","one":"pesu filipín"},"symbol":"PHP","narrow":"₱"},"PKR":{"displayName":{"other":"rupies paquistanines","one":"rupia paquistanina"},"symbol":"PKR","narrow":"Rs"},"PLN":{"displayName":{"other":"zlotys polacos","one":"zloty polacu"},"symbol":"PLN","narrow":"PLN"},"PLZ":{"displayName":{"other":"zloty polacos (1950–1995)","one":"zloty polacu (1950–1995)"},"symbol":"PLZ","narrow":"PLZ"},"PTE":{"displayName":{"other":"escudos portugueses","one":"escudu portugués"},"symbol":"PTE","narrow":"PTE"},"PYG":{"displayName":{"other":"guaranís paraguayos","one":"guaraní paraguayu"},"symbol":"PYG","narrow":"₲"},"QAR":{"displayName":{"other":"riales qatarinos","one":"rial qatarín"},"symbol":"QAR","narrow":"QAR"},"RHD":{"displayName":{"other":"dólares rodesianos","one":"dólar rodesianu"},"symbol":"RHD","narrow":"RHD"},"ROL":{"displayName":{"other":"leus rumanos (1952–2006)","one":"leu rumanu (1952–2006)"},"symbol":"ROL","narrow":"ROL"},"RON":{"displayName":{"other":"leus rumanos","one":"leu rumanu"},"symbol":"RON","narrow":"lei"},"RSD":{"displayName":{"other":"dinares serbios","one":"dinar serbiu"},"symbol":"RSD","narrow":"RSD"},"RUB":{"displayName":{"other":"rublos rusos","one":"rublu rusu"},"symbol":"RUB","narrow":"₽"},"RUR":{"displayName":{"other":"rublos rusos (1991–1998)","one":"rublu rusu (1991–1998)"},"symbol":"RUR","narrow":"RUR"},"RWF":{"displayName":{"other":"francos ruandeses","one":"francu ruandés"},"symbol":"RWF","narrow":"RF"},"SAR":{"displayName":{"other":"riyales saudites","one":"riyal saudita"},"symbol":"SAR","narrow":"SAR"},"SBD":{"displayName":{"other":"dólares salomoneses","one":"dólar salomonés"},"symbol":"SBD","narrow":"$"},"SCR":{"displayName":{"other":"rupies seixeleses","one":"rupia seixelesa"},"symbol":"SCR","narrow":"SCR"},"SDD":{"displayName":{"other":"dinares sudaneses (1992–2007)","one":"dinar sudanés (1992–2007)"},"symbol":"SDD","narrow":"SDD"},"SDG":{"displayName":{"other":"llibres sudaneses","one":"llibra sudanesa"},"symbol":"SDG","narrow":"SDG"},"SDP":{"displayName":{"other":"llibres sudaneses (1957–1998)","one":"llibra sudanesa (1957–1998)"},"symbol":"SDP","narrow":"SDP"},"SEK":{"displayName":{"other":"corones sueques","one":"corona sueca"},"symbol":"SEK","narrow":"SEK"},"SGD":{"displayName":{"other":"dólares singapuranos","one":"dólar singapuranu"},"symbol":"SGD","narrow":"$"},"SHP":{"displayName":{"other":"llibres de Santa Lena","one":"llibra de Santa Lena"},"symbol":"SHP","narrow":"£"},"SIT":{"displayName":{"other":"tolares eslovenos","one":"tolar eslovenu"},"symbol":"SIT","narrow":"SIT"},"SKK":{"displayName":{"other":"corones eslovaques","one":"corona eslovaca"},"symbol":"SKK","narrow":"SKK"},"SLL":{"displayName":{"other":"leones sierralleoneses","one":"leone sierralleonés"},"symbol":"SLL","narrow":"SLL"},"SOS":{"displayName":{"other":"shillings somalinos","one":"shilling somalín"},"symbol":"SOS","narrow":"SOS"},"SRD":{"displayName":{"other":"dólares surinameses","one":"dólar surinamés"},"symbol":"SRD","narrow":"$"},"SRG":{"displayName":{"other":"florinos surinameses","one":"florín surinamés"},"symbol":"SRG","narrow":"SRG"},"SSP":{"displayName":{"other":"llibres sursudaneses","one":"llibra sursudanesa"},"symbol":"SSP","narrow":"£"},"STD":{"displayName":{"other":"dobras de Santu Tomé y Príncipe (1977–2017)","one":"dobra de Santu Tomé y Príncipe (1977–2017)"},"symbol":"STD","narrow":"STD"},"STN":{"displayName":{"other":"dobras de Santu Tomé y Príncipe","one":"dobra de Santu Tomé y Príncipe"},"symbol":"STN","narrow":"Db"},"SUR":{"displayName":{"other":"rublos soviéticos","one":"rublu soviéticu"},"symbol":"SUR","narrow":"SUR"},"SVC":{"displayName":{"other":"colones salvadorianos","one":"colón salvadorianu"},"symbol":"SVC","narrow":"SVC"},"SYP":{"displayName":{"other":"llibres siries","one":"llibra siria"},"symbol":"SYP","narrow":"£"},"SZL":{"displayName":{"other":"lilangenis suazilandeses","one":"lilangeni suazilandés"},"symbol":"SZL","narrow":"SZL"},"THB":{"displayName":{"other":"bahts tailandeses","one":"baht tailandés"},"symbol":"฿","narrow":"฿"},"TJR":{"displayName":{"other":"rublos taxiquistaninos","one":"rublu taxiquistanín"},"symbol":"TJR","narrow":"TJR"},"TJS":{"displayName":{"other":"somonis taxiquistaninos","one":"somoni taxiquistanín"},"symbol":"TJS","narrow":"TJS"},"TMM":{"displayName":{"other":"manats turcomanos (1993–2009)","one":"manat turcomanu (1993–2009)"},"symbol":"TMM","narrow":"TMM"},"TMT":{"displayName":{"other":"manats turcomanos","one":"manat turcomanu"},"symbol":"TMT","narrow":"TMT"},"TND":{"displayName":{"other":"dinares tunecinos","one":"dinar tunecín"},"symbol":"TND","narrow":"TND"},"TOP":{"displayName":{"other":"paʻangas tonganos","one":"paʻanga tonganu"},"symbol":"TOP","narrow":"T$"},"TPE":{"displayName":{"other":"escudos timoreses","one":"escudu timorés"},"symbol":"TPE","narrow":"TPE"},"TRL":{"displayName":{"other":"llires turques (1922–2005)","one":"llira turca (1922–2005)"},"symbol":"TRL","narrow":"TRL"},"TRY":{"displayName":{"other":"llires turques","one":"llira turca"},"symbol":"TRY","narrow":"₺"},"TTD":{"displayName":{"other":"dólares de Trinidá y Tobagu","one":"dólar de Trinidá y Tobagu"},"symbol":"TTD","narrow":"$"},"TWD":{"displayName":{"other":"dólares nuevos taiwaneses","one":"dólar nuevu taiwanés"},"symbol":"NT$","narrow":"NT$"},"TZS":{"displayName":{"other":"shillings tanzanianos","one":"shilling tanzanianu"},"symbol":"TZS","narrow":"TZS"},"UAH":{"displayName":{"other":"grivnas ucraínes","one":"grivna ucraína"},"symbol":"UAH","narrow":"₴"},"UAK":{"displayName":{"other":"karbovanets ucraínes","one":"karbovanets ucraína"},"symbol":"UAK","narrow":"UAK"},"UGS":{"displayName":{"other":"shillings ugandeses (1966–1987)","one":"shilling ugandés (1966–1987)"},"symbol":"UGS","narrow":"UGS"},"UGX":{"displayName":{"other":"shillings ugandeses","one":"shilling ugandés"},"symbol":"UGX","narrow":"UGX"},"USD":{"displayName":{"other":"dólares estaunidenses","one":"dólar estaunidense"},"symbol":"$","narrow":"$"},"USN":{"displayName":{"other":"dólares d’EE.XX. (día siguiente)","one":"dólar d’EE.XX. (día siguiente)"},"symbol":"USN","narrow":"USN"},"USS":{"displayName":{"other":"dólares d’EE.XX. (mesmu día)","one":"dólar d’EE.XX. (mesmu día)"},"symbol":"USS","narrow":"USS"},"UYI":{"displayName":{"other":"pesos uruguayos (unidaes indexaes)","one":"pesu uruguayu (unidaes indexaes)"},"symbol":"UYI","narrow":"UYI"},"UYP":{"displayName":{"other":"pesos uruguayos (1975–1993)","one":"pesu uruguayu (1975–1993)"},"symbol":"UYP","narrow":"UYP"},"UYU":{"displayName":{"other":"pesos uruguayos","one":"pesu uruguayu"},"symbol":"UYU","narrow":"$"},"UYW":{"displayName":{"other":"UYW"},"symbol":"UYW","narrow":"UYW"},"UZS":{"displayName":{"other":"soms uzbequistaninos","one":"som uzbequistanín"},"symbol":"UZS","narrow":"UZS"},"VEB":{"displayName":{"other":"bolívares venezolanos (1871–2008)","one":"bolívar venezolanu (1871–2008)"},"symbol":"VEB","narrow":"VEB"},"VEF":{"displayName":{"other":"bolívares venezolanos (2008–2018)","one":"bolívar venezolanu (2008–2018)"},"symbol":"VEF","narrow":"Bs"},"VES":{"displayName":{"other":"bolívares venezolanos","one":"bolívar venezolanu"},"symbol":"VES","narrow":"VES"},"VND":{"displayName":{"other":"dongs vietnaminos","one":"dong vietnamín"},"symbol":"₫","narrow":"₫"},"VNN":{"displayName":{"other":"dongs vietnaminos (1978–1985)","one":"dong vietnamín (1978–1985)"},"symbol":"VNN","narrow":"VNN"},"VUV":{"displayName":{"other":"vatus vanuatuanos","one":"vatu vanuatuanu"},"symbol":"VUV","narrow":"VUV"},"WST":{"displayName":{"other":"talas samoanos","one":"tala samoanu"},"symbol":"WST","narrow":"WST"},"XAF":{"displayName":{"other":"francos CFA centroafricanos","one":"francu CFA centroafricanu"},"symbol":"FCFA","narrow":"FCFA"},"XAG":{"displayName":{"other":"onces troy de plata","one":"onza troy de plata"},"symbol":"XAG","narrow":"XAG"},"XAU":{"displayName":{"other":"onces troy d’oru","one":"onza troy d’oru"},"symbol":"XAU","narrow":"XAU"},"XBA":{"displayName":{"other":"unidaes compuestes europées","one":"unidá compuesta europea"},"symbol":"XBA","narrow":"XBA"},"XBB":{"displayName":{"other":"unidaes monetaries europées","one":"unidá monetaria europea"},"symbol":"XBB","narrow":"XBB"},"XBC":{"displayName":{"other":"unidaes de cuenta europées (XBC)","one":"unidá de cuenta europea (XBC)"},"symbol":"XBC","narrow":"XBC"},"XBD":{"displayName":{"other":"unidaes de cuenta europées (XBD)","one":"unidá de cuenta europea (XBD)"},"symbol":"XBD","narrow":"XBD"},"XCD":{"displayName":{"other":"dólares del Caribe Oriental","one":"dólar del Caribe Oriental"},"symbol":"EC$","narrow":"$"},"XDR":{"displayName":{"other":"drechos especiales de xiru"},"symbol":"XDR","narrow":"XDR"},"XEU":{"displayName":{"other":"unidaes de divisa europees","one":"unidá de divisa europea"},"symbol":"XEU","narrow":"XEU"},"XFO":{"displayName":{"other":"francos oru franceses","one":"francu oru francés"},"symbol":"XFO","narrow":"XFO"},"XFU":{"displayName":{"other":"francos UIC franceses","one":"francu UIC francés"},"symbol":"XFU","narrow":"XFU"},"XOF":{"displayName":{"other":"francos CFA BCEAO","one":"francu CFA BCEAO"},"symbol":"F CFA","narrow":"F CFA"},"XPD":{"displayName":{"other":"onces troy de paladiu","one":"onza troy de paladiu"},"symbol":"XPD","narrow":"XPD"},"XPF":{"displayName":{"other":"francos CFP","one":"francu CFP"},"symbol":"CFPF","narrow":"CFPF"},"XPT":{"displayName":{"other":"onces troy de platín","one":"onza troy de platín"},"symbol":"XPT","narrow":"XPT"},"XRE":{"displayName":{"other":"unidaes de fondos RINET","one":"unidá de fondos RINET"},"symbol":"XRE","narrow":"XRE"},"XSU":{"displayName":{"other":"sucres","one":"sucre"},"symbol":"XSU","narrow":"XSU"},"XTS":{"displayName":{"other":"códigos monetarios de prueba","one":"códigu monetariu de prueba"},"symbol":"XTS","narrow":"XTS"},"XUA":{"displayName":{"other":"unidaes de cuenta ADB","one":"unidá de cuenta ADB"},"symbol":"XUA","narrow":"XUA"},"XXX":{"displayName":{"other":"(divises desconocíes)","one":"(unidá desconocida de divisa)"},"symbol":"XXX","narrow":"XXX"},"YDD":{"displayName":{"other":"dinares yemeninos","one":"dinar yemenín"},"symbol":"YDD","narrow":"YDD"},"YER":{"displayName":{"other":"riales yemeninos","one":"rial yemenín"},"symbol":"YER","narrow":"YER"},"YUD":{"displayName":{"other":"dinares fuertes yugoslavos (1966–1990)","one":"dinar fuerte yugoslavu (1966–1990)"},"symbol":"YUD","narrow":"YUD"},"YUM":{"displayName":{"other":"dinares nuevos yugoslavos (1994–2002)","one":"dinar nuevu yugoslavu (1994–2002)"},"symbol":"YUM","narrow":"YUM"},"YUN":{"displayName":{"other":"dinares convertibles yugoslavos (1990–1992)","one":"dinar convertible yugoslavu (1990–1992)"},"symbol":"YUN","narrow":"YUN"},"YUR":{"displayName":{"other":"dinares reformaos yugoslavos (1992–1993)","one":"dinar reformáu yugoslavu (1992–1993)"},"symbol":"YUR","narrow":"YUR"},"ZAL":{"displayName":{"other":"rands sudafricanos (financieros)","one":"rand sudafricanu (financieru)"},"symbol":"ZAL","narrow":"ZAL"},"ZAR":{"displayName":{"other":"rands sudafricanos","one":"rand sudafricanu"},"symbol":"ZAR","narrow":"R"},"ZMK":{"displayName":{"other":"kwachas zambianos (1968–2012)","one":"kwacha zambianu (1968–2012)"},"symbol":"ZMK","narrow":"ZMK"},"ZMW":{"displayName":{"other":"kwachas zambianos","one":"kwacha zambianu"},"symbol":"ZMW","narrow":"ZK"},"ZRN":{"displayName":{"other":"zaires nuevos zairiegos (1993–1998)","one":"zaire nuevu zairiegu (1993–1998)"},"symbol":"ZRN","narrow":"ZRN"},"ZRZ":{"displayName":{"other":"zaires zairiegos (1971–1993)","one":"zaire zairiegu (1971–1993)"},"symbol":"ZRZ","narrow":"ZRZ"},"ZWD":{"displayName":{"other":"dólares zimbabuanos (1980–2008)","one":"dólar zimbabuanu (1980–2008)"},"symbol":"ZWD","narrow":"ZWD"},"ZWL":{"displayName":{"other":"dólares zimbabuanos (2009)","one":"dólar zimbabuanu (2009)"},"symbol":"ZWL","narrow":"ZWL"},"ZWR":{"displayName":{"other":"dólares zimbabuanos (2008)","one":"dólar zimbabuanu (2008)"},"symbol":"ZWR","narrow":"ZWR"}},"numbers":{"nu":["latn"],"symbols":{"latn":{"decimal":",","group":".","list":";","percentSign":"%","plusSign":"+","minusSign":"-","approximatelySign":"~","exponential":"E","superscriptingExponent":"×","perMille":"‰","infinity":"∞","nan":"ND","timeSeparator":":"}},"percent":{"latn":"#,##0%"},"decimal":{"latn":{"standard":"#,##0.###","long":{"1000":{"other":"0 millares","one":"0 millar"},"10000":{"other":"00 millares"},"100000":{"other":"000 millares"},"1000000":{"other":"0 millones","one":"0 millón"},"10000000":{"other":"00 millones"},"100000000":{"other":"000 millones"},"1000000000":{"other":"0G"},"10000000000":{"other":"00G"},"100000000000":{"other":"000G"},"1000000000000":{"other":"0T"},"10000000000000":{"other":"00T"},"100000000000000":{"other":"000T"}},"short":{"1000":{"other":"0K"},"10000":{"other":"00K"},"100000":{"other":"000K"},"1000000":{"other":"0M"},"10000000":{"other":"00M"},"100000000":{"other":"000M"},"1000000000":{"other":"0G"},"10000000000":{"other":"00G"},"100000000000":{"other":"000G"},"1000000000000":{"other":"0T"},"10000000000000":{"other":"00T"},"100000000000000":{"other":"000T"}}}},"currency":{"latn":{"currencySpacing":{"beforeInsertBetween":" ","afterInsertBetween":" "},"standard":"#,##0.00 ¤","accounting":"#,##0.00 ¤","unitPattern":"{0} {1}","short":{"1000":{"other":"0K ¤"},"10000":{"other":"00K ¤"},"100000":{"other":"000K ¤"},"1000000":{"other":"0M ¤"},"10000000":{"other":"00M ¤"},"100000000":{"other":"000M ¤"},"1000000000":{"other":"0G ¤"},"10000000000":{"other":"00G ¤"},"100000000000":{"other":"000G ¤"},"1000000000000":{"other":"0T ¤"},"10000000000000":{"other":"00T ¤"},"100000000000000":{"other":"000T ¤"}}}}},"nu":["latn"]},"locale":"ast"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}