@formatjs/intl-relativetimeformat 9.3.0

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 (1200) hide show
  1. package/LICENSE.md +9 -0
  2. package/README.md +3 -0
  3. package/abstract/FormatRelativeTime.d.ts +5 -0
  4. package/abstract/FormatRelativeTime.d.ts.map +1 -0
  5. package/abstract/FormatRelativeTime.js +14 -0
  6. package/abstract/FormatRelativeTimeToParts.d.ts +5 -0
  7. package/abstract/FormatRelativeTimeToParts.d.ts.map +1 -0
  8. package/abstract/FormatRelativeTimeToParts.js +22 -0
  9. package/abstract/InitializeRelativeTimeFormat.d.ts +9 -0
  10. package/abstract/InitializeRelativeTimeFormat.d.ts.map +1 -0
  11. package/abstract/InitializeRelativeTimeFormat.js +38 -0
  12. package/abstract/MakePartsList.d.ts +2 -0
  13. package/abstract/MakePartsList.d.ts.map +1 -0
  14. package/abstract/MakePartsList.js +30 -0
  15. package/abstract/PartitionRelativeTimePattern.d.ts +5 -0
  16. package/abstract/PartitionRelativeTimePattern.d.ts.map +1 -0
  17. package/abstract/PartitionRelativeTimePattern.js +57 -0
  18. package/abstract/SingularRelativeTimeUnit.d.ts +7 -0
  19. package/abstract/SingularRelativeTimeUnit.d.ts.map +1 -0
  20. package/abstract/SingularRelativeTimeUnit.js +39 -0
  21. package/get_internal_slots.d.ts +3 -0
  22. package/get_internal_slots.d.ts.map +1 -0
  23. package/get_internal_slots.js +14 -0
  24. package/index.d.ts +16 -0
  25. package/index.d.ts.map +1 -0
  26. package/index.js +123 -0
  27. package/lib/abstract/FormatRelativeTime.d.ts +5 -0
  28. package/lib/abstract/FormatRelativeTime.d.ts.map +1 -0
  29. package/lib/abstract/FormatRelativeTime.js +10 -0
  30. package/lib/abstract/FormatRelativeTimeToParts.d.ts +5 -0
  31. package/lib/abstract/FormatRelativeTimeToParts.d.ts.map +1 -0
  32. package/lib/abstract/FormatRelativeTimeToParts.js +18 -0
  33. package/lib/abstract/InitializeRelativeTimeFormat.d.ts +9 -0
  34. package/lib/abstract/InitializeRelativeTimeFormat.d.ts.map +1 -0
  35. package/lib/abstract/InitializeRelativeTimeFormat.js +34 -0
  36. package/lib/abstract/MakePartsList.d.ts +2 -0
  37. package/lib/abstract/MakePartsList.d.ts.map +1 -0
  38. package/lib/abstract/MakePartsList.js +26 -0
  39. package/lib/abstract/PartitionRelativeTimePattern.d.ts +5 -0
  40. package/lib/abstract/PartitionRelativeTimePattern.d.ts.map +1 -0
  41. package/lib/abstract/PartitionRelativeTimePattern.js +53 -0
  42. package/lib/abstract/SingularRelativeTimeUnit.d.ts +7 -0
  43. package/lib/abstract/SingularRelativeTimeUnit.d.ts.map +1 -0
  44. package/lib/abstract/SingularRelativeTimeUnit.js +35 -0
  45. package/lib/get_internal_slots.d.ts +3 -0
  46. package/lib/get_internal_slots.d.ts.map +1 -0
  47. package/lib/get_internal_slots.js +11 -0
  48. package/lib/index.d.ts +16 -0
  49. package/lib/index.d.ts.map +1 -0
  50. package/lib/index.js +120 -0
  51. package/lib/polyfill-force.d.ts +2 -0
  52. package/lib/polyfill-force.d.ts.map +1 -0
  53. package/lib/polyfill-force.js +7 -0
  54. package/lib/polyfill.d.ts +2 -0
  55. package/lib/polyfill.d.ts.map +1 -0
  56. package/lib/polyfill.js +10 -0
  57. package/lib/should-polyfill.d.ts +2 -0
  58. package/lib/should-polyfill.d.ts.map +1 -0
  59. package/lib/should-polyfill.js +24 -0
  60. package/locale-data/af-NA.d.ts +1 -0
  61. package/locale-data/af-NA.js +6 -0
  62. package/locale-data/af.d.ts +1 -0
  63. package/locale-data/af.js +6 -0
  64. package/locale-data/agq.d.ts +1 -0
  65. package/locale-data/agq.js +6 -0
  66. package/locale-data/ak.d.ts +1 -0
  67. package/locale-data/ak.js +6 -0
  68. package/locale-data/am.d.ts +1 -0
  69. package/locale-data/am.js +6 -0
  70. package/locale-data/ar-AE.d.ts +1 -0
  71. package/locale-data/ar-AE.js +6 -0
  72. package/locale-data/ar-BH.d.ts +1 -0
  73. package/locale-data/ar-BH.js +6 -0
  74. package/locale-data/ar-DJ.d.ts +1 -0
  75. package/locale-data/ar-DJ.js +6 -0
  76. package/locale-data/ar-DZ.d.ts +1 -0
  77. package/locale-data/ar-DZ.js +6 -0
  78. package/locale-data/ar-EG.d.ts +1 -0
  79. package/locale-data/ar-EG.js +6 -0
  80. package/locale-data/ar-EH.d.ts +1 -0
  81. package/locale-data/ar-EH.js +6 -0
  82. package/locale-data/ar-ER.d.ts +1 -0
  83. package/locale-data/ar-ER.js +6 -0
  84. package/locale-data/ar-IL.d.ts +1 -0
  85. package/locale-data/ar-IL.js +6 -0
  86. package/locale-data/ar-IQ.d.ts +1 -0
  87. package/locale-data/ar-IQ.js +6 -0
  88. package/locale-data/ar-JO.d.ts +1 -0
  89. package/locale-data/ar-JO.js +6 -0
  90. package/locale-data/ar-KM.d.ts +1 -0
  91. package/locale-data/ar-KM.js +6 -0
  92. package/locale-data/ar-KW.d.ts +1 -0
  93. package/locale-data/ar-KW.js +6 -0
  94. package/locale-data/ar-LB.d.ts +1 -0
  95. package/locale-data/ar-LB.js +6 -0
  96. package/locale-data/ar-LY.d.ts +1 -0
  97. package/locale-data/ar-LY.js +6 -0
  98. package/locale-data/ar-MA.d.ts +1 -0
  99. package/locale-data/ar-MA.js +6 -0
  100. package/locale-data/ar-MR.d.ts +1 -0
  101. package/locale-data/ar-MR.js +6 -0
  102. package/locale-data/ar-OM.d.ts +1 -0
  103. package/locale-data/ar-OM.js +6 -0
  104. package/locale-data/ar-PS.d.ts +1 -0
  105. package/locale-data/ar-PS.js +6 -0
  106. package/locale-data/ar-QA.d.ts +1 -0
  107. package/locale-data/ar-QA.js +6 -0
  108. package/locale-data/ar-SA.d.ts +1 -0
  109. package/locale-data/ar-SA.js +6 -0
  110. package/locale-data/ar-SD.d.ts +1 -0
  111. package/locale-data/ar-SD.js +6 -0
  112. package/locale-data/ar-SO.d.ts +1 -0
  113. package/locale-data/ar-SO.js +6 -0
  114. package/locale-data/ar-SS.d.ts +1 -0
  115. package/locale-data/ar-SS.js +6 -0
  116. package/locale-data/ar-SY.d.ts +1 -0
  117. package/locale-data/ar-SY.js +6 -0
  118. package/locale-data/ar-TD.d.ts +1 -0
  119. package/locale-data/ar-TD.js +6 -0
  120. package/locale-data/ar-TN.d.ts +1 -0
  121. package/locale-data/ar-TN.js +6 -0
  122. package/locale-data/ar-YE.d.ts +1 -0
  123. package/locale-data/ar-YE.js +6 -0
  124. package/locale-data/ar.d.ts +1 -0
  125. package/locale-data/ar.js +6 -0
  126. package/locale-data/as.d.ts +1 -0
  127. package/locale-data/as.js +6 -0
  128. package/locale-data/asa.d.ts +1 -0
  129. package/locale-data/asa.js +6 -0
  130. package/locale-data/ast.d.ts +1 -0
  131. package/locale-data/ast.js +6 -0
  132. package/locale-data/az-Cyrl.d.ts +1 -0
  133. package/locale-data/az-Cyrl.js +6 -0
  134. package/locale-data/az-Latn.d.ts +1 -0
  135. package/locale-data/az-Latn.js +6 -0
  136. package/locale-data/az.d.ts +1 -0
  137. package/locale-data/az.js +6 -0
  138. package/locale-data/bas.d.ts +1 -0
  139. package/locale-data/bas.js +6 -0
  140. package/locale-data/be.d.ts +1 -0
  141. package/locale-data/be.js +6 -0
  142. package/locale-data/bem.d.ts +1 -0
  143. package/locale-data/bem.js +6 -0
  144. package/locale-data/bez.d.ts +1 -0
  145. package/locale-data/bez.js +6 -0
  146. package/locale-data/bg.d.ts +1 -0
  147. package/locale-data/bg.js +6 -0
  148. package/locale-data/bm.d.ts +1 -0
  149. package/locale-data/bm.js +6 -0
  150. package/locale-data/bn-IN.d.ts +1 -0
  151. package/locale-data/bn-IN.js +6 -0
  152. package/locale-data/bn.d.ts +1 -0
  153. package/locale-data/bn.js +6 -0
  154. package/locale-data/bo-IN.d.ts +1 -0
  155. package/locale-data/bo-IN.js +6 -0
  156. package/locale-data/bo.d.ts +1 -0
  157. package/locale-data/bo.js +6 -0
  158. package/locale-data/br.d.ts +1 -0
  159. package/locale-data/br.js +6 -0
  160. package/locale-data/brx.d.ts +1 -0
  161. package/locale-data/brx.js +6 -0
  162. package/locale-data/bs-Cyrl.d.ts +1 -0
  163. package/locale-data/bs-Cyrl.js +6 -0
  164. package/locale-data/bs-Latn.d.ts +1 -0
  165. package/locale-data/bs-Latn.js +6 -0
  166. package/locale-data/bs.d.ts +1 -0
  167. package/locale-data/bs.js +6 -0
  168. package/locale-data/ca-AD.d.ts +1 -0
  169. package/locale-data/ca-AD.js +6 -0
  170. package/locale-data/ca-ES-VALENCIA.d.ts +1 -0
  171. package/locale-data/ca-ES-VALENCIA.js +6 -0
  172. package/locale-data/ca-FR.d.ts +1 -0
  173. package/locale-data/ca-FR.js +6 -0
  174. package/locale-data/ca-IT.d.ts +1 -0
  175. package/locale-data/ca-IT.js +6 -0
  176. package/locale-data/ca.d.ts +1 -0
  177. package/locale-data/ca.js +6 -0
  178. package/locale-data/ccp-IN.d.ts +1 -0
  179. package/locale-data/ccp-IN.js +6 -0
  180. package/locale-data/ccp.d.ts +1 -0
  181. package/locale-data/ccp.js +6 -0
  182. package/locale-data/ce.d.ts +1 -0
  183. package/locale-data/ce.js +6 -0
  184. package/locale-data/ceb.d.ts +1 -0
  185. package/locale-data/ceb.js +6 -0
  186. package/locale-data/cgg.d.ts +1 -0
  187. package/locale-data/cgg.js +6 -0
  188. package/locale-data/chr.d.ts +1 -0
  189. package/locale-data/chr.js +6 -0
  190. package/locale-data/ckb-IR.d.ts +1 -0
  191. package/locale-data/ckb-IR.js +6 -0
  192. package/locale-data/ckb.d.ts +1 -0
  193. package/locale-data/ckb.js +6 -0
  194. package/locale-data/cs.d.ts +1 -0
  195. package/locale-data/cs.js +6 -0
  196. package/locale-data/cy.d.ts +1 -0
  197. package/locale-data/cy.js +6 -0
  198. package/locale-data/da-GL.d.ts +1 -0
  199. package/locale-data/da-GL.js +6 -0
  200. package/locale-data/da.d.ts +1 -0
  201. package/locale-data/da.js +6 -0
  202. package/locale-data/dav.d.ts +1 -0
  203. package/locale-data/dav.js +6 -0
  204. package/locale-data/de-AT.d.ts +1 -0
  205. package/locale-data/de-AT.js +6 -0
  206. package/locale-data/de-BE.d.ts +1 -0
  207. package/locale-data/de-BE.js +6 -0
  208. package/locale-data/de-CH.d.ts +1 -0
  209. package/locale-data/de-CH.js +6 -0
  210. package/locale-data/de-IT.d.ts +1 -0
  211. package/locale-data/de-IT.js +6 -0
  212. package/locale-data/de-LI.d.ts +1 -0
  213. package/locale-data/de-LI.js +6 -0
  214. package/locale-data/de-LU.d.ts +1 -0
  215. package/locale-data/de-LU.js +6 -0
  216. package/locale-data/de.d.ts +1 -0
  217. package/locale-data/de.js +6 -0
  218. package/locale-data/dje.d.ts +1 -0
  219. package/locale-data/dje.js +6 -0
  220. package/locale-data/doi.d.ts +1 -0
  221. package/locale-data/doi.js +6 -0
  222. package/locale-data/dsb.d.ts +1 -0
  223. package/locale-data/dsb.js +6 -0
  224. package/locale-data/dua.d.ts +1 -0
  225. package/locale-data/dua.js +6 -0
  226. package/locale-data/dyo.d.ts +1 -0
  227. package/locale-data/dyo.js +6 -0
  228. package/locale-data/dz.d.ts +1 -0
  229. package/locale-data/dz.js +6 -0
  230. package/locale-data/ebu.d.ts +1 -0
  231. package/locale-data/ebu.js +6 -0
  232. package/locale-data/ee-TG.d.ts +1 -0
  233. package/locale-data/ee-TG.js +6 -0
  234. package/locale-data/ee.d.ts +1 -0
  235. package/locale-data/ee.js +6 -0
  236. package/locale-data/el-CY.d.ts +1 -0
  237. package/locale-data/el-CY.js +6 -0
  238. package/locale-data/el.d.ts +1 -0
  239. package/locale-data/el.js +6 -0
  240. package/locale-data/en-001.d.ts +1 -0
  241. package/locale-data/en-001.js +6 -0
  242. package/locale-data/en-150.d.ts +1 -0
  243. package/locale-data/en-150.js +6 -0
  244. package/locale-data/en-AE.d.ts +1 -0
  245. package/locale-data/en-AE.js +6 -0
  246. package/locale-data/en-AG.d.ts +1 -0
  247. package/locale-data/en-AG.js +6 -0
  248. package/locale-data/en-AI.d.ts +1 -0
  249. package/locale-data/en-AI.js +6 -0
  250. package/locale-data/en-AS.d.ts +1 -0
  251. package/locale-data/en-AS.js +6 -0
  252. package/locale-data/en-AT.d.ts +1 -0
  253. package/locale-data/en-AT.js +6 -0
  254. package/locale-data/en-AU.d.ts +1 -0
  255. package/locale-data/en-AU.js +6 -0
  256. package/locale-data/en-BB.d.ts +1 -0
  257. package/locale-data/en-BB.js +6 -0
  258. package/locale-data/en-BE.d.ts +1 -0
  259. package/locale-data/en-BE.js +6 -0
  260. package/locale-data/en-BI.d.ts +1 -0
  261. package/locale-data/en-BI.js +6 -0
  262. package/locale-data/en-BM.d.ts +1 -0
  263. package/locale-data/en-BM.js +6 -0
  264. package/locale-data/en-BS.d.ts +1 -0
  265. package/locale-data/en-BS.js +6 -0
  266. package/locale-data/en-BW.d.ts +1 -0
  267. package/locale-data/en-BW.js +6 -0
  268. package/locale-data/en-BZ.d.ts +1 -0
  269. package/locale-data/en-BZ.js +6 -0
  270. package/locale-data/en-CA.d.ts +1 -0
  271. package/locale-data/en-CA.js +6 -0
  272. package/locale-data/en-CC.d.ts +1 -0
  273. package/locale-data/en-CC.js +6 -0
  274. package/locale-data/en-CH.d.ts +1 -0
  275. package/locale-data/en-CH.js +6 -0
  276. package/locale-data/en-CK.d.ts +1 -0
  277. package/locale-data/en-CK.js +6 -0
  278. package/locale-data/en-CM.d.ts +1 -0
  279. package/locale-data/en-CM.js +6 -0
  280. package/locale-data/en-CX.d.ts +1 -0
  281. package/locale-data/en-CX.js +6 -0
  282. package/locale-data/en-CY.d.ts +1 -0
  283. package/locale-data/en-CY.js +6 -0
  284. package/locale-data/en-DE.d.ts +1 -0
  285. package/locale-data/en-DE.js +6 -0
  286. package/locale-data/en-DG.d.ts +1 -0
  287. package/locale-data/en-DG.js +6 -0
  288. package/locale-data/en-DK.d.ts +1 -0
  289. package/locale-data/en-DK.js +6 -0
  290. package/locale-data/en-DM.d.ts +1 -0
  291. package/locale-data/en-DM.js +6 -0
  292. package/locale-data/en-ER.d.ts +1 -0
  293. package/locale-data/en-ER.js +6 -0
  294. package/locale-data/en-FI.d.ts +1 -0
  295. package/locale-data/en-FI.js +6 -0
  296. package/locale-data/en-FJ.d.ts +1 -0
  297. package/locale-data/en-FJ.js +6 -0
  298. package/locale-data/en-FK.d.ts +1 -0
  299. package/locale-data/en-FK.js +6 -0
  300. package/locale-data/en-FM.d.ts +1 -0
  301. package/locale-data/en-FM.js +6 -0
  302. package/locale-data/en-GB.d.ts +1 -0
  303. package/locale-data/en-GB.js +6 -0
  304. package/locale-data/en-GD.d.ts +1 -0
  305. package/locale-data/en-GD.js +6 -0
  306. package/locale-data/en-GG.d.ts +1 -0
  307. package/locale-data/en-GG.js +6 -0
  308. package/locale-data/en-GH.d.ts +1 -0
  309. package/locale-data/en-GH.js +6 -0
  310. package/locale-data/en-GI.d.ts +1 -0
  311. package/locale-data/en-GI.js +6 -0
  312. package/locale-data/en-GM.d.ts +1 -0
  313. package/locale-data/en-GM.js +6 -0
  314. package/locale-data/en-GU.d.ts +1 -0
  315. package/locale-data/en-GU.js +6 -0
  316. package/locale-data/en-GY.d.ts +1 -0
  317. package/locale-data/en-GY.js +6 -0
  318. package/locale-data/en-HK.d.ts +1 -0
  319. package/locale-data/en-HK.js +6 -0
  320. package/locale-data/en-IE.d.ts +1 -0
  321. package/locale-data/en-IE.js +6 -0
  322. package/locale-data/en-IL.d.ts +1 -0
  323. package/locale-data/en-IL.js +6 -0
  324. package/locale-data/en-IM.d.ts +1 -0
  325. package/locale-data/en-IM.js +6 -0
  326. package/locale-data/en-IN.d.ts +1 -0
  327. package/locale-data/en-IN.js +6 -0
  328. package/locale-data/en-IO.d.ts +1 -0
  329. package/locale-data/en-IO.js +6 -0
  330. package/locale-data/en-JE.d.ts +1 -0
  331. package/locale-data/en-JE.js +6 -0
  332. package/locale-data/en-JM.d.ts +1 -0
  333. package/locale-data/en-JM.js +6 -0
  334. package/locale-data/en-KE.d.ts +1 -0
  335. package/locale-data/en-KE.js +6 -0
  336. package/locale-data/en-KI.d.ts +1 -0
  337. package/locale-data/en-KI.js +6 -0
  338. package/locale-data/en-KN.d.ts +1 -0
  339. package/locale-data/en-KN.js +6 -0
  340. package/locale-data/en-KY.d.ts +1 -0
  341. package/locale-data/en-KY.js +6 -0
  342. package/locale-data/en-LC.d.ts +1 -0
  343. package/locale-data/en-LC.js +6 -0
  344. package/locale-data/en-LR.d.ts +1 -0
  345. package/locale-data/en-LR.js +6 -0
  346. package/locale-data/en-LS.d.ts +1 -0
  347. package/locale-data/en-LS.js +6 -0
  348. package/locale-data/en-MG.d.ts +1 -0
  349. package/locale-data/en-MG.js +6 -0
  350. package/locale-data/en-MH.d.ts +1 -0
  351. package/locale-data/en-MH.js +6 -0
  352. package/locale-data/en-MO.d.ts +1 -0
  353. package/locale-data/en-MO.js +6 -0
  354. package/locale-data/en-MP.d.ts +1 -0
  355. package/locale-data/en-MP.js +6 -0
  356. package/locale-data/en-MS.d.ts +1 -0
  357. package/locale-data/en-MS.js +6 -0
  358. package/locale-data/en-MT.d.ts +1 -0
  359. package/locale-data/en-MT.js +6 -0
  360. package/locale-data/en-MU.d.ts +1 -0
  361. package/locale-data/en-MU.js +6 -0
  362. package/locale-data/en-MW.d.ts +1 -0
  363. package/locale-data/en-MW.js +6 -0
  364. package/locale-data/en-MY.d.ts +1 -0
  365. package/locale-data/en-MY.js +6 -0
  366. package/locale-data/en-NA.d.ts +1 -0
  367. package/locale-data/en-NA.js +6 -0
  368. package/locale-data/en-NF.d.ts +1 -0
  369. package/locale-data/en-NF.js +6 -0
  370. package/locale-data/en-NG.d.ts +1 -0
  371. package/locale-data/en-NG.js +6 -0
  372. package/locale-data/en-NL.d.ts +1 -0
  373. package/locale-data/en-NL.js +6 -0
  374. package/locale-data/en-NR.d.ts +1 -0
  375. package/locale-data/en-NR.js +6 -0
  376. package/locale-data/en-NU.d.ts +1 -0
  377. package/locale-data/en-NU.js +6 -0
  378. package/locale-data/en-NZ.d.ts +1 -0
  379. package/locale-data/en-NZ.js +6 -0
  380. package/locale-data/en-PG.d.ts +1 -0
  381. package/locale-data/en-PG.js +6 -0
  382. package/locale-data/en-PH.d.ts +1 -0
  383. package/locale-data/en-PH.js +6 -0
  384. package/locale-data/en-PK.d.ts +1 -0
  385. package/locale-data/en-PK.js +6 -0
  386. package/locale-data/en-PN.d.ts +1 -0
  387. package/locale-data/en-PN.js +6 -0
  388. package/locale-data/en-PR.d.ts +1 -0
  389. package/locale-data/en-PR.js +6 -0
  390. package/locale-data/en-PW.d.ts +1 -0
  391. package/locale-data/en-PW.js +6 -0
  392. package/locale-data/en-RW.d.ts +1 -0
  393. package/locale-data/en-RW.js +6 -0
  394. package/locale-data/en-SB.d.ts +1 -0
  395. package/locale-data/en-SB.js +6 -0
  396. package/locale-data/en-SC.d.ts +1 -0
  397. package/locale-data/en-SC.js +6 -0
  398. package/locale-data/en-SD.d.ts +1 -0
  399. package/locale-data/en-SD.js +6 -0
  400. package/locale-data/en-SE.d.ts +1 -0
  401. package/locale-data/en-SE.js +6 -0
  402. package/locale-data/en-SG.d.ts +1 -0
  403. package/locale-data/en-SG.js +6 -0
  404. package/locale-data/en-SH.d.ts +1 -0
  405. package/locale-data/en-SH.js +6 -0
  406. package/locale-data/en-SI.d.ts +1 -0
  407. package/locale-data/en-SI.js +6 -0
  408. package/locale-data/en-SL.d.ts +1 -0
  409. package/locale-data/en-SL.js +6 -0
  410. package/locale-data/en-SS.d.ts +1 -0
  411. package/locale-data/en-SS.js +6 -0
  412. package/locale-data/en-SX.d.ts +1 -0
  413. package/locale-data/en-SX.js +6 -0
  414. package/locale-data/en-SZ.d.ts +1 -0
  415. package/locale-data/en-SZ.js +6 -0
  416. package/locale-data/en-TC.d.ts +1 -0
  417. package/locale-data/en-TC.js +6 -0
  418. package/locale-data/en-TK.d.ts +1 -0
  419. package/locale-data/en-TK.js +6 -0
  420. package/locale-data/en-TO.d.ts +1 -0
  421. package/locale-data/en-TO.js +6 -0
  422. package/locale-data/en-TT.d.ts +1 -0
  423. package/locale-data/en-TT.js +6 -0
  424. package/locale-data/en-TV.d.ts +1 -0
  425. package/locale-data/en-TV.js +6 -0
  426. package/locale-data/en-TZ.d.ts +1 -0
  427. package/locale-data/en-TZ.js +6 -0
  428. package/locale-data/en-UG.d.ts +1 -0
  429. package/locale-data/en-UG.js +6 -0
  430. package/locale-data/en-UM.d.ts +1 -0
  431. package/locale-data/en-UM.js +6 -0
  432. package/locale-data/en-US-POSIX.d.ts +1 -0
  433. package/locale-data/en-US-POSIX.js +6 -0
  434. package/locale-data/en-VC.d.ts +1 -0
  435. package/locale-data/en-VC.js +6 -0
  436. package/locale-data/en-VG.d.ts +1 -0
  437. package/locale-data/en-VG.js +6 -0
  438. package/locale-data/en-VI.d.ts +1 -0
  439. package/locale-data/en-VI.js +6 -0
  440. package/locale-data/en-VU.d.ts +1 -0
  441. package/locale-data/en-VU.js +6 -0
  442. package/locale-data/en-WS.d.ts +1 -0
  443. package/locale-data/en-WS.js +6 -0
  444. package/locale-data/en-ZA.d.ts +1 -0
  445. package/locale-data/en-ZA.js +6 -0
  446. package/locale-data/en-ZM.d.ts +1 -0
  447. package/locale-data/en-ZM.js +6 -0
  448. package/locale-data/en-ZW.d.ts +1 -0
  449. package/locale-data/en-ZW.js +6 -0
  450. package/locale-data/en.d.ts +1 -0
  451. package/locale-data/en.js +6 -0
  452. package/locale-data/eo.d.ts +1 -0
  453. package/locale-data/eo.js +6 -0
  454. package/locale-data/es-419.d.ts +1 -0
  455. package/locale-data/es-419.js +6 -0
  456. package/locale-data/es-AR.d.ts +1 -0
  457. package/locale-data/es-AR.js +6 -0
  458. package/locale-data/es-BO.d.ts +1 -0
  459. package/locale-data/es-BO.js +6 -0
  460. package/locale-data/es-BR.d.ts +1 -0
  461. package/locale-data/es-BR.js +6 -0
  462. package/locale-data/es-BZ.d.ts +1 -0
  463. package/locale-data/es-BZ.js +6 -0
  464. package/locale-data/es-CL.d.ts +1 -0
  465. package/locale-data/es-CL.js +6 -0
  466. package/locale-data/es-CO.d.ts +1 -0
  467. package/locale-data/es-CO.js +6 -0
  468. package/locale-data/es-CR.d.ts +1 -0
  469. package/locale-data/es-CR.js +6 -0
  470. package/locale-data/es-CU.d.ts +1 -0
  471. package/locale-data/es-CU.js +6 -0
  472. package/locale-data/es-DO.d.ts +1 -0
  473. package/locale-data/es-DO.js +6 -0
  474. package/locale-data/es-EA.d.ts +1 -0
  475. package/locale-data/es-EA.js +6 -0
  476. package/locale-data/es-EC.d.ts +1 -0
  477. package/locale-data/es-EC.js +6 -0
  478. package/locale-data/es-GQ.d.ts +1 -0
  479. package/locale-data/es-GQ.js +6 -0
  480. package/locale-data/es-GT.d.ts +1 -0
  481. package/locale-data/es-GT.js +6 -0
  482. package/locale-data/es-HN.d.ts +1 -0
  483. package/locale-data/es-HN.js +6 -0
  484. package/locale-data/es-IC.d.ts +1 -0
  485. package/locale-data/es-IC.js +6 -0
  486. package/locale-data/es-MX.d.ts +1 -0
  487. package/locale-data/es-MX.js +6 -0
  488. package/locale-data/es-NI.d.ts +1 -0
  489. package/locale-data/es-NI.js +6 -0
  490. package/locale-data/es-PA.d.ts +1 -0
  491. package/locale-data/es-PA.js +6 -0
  492. package/locale-data/es-PE.d.ts +1 -0
  493. package/locale-data/es-PE.js +6 -0
  494. package/locale-data/es-PH.d.ts +1 -0
  495. package/locale-data/es-PH.js +6 -0
  496. package/locale-data/es-PR.d.ts +1 -0
  497. package/locale-data/es-PR.js +6 -0
  498. package/locale-data/es-PY.d.ts +1 -0
  499. package/locale-data/es-PY.js +6 -0
  500. package/locale-data/es-SV.d.ts +1 -0
  501. package/locale-data/es-SV.js +6 -0
  502. package/locale-data/es-US.d.ts +1 -0
  503. package/locale-data/es-US.js +6 -0
  504. package/locale-data/es-UY.d.ts +1 -0
  505. package/locale-data/es-UY.js +6 -0
  506. package/locale-data/es-VE.d.ts +1 -0
  507. package/locale-data/es-VE.js +6 -0
  508. package/locale-data/es.d.ts +1 -0
  509. package/locale-data/es.js +6 -0
  510. package/locale-data/et.d.ts +1 -0
  511. package/locale-data/et.js +6 -0
  512. package/locale-data/eu.d.ts +1 -0
  513. package/locale-data/eu.js +6 -0
  514. package/locale-data/ewo.d.ts +1 -0
  515. package/locale-data/ewo.js +6 -0
  516. package/locale-data/fa-AF.d.ts +1 -0
  517. package/locale-data/fa-AF.js +6 -0
  518. package/locale-data/fa.d.ts +1 -0
  519. package/locale-data/fa.js +6 -0
  520. package/locale-data/ff-Adlm-BF.d.ts +1 -0
  521. package/locale-data/ff-Adlm-BF.js +6 -0
  522. package/locale-data/ff-Adlm-CM.d.ts +1 -0
  523. package/locale-data/ff-Adlm-CM.js +6 -0
  524. package/locale-data/ff-Adlm-GH.d.ts +1 -0
  525. package/locale-data/ff-Adlm-GH.js +6 -0
  526. package/locale-data/ff-Adlm-GM.d.ts +1 -0
  527. package/locale-data/ff-Adlm-GM.js +6 -0
  528. package/locale-data/ff-Adlm-GW.d.ts +1 -0
  529. package/locale-data/ff-Adlm-GW.js +6 -0
  530. package/locale-data/ff-Adlm-LR.d.ts +1 -0
  531. package/locale-data/ff-Adlm-LR.js +6 -0
  532. package/locale-data/ff-Adlm-MR.d.ts +1 -0
  533. package/locale-data/ff-Adlm-MR.js +6 -0
  534. package/locale-data/ff-Adlm-NE.d.ts +1 -0
  535. package/locale-data/ff-Adlm-NE.js +6 -0
  536. package/locale-data/ff-Adlm-NG.d.ts +1 -0
  537. package/locale-data/ff-Adlm-NG.js +6 -0
  538. package/locale-data/ff-Adlm-SL.d.ts +1 -0
  539. package/locale-data/ff-Adlm-SL.js +6 -0
  540. package/locale-data/ff-Adlm-SN.d.ts +1 -0
  541. package/locale-data/ff-Adlm-SN.js +6 -0
  542. package/locale-data/ff-Adlm.d.ts +1 -0
  543. package/locale-data/ff-Adlm.js +6 -0
  544. package/locale-data/ff-Latn-BF.d.ts +1 -0
  545. package/locale-data/ff-Latn-BF.js +6 -0
  546. package/locale-data/ff-Latn-CM.d.ts +1 -0
  547. package/locale-data/ff-Latn-CM.js +6 -0
  548. package/locale-data/ff-Latn-GH.d.ts +1 -0
  549. package/locale-data/ff-Latn-GH.js +6 -0
  550. package/locale-data/ff-Latn-GM.d.ts +1 -0
  551. package/locale-data/ff-Latn-GM.js +6 -0
  552. package/locale-data/ff-Latn-GN.d.ts +1 -0
  553. package/locale-data/ff-Latn-GN.js +6 -0
  554. package/locale-data/ff-Latn-GW.d.ts +1 -0
  555. package/locale-data/ff-Latn-GW.js +6 -0
  556. package/locale-data/ff-Latn-LR.d.ts +1 -0
  557. package/locale-data/ff-Latn-LR.js +6 -0
  558. package/locale-data/ff-Latn-MR.d.ts +1 -0
  559. package/locale-data/ff-Latn-MR.js +6 -0
  560. package/locale-data/ff-Latn-NE.d.ts +1 -0
  561. package/locale-data/ff-Latn-NE.js +6 -0
  562. package/locale-data/ff-Latn-NG.d.ts +1 -0
  563. package/locale-data/ff-Latn-NG.js +6 -0
  564. package/locale-data/ff-Latn-SL.d.ts +1 -0
  565. package/locale-data/ff-Latn-SL.js +6 -0
  566. package/locale-data/ff-Latn.d.ts +1 -0
  567. package/locale-data/ff-Latn.js +6 -0
  568. package/locale-data/ff.d.ts +1 -0
  569. package/locale-data/ff.js +6 -0
  570. package/locale-data/fi.d.ts +1 -0
  571. package/locale-data/fi.js +6 -0
  572. package/locale-data/fil.d.ts +1 -0
  573. package/locale-data/fil.js +6 -0
  574. package/locale-data/fo-DK.d.ts +1 -0
  575. package/locale-data/fo-DK.js +6 -0
  576. package/locale-data/fo.d.ts +1 -0
  577. package/locale-data/fo.js +6 -0
  578. package/locale-data/fr-BE.d.ts +1 -0
  579. package/locale-data/fr-BE.js +6 -0
  580. package/locale-data/fr-BF.d.ts +1 -0
  581. package/locale-data/fr-BF.js +6 -0
  582. package/locale-data/fr-BI.d.ts +1 -0
  583. package/locale-data/fr-BI.js +6 -0
  584. package/locale-data/fr-BJ.d.ts +1 -0
  585. package/locale-data/fr-BJ.js +6 -0
  586. package/locale-data/fr-BL.d.ts +1 -0
  587. package/locale-data/fr-BL.js +6 -0
  588. package/locale-data/fr-CA.d.ts +1 -0
  589. package/locale-data/fr-CA.js +6 -0
  590. package/locale-data/fr-CD.d.ts +1 -0
  591. package/locale-data/fr-CD.js +6 -0
  592. package/locale-data/fr-CF.d.ts +1 -0
  593. package/locale-data/fr-CF.js +6 -0
  594. package/locale-data/fr-CG.d.ts +1 -0
  595. package/locale-data/fr-CG.js +6 -0
  596. package/locale-data/fr-CH.d.ts +1 -0
  597. package/locale-data/fr-CH.js +6 -0
  598. package/locale-data/fr-CI.d.ts +1 -0
  599. package/locale-data/fr-CI.js +6 -0
  600. package/locale-data/fr-CM.d.ts +1 -0
  601. package/locale-data/fr-CM.js +6 -0
  602. package/locale-data/fr-DJ.d.ts +1 -0
  603. package/locale-data/fr-DJ.js +6 -0
  604. package/locale-data/fr-DZ.d.ts +1 -0
  605. package/locale-data/fr-DZ.js +6 -0
  606. package/locale-data/fr-GA.d.ts +1 -0
  607. package/locale-data/fr-GA.js +6 -0
  608. package/locale-data/fr-GF.d.ts +1 -0
  609. package/locale-data/fr-GF.js +6 -0
  610. package/locale-data/fr-GN.d.ts +1 -0
  611. package/locale-data/fr-GN.js +6 -0
  612. package/locale-data/fr-GP.d.ts +1 -0
  613. package/locale-data/fr-GP.js +6 -0
  614. package/locale-data/fr-GQ.d.ts +1 -0
  615. package/locale-data/fr-GQ.js +6 -0
  616. package/locale-data/fr-HT.d.ts +1 -0
  617. package/locale-data/fr-HT.js +6 -0
  618. package/locale-data/fr-KM.d.ts +1 -0
  619. package/locale-data/fr-KM.js +6 -0
  620. package/locale-data/fr-LU.d.ts +1 -0
  621. package/locale-data/fr-LU.js +6 -0
  622. package/locale-data/fr-MA.d.ts +1 -0
  623. package/locale-data/fr-MA.js +6 -0
  624. package/locale-data/fr-MC.d.ts +1 -0
  625. package/locale-data/fr-MC.js +6 -0
  626. package/locale-data/fr-MF.d.ts +1 -0
  627. package/locale-data/fr-MF.js +6 -0
  628. package/locale-data/fr-MG.d.ts +1 -0
  629. package/locale-data/fr-MG.js +6 -0
  630. package/locale-data/fr-ML.d.ts +1 -0
  631. package/locale-data/fr-ML.js +6 -0
  632. package/locale-data/fr-MQ.d.ts +1 -0
  633. package/locale-data/fr-MQ.js +6 -0
  634. package/locale-data/fr-MR.d.ts +1 -0
  635. package/locale-data/fr-MR.js +6 -0
  636. package/locale-data/fr-MU.d.ts +1 -0
  637. package/locale-data/fr-MU.js +6 -0
  638. package/locale-data/fr-NC.d.ts +1 -0
  639. package/locale-data/fr-NC.js +6 -0
  640. package/locale-data/fr-NE.d.ts +1 -0
  641. package/locale-data/fr-NE.js +6 -0
  642. package/locale-data/fr-PF.d.ts +1 -0
  643. package/locale-data/fr-PF.js +6 -0
  644. package/locale-data/fr-PM.d.ts +1 -0
  645. package/locale-data/fr-PM.js +6 -0
  646. package/locale-data/fr-RE.d.ts +1 -0
  647. package/locale-data/fr-RE.js +6 -0
  648. package/locale-data/fr-RW.d.ts +1 -0
  649. package/locale-data/fr-RW.js +6 -0
  650. package/locale-data/fr-SC.d.ts +1 -0
  651. package/locale-data/fr-SC.js +6 -0
  652. package/locale-data/fr-SN.d.ts +1 -0
  653. package/locale-data/fr-SN.js +6 -0
  654. package/locale-data/fr-SY.d.ts +1 -0
  655. package/locale-data/fr-SY.js +6 -0
  656. package/locale-data/fr-TD.d.ts +1 -0
  657. package/locale-data/fr-TD.js +6 -0
  658. package/locale-data/fr-TG.d.ts +1 -0
  659. package/locale-data/fr-TG.js +6 -0
  660. package/locale-data/fr-TN.d.ts +1 -0
  661. package/locale-data/fr-TN.js +6 -0
  662. package/locale-data/fr-VU.d.ts +1 -0
  663. package/locale-data/fr-VU.js +6 -0
  664. package/locale-data/fr-WF.d.ts +1 -0
  665. package/locale-data/fr-WF.js +6 -0
  666. package/locale-data/fr-YT.d.ts +1 -0
  667. package/locale-data/fr-YT.js +6 -0
  668. package/locale-data/fr.d.ts +1 -0
  669. package/locale-data/fr.js +6 -0
  670. package/locale-data/fur.d.ts +1 -0
  671. package/locale-data/fur.js +6 -0
  672. package/locale-data/fy.d.ts +1 -0
  673. package/locale-data/fy.js +6 -0
  674. package/locale-data/ga-GB.d.ts +1 -0
  675. package/locale-data/ga-GB.js +6 -0
  676. package/locale-data/ga.d.ts +1 -0
  677. package/locale-data/ga.js +6 -0
  678. package/locale-data/gd.d.ts +1 -0
  679. package/locale-data/gd.js +6 -0
  680. package/locale-data/gl.d.ts +1 -0
  681. package/locale-data/gl.js +6 -0
  682. package/locale-data/gsw-FR.d.ts +1 -0
  683. package/locale-data/gsw-FR.js +6 -0
  684. package/locale-data/gsw-LI.d.ts +1 -0
  685. package/locale-data/gsw-LI.js +6 -0
  686. package/locale-data/gsw.d.ts +1 -0
  687. package/locale-data/gsw.js +6 -0
  688. package/locale-data/gu.d.ts +1 -0
  689. package/locale-data/gu.js +6 -0
  690. package/locale-data/guz.d.ts +1 -0
  691. package/locale-data/guz.js +6 -0
  692. package/locale-data/gv.d.ts +1 -0
  693. package/locale-data/gv.js +6 -0
  694. package/locale-data/ha-GH.d.ts +1 -0
  695. package/locale-data/ha-GH.js +6 -0
  696. package/locale-data/ha-NE.d.ts +1 -0
  697. package/locale-data/ha-NE.js +6 -0
  698. package/locale-data/ha.d.ts +1 -0
  699. package/locale-data/ha.js +6 -0
  700. package/locale-data/haw.d.ts +1 -0
  701. package/locale-data/haw.js +6 -0
  702. package/locale-data/he.d.ts +1 -0
  703. package/locale-data/he.js +6 -0
  704. package/locale-data/hi.d.ts +1 -0
  705. package/locale-data/hi.js +6 -0
  706. package/locale-data/hr-BA.d.ts +1 -0
  707. package/locale-data/hr-BA.js +6 -0
  708. package/locale-data/hr.d.ts +1 -0
  709. package/locale-data/hr.js +6 -0
  710. package/locale-data/hsb.d.ts +1 -0
  711. package/locale-data/hsb.js +6 -0
  712. package/locale-data/hu.d.ts +1 -0
  713. package/locale-data/hu.js +6 -0
  714. package/locale-data/hy.d.ts +1 -0
  715. package/locale-data/hy.js +6 -0
  716. package/locale-data/ia.d.ts +1 -0
  717. package/locale-data/ia.js +6 -0
  718. package/locale-data/id.d.ts +1 -0
  719. package/locale-data/id.js +6 -0
  720. package/locale-data/ig.d.ts +1 -0
  721. package/locale-data/ig.js +6 -0
  722. package/locale-data/ii.d.ts +1 -0
  723. package/locale-data/ii.js +6 -0
  724. package/locale-data/is.d.ts +1 -0
  725. package/locale-data/is.js +6 -0
  726. package/locale-data/it-CH.d.ts +1 -0
  727. package/locale-data/it-CH.js +6 -0
  728. package/locale-data/it-SM.d.ts +1 -0
  729. package/locale-data/it-SM.js +6 -0
  730. package/locale-data/it-VA.d.ts +1 -0
  731. package/locale-data/it-VA.js +6 -0
  732. package/locale-data/it.d.ts +1 -0
  733. package/locale-data/it.js +6 -0
  734. package/locale-data/ja.d.ts +1 -0
  735. package/locale-data/ja.js +6 -0
  736. package/locale-data/jgo.d.ts +1 -0
  737. package/locale-data/jgo.js +6 -0
  738. package/locale-data/jmc.d.ts +1 -0
  739. package/locale-data/jmc.js +6 -0
  740. package/locale-data/jv.d.ts +1 -0
  741. package/locale-data/jv.js +6 -0
  742. package/locale-data/ka.d.ts +1 -0
  743. package/locale-data/ka.js +6 -0
  744. package/locale-data/kab.d.ts +1 -0
  745. package/locale-data/kab.js +6 -0
  746. package/locale-data/kam.d.ts +1 -0
  747. package/locale-data/kam.js +6 -0
  748. package/locale-data/kde.d.ts +1 -0
  749. package/locale-data/kde.js +6 -0
  750. package/locale-data/kea.d.ts +1 -0
  751. package/locale-data/kea.js +6 -0
  752. package/locale-data/khq.d.ts +1 -0
  753. package/locale-data/khq.js +6 -0
  754. package/locale-data/ki.d.ts +1 -0
  755. package/locale-data/ki.js +6 -0
  756. package/locale-data/kk.d.ts +1 -0
  757. package/locale-data/kk.js +6 -0
  758. package/locale-data/kkj.d.ts +1 -0
  759. package/locale-data/kkj.js +6 -0
  760. package/locale-data/kl.d.ts +1 -0
  761. package/locale-data/kl.js +6 -0
  762. package/locale-data/kln.d.ts +1 -0
  763. package/locale-data/kln.js +6 -0
  764. package/locale-data/km.d.ts +1 -0
  765. package/locale-data/km.js +6 -0
  766. package/locale-data/kn.d.ts +1 -0
  767. package/locale-data/kn.js +6 -0
  768. package/locale-data/ko-KP.d.ts +1 -0
  769. package/locale-data/ko-KP.js +6 -0
  770. package/locale-data/ko.d.ts +1 -0
  771. package/locale-data/ko.js +6 -0
  772. package/locale-data/kok.d.ts +1 -0
  773. package/locale-data/kok.js +6 -0
  774. package/locale-data/ks-Arab.d.ts +1 -0
  775. package/locale-data/ks-Arab.js +6 -0
  776. package/locale-data/ks.d.ts +1 -0
  777. package/locale-data/ks.js +6 -0
  778. package/locale-data/ksb.d.ts +1 -0
  779. package/locale-data/ksb.js +6 -0
  780. package/locale-data/ksf.d.ts +1 -0
  781. package/locale-data/ksf.js +6 -0
  782. package/locale-data/ksh.d.ts +1 -0
  783. package/locale-data/ksh.js +6 -0
  784. package/locale-data/ku.d.ts +1 -0
  785. package/locale-data/ku.js +6 -0
  786. package/locale-data/kw.d.ts +1 -0
  787. package/locale-data/kw.js +6 -0
  788. package/locale-data/ky.d.ts +1 -0
  789. package/locale-data/ky.js +6 -0
  790. package/locale-data/lag.d.ts +1 -0
  791. package/locale-data/lag.js +6 -0
  792. package/locale-data/lb.d.ts +1 -0
  793. package/locale-data/lb.js +6 -0
  794. package/locale-data/lg.d.ts +1 -0
  795. package/locale-data/lg.js +6 -0
  796. package/locale-data/lkt.d.ts +1 -0
  797. package/locale-data/lkt.js +6 -0
  798. package/locale-data/ln-AO.d.ts +1 -0
  799. package/locale-data/ln-AO.js +6 -0
  800. package/locale-data/ln-CF.d.ts +1 -0
  801. package/locale-data/ln-CF.js +6 -0
  802. package/locale-data/ln-CG.d.ts +1 -0
  803. package/locale-data/ln-CG.js +6 -0
  804. package/locale-data/ln.d.ts +1 -0
  805. package/locale-data/ln.js +6 -0
  806. package/locale-data/lo.d.ts +1 -0
  807. package/locale-data/lo.js +6 -0
  808. package/locale-data/lrc-IQ.d.ts +1 -0
  809. package/locale-data/lrc-IQ.js +6 -0
  810. package/locale-data/lrc.d.ts +1 -0
  811. package/locale-data/lrc.js +6 -0
  812. package/locale-data/lt.d.ts +1 -0
  813. package/locale-data/lt.js +6 -0
  814. package/locale-data/lu.d.ts +1 -0
  815. package/locale-data/lu.js +6 -0
  816. package/locale-data/luo.d.ts +1 -0
  817. package/locale-data/luo.js +6 -0
  818. package/locale-data/luy.d.ts +1 -0
  819. package/locale-data/luy.js +6 -0
  820. package/locale-data/lv.d.ts +1 -0
  821. package/locale-data/lv.js +6 -0
  822. package/locale-data/mai.d.ts +1 -0
  823. package/locale-data/mai.js +6 -0
  824. package/locale-data/mas-TZ.d.ts +1 -0
  825. package/locale-data/mas-TZ.js +6 -0
  826. package/locale-data/mas.d.ts +1 -0
  827. package/locale-data/mas.js +6 -0
  828. package/locale-data/mer.d.ts +1 -0
  829. package/locale-data/mer.js +6 -0
  830. package/locale-data/mfe.d.ts +1 -0
  831. package/locale-data/mfe.js +6 -0
  832. package/locale-data/mg.d.ts +1 -0
  833. package/locale-data/mg.js +6 -0
  834. package/locale-data/mgh.d.ts +1 -0
  835. package/locale-data/mgh.js +6 -0
  836. package/locale-data/mgo.d.ts +1 -0
  837. package/locale-data/mgo.js +6 -0
  838. package/locale-data/mi.d.ts +1 -0
  839. package/locale-data/mi.js +6 -0
  840. package/locale-data/mk.d.ts +1 -0
  841. package/locale-data/mk.js +6 -0
  842. package/locale-data/ml.d.ts +1 -0
  843. package/locale-data/ml.js +6 -0
  844. package/locale-data/mn.d.ts +1 -0
  845. package/locale-data/mn.js +6 -0
  846. package/locale-data/mni-Beng.d.ts +1 -0
  847. package/locale-data/mni-Beng.js +6 -0
  848. package/locale-data/mni.d.ts +1 -0
  849. package/locale-data/mni.js +6 -0
  850. package/locale-data/mr.d.ts +1 -0
  851. package/locale-data/mr.js +6 -0
  852. package/locale-data/ms-BN.d.ts +1 -0
  853. package/locale-data/ms-BN.js +6 -0
  854. package/locale-data/ms-ID.d.ts +1 -0
  855. package/locale-data/ms-ID.js +6 -0
  856. package/locale-data/ms-SG.d.ts +1 -0
  857. package/locale-data/ms-SG.js +6 -0
  858. package/locale-data/ms.d.ts +1 -0
  859. package/locale-data/ms.js +6 -0
  860. package/locale-data/mt.d.ts +1 -0
  861. package/locale-data/mt.js +6 -0
  862. package/locale-data/mua.d.ts +1 -0
  863. package/locale-data/mua.js +6 -0
  864. package/locale-data/my.d.ts +1 -0
  865. package/locale-data/my.js +6 -0
  866. package/locale-data/mzn.d.ts +1 -0
  867. package/locale-data/mzn.js +6 -0
  868. package/locale-data/naq.d.ts +1 -0
  869. package/locale-data/naq.js +6 -0
  870. package/locale-data/nb-SJ.d.ts +1 -0
  871. package/locale-data/nb-SJ.js +6 -0
  872. package/locale-data/nb.d.ts +1 -0
  873. package/locale-data/nb.js +6 -0
  874. package/locale-data/nd.d.ts +1 -0
  875. package/locale-data/nd.js +6 -0
  876. package/locale-data/nds-NL.d.ts +1 -0
  877. package/locale-data/nds-NL.js +6 -0
  878. package/locale-data/nds.d.ts +1 -0
  879. package/locale-data/nds.js +6 -0
  880. package/locale-data/ne-IN.d.ts +1 -0
  881. package/locale-data/ne-IN.js +6 -0
  882. package/locale-data/ne.d.ts +1 -0
  883. package/locale-data/ne.js +6 -0
  884. package/locale-data/nl-AW.d.ts +1 -0
  885. package/locale-data/nl-AW.js +6 -0
  886. package/locale-data/nl-BE.d.ts +1 -0
  887. package/locale-data/nl-BE.js +6 -0
  888. package/locale-data/nl-BQ.d.ts +1 -0
  889. package/locale-data/nl-BQ.js +6 -0
  890. package/locale-data/nl-CW.d.ts +1 -0
  891. package/locale-data/nl-CW.js +6 -0
  892. package/locale-data/nl-SR.d.ts +1 -0
  893. package/locale-data/nl-SR.js +6 -0
  894. package/locale-data/nl-SX.d.ts +1 -0
  895. package/locale-data/nl-SX.js +6 -0
  896. package/locale-data/nl.d.ts +1 -0
  897. package/locale-data/nl.js +6 -0
  898. package/locale-data/nmg.d.ts +1 -0
  899. package/locale-data/nmg.js +6 -0
  900. package/locale-data/nn.d.ts +1 -0
  901. package/locale-data/nn.js +6 -0
  902. package/locale-data/nnh.d.ts +1 -0
  903. package/locale-data/nnh.js +6 -0
  904. package/locale-data/no.d.ts +1 -0
  905. package/locale-data/no.js +6 -0
  906. package/locale-data/nus.d.ts +1 -0
  907. package/locale-data/nus.js +6 -0
  908. package/locale-data/nyn.d.ts +1 -0
  909. package/locale-data/nyn.js +6 -0
  910. package/locale-data/om-KE.d.ts +1 -0
  911. package/locale-data/om-KE.js +6 -0
  912. package/locale-data/om.d.ts +1 -0
  913. package/locale-data/om.js +6 -0
  914. package/locale-data/or.d.ts +1 -0
  915. package/locale-data/or.js +6 -0
  916. package/locale-data/os-RU.d.ts +1 -0
  917. package/locale-data/os-RU.js +6 -0
  918. package/locale-data/os.d.ts +1 -0
  919. package/locale-data/os.js +6 -0
  920. package/locale-data/pa-Arab.d.ts +1 -0
  921. package/locale-data/pa-Arab.js +6 -0
  922. package/locale-data/pa-Guru.d.ts +1 -0
  923. package/locale-data/pa-Guru.js +6 -0
  924. package/locale-data/pa.d.ts +1 -0
  925. package/locale-data/pa.js +6 -0
  926. package/locale-data/pcm.d.ts +1 -0
  927. package/locale-data/pcm.js +6 -0
  928. package/locale-data/pl.d.ts +1 -0
  929. package/locale-data/pl.js +6 -0
  930. package/locale-data/ps-PK.d.ts +1 -0
  931. package/locale-data/ps-PK.js +6 -0
  932. package/locale-data/ps.d.ts +1 -0
  933. package/locale-data/ps.js +6 -0
  934. package/locale-data/pt-AO.d.ts +1 -0
  935. package/locale-data/pt-AO.js +6 -0
  936. package/locale-data/pt-CH.d.ts +1 -0
  937. package/locale-data/pt-CH.js +6 -0
  938. package/locale-data/pt-CV.d.ts +1 -0
  939. package/locale-data/pt-CV.js +6 -0
  940. package/locale-data/pt-GQ.d.ts +1 -0
  941. package/locale-data/pt-GQ.js +6 -0
  942. package/locale-data/pt-GW.d.ts +1 -0
  943. package/locale-data/pt-GW.js +6 -0
  944. package/locale-data/pt-LU.d.ts +1 -0
  945. package/locale-data/pt-LU.js +6 -0
  946. package/locale-data/pt-MO.d.ts +1 -0
  947. package/locale-data/pt-MO.js +6 -0
  948. package/locale-data/pt-MZ.d.ts +1 -0
  949. package/locale-data/pt-MZ.js +6 -0
  950. package/locale-data/pt-PT.d.ts +1 -0
  951. package/locale-data/pt-PT.js +6 -0
  952. package/locale-data/pt-ST.d.ts +1 -0
  953. package/locale-data/pt-ST.js +6 -0
  954. package/locale-data/pt-TL.d.ts +1 -0
  955. package/locale-data/pt-TL.js +6 -0
  956. package/locale-data/pt.d.ts +1 -0
  957. package/locale-data/pt.js +6 -0
  958. package/locale-data/qu-BO.d.ts +1 -0
  959. package/locale-data/qu-BO.js +6 -0
  960. package/locale-data/qu-EC.d.ts +1 -0
  961. package/locale-data/qu-EC.js +6 -0
  962. package/locale-data/qu.d.ts +1 -0
  963. package/locale-data/qu.js +6 -0
  964. package/locale-data/rm.d.ts +1 -0
  965. package/locale-data/rm.js +6 -0
  966. package/locale-data/rn.d.ts +1 -0
  967. package/locale-data/rn.js +6 -0
  968. package/locale-data/ro-MD.d.ts +1 -0
  969. package/locale-data/ro-MD.js +6 -0
  970. package/locale-data/ro.d.ts +1 -0
  971. package/locale-data/ro.js +6 -0
  972. package/locale-data/rof.d.ts +1 -0
  973. package/locale-data/rof.js +6 -0
  974. package/locale-data/ru-BY.d.ts +1 -0
  975. package/locale-data/ru-BY.js +6 -0
  976. package/locale-data/ru-KG.d.ts +1 -0
  977. package/locale-data/ru-KG.js +6 -0
  978. package/locale-data/ru-KZ.d.ts +1 -0
  979. package/locale-data/ru-KZ.js +6 -0
  980. package/locale-data/ru-MD.d.ts +1 -0
  981. package/locale-data/ru-MD.js +6 -0
  982. package/locale-data/ru-UA.d.ts +1 -0
  983. package/locale-data/ru-UA.js +6 -0
  984. package/locale-data/ru.d.ts +1 -0
  985. package/locale-data/ru.js +6 -0
  986. package/locale-data/rw.d.ts +1 -0
  987. package/locale-data/rw.js +6 -0
  988. package/locale-data/rwk.d.ts +1 -0
  989. package/locale-data/rwk.js +6 -0
  990. package/locale-data/sa.d.ts +1 -0
  991. package/locale-data/sa.js +6 -0
  992. package/locale-data/sah.d.ts +1 -0
  993. package/locale-data/sah.js +6 -0
  994. package/locale-data/saq.d.ts +1 -0
  995. package/locale-data/saq.js +6 -0
  996. package/locale-data/sat-Olck.d.ts +1 -0
  997. package/locale-data/sat-Olck.js +6 -0
  998. package/locale-data/sat.d.ts +1 -0
  999. package/locale-data/sat.js +6 -0
  1000. package/locale-data/sbp.d.ts +1 -0
  1001. package/locale-data/sbp.js +6 -0
  1002. package/locale-data/sd-Arab.d.ts +1 -0
  1003. package/locale-data/sd-Arab.js +6 -0
  1004. package/locale-data/sd-Deva.d.ts +1 -0
  1005. package/locale-data/sd-Deva.js +6 -0
  1006. package/locale-data/sd.d.ts +1 -0
  1007. package/locale-data/sd.js +6 -0
  1008. package/locale-data/se-FI.d.ts +1 -0
  1009. package/locale-data/se-FI.js +6 -0
  1010. package/locale-data/se-SE.d.ts +1 -0
  1011. package/locale-data/se-SE.js +6 -0
  1012. package/locale-data/se.d.ts +1 -0
  1013. package/locale-data/se.js +6 -0
  1014. package/locale-data/seh.d.ts +1 -0
  1015. package/locale-data/seh.js +6 -0
  1016. package/locale-data/ses.d.ts +1 -0
  1017. package/locale-data/ses.js +6 -0
  1018. package/locale-data/sg.d.ts +1 -0
  1019. package/locale-data/sg.js +6 -0
  1020. package/locale-data/shi-Latn.d.ts +1 -0
  1021. package/locale-data/shi-Latn.js +6 -0
  1022. package/locale-data/shi-Tfng.d.ts +1 -0
  1023. package/locale-data/shi-Tfng.js +6 -0
  1024. package/locale-data/shi.d.ts +1 -0
  1025. package/locale-data/shi.js +6 -0
  1026. package/locale-data/si.d.ts +1 -0
  1027. package/locale-data/si.js +6 -0
  1028. package/locale-data/sk.d.ts +1 -0
  1029. package/locale-data/sk.js +6 -0
  1030. package/locale-data/sl.d.ts +1 -0
  1031. package/locale-data/sl.js +6 -0
  1032. package/locale-data/smn.d.ts +1 -0
  1033. package/locale-data/smn.js +6 -0
  1034. package/locale-data/sn.d.ts +1 -0
  1035. package/locale-data/sn.js +6 -0
  1036. package/locale-data/so-DJ.d.ts +1 -0
  1037. package/locale-data/so-DJ.js +6 -0
  1038. package/locale-data/so-ET.d.ts +1 -0
  1039. package/locale-data/so-ET.js +6 -0
  1040. package/locale-data/so-KE.d.ts +1 -0
  1041. package/locale-data/so-KE.js +6 -0
  1042. package/locale-data/so.d.ts +1 -0
  1043. package/locale-data/so.js +6 -0
  1044. package/locale-data/sq-MK.d.ts +1 -0
  1045. package/locale-data/sq-MK.js +6 -0
  1046. package/locale-data/sq-XK.d.ts +1 -0
  1047. package/locale-data/sq-XK.js +6 -0
  1048. package/locale-data/sq.d.ts +1 -0
  1049. package/locale-data/sq.js +6 -0
  1050. package/locale-data/sr-Cyrl-BA.d.ts +1 -0
  1051. package/locale-data/sr-Cyrl-BA.js +6 -0
  1052. package/locale-data/sr-Cyrl-ME.d.ts +1 -0
  1053. package/locale-data/sr-Cyrl-ME.js +6 -0
  1054. package/locale-data/sr-Cyrl-XK.d.ts +1 -0
  1055. package/locale-data/sr-Cyrl-XK.js +6 -0
  1056. package/locale-data/sr-Cyrl.d.ts +1 -0
  1057. package/locale-data/sr-Cyrl.js +6 -0
  1058. package/locale-data/sr-Latn-BA.d.ts +1 -0
  1059. package/locale-data/sr-Latn-BA.js +6 -0
  1060. package/locale-data/sr-Latn-ME.d.ts +1 -0
  1061. package/locale-data/sr-Latn-ME.js +6 -0
  1062. package/locale-data/sr-Latn-XK.d.ts +1 -0
  1063. package/locale-data/sr-Latn-XK.js +6 -0
  1064. package/locale-data/sr-Latn.d.ts +1 -0
  1065. package/locale-data/sr-Latn.js +6 -0
  1066. package/locale-data/sr.d.ts +1 -0
  1067. package/locale-data/sr.js +6 -0
  1068. package/locale-data/su-Latn.d.ts +1 -0
  1069. package/locale-data/su-Latn.js +6 -0
  1070. package/locale-data/su.d.ts +1 -0
  1071. package/locale-data/su.js +6 -0
  1072. package/locale-data/sv-AX.d.ts +1 -0
  1073. package/locale-data/sv-AX.js +6 -0
  1074. package/locale-data/sv-FI.d.ts +1 -0
  1075. package/locale-data/sv-FI.js +6 -0
  1076. package/locale-data/sv.d.ts +1 -0
  1077. package/locale-data/sv.js +6 -0
  1078. package/locale-data/sw-CD.d.ts +1 -0
  1079. package/locale-data/sw-CD.js +6 -0
  1080. package/locale-data/sw-KE.d.ts +1 -0
  1081. package/locale-data/sw-KE.js +6 -0
  1082. package/locale-data/sw-UG.d.ts +1 -0
  1083. package/locale-data/sw-UG.js +6 -0
  1084. package/locale-data/sw.d.ts +1 -0
  1085. package/locale-data/sw.js +6 -0
  1086. package/locale-data/ta-LK.d.ts +1 -0
  1087. package/locale-data/ta-LK.js +6 -0
  1088. package/locale-data/ta-MY.d.ts +1 -0
  1089. package/locale-data/ta-MY.js +6 -0
  1090. package/locale-data/ta-SG.d.ts +1 -0
  1091. package/locale-data/ta-SG.js +6 -0
  1092. package/locale-data/ta.d.ts +1 -0
  1093. package/locale-data/ta.js +6 -0
  1094. package/locale-data/te.d.ts +1 -0
  1095. package/locale-data/te.js +6 -0
  1096. package/locale-data/teo-KE.d.ts +1 -0
  1097. package/locale-data/teo-KE.js +6 -0
  1098. package/locale-data/teo.d.ts +1 -0
  1099. package/locale-data/teo.js +6 -0
  1100. package/locale-data/tg.d.ts +1 -0
  1101. package/locale-data/tg.js +6 -0
  1102. package/locale-data/th.d.ts +1 -0
  1103. package/locale-data/th.js +6 -0
  1104. package/locale-data/ti-ER.d.ts +1 -0
  1105. package/locale-data/ti-ER.js +6 -0
  1106. package/locale-data/ti.d.ts +1 -0
  1107. package/locale-data/ti.js +6 -0
  1108. package/locale-data/tk.d.ts +1 -0
  1109. package/locale-data/tk.js +6 -0
  1110. package/locale-data/to.d.ts +1 -0
  1111. package/locale-data/to.js +6 -0
  1112. package/locale-data/tr-CY.d.ts +1 -0
  1113. package/locale-data/tr-CY.js +6 -0
  1114. package/locale-data/tr.d.ts +1 -0
  1115. package/locale-data/tr.js +6 -0
  1116. package/locale-data/tt.d.ts +1 -0
  1117. package/locale-data/tt.js +6 -0
  1118. package/locale-data/twq.d.ts +1 -0
  1119. package/locale-data/twq.js +6 -0
  1120. package/locale-data/tzm.d.ts +1 -0
  1121. package/locale-data/tzm.js +6 -0
  1122. package/locale-data/ug.d.ts +1 -0
  1123. package/locale-data/ug.js +6 -0
  1124. package/locale-data/uk.d.ts +1 -0
  1125. package/locale-data/uk.js +6 -0
  1126. package/locale-data/ur-IN.d.ts +1 -0
  1127. package/locale-data/ur-IN.js +6 -0
  1128. package/locale-data/ur.d.ts +1 -0
  1129. package/locale-data/ur.js +6 -0
  1130. package/locale-data/uz-Arab.d.ts +1 -0
  1131. package/locale-data/uz-Arab.js +6 -0
  1132. package/locale-data/uz-Cyrl.d.ts +1 -0
  1133. package/locale-data/uz-Cyrl.js +6 -0
  1134. package/locale-data/uz-Latn.d.ts +1 -0
  1135. package/locale-data/uz-Latn.js +6 -0
  1136. package/locale-data/uz.d.ts +1 -0
  1137. package/locale-data/uz.js +6 -0
  1138. package/locale-data/vai-Latn.d.ts +1 -0
  1139. package/locale-data/vai-Latn.js +6 -0
  1140. package/locale-data/vai-Vaii.d.ts +1 -0
  1141. package/locale-data/vai-Vaii.js +6 -0
  1142. package/locale-data/vai.d.ts +1 -0
  1143. package/locale-data/vai.js +6 -0
  1144. package/locale-data/vi.d.ts +1 -0
  1145. package/locale-data/vi.js +6 -0
  1146. package/locale-data/vun.d.ts +1 -0
  1147. package/locale-data/vun.js +6 -0
  1148. package/locale-data/wae.d.ts +1 -0
  1149. package/locale-data/wae.js +6 -0
  1150. package/locale-data/wo.d.ts +1 -0
  1151. package/locale-data/wo.js +6 -0
  1152. package/locale-data/xh.d.ts +1 -0
  1153. package/locale-data/xh.js +6 -0
  1154. package/locale-data/xog.d.ts +1 -0
  1155. package/locale-data/xog.js +6 -0
  1156. package/locale-data/yav.d.ts +1 -0
  1157. package/locale-data/yav.js +6 -0
  1158. package/locale-data/yi.d.ts +1 -0
  1159. package/locale-data/yi.js +6 -0
  1160. package/locale-data/yo-BJ.d.ts +1 -0
  1161. package/locale-data/yo-BJ.js +6 -0
  1162. package/locale-data/yo.d.ts +1 -0
  1163. package/locale-data/yo.js +6 -0
  1164. package/locale-data/yue-Hans.d.ts +1 -0
  1165. package/locale-data/yue-Hans.js +6 -0
  1166. package/locale-data/yue-Hant.d.ts +1 -0
  1167. package/locale-data/yue-Hant.js +6 -0
  1168. package/locale-data/yue.d.ts +1 -0
  1169. package/locale-data/yue.js +6 -0
  1170. package/locale-data/zgh.d.ts +1 -0
  1171. package/locale-data/zgh.js +6 -0
  1172. package/locale-data/zh-Hans-HK.d.ts +1 -0
  1173. package/locale-data/zh-Hans-HK.js +6 -0
  1174. package/locale-data/zh-Hans-MO.d.ts +1 -0
  1175. package/locale-data/zh-Hans-MO.js +6 -0
  1176. package/locale-data/zh-Hans-SG.d.ts +1 -0
  1177. package/locale-data/zh-Hans-SG.js +6 -0
  1178. package/locale-data/zh-Hans.d.ts +1 -0
  1179. package/locale-data/zh-Hans.js +6 -0
  1180. package/locale-data/zh-Hant-HK.d.ts +1 -0
  1181. package/locale-data/zh-Hant-HK.js +6 -0
  1182. package/locale-data/zh-Hant-MO.d.ts +1 -0
  1183. package/locale-data/zh-Hant-MO.js +6 -0
  1184. package/locale-data/zh-Hant.d.ts +1 -0
  1185. package/locale-data/zh-Hant.js +6 -0
  1186. package/locale-data/zh.d.ts +1 -0
  1187. package/locale-data/zh.js +6 -0
  1188. package/locale-data/zu.d.ts +1 -0
  1189. package/locale-data/zu.js +6 -0
  1190. package/package.json +32 -0
  1191. package/polyfill-force.d.ts +2 -0
  1192. package/polyfill-force.d.ts.map +1 -0
  1193. package/polyfill-force.js +10 -0
  1194. package/polyfill.d.ts +2 -0
  1195. package/polyfill.d.ts.map +1 -0
  1196. package/polyfill.iife.js +881 -0
  1197. package/polyfill.js +13 -0
  1198. package/should-polyfill.d.ts +2 -0
  1199. package/should-polyfill.d.ts.map +1 -0
  1200. package/should-polyfill.js +28 -0
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"year-short":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"year-narrow":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"quarter":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"quarter-short":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"quarter-narrow":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"month":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"month-short":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"month-narrow":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"week":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"week-short":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"week-narrow":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"day":{"0":"Neng’u ni","1":"Hilawu","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"Igolo"},"day-short":{"0":"Neng’u ni","1":"Hilawu","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"Igolo"},"day-narrow":{"0":"Neng’u ni","1":"Hilawu","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"Igolo"},"hour":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"hour-short":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"hour-narrow":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"minute":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"minute-short":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"minute-narrow":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"second":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}},"second-short":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}},"second-narrow":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}}},"locale":"bez"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"тази година","1":"следващата година","future":{"one":"след {0} година","other":"след {0} години"},"past":{"one":"преди {0} година","other":"преди {0} години"},"-1":"миналата година"},"year-short":{"0":"т. г.","1":"следв. г.","future":{"one":"след {0} г.","other":"след {0} г."},"past":{"one":"преди {0} г.","other":"преди {0} г."},"-1":"мин. г."},"year-narrow":{"0":"т. г.","1":"сл. г.","future":{"one":"сл. {0} г.","other":"сл. {0} г."},"past":{"one":"пр. {0} г.","other":"пр. {0} г."},"-1":"мин. г."},"quarter":{"0":"това тримесечие","1":"следващо тримесечие","future":{"one":"след {0} тримесечие","other":"след {0} тримесечия"},"past":{"one":"преди {0} тримесечие","other":"преди {0} тримесечия"},"-1":"предходно тримесечие"},"quarter-short":{"0":"това трим.","1":"следв. трим.","future":{"one":"след {0} трим.","other":"след {0} трим."},"past":{"one":"преди {0} трим.","other":"преди {0} трим."},"-1":"мин. трим."},"quarter-narrow":{"0":"това трим.","1":"следв. трим.","future":{"one":"сл. {0} трим.","other":"сл. {0} трим."},"past":{"one":"пр. {0} трим.","other":"пр. {0} трим."},"-1":"мин. трим."},"month":{"0":"този месец","1":"следващ месец","future":{"one":"след {0} месец","other":"след {0} месеца"},"past":{"one":"преди {0} месец","other":"преди {0} месеца"},"-1":"предходен месец"},"month-short":{"0":"този мес.","1":"следв. мес.","future":{"one":"след {0} м.","other":"след {0} м."},"past":{"one":"преди {0} м.","other":"преди {0} м."},"-1":"мин. мес."},"month-narrow":{"0":"т. м.","1":"сл. м.","future":{"one":"сл. {0} м.","other":"сл. {0} м."},"past":{"one":"пр. {0} м.","other":"пр. {0} м."},"-1":"мин. м."},"week":{"0":"тази седмица","1":"следващата седмица","future":{"one":"след {0} седмица","other":"след {0} седмици"},"past":{"one":"преди {0} седмица","other":"преди {0} седмици"},"-1":"предходната седмица"},"week-short":{"0":"тази седм.","1":"следв. седм.","future":{"one":"след {0} седм.","other":"след {0} седм."},"past":{"one":"преди {0} седм.","other":"преди {0} седм."},"-1":"мин. седм."},"week-narrow":{"0":"тази седм.","1":"сл. седм.","future":{"one":"сл. {0} седм.","other":"сл. {0} седм."},"past":{"one":"пр. {0} седм.","other":"пр. {0} седм."},"-1":"мин. седм."},"day":{"0":"днес","1":"утре","2":"вдругиден","future":{"one":"след {0} ден","other":"след {0} дни"},"past":{"one":"преди {0} ден","other":"преди {0} дни"},"-2":"онзи ден","-1":"вчера"},"day-short":{"0":"днес","1":"утре","2":"вдругиден","future":{"one":"след {0} ден","other":"след {0} дни"},"past":{"one":"преди {0} ден","other":"преди {0} дни"},"-2":"онзи ден","-1":"вчера"},"day-narrow":{"0":"днес","1":"утре","2":"вдругиден","future":{"one":"сл. {0} д","other":"сл. {0} д"},"past":{"one":"пр. {0} д","other":"пр. {0} д"},"-2":"онзи ден","-1":"вчера"},"hour":{"0":"в този час","future":{"one":"след {0} час","other":"след {0} часа"},"past":{"one":"преди {0} час","other":"преди {0} часа"}},"hour-short":{"0":"в този час","future":{"one":"след {0} ч","other":"след {0} ч"},"past":{"one":"преди {0} ч","other":"преди {0} ч"}},"hour-narrow":{"0":"в този час","future":{"one":"сл. {0} ч","other":"сл. {0} ч"},"past":{"one":"пр. {0} ч","other":"пр. {0} ч"}},"minute":{"0":"в тази минута","future":{"one":"след {0} минута","other":"след {0} минути"},"past":{"one":"преди {0} минута","other":"преди {0} минути"}},"minute-short":{"0":"в тази минута","future":{"one":"след {0} мин","other":"след {0} мин"},"past":{"one":"преди {0} мин","other":"преди {0} мин"}},"minute-narrow":{"0":"в тази минута","future":{"one":"сл. {0} мин","other":"сл. {0} мин"},"past":{"one":"пр. {0} мин","other":"пр. {0} мин"}},"second":{"0":"сега","future":{"one":"след {0} секунда","other":"след {0} секунди"},"past":{"one":"преди {0} секунда","other":"преди {0} секунди"}},"second-short":{"0":"сега","future":{"one":"след {0} сек","other":"след {0} сек"},"past":{"one":"преди {0} сек","other":"преди {0} сек"}},"second-narrow":{"0":"сега","future":{"one":"сл. {0} сек","other":"сл. {0} сек"},"past":{"one":"пр. {0} сек","other":"пр. {0} сек"}}},"locale":"bg"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"year-short":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"year-narrow":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"quarter":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"quarter-short":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"quarter-narrow":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"month":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"month-short":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"month-narrow":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"week":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"week-short":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"week-narrow":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"day":{"0":"bi","1":"sini","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"kunu"},"day-short":{"0":"bi","1":"sini","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"kunu"},"day-narrow":{"0":"bi","1":"sini","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"kunu"},"hour":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"hour-short":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"hour-narrow":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"minute":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"minute-short":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"minute-narrow":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"second":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}},"second-short":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}},"second-narrow":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}}},"locale":"bm"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["beng"],"year":{"0":"এই বছর","1":"পরের বছর","future":{"one":"{0} বছরে","other":"{0} বছরে"},"past":{"one":"{0} বছর পূর্বে","other":"{0} বছর পূর্বে"},"-1":"গত বছর"},"year-short":{"0":"এই বছর","1":"পরের বছর","future":{"one":"{0} বছরে","other":"{0} বছরে"},"past":{"one":"{0} বছর পূর্বে","other":"{0} বছর পূর্বে"},"-1":"গত বছর"},"year-narrow":{"0":"এই বছর","1":"পরের বছর","future":{"one":"{0} বছরে","other":"{0} বছরে"},"past":{"one":"{0} বছর পূর্বে","other":"{0} বছর পূর্বে"},"-1":"গত বছর"},"quarter":{"0":"এই ত্রৈমাসিক","1":"পরের ত্রৈমাসিক","future":{"one":"{0} ত্রৈমাসিকে","other":"{0} ত্রৈমাসিকে"},"past":{"one":"{0} ত্রৈমাসিক আগে","other":"{0} ত্রৈমাসিক আগে"},"-1":"গত ত্রৈমাসিক"},"quarter-short":{"0":"এই ত্রৈমাসিক","1":"পরের ত্রৈমাসিক","future":{"one":"{0} ত্রৈমাসিকে","other":"{0} ত্রৈমাসিকে"},"past":{"one":"{0} ত্রৈমাসিক আগে","other":"{0} ত্রৈমাসিক আগে"},"-1":"গত ত্রৈমাসিক"},"quarter-narrow":{"0":"এই ত্রৈমাসিক","1":"পরের ত্রৈমাসিক","future":{"one":"{0} ত্রৈমাসিকে","other":"{0} ত্রৈমাসিকে"},"past":{"one":"{0} ত্রৈমাসিক আগে","other":"{0} ত্রৈমাসিক আগে"},"-1":"গত ত্রৈমাসিক"},"month":{"0":"এই মাস","1":"পরের মাস","future":{"one":"{0} মাসে","other":"{0} মাসে"},"past":{"one":"{0} মাস আগে","other":"{0} মাস আগে"},"-1":"গত মাস"},"month-short":{"0":"এই মাস","1":"পরের মাস","future":{"one":"{0} মাসে","other":"{0} মাসে"},"past":{"one":"{0} মাস আগে","other":"{0} মাস আগে"},"-1":"গত মাস"},"month-narrow":{"0":"এই মাস","1":"পরের মাস","future":{"one":"{0} মাসে","other":"{0} মাসে"},"past":{"one":"{0} মাস আগে","other":"{0} মাস আগে"},"-1":"গত মাস"},"week":{"0":"এই সপ্তাহ","1":"পরের সপ্তাহ","future":{"one":"{0} সপ্তাহে","other":"{0} সপ্তাহে"},"past":{"one":"{0} সপ্তাহ আগে","other":"{0} সপ্তাহ আগে"},"-1":"গত সপ্তাহ"},"week-short":{"0":"এই সপ্তাহ","1":"পরের সপ্তাহ","future":{"one":"{0} সপ্তাহে","other":"{0} সপ্তাহে"},"past":{"one":"{0} সপ্তাহ আগে","other":"{0} সপ্তাহ আগে"},"-1":"গত সপ্তাহ"},"week-narrow":{"0":"এই সপ্তাহ","1":"পরের সপ্তাহ","future":{"one":"{0} সপ্তাহে","other":"{0} সপ্তাহে"},"past":{"one":"{0} সপ্তাহ আগে","other":"{0} সপ্তাহ আগে"},"-1":"গত সপ্তাহ"},"day":{"0":"আজ","1":"আগামীকাল","2":"আগামী পরশু","future":{"one":"{0} দিনের মধ্যে","other":"{0} দিনের মধ্যে"},"past":{"one":"{0} দিন আগে","other":"{0} দিন আগে"},"-2":"গত পরশু","-1":"গতকাল"},"day-short":{"0":"আজ","1":"আগামীকাল","2":"আগামী পরশু","future":{"one":"{0} দিনের মধ্যে","other":"{0} দিনের মধ্যে"},"past":{"one":"{0} দিন আগে","other":"{0} দিন আগে"},"-2":"গত পরশু","-1":"গতকাল"},"day-narrow":{"0":"আজ","1":"আগামীকাল","2":"আগামী পরশু","future":{"one":"{0} দিনের মধ্যে","other":"{0} দিনের মধ্যে"},"past":{"one":"{0} দিন আগে","other":"{0} দিন আগে"},"-2":"গত পরশু","-1":"গতকাল"},"hour":{"0":"এই ঘণ্টায়","future":{"one":"{0} ঘন্টায়","other":"{0} ঘন্টায়"},"past":{"one":"{0} ঘন্টা আগে","other":"{0} ঘন্টা আগে"}},"hour-short":{"0":"এই ঘণ্টায়","future":{"one":"{0} ঘন্টায়","other":"{0} ঘন্টায়"},"past":{"one":"{0} ঘন্টা আগে","other":"{0} ঘন্টা আগে"}},"hour-narrow":{"0":"এই ঘণ্টায়","future":{"one":"{0} ঘন্টায়","other":"{0} ঘন্টায়"},"past":{"one":"{0} ঘন্টা আগে","other":"{0} ঘন্টা আগে"}},"minute":{"0":"এই মিনিট","future":{"one":"{0} মিনিটে","other":"{0} মিনিটে"},"past":{"one":"{0} মিনিট আগে","other":"{0} মিনিট আগে"}},"minute-short":{"0":"এই মিনিট","future":{"one":"{0} মিনিটে","other":"{0} মিনিটে"},"past":{"one":"{0} মিনিট আগে","other":"{0} মিনিট আগে"}},"minute-narrow":{"0":"এই মিনিট","future":{"one":"{0} মিনিটে","other":"{0} মিনিটে"},"past":{"one":"{0} মিনিট আগে","other":"{0} মিনিট আগে"}},"second":{"0":"এখন","future":{"one":"{0} সেকেন্ডে","other":"{0} সেকেন্ডে"},"past":{"one":"{0} সেকেন্ড পূর্বে","other":"{0} সেকেন্ড পূর্বে"}},"second-short":{"0":"এখন","future":{"one":"{0} সেকেন্ডে","other":"{0} সেকেন্ডে"},"past":{"one":"{0} সেকেন্ড পূর্বে","other":"{0} সেকেন্ড পূর্বে"}},"second-narrow":{"0":"এখন","future":{"one":"{0} সেকেন্ডে","other":"{0} সেকেন্ডে"},"past":{"one":"{0} সেকেন্ড আগে","other":"{0} সেকেন্ড আগে"}}},"locale":"bn-IN"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["beng"],"year":{"0":"এই বছর","1":"পরের বছর","future":{"one":"{0} বছরে","other":"{0} বছরে"},"past":{"one":"{0} বছর পূর্বে","other":"{0} বছর পূর্বে"},"-1":"গত বছর"},"year-short":{"0":"এই বছর","1":"পরের বছর","future":{"one":"{0} বছরে","other":"{0} বছরে"},"past":{"one":"{0} বছর পূর্বে","other":"{0} বছর পূর্বে"},"-1":"গত বছর"},"year-narrow":{"0":"এই বছর","1":"পরের বছর","future":{"one":"{0} বছরে","other":"{0} বছরে"},"past":{"one":"{0} বছর পূর্বে","other":"{0} বছর পূর্বে"},"-1":"গত বছর"},"quarter":{"0":"এই ত্রৈমাসিক","1":"পরের ত্রৈমাসিক","future":{"one":"{0} ত্রৈমাসিকে","other":"{0} ত্রৈমাসিকে"},"past":{"one":"{0} ত্রৈমাসিক আগে","other":"{0} ত্রৈমাসিক আগে"},"-1":"গত ত্রৈমাসিক"},"quarter-short":{"0":"এই ত্রৈমাসিক","1":"পরের ত্রৈমাসিক","future":{"one":"{0} ত্রৈমাসিকে","other":"{0} ত্রৈমাসিকে"},"past":{"one":"{0} ত্রৈমাসিক আগে","other":"{0} ত্রৈমাসিক আগে"},"-1":"গত ত্রৈমাসিক"},"quarter-narrow":{"0":"এই ত্রৈমাসিক","1":"পরের ত্রৈমাসিক","future":{"one":"{0} ত্রৈমাসিকে","other":"{0} ত্রৈমাসিকে"},"past":{"one":"{0} ত্রৈমাসিক আগে","other":"{0} ত্রৈমাসিক আগে"},"-1":"গত ত্রৈমাসিক"},"month":{"0":"এই মাস","1":"পরের মাস","future":{"one":"{0} মাসে","other":"{0} মাসে"},"past":{"one":"{0} মাস আগে","other":"{0} মাস আগে"},"-1":"গত মাস"},"month-short":{"0":"এই মাস","1":"পরের মাস","future":{"one":"{0} মাসে","other":"{0} মাসে"},"past":{"one":"{0} মাস আগে","other":"{0} মাস আগে"},"-1":"গত মাস"},"month-narrow":{"0":"এই মাস","1":"পরের মাস","future":{"one":"{0} মাসে","other":"{0} মাসে"},"past":{"one":"{0} মাস আগে","other":"{0} মাস আগে"},"-1":"গত মাস"},"week":{"0":"এই সপ্তাহ","1":"পরের সপ্তাহ","future":{"one":"{0} সপ্তাহে","other":"{0} সপ্তাহে"},"past":{"one":"{0} সপ্তাহ আগে","other":"{0} সপ্তাহ আগে"},"-1":"গত সপ্তাহ"},"week-short":{"0":"এই সপ্তাহ","1":"পরের সপ্তাহ","future":{"one":"{0} সপ্তাহে","other":"{0} সপ্তাহে"},"past":{"one":"{0} সপ্তাহ আগে","other":"{0} সপ্তাহ আগে"},"-1":"গত সপ্তাহ"},"week-narrow":{"0":"এই সপ্তাহ","1":"পরের সপ্তাহ","future":{"one":"{0} সপ্তাহে","other":"{0} সপ্তাহে"},"past":{"one":"{0} সপ্তাহ আগে","other":"{0} সপ্তাহ আগে"},"-1":"গত সপ্তাহ"},"day":{"0":"আজ","1":"আগামীকাল","2":"আগামী পরশু","future":{"one":"{0} দিনের মধ্যে","other":"{0} দিনের মধ্যে"},"past":{"one":"{0} দিন আগে","other":"{0} দিন আগে"},"-2":"গত পরশু","-1":"গতকাল"},"day-short":{"0":"আজ","1":"আগামীকাল","2":"আগামী পরশু","future":{"one":"{0} দিনের মধ্যে","other":"{0} দিনের মধ্যে"},"past":{"one":"{0} দিন আগে","other":"{0} দিন আগে"},"-2":"গত পরশু","-1":"গতকাল"},"day-narrow":{"0":"আজ","1":"আগামীকাল","2":"আগামী পরশু","future":{"one":"{0} দিনের মধ্যে","other":"{0} দিনের মধ্যে"},"past":{"one":"{0} দিন আগে","other":"{0} দিন আগে"},"-2":"গত পরশু","-1":"গতকাল"},"hour":{"0":"এই ঘণ্টায়","future":{"one":"{0} ঘন্টায়","other":"{0} ঘন্টায়"},"past":{"one":"{0} ঘন্টা আগে","other":"{0} ঘন্টা আগে"}},"hour-short":{"0":"এই ঘণ্টায়","future":{"one":"{0} ঘন্টায়","other":"{0} ঘন্টায়"},"past":{"one":"{0} ঘন্টা আগে","other":"{0} ঘন্টা আগে"}},"hour-narrow":{"0":"এই ঘণ্টায়","future":{"one":"{0} ঘন্টায়","other":"{0} ঘন্টায়"},"past":{"one":"{0} ঘন্টা আগে","other":"{0} ঘন্টা আগে"}},"minute":{"0":"এই মিনিট","future":{"one":"{0} মিনিটে","other":"{0} মিনিটে"},"past":{"one":"{0} মিনিট আগে","other":"{0} মিনিট আগে"}},"minute-short":{"0":"এই মিনিট","future":{"one":"{0} মিনিটে","other":"{0} মিনিটে"},"past":{"one":"{0} মিনিট আগে","other":"{0} মিনিট আগে"}},"minute-narrow":{"0":"এই মিনিট","future":{"one":"{0} মিনিটে","other":"{0} মিনিটে"},"past":{"one":"{0} মিনিট আগে","other":"{0} মিনিট আগে"}},"second":{"0":"এখন","future":{"one":"{0} সেকেন্ডে","other":"{0} সেকেন্ডে"},"past":{"one":"{0} সেকেন্ড পূর্বে","other":"{0} সেকেন্ড পূর্বে"}},"second-short":{"0":"এখন","future":{"one":"{0} সেকেন্ডে","other":"{0} সেকেন্ডে"},"past":{"one":"{0} সেকেন্ড পূর্বে","other":"{0} সেকেন্ড পূর্বে"}},"second-narrow":{"0":"এখন","future":{"one":"{0} সেকেন্ডে","other":"{0} সেকেন্ডে"},"past":{"one":"{0} সেকেন্ড আগে","other":"{0} সেকেন্ড আগে"}}},"locale":"bn"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"year-short":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"year-narrow":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"quarter":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"quarter-short":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"quarter-narrow":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"month":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"month-short":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"month-narrow":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"week":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"week-short":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"week-narrow":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"day":{"0":"དེ་རིང་","1":"སང་ཉིན་","2":"གནངས་ཉིན་","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-2":"ཁས་ཉིན་","-1":"ཁས་ས་"},"day-short":{"0":"དེ་རིང་","1":"སང་ཉིན་","2":"གནངས་ཉིན་","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-2":"ཁས་ཉིན་","-1":"ཁས་ས་"},"day-narrow":{"0":"དེ་རིང་","1":"སང་ཉིན་","2":"གནངས་ཉིན་","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-2":"ཁས་ཉིན་","-1":"ཁས་ས་"},"hour":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"hour-short":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"hour-narrow":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"minute":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"minute-short":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"minute-narrow":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"second":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}},"second-short":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}},"second-narrow":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}}},"locale":"bo-IN"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"year-short":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"year-narrow":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"quarter":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"quarter-short":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"quarter-narrow":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"month":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"month-short":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"month-narrow":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"week":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"week-short":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"week-narrow":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"day":{"0":"དེ་རིང་","1":"སང་ཉིན་","2":"གནངས་ཉིན་","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-2":"ཁས་ཉིན་","-1":"ཁས་ས་"},"day-short":{"0":"དེ་རིང་","1":"སང་ཉིན་","2":"གནངས་ཉིན་","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-2":"ཁས་ཉིན་","-1":"ཁས་ས་"},"day-narrow":{"0":"དེ་རིང་","1":"སང་ཉིན་","2":"གནངས་ཉིན་","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-2":"ཁས་ཉིན་","-1":"ཁས་ས་"},"hour":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"hour-short":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"hour-narrow":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"minute":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"minute-short":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"minute-narrow":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"second":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}},"second-short":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}},"second-narrow":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}}},"locale":"bo"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"hevlene","1":"ar bloaz a zeu","future":{"one":"a-benn {0} bloaz","two":"a-benn {0} vloaz","few":"a-benn {0} bloaz","many":"a-benn {0} a vloazioù","other":"a-benn {0} vloaz"},"past":{"one":"{0} bloaz zo","two":"{0} vloaz zo","few":"{0} bloaz zo","many":"{0} a vloazioù zo","other":"{0} vloaz zo"},"-1":"warlene"},"year-short":{"0":"hevlene","1":"ar bl. a zeu","future":{"one":"a-benn {0} bl.","two":"a-benn {0} bl.","few":"a-benn {0} bl.","many":"a-benn {0} bl.","other":"a-benn {0} bl."},"past":{"one":"{0} bl. zo","two":"{0} bl. zo","few":"{0} bl. zo","many":"{0} bl. zo","other":"{0} bl. zo"},"-1":"warlene"},"year-narrow":{"0":"hevlene","1":"ar bl. a zeu","future":{"one":"+{0} bl.","two":"+{0} bl.","few":"+{0} bl.","many":"+{0} bl.","other":"+{0} bl."},"past":{"one":"-{0} bl.","two":"-{0} bl.","few":"-{0} bl.","many":"-{0} bl.","other":"-{0} bl."},"-1":"warlene"},"quarter":{"0":"an trimiziad-mañ","1":"an trimiziad a zeu","future":{"one":"a-benn {0} trimiziad","two":"a-benn {0} drimiziad","few":"a-benn {0} zrimiziad","many":"a-benn {0} a drimiziadoù","other":"a-benn {0} trimiziad"},"past":{"one":"{0} trimiziad zo","two":"{0} drimiziad zo","few":"{0} zrimiziad zo","many":"{0} a zrimiziadoù zo","other":"{0} trimiziad zo"},"-1":"an trimiziad diaraok"},"quarter-short":{"0":"an trim.-mañ","1":"an trim. a zeu","future":{"one":"a-benn {0} trim.","two":"a-benn {0} trim.","few":"a-benn {0} trim.","many":"a-benn {0} trim.","other":"a-benn {0} trim."},"past":{"one":"{0} trim. zo","two":"{0} trim. zo","few":"{0} trim. zo","many":"{0} trim. zo","other":"{0} trim. zo"},"-1":"an trim. diaraok"},"quarter-narrow":{"0":"an trim.-mañ","1":"an trim. a zeu","future":{"one":"+{0} trim.","two":"+{0} trim.","few":"+{0} trim.","many":"+{0} trim.","other":"+{0} trim."},"past":{"one":"-{0} trim.","two":"-{0} trim.","few":"-{0} trim.","many":"-{0} trim.","other":"-{0} trim."},"-1":"an trim. diaraok"},"month":{"0":"ar miz-mañ","1":"ar miz a zeu","future":{"one":"a-benn {0} miz","two":"a-benn {0} viz","few":"a-benn {0} miz","many":"a-benn {0} a vizioù","other":"a-benn {0} miz"},"past":{"one":"{0} miz zo","two":"{0} viz zo","few":"{0} miz zo","many":"{0} a vizioù zo","other":"{0} miz zo"},"-1":"ar miz diaraok"},"month-short":{"0":"ar miz-mañ","1":"ar miz a zeu","future":{"one":"a-benn {0} miz","two":"a-benn {0} viz","few":"a-benn {0} miz","many":"a-benn {0} a vizioù","other":"a-benn {0} miz"},"past":{"one":"{0} miz zo","two":"{0} viz zo","few":"{0} miz zo","many":"{0} a vizioù zo","other":"{0} miz zo"},"-1":"ar miz diaraok"},"month-narrow":{"0":"ar m.-mañ","1":"ar m. a zeu","future":{"one":"+{0} miz","two":"+{0} miz","few":"+{0} miz","many":"+{0} miz","other":"+{0} miz"},"past":{"one":"-{0} miz","two":"-{0} miz","few":"-{0} miz","many":"-{0} miz","other":"-{0} miz"},"-1":"ar m. diaraok"},"week":{"0":"ar sizhun-mañ","1":"ar sizhun a zeu","future":{"one":"a-benn {0} sizhun","two":"a-benn {0} sizhun","few":"a-benn {0} sizhun","many":"a-benn {0} a sizhunioù","other":"a-benn {0} sizhun"},"past":{"one":"{0} sizhun zo","two":"{0} sizhun zo","few":"{0} sizhun zo","many":"{0} a sizhunioù zo","other":"{0} sizhun zo"},"-1":"ar sizhun diaraok"},"week-short":{"0":"ar sizh.-mañ","1":"ar sizh. a zeu","future":{"one":"a-benn {0} sizh.","two":"a-benn {0} sizh.","few":"a-benn {0} sizh.","many":"a-benn {0} sizh.","other":"a-benn {0} sizh."},"past":{"one":"{0} sizh. zo","two":"{0} sizh. zo","few":"{0} sizh. zo","many":"{0} sizh. zo","other":"{0} sizh. zo"},"-1":"ar sizh. diaraok"},"week-narrow":{"0":"ar sizh.-mañ","1":"ar sizh. a zeu","future":{"one":"a-benn {0} sizh.","two":"a-benn {0} sizh.","few":"a-benn {0} sizh.","many":"a-benn {0} sizh.","other":"a-benn {0} sizh."},"past":{"one":"{0} sizh. zo","two":"{0} sizh. zo","few":"{0} sizh. zo","many":"{0} sizh. zo","other":"{0} sizh. zo"},"-1":"ar sizh. diaraok"},"day":{"0":"hiziv","1":"warcʼhoazh","future":{"one":"a-benn {0} deiz","two":"a-benn {0} zeiz","few":"a-benn {0} deiz","many":"a-benn {0} a zeizioù","other":"a-benn {0} deiz"},"past":{"one":"{0} deiz zo","two":"{0} zeiz zo","few":"{0} deiz zo","many":"{0} a zeizioù zo","other":"{0} deiz zo"},"-2":"dercʼhent-decʼh","-1":"decʼh"},"day-short":{"0":"hiziv","1":"warcʼhoazh","future":{"one":"a-benn {0} d","two":"a-benn {0} d","few":"a-benn {0} d","many":"a-benn {0} d","other":"a-benn {0} d"},"past":{"one":"{0} d zo","two":"{0} d zo","few":"{0} d zo","many":"{0} d zo","other":"{0} d zo"},"-2":"dercʼhent-decʼh","-1":"decʼh"},"day-narrow":{"0":"hiziv","1":"warcʼhoazh","future":{"one":"+{0} d","two":"+{0} d","few":"+{0} d","many":"+{0} d","other":"+{0} d"},"past":{"one":"-{0} d","two":"-{0} d","few":"-{0} d","many":"-{0} d","other":"-{0} d"},"-2":"dercʼhent-decʼh","-1":"decʼh"},"hour":{"0":"dʼan eur-mañ","future":{"one":"a-benn {0} eur","two":"a-benn {0} eur","few":"a-benn {0} eur","many":"a-benn {0} a eurioù","other":"a-benn {0} eur"},"past":{"one":"{0} eur zo","two":"{0} eur zo","few":"{0} eur zo","many":"{0} a eurioù zo","other":"{0} eur zo"}},"hour-short":{"0":"dʼan eur-mañ","future":{"one":"a-benn {0} e","two":"a-benn {0} e","few":"a-benn {0} e","many":"a-benn {0} e","other":"a-benn {0} e"},"past":{"one":"{0} e zo","two":"{0} e zo","few":"{0} e zo","many":"{0} e zo","other":"{0} e zo"}},"hour-narrow":{"0":"dʼan eur-mañ","future":{"one":"+{0} h","two":"+{0} h","few":"+{0} h","many":"+{0} h","other":"+{0} h"},"past":{"one":"-{0} h","two":"-{0} h","few":"-{0} h","many":"-{0} h","other":"-{0} h"}},"minute":{"0":"ar munut-mañ","future":{"one":"a-benn {0} munut","two":"a-benn {0} vunut","few":"a-benn {0} munut","many":"a-benn {0} a vunutoù","other":"a-benn {0} munut"},"past":{"one":"{0} munut zo","two":"{0} vunut zo","few":"{0} munut zo","many":"{0} a vunutoù zo","other":"{0} munut zo"}},"minute-short":{"0":"ar munut-mañ","future":{"one":"a-benn {0} min","two":"a-benn {0} min","few":"a-benn {0} min","many":"a-benn {0} min","other":"a-benn {0} min"},"past":{"one":"{0} min zo","two":"{0} min zo","few":"{0} min zo","many":"{0} min zo","other":"{0} min zo"}},"minute-narrow":{"0":"ar munut-mañ","future":{"one":"+{0} min","two":"+{0} min","few":"+{0} min","many":"+{0} min","other":"+{0} min"},"past":{"one":"-{0} min","two":"-{0} min","few":"-{0} min","many":"-{0} min","other":"-{0} min"}},"second":{"0":"bremañ","future":{"one":"a-benn {0} eilenn","two":"a-benn {0} eilenn","few":"a-benn {0} eilenn","many":"a-benn {0} a eilennoù","other":"a-benn {0} eilenn"},"past":{"one":"{0} eilenn zo","two":"{0} eilenn zo","few":"{0} eilenn zo","many":"{0} eilenn zo","other":"{0} eilenn zo"}},"second-short":{"0":"brem.","future":{"one":"a-benn {0} s","two":"a-benn {0} s","few":"a-benn {0} s","many":"a-benn {0} s","other":"a-benn {0} s"},"past":{"one":"{0} s zo","two":"{0} s zo","few":"{0} s zo","many":"{0} s zo","other":"{0} s zo"}},"second-narrow":{"0":"brem.","future":{"one":"+{0} s","two":"+{0} s","few":"+{0} s","many":"+{0} s","other":"+{0} s"},"past":{"one":"-{0} s","two":"-{0} s","few":"-{0} s","many":"-{0} s","other":"-{0} s"}}},"locale":"br"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"year-short":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"year-narrow":{"0":"this year","1":"next year","future":{"other":"+{0} y"},"past":{"other":"-{0} y"},"-1":"last year"},"quarter":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"quarter-short":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"quarter-narrow":{"0":"this quarter","1":"next quarter","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"last quarter"},"month":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"month-short":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"month-narrow":{"0":"this month","1":"next month","future":{"other":"+{0} m"},"past":{"other":"-{0} m"},"-1":"last month"},"week":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"week-short":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"week-narrow":{"0":"this week","1":"next week","future":{"other":"+{0} w"},"past":{"other":"-{0} w"},"-1":"last week"},"day":{"0":"दिनै","1":"गाबोन","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"मैया"},"day-short":{"0":"दिनै","1":"गाबोन","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"मैया"},"day-narrow":{"0":"दिनै","1":"गाबोन","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"मैया"},"hour":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"hour-short":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"hour-narrow":{"0":"this hour","future":{"other":"+{0} h"},"past":{"other":"-{0} h"}},"minute":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"minute-short":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"minute-narrow":{"0":"this minute","future":{"other":"+{0} min"},"past":{"other":"-{0} min"}},"second":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}},"second-short":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}},"second-narrow":{"0":"now","future":{"other":"+{0} s"},"past":{"other":"-{0} s"}}},"locale":"brx"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"ове године","1":"сљедеће године","future":{"one":"за {0} годину","few":"за {0} године","other":"за {0} година"},"past":{"one":"прије {0} годину","few":"прије {0} године","other":"прије {0} година"},"-1":"прошле године"},"year-short":{"0":"ове год.","1":"сљед. године","future":{"one":"за {0} годину","few":"за {0} године","other":"за {0} година"},"past":{"one":"прије {0} годину","few":"прије {0} године","other":"прије {0} година"},"-1":"прош. године"},"year-narrow":{"0":"ове год.","1":"сљед. године","future":{"one":"за {0} годину","few":"за {0} године","other":"за {0} година"},"past":{"one":"прије {0} годину","few":"прије {0} године","other":"прије {0} година"},"-1":"прош. године"},"quarter":{"0":"ово тромјесечје","1":"сљедеће тромјесечје","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"прошло тромјесечје"},"quarter-short":{"0":"ово тромјесечје","1":"сљедеће тромјесечје","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"прошло тромјесечје"},"quarter-narrow":{"0":"ово тромјесечје","1":"сљедеће тромјесечје","future":{"other":"+{0} Q"},"past":{"other":"-{0} Q"},"-1":"прошло тромјесечје"},"month":{"0":"овог мјесеца","1":"сљедећег мјесеца","future":{"one":"за {0} мјесец","few":"за {0} мјесеца","other":"за {0} мјесеци"},"past":{"one":"прије {0} мјесец","few":"прије {0} мјесеца","other":"прије {0} мјесеци"},"-1":"прошлог мјесеца"},"month-short":{"0":"овог мјес.","1":"сљед. мјесеца","future":{"one":"за {0} мјесец","few":"за {0} мјесеца","other":"за {0} мјесеци"},"past":{"one":"прије {0} мјесец","few":"прије {0} мјесеца","other":"прије {0} мјесеци"},"-1":"прош. мјесеца"},"month-narrow":{"0":"ов. мјес.","1":"сљ. мјес.","future":{"one":"за {0} мјес.","few":"за {0} мјес.","other":"за {0} мјес."},"past":{"one":"прије {0} мјес.","few":"прије {0} мјес.","other":"прије {0} мјес."},"-1":"прош. мјес."},"week":{"0":"ове седмице","1":"сљедеће седмице","future":{"one":"за {0} седмицу","few":"за {0} седмице","other":"за {0} седмица"},"past":{"one":"прије {0} седмицу","few":"прије {0} седмице","other":"прије {0} седмица"},"-1":"прошле седмице"},"week-short":{"0":"ове седм.","1":"сљ. седм.","future":{"one":"за {0} седм.","few":"за {0} седм.","other":"за {0} седм."},"past":{"one":"прије {0} седм.","few":"прије {0} седм.","other":"прије {0} седм."},"-1":"прош. седм."},"week-narrow":{"0":"ове седм.","1":"сљ. седм.","future":{"one":"за {0} седм.","few":"за {0} седм.","other":"за {0} седм."},"past":{"one":"прије {0} седм.","few":"прије {0} седм.","other":"прије {0} седм."},"-1":"прош. седм."},"day":{"0":"данас","1":"сутра","2":"прекосутра","future":{"one":"за {0} дан","few":"за {0} дана","other":"за {0} дана"},"past":{"one":"прије {0} дан","few":"прије {0} дана","other":"прије {0} дана"},"-2":"прекјуче","-1":"јуче"},"day-short":{"0":"данас","1":"сутра","2":"прекосутра","future":{"one":"за {0} дан","few":"за {0} дана","other":"за {0} дана"},"past":{"one":"прије {0} дан","few":"прије {0} дана","other":"прије {0} дана"},"-2":"прекјуче","-1":"јуче"},"day-narrow":{"0":"данас","1":"сутра","2":"прекосутра","future":{"one":"за {0} дан","few":"за {0} дана","other":"за {0} дана"},"past":{"one":"прије {0} дан","few":"прије {0} дана","other":"прије {0} дана"},"-2":"прекјуче","-1":"јуче"},"hour":{"0":"овог сата","future":{"one":"за {0} сат","few":"за {0} сата","other":"за {0} сати"},"past":{"one":"прије {0} сат","few":"прије {0} сата","other":"прије {0} сати"}},"hour-short":{"0":"овог сата","future":{"one":"за {0} сат","few":"за {0} сата","other":"за {0} сати"},"past":{"one":"прије {0} сат","few":"прије {0} сата","other":"прије {0} сати"}},"hour-narrow":{"0":"овог сата","future":{"one":"за {0} сат","few":"за {0} сата","other":"за {0} сати"},"past":{"one":"прије {0} сат","few":"прије {0} сата","other":"прије {0} сати"}},"minute":{"0":"овог минута","future":{"one":"за {0} минут","few":"за {0} минута","other":"за {0} минута"},"past":{"one":"прије {0} минут","few":"прије {0} минута","other":"прије {0} минута"}},"minute-short":{"0":"овог минута","future":{"one":"за {0} минут","few":"за {0} минута","other":"за {0} минута"},"past":{"one":"прије {0} минут","few":"прије {0} минута","other":"прије {0} минута"}},"minute-narrow":{"0":"овог минута","future":{"one":"за {0} минут","few":"за {0} минута","other":"за {0} минута"},"past":{"one":"прије {0} мин.","few":"прије {0} мин.","other":"прије {0} мин."}},"second":{"0":"сада","future":{"one":"за {0} секунд","few":"за {0} секунде","other":"за {0} секунди"},"past":{"one":"прије {0} секунд","few":"прије {0} секунде","other":"прије {0} секунди"}},"second-short":{"0":"сада","future":{"one":"за {0} сек.","few":"за {0} секунде","other":"за {0} секунди"},"past":{"one":"прије {0} сек.","few":"прије {0} сек.","other":"прије {0} сек."}},"second-narrow":{"0":"сада","future":{"one":"за {0} сек.","few":"за {0} секунде","other":"за {0} секунди"},"past":{"one":"прије {0} сек.","few":"прије {0} сек.","other":"прије {0} сек."}}},"locale":"bs-Cyrl"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"ove godine","1":"sljedeće godine","future":{"one":"za {0} godinu","few":"za {0} godine","other":"za {0} godina"},"past":{"one":"prije {0} godinu","few":"prije {0} godine","other":"prije {0} godina"},"-1":"prošle godine"},"year-short":{"0":"ove godine","1":"sljedeće godine","future":{"one":"za {0} god.","few":"za {0} god.","other":"za {0} god."},"past":{"one":"prije {0} god.","few":"prije {0} god.","other":"prije {0} god."},"-1":"prošle godine"},"year-narrow":{"0":"ove godine","1":"sljedeće godine","future":{"one":"za {0} g.","few":"za {0} g.","other":"za {0} g."},"past":{"one":"prije {0} g.","few":"prije {0} g.","other":"prije {0} g."},"-1":"prošle godine"},"quarter":{"0":"ovaj kvartal","1":"sljedeći kvartal","future":{"one":"za {0} kvartal","few":"za {0} kvartala","other":"za {0} kvartala"},"past":{"one":"prije {0} kvartal","few":"prije {0} kvartala","other":"prije {0} kvartala"},"-1":"posljednji kvartal"},"quarter-short":{"0":"ovaj kvartal","1":"sljedeći kvartal","future":{"one":"za {0} kv.","few":"za {0} kv.","other":"za {0} kv."},"past":{"one":"prije {0} kv.","few":"prije {0} kv.","other":"prije {0} kv."},"-1":"posljednji kvartal"},"quarter-narrow":{"0":"ovaj kvartal","1":"sljedeći kvartal","future":{"one":"za {0} kv.","few":"za {0} kv.","other":"za {0} kv."},"past":{"one":"prije {0} kv.","few":"prije {0} kv.","other":"prije {0} kv."},"-1":"posljednji kvartal"},"month":{"0":"ovaj mjesec","1":"sljedeći mjesec","future":{"one":"za {0} mjesec","few":"za {0} mjeseca","other":"za {0} mjeseci"},"past":{"one":"prije {0} mjesec","few":"prije {0} mjeseca","other":"prije {0} mjeseci"},"-1":"prošli mjesec"},"month-short":{"0":"ovaj mjesec","1":"sljedeći mjesec","future":{"one":"za {0} mj.","few":"za {0} mj.","other":"za {0} mj."},"past":{"one":"prije {0} mj.","few":"prije {0} mj.","other":"prije {0} mj."},"-1":"prošli mjesec"},"month-narrow":{"0":"ovaj mjesec","1":"sljedeći mjesec","future":{"one":"za {0} mj.","few":"za {0} mj.","other":"za {0} mj."},"past":{"one":"prije {0} mj.","few":"prije {0} mj.","other":"prije {0} mj."},"-1":"prošli mjesec"},"week":{"0":"ove sedmice","1":"sljedeće sedmice","future":{"one":"za {0} sedmicu","few":"za {0} sedmice","other":"za {0} sedmica"},"past":{"one":"prije {0} sedmicu","few":"prije {0} sedmice","other":"prije {0} sedmica"},"-1":"prošle sedmice"},"week-short":{"0":"ove sedmice","1":"sljedeće sedmice","future":{"one":"za {0} sed.","few":"za {0} sed.","other":"za {0} sed."},"past":{"one":"prije {0} sed.","few":"prije {0} sed.","other":"prije {0} sed."},"-1":"prošle sedmice"},"week-narrow":{"0":"ove sedmice","1":"sljedeće sedmice","future":{"one":"za {0} sed.","few":"za {0} sed.","other":"za {0} sed."},"past":{"one":"prije {0} sed.","few":"prije {0} sed.","other":"prije {0} sed."},"-1":"prošle sedmice"},"day":{"0":"danas","1":"sutra","2":"prekosutra","future":{"one":"za {0} dan","few":"za {0} dana","other":"za {0} dana"},"past":{"one":"prije {0} dan","few":"prije {0} dana","other":"prije {0} dana"},"-2":"prekjučer","-1":"jučer"},"day-short":{"0":"danas","1":"sutra","2":"prekosutra","future":{"one":"za {0} d.","few":"za {0} d.","other":"za {0} d."},"past":{"one":"prije {0} d.","few":"prije {0} d.","other":"prije {0} d."},"-2":"prekjučer","-1":"jučer"},"day-narrow":{"0":"danas","1":"sutra","2":"prekosutra","future":{"one":"za {0} d.","few":"za {0} d.","other":"za {0} d."},"past":{"one":"prije {0} d.","few":"prije {0} d.","other":"prije {0} d."},"-2":"prekjučer","-1":"jučer"},"hour":{"0":"ovaj sat","future":{"one":"za {0} sat","few":"za {0} sata","other":"za {0} sati"},"past":{"one":"prije {0} sat","few":"prije {0} sata","other":"prije {0} sati"}},"hour-short":{"0":"ovaj sat","future":{"one":"za {0} sat","few":"za {0} sata","other":"za {0} sati"},"past":{"one":"prije {0} sat","few":"prije {0} sata","other":"prije {0} sati"}},"hour-narrow":{"0":"ovaj sat","future":{"one":"za {0} sat","few":"za {0} sata","other":"za {0} sati"},"past":{"one":"prije {0} sat","few":"prije {0} sata","other":"prije {0} sati"}},"minute":{"0":"ova minuta","future":{"one":"za {0} minutu","few":"za {0} minute","other":"za {0} minuta"},"past":{"one":"prije {0} minutu","few":"prije {0} minute","other":"prije {0} minuta"}},"minute-short":{"0":"ova minuta","future":{"one":"za {0} min.","few":"za {0} min.","other":"za {0} min."},"past":{"one":"prije {0} min.","few":"prije {0} min.","other":"prije {0} min."}},"minute-narrow":{"0":"ova minuta","future":{"one":"za {0} min.","few":"za {0} min.","other":"za {0} min."},"past":{"one":"prije {0} min.","few":"prije {0} min.","other":"prije {0} min."}},"second":{"0":"sada","future":{"one":"za {0} sekundu","few":"za {0} sekunde","other":"za {0} sekundi"},"past":{"one":"prije {0} sekundu","few":"prije {0} sekunde","other":"prije {0} sekundi"}},"second-short":{"0":"sada","future":{"one":"za {0} sek.","few":"za {0} sek.","other":"za {0} sek."},"past":{"one":"prije {0} sek.","few":"prije {0} sek.","other":"prije {0} sek."}},"second-narrow":{"0":"sada","future":{"one":"za {0} sek.","few":"za {0} sek.","other":"za {0} sek."},"past":{"one":"prije {0} sek.","few":"prije {0} sek.","other":"prije {0} sek."}}},"locale":"bs-Latn"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"ove godine","1":"sljedeće godine","future":{"one":"za {0} godinu","few":"za {0} godine","other":"za {0} godina"},"past":{"one":"prije {0} godinu","few":"prije {0} godine","other":"prije {0} godina"},"-1":"prošle godine"},"year-short":{"0":"ove godine","1":"sljedeće godine","future":{"one":"za {0} god.","few":"za {0} god.","other":"za {0} god."},"past":{"one":"prije {0} god.","few":"prije {0} god.","other":"prije {0} god."},"-1":"prošle godine"},"year-narrow":{"0":"ove godine","1":"sljedeće godine","future":{"one":"za {0} g.","few":"za {0} g.","other":"za {0} g."},"past":{"one":"prije {0} g.","few":"prije {0} g.","other":"prije {0} g."},"-1":"prošle godine"},"quarter":{"0":"ovaj kvartal","1":"sljedeći kvartal","future":{"one":"za {0} kvartal","few":"za {0} kvartala","other":"za {0} kvartala"},"past":{"one":"prije {0} kvartal","few":"prije {0} kvartala","other":"prije {0} kvartala"},"-1":"posljednji kvartal"},"quarter-short":{"0":"ovaj kvartal","1":"sljedeći kvartal","future":{"one":"za {0} kv.","few":"za {0} kv.","other":"za {0} kv."},"past":{"one":"prije {0} kv.","few":"prije {0} kv.","other":"prije {0} kv."},"-1":"posljednji kvartal"},"quarter-narrow":{"0":"ovaj kvartal","1":"sljedeći kvartal","future":{"one":"za {0} kv.","few":"za {0} kv.","other":"za {0} kv."},"past":{"one":"prije {0} kv.","few":"prije {0} kv.","other":"prije {0} kv."},"-1":"posljednji kvartal"},"month":{"0":"ovaj mjesec","1":"sljedeći mjesec","future":{"one":"za {0} mjesec","few":"za {0} mjeseca","other":"za {0} mjeseci"},"past":{"one":"prije {0} mjesec","few":"prije {0} mjeseca","other":"prije {0} mjeseci"},"-1":"prošli mjesec"},"month-short":{"0":"ovaj mjesec","1":"sljedeći mjesec","future":{"one":"za {0} mj.","few":"za {0} mj.","other":"za {0} mj."},"past":{"one":"prije {0} mj.","few":"prije {0} mj.","other":"prije {0} mj."},"-1":"prošli mjesec"},"month-narrow":{"0":"ovaj mjesec","1":"sljedeći mjesec","future":{"one":"za {0} mj.","few":"za {0} mj.","other":"za {0} mj."},"past":{"one":"prije {0} mj.","few":"prije {0} mj.","other":"prije {0} mj."},"-1":"prošli mjesec"},"week":{"0":"ove sedmice","1":"sljedeće sedmice","future":{"one":"za {0} sedmicu","few":"za {0} sedmice","other":"za {0} sedmica"},"past":{"one":"prije {0} sedmicu","few":"prije {0} sedmice","other":"prije {0} sedmica"},"-1":"prošle sedmice"},"week-short":{"0":"ove sedmice","1":"sljedeće sedmice","future":{"one":"za {0} sed.","few":"za {0} sed.","other":"za {0} sed."},"past":{"one":"prije {0} sed.","few":"prije {0} sed.","other":"prije {0} sed."},"-1":"prošle sedmice"},"week-narrow":{"0":"ove sedmice","1":"sljedeće sedmice","future":{"one":"za {0} sed.","few":"za {0} sed.","other":"za {0} sed."},"past":{"one":"prije {0} sed.","few":"prije {0} sed.","other":"prije {0} sed."},"-1":"prošle sedmice"},"day":{"0":"danas","1":"sutra","2":"prekosutra","future":{"one":"za {0} dan","few":"za {0} dana","other":"za {0} dana"},"past":{"one":"prije {0} dan","few":"prije {0} dana","other":"prije {0} dana"},"-2":"prekjučer","-1":"jučer"},"day-short":{"0":"danas","1":"sutra","2":"prekosutra","future":{"one":"za {0} d.","few":"za {0} d.","other":"za {0} d."},"past":{"one":"prije {0} d.","few":"prije {0} d.","other":"prije {0} d."},"-2":"prekjučer","-1":"jučer"},"day-narrow":{"0":"danas","1":"sutra","2":"prekosutra","future":{"one":"za {0} d.","few":"za {0} d.","other":"za {0} d."},"past":{"one":"prije {0} d.","few":"prije {0} d.","other":"prije {0} d."},"-2":"prekjučer","-1":"jučer"},"hour":{"0":"ovaj sat","future":{"one":"za {0} sat","few":"za {0} sata","other":"za {0} sati"},"past":{"one":"prije {0} sat","few":"prije {0} sata","other":"prije {0} sati"}},"hour-short":{"0":"ovaj sat","future":{"one":"za {0} sat","few":"za {0} sata","other":"za {0} sati"},"past":{"one":"prije {0} sat","few":"prije {0} sata","other":"prije {0} sati"}},"hour-narrow":{"0":"ovaj sat","future":{"one":"za {0} sat","few":"za {0} sata","other":"za {0} sati"},"past":{"one":"prije {0} sat","few":"prije {0} sata","other":"prije {0} sati"}},"minute":{"0":"ova minuta","future":{"one":"za {0} minutu","few":"za {0} minute","other":"za {0} minuta"},"past":{"one":"prije {0} minutu","few":"prije {0} minute","other":"prije {0} minuta"}},"minute-short":{"0":"ova minuta","future":{"one":"za {0} min.","few":"za {0} min.","other":"za {0} min."},"past":{"one":"prije {0} min.","few":"prije {0} min.","other":"prije {0} min."}},"minute-narrow":{"0":"ova minuta","future":{"one":"za {0} min.","few":"za {0} min.","other":"za {0} min."},"past":{"one":"prije {0} min.","few":"prije {0} min.","other":"prije {0} min."}},"second":{"0":"sada","future":{"one":"za {0} sekundu","few":"za {0} sekunde","other":"za {0} sekundi"},"past":{"one":"prije {0} sekundu","few":"prije {0} sekunde","other":"prije {0} sekundi"}},"second-short":{"0":"sada","future":{"one":"za {0} sek.","few":"za {0} sek.","other":"za {0} sek."},"past":{"one":"prije {0} sek.","few":"prije {0} sek.","other":"prije {0} sek."}},"second-narrow":{"0":"sada","future":{"one":"za {0} sek.","few":"za {0} sek.","other":"za {0} sek."},"past":{"one":"prije {0} sek.","few":"prije {0} sek.","other":"prije {0} sek."}}},"locale":"bs"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"year-short":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"year-narrow":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"quarter":{"0":"aquest trimestre","1":"el trimestre que ve","future":{"one":"d’aquí a {0} trimestre","other":"d’aquí a {0} trimestres"},"past":{"one":"fa {0} trimestre","other":"fa {0} trimestres"},"-1":"el trimestre passat"},"quarter-short":{"0":"aquest trim.","1":"el trim. que ve","future":{"one":"d’aquí a {0} trim.","other":"d’aquí a {0} trim."},"past":{"one":"fa {0} trim.","other":"fa {0} trim."},"-1":"el trim. passat"},"quarter-narrow":{"0":"aquest trim.","1":"trim. vinent","future":{"one":"d’aquí a {0} trim.","other":"d’aquí a {0} trim."},"past":{"one":"fa {0} trim.","other":"fa {0} trim."},"-1":"trim. passat"},"month":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"month-short":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"month-narrow":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"week":{"0":"aquesta setmana","1":"la setmana que ve","future":{"one":"d’aquí a {0} setmana","other":"d’aquí a {0} setmanes"},"past":{"one":"fa {0} setmana","other":"fa {0} setmanes"},"-1":"la setmana passada"},"week-short":{"0":"aquesta setm.","1":"la setm. que ve","future":{"one":"d’aquí a {0} setm.","other":"d’aquí a {0} setm."},"past":{"one":"fa {0} setm.","other":"fa {0} setm."},"-1":"la setm. passada"},"week-narrow":{"0":"aquesta setm.","1":"la setm. que ve","future":{"one":"d’aquí a {0} setm.","other":"d’aquí a {0} setm."},"past":{"one":"fa {0} setm.","other":"fa {0} setm."},"-1":"la setm. passada"},"day":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"day-short":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"day-narrow":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"hour":{"0":"aquesta hora","future":{"one":"d’aquí a {0} hora","other":"d’aquí a {0} hores"},"past":{"one":"fa {0} hora","other":"fa {0} hores"}},"hour-short":{"0":"aquesta hora","future":{"one":"d’aquí a {0} h","other":"d’aquí a {0} h"},"past":{"one":"fa {0} h","other":"fa {0} h"}},"hour-narrow":{"0":"aquesta hora","future":{"one":"d‘aquí a {0} h","other":"d‘aquí a {0} h"},"past":{"one":"fa {0} h","other":"fa {0} h"}},"minute":{"0":"aquest minut","future":{"one":"d’aquí a {0} minut","other":"d’aquí a {0} minuts"},"past":{"one":"fa {0} minut","other":"fa {0} minuts"}},"minute-short":{"0":"aquest minut","future":{"one":"d’aquí a {0} min","other":"d’aquí a {0} min"},"past":{"one":"fa {0} min","other":"fa {0} min"}},"minute-narrow":{"0":"aquest minut","future":{"one":"d’aquí a {0} min","other":"d’aquí a {0} min"},"past":{"one":"fa {0} min","other":"fa {0} min"}},"second":{"0":"ara","future":{"one":"d’aquí a {0} segon","other":"d’aquí a {0} segons"},"past":{"one":"fa {0} segon","other":"fa {0} segons"}},"second-short":{"0":"ara","future":{"one":"d’aquí a {0} s","other":"d’aquí a {0} s"},"past":{"one":"fa {0} s","other":"fa {0} s"}},"second-narrow":{"0":"ara","future":{"one":"d’aquí a {0} s","other":"d’aquí a {0} s"},"past":{"one":"fa {0} s","other":"fa {0} s"}}},"locale":"ca-AD"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"year-short":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"year-narrow":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"quarter":{"0":"aquest trimestre","1":"el trimestre que ve","future":{"one":"d’aquí a {0} trimestre","other":"d’aquí a {0} trimestres"},"past":{"one":"fa {0} trimestre","other":"fa {0} trimestres"},"-1":"el trimestre passat"},"quarter-short":{"0":"aquest trim.","1":"el trim. que ve","future":{"one":"d’aquí a {0} trim.","other":"d’aquí a {0} trim."},"past":{"one":"fa {0} trim.","other":"fa {0} trim."},"-1":"el trim. passat"},"quarter-narrow":{"0":"aquest trim.","1":"trim. vinent","future":{"one":"d’aquí a {0} trim.","other":"d’aquí a {0} trim."},"past":{"one":"fa {0} trim.","other":"fa {0} trim."},"-1":"trim. passat"},"month":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"month-short":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"month-narrow":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"week":{"0":"aquesta setmana","1":"la setmana que ve","future":{"one":"d’aquí a {0} setmana","other":"d’aquí a {0} setmanes"},"past":{"one":"fa {0} setmana","other":"fa {0} setmanes"},"-1":"la setmana passada"},"week-short":{"0":"aquesta setm.","1":"la setm. que ve","future":{"one":"d’aquí a {0} setm.","other":"d’aquí a {0} setm."},"past":{"one":"fa {0} setm.","other":"fa {0} setm."},"-1":"la setm. passada"},"week-narrow":{"0":"aquesta setm.","1":"la setm. que ve","future":{"one":"d’aquí a {0} setm.","other":"d’aquí a {0} setm."},"past":{"one":"fa {0} setm.","other":"fa {0} setm."},"-1":"la setm. passada"},"day":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"day-short":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"day-narrow":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"hour":{"0":"aquesta hora","future":{"one":"d’aquí a {0} hora","other":"d’aquí a {0} hores"},"past":{"one":"fa {0} hora","other":"fa {0} hores"}},"hour-short":{"0":"aquesta hora","future":{"one":"d’aquí a {0} h","other":"d’aquí a {0} h"},"past":{"one":"fa {0} h","other":"fa {0} h"}},"hour-narrow":{"0":"aquesta hora","future":{"one":"d‘aquí a {0} h","other":"d‘aquí a {0} h"},"past":{"one":"fa {0} h","other":"fa {0} h"}},"minute":{"0":"aquest minut","future":{"one":"d’aquí a {0} minut","other":"d’aquí a {0} minuts"},"past":{"one":"fa {0} minut","other":"fa {0} minuts"}},"minute-short":{"0":"aquest minut","future":{"one":"d’aquí a {0} min","other":"d’aquí a {0} min"},"past":{"one":"fa {0} min","other":"fa {0} min"}},"minute-narrow":{"0":"aquest minut","future":{"one":"d’aquí a {0} min","other":"d’aquí a {0} min"},"past":{"one":"fa {0} min","other":"fa {0} min"}},"second":{"0":"ara","future":{"one":"d’aquí a {0} segon","other":"d’aquí a {0} segons"},"past":{"one":"fa {0} segon","other":"fa {0} segons"}},"second-short":{"0":"ara","future":{"one":"d’aquí a {0} s","other":"d’aquí a {0} s"},"past":{"one":"fa {0} s","other":"fa {0} s"}},"second-narrow":{"0":"ara","future":{"one":"d’aquí a {0} s","other":"d’aquí a {0} s"},"past":{"one":"fa {0} s","other":"fa {0} s"}}},"locale":"ca-ES-VALENCIA"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"year-short":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"year-narrow":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"quarter":{"0":"aquest trimestre","1":"el trimestre que ve","future":{"one":"d’aquí a {0} trimestre","other":"d’aquí a {0} trimestres"},"past":{"one":"fa {0} trimestre","other":"fa {0} trimestres"},"-1":"el trimestre passat"},"quarter-short":{"0":"aquest trim.","1":"el trim. que ve","future":{"one":"d’aquí a {0} trim.","other":"d’aquí a {0} trim."},"past":{"one":"fa {0} trim.","other":"fa {0} trim."},"-1":"el trim. passat"},"quarter-narrow":{"0":"aquest trim.","1":"trim. vinent","future":{"one":"d’aquí a {0} trim.","other":"d’aquí a {0} trim."},"past":{"one":"fa {0} trim.","other":"fa {0} trim."},"-1":"trim. passat"},"month":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"month-short":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"month-narrow":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"week":{"0":"aquesta setmana","1":"la setmana que ve","future":{"one":"d’aquí a {0} setmana","other":"d’aquí a {0} setmanes"},"past":{"one":"fa {0} setmana","other":"fa {0} setmanes"},"-1":"la setmana passada"},"week-short":{"0":"aquesta setm.","1":"la setm. que ve","future":{"one":"d’aquí a {0} setm.","other":"d’aquí a {0} setm."},"past":{"one":"fa {0} setm.","other":"fa {0} setm."},"-1":"la setm. passada"},"week-narrow":{"0":"aquesta setm.","1":"la setm. que ve","future":{"one":"d’aquí a {0} setm.","other":"d’aquí a {0} setm."},"past":{"one":"fa {0} setm.","other":"fa {0} setm."},"-1":"la setm. passada"},"day":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"day-short":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"day-narrow":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"hour":{"0":"aquesta hora","future":{"one":"d’aquí a {0} hora","other":"d’aquí a {0} hores"},"past":{"one":"fa {0} hora","other":"fa {0} hores"}},"hour-short":{"0":"aquesta hora","future":{"one":"d’aquí a {0} h","other":"d’aquí a {0} h"},"past":{"one":"fa {0} h","other":"fa {0} h"}},"hour-narrow":{"0":"aquesta hora","future":{"one":"d‘aquí a {0} h","other":"d‘aquí a {0} h"},"past":{"one":"fa {0} h","other":"fa {0} h"}},"minute":{"0":"aquest minut","future":{"one":"d’aquí a {0} minut","other":"d’aquí a {0} minuts"},"past":{"one":"fa {0} minut","other":"fa {0} minuts"}},"minute-short":{"0":"aquest minut","future":{"one":"d’aquí a {0} min","other":"d’aquí a {0} min"},"past":{"one":"fa {0} min","other":"fa {0} min"}},"minute-narrow":{"0":"aquest minut","future":{"one":"d’aquí a {0} min","other":"d’aquí a {0} min"},"past":{"one":"fa {0} min","other":"fa {0} min"}},"second":{"0":"ara","future":{"one":"d’aquí a {0} segon","other":"d’aquí a {0} segons"},"past":{"one":"fa {0} segon","other":"fa {0} segons"}},"second-short":{"0":"ara","future":{"one":"d’aquí a {0} s","other":"d’aquí a {0} s"},"past":{"one":"fa {0} s","other":"fa {0} s"}},"second-narrow":{"0":"ara","future":{"one":"d’aquí a {0} s","other":"d’aquí a {0} s"},"past":{"one":"fa {0} s","other":"fa {0} s"}}},"locale":"ca-FR"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"year-short":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"year-narrow":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"quarter":{"0":"aquest trimestre","1":"el trimestre que ve","future":{"one":"d’aquí a {0} trimestre","other":"d’aquí a {0} trimestres"},"past":{"one":"fa {0} trimestre","other":"fa {0} trimestres"},"-1":"el trimestre passat"},"quarter-short":{"0":"aquest trim.","1":"el trim. que ve","future":{"one":"d’aquí a {0} trim.","other":"d’aquí a {0} trim."},"past":{"one":"fa {0} trim.","other":"fa {0} trim."},"-1":"el trim. passat"},"quarter-narrow":{"0":"aquest trim.","1":"trim. vinent","future":{"one":"d’aquí a {0} trim.","other":"d’aquí a {0} trim."},"past":{"one":"fa {0} trim.","other":"fa {0} trim."},"-1":"trim. passat"},"month":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"month-short":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"month-narrow":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"week":{"0":"aquesta setmana","1":"la setmana que ve","future":{"one":"d’aquí a {0} setmana","other":"d’aquí a {0} setmanes"},"past":{"one":"fa {0} setmana","other":"fa {0} setmanes"},"-1":"la setmana passada"},"week-short":{"0":"aquesta setm.","1":"la setm. que ve","future":{"one":"d’aquí a {0} setm.","other":"d’aquí a {0} setm."},"past":{"one":"fa {0} setm.","other":"fa {0} setm."},"-1":"la setm. passada"},"week-narrow":{"0":"aquesta setm.","1":"la setm. que ve","future":{"one":"d’aquí a {0} setm.","other":"d’aquí a {0} setm."},"past":{"one":"fa {0} setm.","other":"fa {0} setm."},"-1":"la setm. passada"},"day":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"day-short":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"day-narrow":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"hour":{"0":"aquesta hora","future":{"one":"d’aquí a {0} hora","other":"d’aquí a {0} hores"},"past":{"one":"fa {0} hora","other":"fa {0} hores"}},"hour-short":{"0":"aquesta hora","future":{"one":"d’aquí a {0} h","other":"d’aquí a {0} h"},"past":{"one":"fa {0} h","other":"fa {0} h"}},"hour-narrow":{"0":"aquesta hora","future":{"one":"d‘aquí a {0} h","other":"d‘aquí a {0} h"},"past":{"one":"fa {0} h","other":"fa {0} h"}},"minute":{"0":"aquest minut","future":{"one":"d’aquí a {0} minut","other":"d’aquí a {0} minuts"},"past":{"one":"fa {0} minut","other":"fa {0} minuts"}},"minute-short":{"0":"aquest minut","future":{"one":"d’aquí a {0} min","other":"d’aquí a {0} min"},"past":{"one":"fa {0} min","other":"fa {0} min"}},"minute-narrow":{"0":"aquest minut","future":{"one":"d’aquí a {0} min","other":"d’aquí a {0} min"},"past":{"one":"fa {0} min","other":"fa {0} min"}},"second":{"0":"ara","future":{"one":"d’aquí a {0} segon","other":"d’aquí a {0} segons"},"past":{"one":"fa {0} segon","other":"fa {0} segons"}},"second-short":{"0":"ara","future":{"one":"d’aquí a {0} s","other":"d’aquí a {0} s"},"past":{"one":"fa {0} s","other":"fa {0} s"}},"second-narrow":{"0":"ara","future":{"one":"d’aquí a {0} s","other":"d’aquí a {0} s"},"past":{"one":"fa {0} s","other":"fa {0} s"}}},"locale":"ca-IT"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"year-short":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"year-narrow":{"0":"enguany","1":"l’any que ve","future":{"one":"d’aquí a {0} any","other":"d’aquí a {0} anys"},"past":{"one":"fa {0} any","other":"fa {0} anys"},"-1":"l’any passat"},"quarter":{"0":"aquest trimestre","1":"el trimestre que ve","future":{"one":"d’aquí a {0} trimestre","other":"d’aquí a {0} trimestres"},"past":{"one":"fa {0} trimestre","other":"fa {0} trimestres"},"-1":"el trimestre passat"},"quarter-short":{"0":"aquest trim.","1":"el trim. que ve","future":{"one":"d’aquí a {0} trim.","other":"d’aquí a {0} trim."},"past":{"one":"fa {0} trim.","other":"fa {0} trim."},"-1":"el trim. passat"},"quarter-narrow":{"0":"aquest trim.","1":"trim. vinent","future":{"one":"d’aquí a {0} trim.","other":"d’aquí a {0} trim."},"past":{"one":"fa {0} trim.","other":"fa {0} trim."},"-1":"trim. passat"},"month":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"month-short":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"month-narrow":{"0":"aquest mes","1":"el mes que ve","future":{"one":"d’aquí a {0} mes","other":"d’aquí a {0} mesos"},"past":{"one":"fa {0} mes","other":"fa {0} mesos"},"-1":"el mes passat"},"week":{"0":"aquesta setmana","1":"la setmana que ve","future":{"one":"d’aquí a {0} setmana","other":"d’aquí a {0} setmanes"},"past":{"one":"fa {0} setmana","other":"fa {0} setmanes"},"-1":"la setmana passada"},"week-short":{"0":"aquesta setm.","1":"la setm. que ve","future":{"one":"d’aquí a {0} setm.","other":"d’aquí a {0} setm."},"past":{"one":"fa {0} setm.","other":"fa {0} setm."},"-1":"la setm. passada"},"week-narrow":{"0":"aquesta setm.","1":"la setm. que ve","future":{"one":"d’aquí a {0} setm.","other":"d’aquí a {0} setm."},"past":{"one":"fa {0} setm.","other":"fa {0} setm."},"-1":"la setm. passada"},"day":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"day-short":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"day-narrow":{"0":"avui","1":"demà","2":"demà passat","future":{"one":"d’aquí a {0} dia","other":"d’aquí a {0} dies"},"past":{"one":"fa {0} dia","other":"fa {0} dies"},"-2":"abans-d’ahir","-1":"ahir"},"hour":{"0":"aquesta hora","future":{"one":"d’aquí a {0} hora","other":"d’aquí a {0} hores"},"past":{"one":"fa {0} hora","other":"fa {0} hores"}},"hour-short":{"0":"aquesta hora","future":{"one":"d’aquí a {0} h","other":"d’aquí a {0} h"},"past":{"one":"fa {0} h","other":"fa {0} h"}},"hour-narrow":{"0":"aquesta hora","future":{"one":"d‘aquí a {0} h","other":"d‘aquí a {0} h"},"past":{"one":"fa {0} h","other":"fa {0} h"}},"minute":{"0":"aquest minut","future":{"one":"d’aquí a {0} minut","other":"d’aquí a {0} minuts"},"past":{"one":"fa {0} minut","other":"fa {0} minuts"}},"minute-short":{"0":"aquest minut","future":{"one":"d’aquí a {0} min","other":"d’aquí a {0} min"},"past":{"one":"fa {0} min","other":"fa {0} min"}},"minute-narrow":{"0":"aquest minut","future":{"one":"d’aquí a {0} min","other":"d’aquí a {0} min"},"past":{"one":"fa {0} min","other":"fa {0} min"}},"second":{"0":"ara","future":{"one":"d’aquí a {0} segon","other":"d’aquí a {0} segons"},"past":{"one":"fa {0} segon","other":"fa {0} segons"}},"second-short":{"0":"ara","future":{"one":"d’aquí a {0} s","other":"d’aquí a {0} s"},"past":{"one":"fa {0} s","other":"fa {0} s"}},"second-narrow":{"0":"ara","future":{"one":"d’aquí a {0} s","other":"d’aquí a {0} s"},"past":{"one":"fa {0} s","other":"fa {0} s"}}},"locale":"ca"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["cakm"],"year":{"0":"𑄃𑄬 𑄝𑄧𑄏𑄧𑄢𑄴","1":"𑄎𑄬𑄢𑄧 𑄝𑄧𑄏𑄧𑄢𑄴","future":{"one":"{0} 𑄝𑄧𑄏𑄧𑄢𑄬","other":"{0} 𑄝𑄧𑄏𑄧𑄢𑄬"},"past":{"one":"{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬","other":"{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄳𑄠𑄬 𑄝𑄧𑄏𑄧𑄢𑄴"},"year-short":{"0":"𑄃𑄳𑄆𑄬 𑄝𑄧𑄏𑄧𑄢𑄴","1":"𑄛𑄧𑄢𑄬 𑄝𑄧𑄏𑄧𑄢𑄴","future":{"one":"{0} 𑄝𑄧𑄏𑄧𑄢𑄬","other":"{0} 𑄝𑄧𑄏𑄧𑄢𑄬"},"past":{"one":"{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬","other":"{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄳𑄠𑄬 𑄝𑄧𑄏𑄧𑄢𑄴"},"year-narrow":{"0":"𑄃𑄳𑄆𑄬 𑄝𑄧𑄏𑄧𑄢𑄴","1":"𑄛𑄧𑄢𑄬 𑄝𑄧𑄏𑄧𑄢𑄴","future":{"one":"{0} 𑄝𑄧𑄏𑄧𑄢𑄬","other":"{0} 𑄝𑄧𑄏𑄧𑄢𑄬"},"past":{"one":"{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬","other":"{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄳𑄠𑄬 𑄝𑄧𑄏𑄧𑄢𑄴"},"quarter":{"0":"𑄃𑄳𑄆𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴","1":"𑄛𑄧𑄢𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴","future":{"one":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄬","other":"{0} 𑄖𑄨𑄚𑄟𑄏𑄬"},"past":{"one":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬","other":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄳𑄠𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴"},"quarter-short":{"0":"𑄃𑄳𑄆𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴","1":"𑄛𑄧𑄢𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴","future":{"one":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄬","other":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄬"},"past":{"one":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬","other":"{0}𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄳𑄠𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴"},"quarter-narrow":{"0":"𑄃𑄳𑄆𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴","1":"𑄛𑄧𑄢𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴","future":{"one":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄬","other":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄬"},"past":{"one":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬","other":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄬𑄉"},"-1":"𑄉𑄬𑄣𑄳𑄠𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴"},"month":{"0":"𑄃𑄳𑄆𑄬 𑄟𑄏𑄴","1":"𑄛𑄧𑄢𑄬 𑄟𑄏𑄴","future":{"one":"{0} 𑄟𑄏𑄬","other":"{0} 𑄟𑄏𑄬"},"past":{"one":"{0} 𑄟𑄏𑄧 𑄃𑄉𑄬","other":"{0} 𑄟𑄏𑄧 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄟𑄏𑄴"},"month-short":{"0":"𑄃𑄳𑄆𑄬 𑄟𑄏𑄴","1":"𑄛𑄧𑄢𑄬 𑄟𑄏𑄴","future":{"one":"{0} 𑄟𑄏𑄬","other":"{0} 𑄟𑄏𑄬"},"past":{"one":"{0} 𑄇𑄏𑄧 𑄃𑄉𑄬","other":"{0} 𑄟𑄏𑄧 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄧𑄉𑄬 𑄟𑄏𑄴"},"month-narrow":{"0":"𑄃𑄳𑄆𑄬 𑄟𑄏𑄴","1":"𑄛𑄧𑄢𑄬 𑄟𑄏𑄴","future":{"one":"{0} 𑄟𑄏𑄬","other":"{0} 𑄟𑄏𑄬"},"past":{"one":"{0} 𑄟𑄏𑄧 𑄃𑄉𑄬","other":"{0} 𑄟𑄏𑄧 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄟𑄏𑄴"},"week":{"0":"𑄃𑄳𑄆𑄬 𑄥𑄛𑄴𑄖","1":"𑄛𑄧𑄢𑄬 𑄥𑄛𑄴𑄖","future":{"one":"{0} 𑄥𑄛𑄴𑄖𑄠𑄴","other":"{0} 𑄥𑄛𑄴𑄖𑄠𑄴"},"past":{"one":"{0} 𑄥𑄛𑄴𑄖 𑄃𑄉𑄬","other":"{0} 𑄥𑄛𑄴𑄖 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄥𑄛𑄴𑄖"},"week-short":{"0":"𑄃𑄳𑄆𑄬 𑄥𑄛𑄴𑄖","1":"𑄛𑄧𑄢𑄬 𑄥𑄛𑄴𑄖","future":{"one":"{0} 𑄥𑄛𑄴𑄖𑄠𑄴","other":"{0} 𑄥𑄛𑄴𑄖𑄠𑄴"},"past":{"one":"{0} 𑄥𑄛𑄴𑄖 𑄃𑄉𑄬","other":"{0} 𑄥𑄛𑄴𑄖 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄥𑄛𑄴𑄖"},"week-narrow":{"0":"𑄃𑄳𑄆𑄬 𑄥𑄛𑄴𑄖","1":"𑄛𑄧𑄢𑄬 𑄥𑄛𑄴𑄖","future":{"one":"{0} 𑄥𑄛𑄴𑄖𑄠𑄴","other":"{0} 𑄥𑄛𑄴𑄖𑄠𑄴"},"past":{"one":"{0} 𑄥𑄛𑄴𑄖𑄢𑄴 𑄃𑄉𑄬","other":"{0} 𑄥𑄛𑄴𑄖𑄢𑄴 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄥𑄛𑄴𑄖"},"day":{"0":"𑄃𑄬𑄌𑄴𑄥𑄳𑄠","1":"𑄃𑄬𑄎𑄬𑄖𑄴𑄖𑄳𑄠𑄇𑄬𑄣𑄳𑄠𑄬","2":"𑄃𑄬𑄎𑄬𑄖𑄴𑄖𑄳𑄠𑄬 𑄛𑄧𑄢𑄴𑄥𑄪","future":{"one":"{0} 𑄘𑄨𑄚𑄮 𑄟𑄧𑄖𑄴𑄙𑄳𑄠","other":"{0} 𑄘𑄨𑄚𑄮 𑄟𑄧𑄖𑄴𑄙𑄳𑄠"},"past":{"one":"{0} 𑄘𑄨𑄚𑄴 𑄃𑄉𑄬","other":"{0} 𑄘𑄨𑄚𑄴 𑄃𑄉𑄬"},"-2":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄛𑄧𑄢𑄴𑄥𑄪","-1":"𑄉𑄬𑄣𑄴𑄣𑄳𑄠𑄇𑄬𑄣𑄳𑄠𑄬"},"day-short":{"0":"𑄃𑄬𑄌𑄴𑄥𑄳𑄠𑄬","1":"𑄃𑄬𑄎𑄬𑄖𑄴𑄖𑄳𑄠𑄇𑄬𑄣𑄴𑄣𑄳𑄠𑄬","2":"𑄃𑄬𑄎𑄬𑄖𑄴𑄖𑄳𑄠𑄇𑄬𑄣𑄴𑄣𑄳𑄠𑄬 𑄛𑄧𑄢𑄴𑄥𑄪","future":{"one":"{0} 𑄘𑄨𑄚𑄮 𑄟𑄧𑄖𑄴𑄙𑄳𑄠","other":"{0} 𑄘𑄨𑄚𑄮 𑄟𑄧𑄖𑄴𑄙𑄳𑄠"},"past":{"one":"{0} 𑄘𑄨𑄚𑄴 𑄃𑄉𑄬","other":"{0} 𑄘𑄨𑄚𑄴 𑄃𑄉𑄬"},"-2":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄛𑄧𑄢𑄴𑄥𑄪","-1":"𑄉𑄬𑄣𑄴𑄣𑄳𑄠𑄇𑄬𑄣𑄴𑄣𑄳𑄠𑄬"},"day-narrow":{"0":"𑄃𑄬𑄌𑄴𑄥𑄳𑄠𑄬","1":"𑄃𑄬𑄎𑄬𑄖𑄴𑄖𑄳𑄠𑄇𑄬𑄣𑄴𑄣𑄳𑄠𑄬","2":"𑄃𑄬𑄎𑄬𑄖𑄴𑄖𑄳𑄠𑄇𑄬𑄣𑄴𑄣𑄳𑄠𑄬 𑄛𑄧𑄢𑄴𑄥𑄪","future":{"one":"{0} 𑄘𑄨𑄚𑄮 𑄟𑄧𑄖𑄴𑄙𑄳𑄠","other":"{0} 𑄘𑄨𑄚𑄮 𑄟𑄧𑄖𑄴𑄙𑄳𑄠"},"past":{"one":"{0} 𑄘𑄨𑄚𑄴 𑄃𑄉𑄬","other":"{0} 𑄘𑄨𑄚𑄴 𑄃𑄉𑄬"},"-2":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄛𑄧𑄢𑄴𑄥𑄪","-1":"𑄉𑄬𑄣𑄴𑄣𑄳𑄠𑄇𑄬𑄣𑄴𑄣𑄳𑄠𑄬"},"hour":{"0":"𑄃𑄳𑄆𑄬 𑄊𑄮𑄚𑄴𑄓𑄠𑄴","future":{"one":"{0} 𑄊𑄮𑄚𑄴𑄓𑄠𑄴","other":"{0} 𑄊𑄮𑄚𑄴𑄓𑄠𑄴"},"past":{"one":"{0} 𑄊𑄮𑄚𑄴𑄓 𑄃𑄉𑄬","other":"{0} 𑄊𑄮𑄚𑄴𑄓 𑄃𑄉𑄬"}},"hour-short":{"0":"𑄃𑄳𑄆𑄬 𑄊𑄮𑄚𑄴𑄓𑄠𑄴","future":{"one":"{0} 𑄊𑄮𑄚𑄴𑄓𑄠𑄴","other":"{0} 𑄊𑄮𑄚𑄴𑄓𑄠𑄴"},"past":{"one":"{0} 𑄊𑄮𑄚𑄴𑄓 𑄃𑄉𑄬","other":"{0} 𑄊𑄮𑄚𑄴𑄓 𑄃𑄉𑄬"}},"hour-narrow":{"0":"𑄃𑄳𑄆𑄬 𑄊𑄮𑄚𑄴𑄓𑄠𑄴","future":{"one":"{0} 𑄊𑄮𑄚𑄴𑄓𑄠𑄴","other":"{0} 𑄊𑄮𑄚𑄴𑄓𑄠𑄴"},"past":{"one":"{0} 𑄊𑄮𑄚𑄴𑄓 𑄃𑄉𑄬","other":"{0} 𑄊𑄮𑄚𑄴𑄓 𑄃𑄉𑄬"}},"minute":{"0":"𑄃𑄳𑄆𑄬 𑄟𑄨𑄚𑄨𑄖𑄴","future":{"one":"{0} 𑄟𑄨𑄚𑄨𑄘𑄬","other":"{0} 𑄟𑄨𑄚𑄨𑄘𑄬"},"past":{"one":"{0} 𑄟𑄨𑄚𑄨𑄖𑄴 𑄃𑄉𑄬","other":"{0} 𑄟𑄨𑄚𑄨𑄖𑄴 𑄃𑄉𑄬"}},"minute-short":{"0":"𑄃𑄳𑄆𑄬 𑄟𑄨𑄚𑄨𑄖𑄴","future":{"one":"{0} 𑄟𑄨𑄚𑄨𑄘𑄬","other":"{0} 𑄟𑄨𑄚𑄨𑄘𑄬"},"past":{"one":"{0} 𑄟𑄨𑄚𑄨𑄖𑄴 𑄃𑄉𑄬","other":"{0} 𑄟𑄨𑄚𑄨𑄖𑄴 𑄃𑄉𑄬"}},"minute-narrow":{"0":"𑄃𑄳𑄆𑄬 𑄟𑄨𑄚𑄨𑄖𑄴","future":{"one":"{0} 𑄟𑄨𑄚𑄨𑄘𑄬","other":"{0} 𑄟𑄨𑄚𑄨𑄘𑄬"},"past":{"one":"{0} 𑄟𑄨𑄚𑄨𑄖𑄴 𑄃𑄉𑄬","other":"{0} 𑄟𑄨𑄚𑄨𑄖𑄴 𑄃𑄉𑄬"}},"second":{"0":"𑄃𑄨𑄇𑄴𑄅𑄚𑄪","future":{"one":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬","other":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬"},"past":{"one":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴 𑄃𑄉𑄬","other":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴 𑄃𑄉𑄬"}},"second-short":{"0":"𑄃𑄨𑄇𑄴𑄅𑄚𑄪","future":{"one":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬","other":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬"},"past":{"one":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴 𑄃𑄉𑄬","other":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴 𑄃𑄉𑄬"}},"second-narrow":{"0":"𑄃𑄨𑄇𑄴𑄅𑄚𑄪","future":{"one":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴","other":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬"},"past":{"one":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴 𑄃𑄉𑄬","other":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴 𑄃𑄉𑄬"}}},"locale":"ccp-IN"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,6 @@
1
+ /* @generated */
2
+ // prettier-ignore
3
+ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
+ Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["cakm"],"year":{"0":"𑄃𑄬 𑄝𑄧𑄏𑄧𑄢𑄴","1":"𑄎𑄬𑄢𑄧 𑄝𑄧𑄏𑄧𑄢𑄴","future":{"one":"{0} 𑄝𑄧𑄏𑄧𑄢𑄬","other":"{0} 𑄝𑄧𑄏𑄧𑄢𑄬"},"past":{"one":"{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬","other":"{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄳𑄠𑄬 𑄝𑄧𑄏𑄧𑄢𑄴"},"year-short":{"0":"𑄃𑄳𑄆𑄬 𑄝𑄧𑄏𑄧𑄢𑄴","1":"𑄛𑄧𑄢𑄬 𑄝𑄧𑄏𑄧𑄢𑄴","future":{"one":"{0} 𑄝𑄧𑄏𑄧𑄢𑄬","other":"{0} 𑄝𑄧𑄏𑄧𑄢𑄬"},"past":{"one":"{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬","other":"{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄳𑄠𑄬 𑄝𑄧𑄏𑄧𑄢𑄴"},"year-narrow":{"0":"𑄃𑄳𑄆𑄬 𑄝𑄧𑄏𑄧𑄢𑄴","1":"𑄛𑄧𑄢𑄬 𑄝𑄧𑄏𑄧𑄢𑄴","future":{"one":"{0} 𑄝𑄧𑄏𑄧𑄢𑄬","other":"{0} 𑄝𑄧𑄏𑄧𑄢𑄬"},"past":{"one":"{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬","other":"{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄳𑄠𑄬 𑄝𑄧𑄏𑄧𑄢𑄴"},"quarter":{"0":"𑄃𑄳𑄆𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴","1":"𑄛𑄧𑄢𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴","future":{"one":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄬","other":"{0} 𑄖𑄨𑄚𑄟𑄏𑄬"},"past":{"one":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬","other":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄳𑄠𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴"},"quarter-short":{"0":"𑄃𑄳𑄆𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴","1":"𑄛𑄧𑄢𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴","future":{"one":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄬","other":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄬"},"past":{"one":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬","other":"{0}𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄳𑄠𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴"},"quarter-narrow":{"0":"𑄃𑄳𑄆𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴","1":"𑄛𑄧𑄢𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴","future":{"one":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄬","other":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄬"},"past":{"one":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬","other":"{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄬𑄉"},"-1":"𑄉𑄬𑄣𑄳𑄠𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴"},"month":{"0":"𑄃𑄳𑄆𑄬 𑄟𑄏𑄴","1":"𑄛𑄧𑄢𑄬 𑄟𑄏𑄴","future":{"one":"{0} 𑄟𑄏𑄬","other":"{0} 𑄟𑄏𑄬"},"past":{"one":"{0} 𑄟𑄏𑄧 𑄃𑄉𑄬","other":"{0} 𑄟𑄏𑄧 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄟𑄏𑄴"},"month-short":{"0":"𑄃𑄳𑄆𑄬 𑄟𑄏𑄴","1":"𑄛𑄧𑄢𑄬 𑄟𑄏𑄴","future":{"one":"{0} 𑄟𑄏𑄬","other":"{0} 𑄟𑄏𑄬"},"past":{"one":"{0} 𑄇𑄏𑄧 𑄃𑄉𑄬","other":"{0} 𑄟𑄏𑄧 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄧𑄉𑄬 𑄟𑄏𑄴"},"month-narrow":{"0":"𑄃𑄳𑄆𑄬 𑄟𑄏𑄴","1":"𑄛𑄧𑄢𑄬 𑄟𑄏𑄴","future":{"one":"{0} 𑄟𑄏𑄬","other":"{0} 𑄟𑄏𑄬"},"past":{"one":"{0} 𑄟𑄏𑄧 𑄃𑄉𑄬","other":"{0} 𑄟𑄏𑄧 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄟𑄏𑄴"},"week":{"0":"𑄃𑄳𑄆𑄬 𑄥𑄛𑄴𑄖","1":"𑄛𑄧𑄢𑄬 𑄥𑄛𑄴𑄖","future":{"one":"{0} 𑄥𑄛𑄴𑄖𑄠𑄴","other":"{0} 𑄥𑄛𑄴𑄖𑄠𑄴"},"past":{"one":"{0} 𑄥𑄛𑄴𑄖 𑄃𑄉𑄬","other":"{0} 𑄥𑄛𑄴𑄖 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄥𑄛𑄴𑄖"},"week-short":{"0":"𑄃𑄳𑄆𑄬 𑄥𑄛𑄴𑄖","1":"𑄛𑄧𑄢𑄬 𑄥𑄛𑄴𑄖","future":{"one":"{0} 𑄥𑄛𑄴𑄖𑄠𑄴","other":"{0} 𑄥𑄛𑄴𑄖𑄠𑄴"},"past":{"one":"{0} 𑄥𑄛𑄴𑄖 𑄃𑄉𑄬","other":"{0} 𑄥𑄛𑄴𑄖 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄥𑄛𑄴𑄖"},"week-narrow":{"0":"𑄃𑄳𑄆𑄬 𑄥𑄛𑄴𑄖","1":"𑄛𑄧𑄢𑄬 𑄥𑄛𑄴𑄖","future":{"one":"{0} 𑄥𑄛𑄴𑄖𑄠𑄴","other":"{0} 𑄥𑄛𑄴𑄖𑄠𑄴"},"past":{"one":"{0} 𑄥𑄛𑄴𑄖𑄢𑄴 𑄃𑄉𑄬","other":"{0} 𑄥𑄛𑄴𑄖𑄢𑄴 𑄃𑄉𑄬"},"-1":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄥𑄛𑄴𑄖"},"day":{"0":"𑄃𑄬𑄌𑄴𑄥𑄳𑄠","1":"𑄃𑄬𑄎𑄬𑄖𑄴𑄖𑄳𑄠𑄇𑄬𑄣𑄳𑄠𑄬","2":"𑄃𑄬𑄎𑄬𑄖𑄴𑄖𑄳𑄠𑄬 𑄛𑄧𑄢𑄴𑄥𑄪","future":{"one":"{0} 𑄘𑄨𑄚𑄮 𑄟𑄧𑄖𑄴𑄙𑄳𑄠","other":"{0} 𑄘𑄨𑄚𑄮 𑄟𑄧𑄖𑄴𑄙𑄳𑄠"},"past":{"one":"{0} 𑄘𑄨𑄚𑄴 𑄃𑄉𑄬","other":"{0} 𑄘𑄨𑄚𑄴 𑄃𑄉𑄬"},"-2":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄛𑄧𑄢𑄴𑄥𑄪","-1":"𑄉𑄬𑄣𑄴𑄣𑄳𑄠𑄇𑄬𑄣𑄳𑄠𑄬"},"day-short":{"0":"𑄃𑄬𑄌𑄴𑄥𑄳𑄠𑄬","1":"𑄃𑄬𑄎𑄬𑄖𑄴𑄖𑄳𑄠𑄇𑄬𑄣𑄴𑄣𑄳𑄠𑄬","2":"𑄃𑄬𑄎𑄬𑄖𑄴𑄖𑄳𑄠𑄇𑄬𑄣𑄴𑄣𑄳𑄠𑄬 𑄛𑄧𑄢𑄴𑄥𑄪","future":{"one":"{0} 𑄘𑄨𑄚𑄮 𑄟𑄧𑄖𑄴𑄙𑄳𑄠","other":"{0} 𑄘𑄨𑄚𑄮 𑄟𑄧𑄖𑄴𑄙𑄳𑄠"},"past":{"one":"{0} 𑄘𑄨𑄚𑄴 𑄃𑄉𑄬","other":"{0} 𑄘𑄨𑄚𑄴 𑄃𑄉𑄬"},"-2":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄛𑄧𑄢𑄴𑄥𑄪","-1":"𑄉𑄬𑄣𑄴𑄣𑄳𑄠𑄇𑄬𑄣𑄴𑄣𑄳𑄠𑄬"},"day-narrow":{"0":"𑄃𑄬𑄌𑄴𑄥𑄳𑄠𑄬","1":"𑄃𑄬𑄎𑄬𑄖𑄴𑄖𑄳𑄠𑄇𑄬𑄣𑄴𑄣𑄳𑄠𑄬","2":"𑄃𑄬𑄎𑄬𑄖𑄴𑄖𑄳𑄠𑄇𑄬𑄣𑄴𑄣𑄳𑄠𑄬 𑄛𑄧𑄢𑄴𑄥𑄪","future":{"one":"{0} 𑄘𑄨𑄚𑄮 𑄟𑄧𑄖𑄴𑄙𑄳𑄠","other":"{0} 𑄘𑄨𑄚𑄮 𑄟𑄧𑄖𑄴𑄙𑄳𑄠"},"past":{"one":"{0} 𑄘𑄨𑄚𑄴 𑄃𑄉𑄬","other":"{0} 𑄘𑄨𑄚𑄴 𑄃𑄉𑄬"},"-2":"𑄉𑄬𑄣𑄧𑄘𑄬 𑄛𑄧𑄢𑄴𑄥𑄪","-1":"𑄉𑄬𑄣𑄴𑄣𑄳𑄠𑄇𑄬𑄣𑄴𑄣𑄳𑄠𑄬"},"hour":{"0":"𑄃𑄳𑄆𑄬 𑄊𑄮𑄚𑄴𑄓𑄠𑄴","future":{"one":"{0} 𑄊𑄮𑄚𑄴𑄓𑄠𑄴","other":"{0} 𑄊𑄮𑄚𑄴𑄓𑄠𑄴"},"past":{"one":"{0} 𑄊𑄮𑄚𑄴𑄓 𑄃𑄉𑄬","other":"{0} 𑄊𑄮𑄚𑄴𑄓 𑄃𑄉𑄬"}},"hour-short":{"0":"𑄃𑄳𑄆𑄬 𑄊𑄮𑄚𑄴𑄓𑄠𑄴","future":{"one":"{0} 𑄊𑄮𑄚𑄴𑄓𑄠𑄴","other":"{0} 𑄊𑄮𑄚𑄴𑄓𑄠𑄴"},"past":{"one":"{0} 𑄊𑄮𑄚𑄴𑄓 𑄃𑄉𑄬","other":"{0} 𑄊𑄮𑄚𑄴𑄓 𑄃𑄉𑄬"}},"hour-narrow":{"0":"𑄃𑄳𑄆𑄬 𑄊𑄮𑄚𑄴𑄓𑄠𑄴","future":{"one":"{0} 𑄊𑄮𑄚𑄴𑄓𑄠𑄴","other":"{0} 𑄊𑄮𑄚𑄴𑄓𑄠𑄴"},"past":{"one":"{0} 𑄊𑄮𑄚𑄴𑄓 𑄃𑄉𑄬","other":"{0} 𑄊𑄮𑄚𑄴𑄓 𑄃𑄉𑄬"}},"minute":{"0":"𑄃𑄳𑄆𑄬 𑄟𑄨𑄚𑄨𑄖𑄴","future":{"one":"{0} 𑄟𑄨𑄚𑄨𑄘𑄬","other":"{0} 𑄟𑄨𑄚𑄨𑄘𑄬"},"past":{"one":"{0} 𑄟𑄨𑄚𑄨𑄖𑄴 𑄃𑄉𑄬","other":"{0} 𑄟𑄨𑄚𑄨𑄖𑄴 𑄃𑄉𑄬"}},"minute-short":{"0":"𑄃𑄳𑄆𑄬 𑄟𑄨𑄚𑄨𑄖𑄴","future":{"one":"{0} 𑄟𑄨𑄚𑄨𑄘𑄬","other":"{0} 𑄟𑄨𑄚𑄨𑄘𑄬"},"past":{"one":"{0} 𑄟𑄨𑄚𑄨𑄖𑄴 𑄃𑄉𑄬","other":"{0} 𑄟𑄨𑄚𑄨𑄖𑄴 𑄃𑄉𑄬"}},"minute-narrow":{"0":"𑄃𑄳𑄆𑄬 𑄟𑄨𑄚𑄨𑄖𑄴","future":{"one":"{0} 𑄟𑄨𑄚𑄨𑄘𑄬","other":"{0} 𑄟𑄨𑄚𑄨𑄘𑄬"},"past":{"one":"{0} 𑄟𑄨𑄚𑄨𑄖𑄴 𑄃𑄉𑄬","other":"{0} 𑄟𑄨𑄚𑄨𑄖𑄴 𑄃𑄉𑄬"}},"second":{"0":"𑄃𑄨𑄇𑄴𑄅𑄚𑄪","future":{"one":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬","other":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬"},"past":{"one":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴 𑄃𑄉𑄬","other":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴 𑄃𑄉𑄬"}},"second-short":{"0":"𑄃𑄨𑄇𑄴𑄅𑄚𑄪","future":{"one":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬","other":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬"},"past":{"one":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴 𑄃𑄉𑄬","other":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴 𑄃𑄉𑄬"}},"second-narrow":{"0":"𑄃𑄨𑄇𑄴𑄅𑄚𑄪","future":{"one":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴","other":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬"},"past":{"one":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴 𑄃𑄉𑄬","other":"{0} 𑄥𑄬𑄉𑄬𑄚𑄴 𑄃𑄉𑄬"}}},"locale":"ccp"}
5
+ )
6
+ }
@@ -0,0 +1 @@
1
+ export {}