@formatjs/intl-relativetimeformat 11.0.3 → 11.1.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 (1246) hide show
  1. package/BUILD +825 -0
  2. package/CHANGELOG.md +913 -0
  3. package/LICENSE.md +0 -0
  4. package/README.md +0 -0
  5. package/abstract/FormatRelativeTime.ts +18 -0
  6. package/abstract/FormatRelativeTimeToParts.ts +29 -0
  7. package/abstract/InitializeRelativeTimeFormat.ts +89 -0
  8. package/abstract/MakePartsList.ts +28 -0
  9. package/abstract/PartitionRelativeTimePattern.ts +81 -0
  10. package/abstract/SingularRelativeTimeUnit.ts +36 -0
  11. package/get_internal_slots.ts +20 -0
  12. package/index.ts +151 -0
  13. package/package.json +9 -4
  14. package/polyfill-force.ts +7 -0
  15. package/polyfill.ts +10 -0
  16. package/scripts/cldr-raw.ts +21 -0
  17. package/scripts/cldr.ts +29 -0
  18. package/scripts/extract-relative.ts +132 -0
  19. package/scripts/test-locale-data-gen.ts +18 -0
  20. package/scripts/test262-main-gen.ts +28 -0
  21. package/should-polyfill.ts +36 -0
  22. package/supported-locales.generated.ts +1 -0
  23. package/test262-main.ts +1148 -0
  24. package/tests/index.test.ts +32 -0
  25. package/tests/locale-data/en-AI.json +1 -0
  26. package/tests/locale-data/en.json +1 -0
  27. package/tests/locale-data/zh-Hans.json +1 -0
  28. package/tests/locale-data/zh-Hant.json +1 -0
  29. package/tests/locale-data/zh.json +1 -0
  30. package/tests/supported-locales-of.test.ts +25 -0
  31. package/tsconfig.json +5 -0
  32. package/abstract/FormatRelativeTime.d.ts +0 -5
  33. package/abstract/FormatRelativeTime.d.ts.map +0 -1
  34. package/abstract/FormatRelativeTime.js +0 -14
  35. package/abstract/FormatRelativeTimeToParts.d.ts +0 -5
  36. package/abstract/FormatRelativeTimeToParts.d.ts.map +0 -1
  37. package/abstract/FormatRelativeTimeToParts.js +0 -22
  38. package/abstract/InitializeRelativeTimeFormat.d.ts +0 -9
  39. package/abstract/InitializeRelativeTimeFormat.d.ts.map +0 -1
  40. package/abstract/InitializeRelativeTimeFormat.js +0 -38
  41. package/abstract/MakePartsList.d.ts +0 -2
  42. package/abstract/MakePartsList.d.ts.map +0 -1
  43. package/abstract/MakePartsList.js +0 -30
  44. package/abstract/PartitionRelativeTimePattern.d.ts +0 -5
  45. package/abstract/PartitionRelativeTimePattern.d.ts.map +0 -1
  46. package/abstract/PartitionRelativeTimePattern.js +0 -57
  47. package/abstract/SingularRelativeTimeUnit.d.ts +0 -7
  48. package/abstract/SingularRelativeTimeUnit.d.ts.map +0 -1
  49. package/abstract/SingularRelativeTimeUnit.js +0 -39
  50. package/get_internal_slots.d.ts +0 -3
  51. package/get_internal_slots.d.ts.map +0 -1
  52. package/get_internal_slots.js +0 -14
  53. package/index.d.ts +0 -16
  54. package/index.d.ts.map +0 -1
  55. package/index.js +0 -123
  56. package/lib/abstract/FormatRelativeTime.d.ts +0 -5
  57. package/lib/abstract/FormatRelativeTime.d.ts.map +0 -1
  58. package/lib/abstract/FormatRelativeTime.js +0 -10
  59. package/lib/abstract/FormatRelativeTimeToParts.d.ts +0 -5
  60. package/lib/abstract/FormatRelativeTimeToParts.d.ts.map +0 -1
  61. package/lib/abstract/FormatRelativeTimeToParts.js +0 -18
  62. package/lib/abstract/InitializeRelativeTimeFormat.d.ts +0 -9
  63. package/lib/abstract/InitializeRelativeTimeFormat.d.ts.map +0 -1
  64. package/lib/abstract/InitializeRelativeTimeFormat.js +0 -34
  65. package/lib/abstract/MakePartsList.d.ts +0 -2
  66. package/lib/abstract/MakePartsList.d.ts.map +0 -1
  67. package/lib/abstract/MakePartsList.js +0 -26
  68. package/lib/abstract/PartitionRelativeTimePattern.d.ts +0 -5
  69. package/lib/abstract/PartitionRelativeTimePattern.d.ts.map +0 -1
  70. package/lib/abstract/PartitionRelativeTimePattern.js +0 -53
  71. package/lib/abstract/SingularRelativeTimeUnit.d.ts +0 -7
  72. package/lib/abstract/SingularRelativeTimeUnit.d.ts.map +0 -1
  73. package/lib/abstract/SingularRelativeTimeUnit.js +0 -35
  74. package/lib/get_internal_slots.d.ts +0 -3
  75. package/lib/get_internal_slots.d.ts.map +0 -1
  76. package/lib/get_internal_slots.js +0 -11
  77. package/lib/index.d.ts +0 -16
  78. package/lib/index.d.ts.map +0 -1
  79. package/lib/index.js +0 -120
  80. package/lib/polyfill-force.d.ts +0 -2
  81. package/lib/polyfill-force.d.ts.map +0 -1
  82. package/lib/polyfill-force.js +0 -7
  83. package/lib/polyfill.d.ts +0 -2
  84. package/lib/polyfill.d.ts.map +0 -1
  85. package/lib/polyfill.js +0 -10
  86. package/lib/should-polyfill.d.ts +0 -2
  87. package/lib/should-polyfill.d.ts.map +0 -1
  88. package/lib/should-polyfill.js +0 -29
  89. package/lib/supported-locales.d.ts +0 -2
  90. package/lib/supported-locales.d.ts.map +0 -1
  91. package/lib/supported-locales.js +0 -2
  92. package/locale-data/af-NA.d.ts +0 -1
  93. package/locale-data/af-NA.js +0 -6
  94. package/locale-data/af.d.ts +0 -1
  95. package/locale-data/af.js +0 -6
  96. package/locale-data/agq.d.ts +0 -1
  97. package/locale-data/agq.js +0 -6
  98. package/locale-data/ak.d.ts +0 -1
  99. package/locale-data/ak.js +0 -6
  100. package/locale-data/am.d.ts +0 -1
  101. package/locale-data/am.js +0 -6
  102. package/locale-data/ar-AE.d.ts +0 -1
  103. package/locale-data/ar-AE.js +0 -6
  104. package/locale-data/ar-BH.d.ts +0 -1
  105. package/locale-data/ar-BH.js +0 -6
  106. package/locale-data/ar-DJ.d.ts +0 -1
  107. package/locale-data/ar-DJ.js +0 -6
  108. package/locale-data/ar-DZ.d.ts +0 -1
  109. package/locale-data/ar-DZ.js +0 -6
  110. package/locale-data/ar-EG.d.ts +0 -1
  111. package/locale-data/ar-EG.js +0 -6
  112. package/locale-data/ar-EH.d.ts +0 -1
  113. package/locale-data/ar-EH.js +0 -6
  114. package/locale-data/ar-ER.d.ts +0 -1
  115. package/locale-data/ar-ER.js +0 -6
  116. package/locale-data/ar-IL.d.ts +0 -1
  117. package/locale-data/ar-IL.js +0 -6
  118. package/locale-data/ar-IQ.d.ts +0 -1
  119. package/locale-data/ar-IQ.js +0 -6
  120. package/locale-data/ar-JO.d.ts +0 -1
  121. package/locale-data/ar-JO.js +0 -6
  122. package/locale-data/ar-KM.d.ts +0 -1
  123. package/locale-data/ar-KM.js +0 -6
  124. package/locale-data/ar-KW.d.ts +0 -1
  125. package/locale-data/ar-KW.js +0 -6
  126. package/locale-data/ar-LB.d.ts +0 -1
  127. package/locale-data/ar-LB.js +0 -6
  128. package/locale-data/ar-LY.d.ts +0 -1
  129. package/locale-data/ar-LY.js +0 -6
  130. package/locale-data/ar-MA.d.ts +0 -1
  131. package/locale-data/ar-MA.js +0 -6
  132. package/locale-data/ar-MR.d.ts +0 -1
  133. package/locale-data/ar-MR.js +0 -6
  134. package/locale-data/ar-OM.d.ts +0 -1
  135. package/locale-data/ar-OM.js +0 -6
  136. package/locale-data/ar-PS.d.ts +0 -1
  137. package/locale-data/ar-PS.js +0 -6
  138. package/locale-data/ar-QA.d.ts +0 -1
  139. package/locale-data/ar-QA.js +0 -6
  140. package/locale-data/ar-SA.d.ts +0 -1
  141. package/locale-data/ar-SA.js +0 -6
  142. package/locale-data/ar-SD.d.ts +0 -1
  143. package/locale-data/ar-SD.js +0 -6
  144. package/locale-data/ar-SO.d.ts +0 -1
  145. package/locale-data/ar-SO.js +0 -6
  146. package/locale-data/ar-SS.d.ts +0 -1
  147. package/locale-data/ar-SS.js +0 -6
  148. package/locale-data/ar-SY.d.ts +0 -1
  149. package/locale-data/ar-SY.js +0 -6
  150. package/locale-data/ar-TD.d.ts +0 -1
  151. package/locale-data/ar-TD.js +0 -6
  152. package/locale-data/ar-TN.d.ts +0 -1
  153. package/locale-data/ar-TN.js +0 -6
  154. package/locale-data/ar-YE.d.ts +0 -1
  155. package/locale-data/ar-YE.js +0 -6
  156. package/locale-data/ar.d.ts +0 -1
  157. package/locale-data/ar.js +0 -6
  158. package/locale-data/as.d.ts +0 -1
  159. package/locale-data/as.js +0 -6
  160. package/locale-data/asa.d.ts +0 -1
  161. package/locale-data/asa.js +0 -6
  162. package/locale-data/ast.d.ts +0 -1
  163. package/locale-data/ast.js +0 -6
  164. package/locale-data/az-Cyrl.d.ts +0 -1
  165. package/locale-data/az-Cyrl.js +0 -6
  166. package/locale-data/az-Latn.d.ts +0 -1
  167. package/locale-data/az-Latn.js +0 -6
  168. package/locale-data/az.d.ts +0 -1
  169. package/locale-data/az.js +0 -6
  170. package/locale-data/bas.d.ts +0 -1
  171. package/locale-data/bas.js +0 -6
  172. package/locale-data/be-tarask.d.ts +0 -1
  173. package/locale-data/be-tarask.js +0 -6
  174. package/locale-data/be.d.ts +0 -1
  175. package/locale-data/be.js +0 -6
  176. package/locale-data/bem.d.ts +0 -1
  177. package/locale-data/bem.js +0 -6
  178. package/locale-data/bez.d.ts +0 -1
  179. package/locale-data/bez.js +0 -6
  180. package/locale-data/bg.d.ts +0 -1
  181. package/locale-data/bg.js +0 -6
  182. package/locale-data/bm.d.ts +0 -1
  183. package/locale-data/bm.js +0 -6
  184. package/locale-data/bn-IN.d.ts +0 -1
  185. package/locale-data/bn-IN.js +0 -6
  186. package/locale-data/bn.d.ts +0 -1
  187. package/locale-data/bn.js +0 -6
  188. package/locale-data/bo-IN.d.ts +0 -1
  189. package/locale-data/bo-IN.js +0 -6
  190. package/locale-data/bo.d.ts +0 -1
  191. package/locale-data/bo.js +0 -6
  192. package/locale-data/br.d.ts +0 -1
  193. package/locale-data/br.js +0 -6
  194. package/locale-data/brx.d.ts +0 -1
  195. package/locale-data/brx.js +0 -6
  196. package/locale-data/bs-Cyrl.d.ts +0 -1
  197. package/locale-data/bs-Cyrl.js +0 -6
  198. package/locale-data/bs-Latn.d.ts +0 -1
  199. package/locale-data/bs-Latn.js +0 -6
  200. package/locale-data/bs.d.ts +0 -1
  201. package/locale-data/bs.js +0 -6
  202. package/locale-data/ca-AD.d.ts +0 -1
  203. package/locale-data/ca-AD.js +0 -6
  204. package/locale-data/ca-ES-valencia.d.ts +0 -1
  205. package/locale-data/ca-ES-valencia.js +0 -6
  206. package/locale-data/ca-FR.d.ts +0 -1
  207. package/locale-data/ca-FR.js +0 -6
  208. package/locale-data/ca-IT.d.ts +0 -1
  209. package/locale-data/ca-IT.js +0 -6
  210. package/locale-data/ca.d.ts +0 -1
  211. package/locale-data/ca.js +0 -6
  212. package/locale-data/ccp-IN.d.ts +0 -1
  213. package/locale-data/ccp-IN.js +0 -6
  214. package/locale-data/ccp.d.ts +0 -1
  215. package/locale-data/ccp.js +0 -6
  216. package/locale-data/ce.d.ts +0 -1
  217. package/locale-data/ce.js +0 -6
  218. package/locale-data/ceb.d.ts +0 -1
  219. package/locale-data/ceb.js +0 -6
  220. package/locale-data/cgg.d.ts +0 -1
  221. package/locale-data/cgg.js +0 -6
  222. package/locale-data/chr.d.ts +0 -1
  223. package/locale-data/chr.js +0 -6
  224. package/locale-data/ckb-IR.d.ts +0 -1
  225. package/locale-data/ckb-IR.js +0 -6
  226. package/locale-data/ckb.d.ts +0 -1
  227. package/locale-data/ckb.js +0 -6
  228. package/locale-data/cs.d.ts +0 -1
  229. package/locale-data/cs.js +0 -6
  230. package/locale-data/cy.d.ts +0 -1
  231. package/locale-data/cy.js +0 -6
  232. package/locale-data/da-GL.d.ts +0 -1
  233. package/locale-data/da-GL.js +0 -6
  234. package/locale-data/da.d.ts +0 -1
  235. package/locale-data/da.js +0 -6
  236. package/locale-data/dav.d.ts +0 -1
  237. package/locale-data/dav.js +0 -6
  238. package/locale-data/de-AT.d.ts +0 -1
  239. package/locale-data/de-AT.js +0 -6
  240. package/locale-data/de-BE.d.ts +0 -1
  241. package/locale-data/de-BE.js +0 -6
  242. package/locale-data/de-CH.d.ts +0 -1
  243. package/locale-data/de-CH.js +0 -6
  244. package/locale-data/de-IT.d.ts +0 -1
  245. package/locale-data/de-IT.js +0 -6
  246. package/locale-data/de-LI.d.ts +0 -1
  247. package/locale-data/de-LI.js +0 -6
  248. package/locale-data/de-LU.d.ts +0 -1
  249. package/locale-data/de-LU.js +0 -6
  250. package/locale-data/de.d.ts +0 -1
  251. package/locale-data/de.js +0 -6
  252. package/locale-data/dje.d.ts +0 -1
  253. package/locale-data/dje.js +0 -6
  254. package/locale-data/doi.d.ts +0 -1
  255. package/locale-data/doi.js +0 -6
  256. package/locale-data/dsb.d.ts +0 -1
  257. package/locale-data/dsb.js +0 -6
  258. package/locale-data/dua.d.ts +0 -1
  259. package/locale-data/dua.js +0 -6
  260. package/locale-data/dyo.d.ts +0 -1
  261. package/locale-data/dyo.js +0 -6
  262. package/locale-data/dz.d.ts +0 -1
  263. package/locale-data/dz.js +0 -6
  264. package/locale-data/ebu.d.ts +0 -1
  265. package/locale-data/ebu.js +0 -6
  266. package/locale-data/ee-TG.d.ts +0 -1
  267. package/locale-data/ee-TG.js +0 -6
  268. package/locale-data/ee.d.ts +0 -1
  269. package/locale-data/ee.js +0 -6
  270. package/locale-data/el-CY.d.ts +0 -1
  271. package/locale-data/el-CY.js +0 -6
  272. package/locale-data/el.d.ts +0 -1
  273. package/locale-data/el.js +0 -6
  274. package/locale-data/en-001.d.ts +0 -1
  275. package/locale-data/en-001.js +0 -6
  276. package/locale-data/en-150.d.ts +0 -1
  277. package/locale-data/en-150.js +0 -6
  278. package/locale-data/en-AE.d.ts +0 -1
  279. package/locale-data/en-AE.js +0 -6
  280. package/locale-data/en-AG.d.ts +0 -1
  281. package/locale-data/en-AG.js +0 -6
  282. package/locale-data/en-AI.d.ts +0 -1
  283. package/locale-data/en-AI.js +0 -6
  284. package/locale-data/en-AS.d.ts +0 -1
  285. package/locale-data/en-AS.js +0 -6
  286. package/locale-data/en-AT.d.ts +0 -1
  287. package/locale-data/en-AT.js +0 -6
  288. package/locale-data/en-AU.d.ts +0 -1
  289. package/locale-data/en-AU.js +0 -6
  290. package/locale-data/en-BB.d.ts +0 -1
  291. package/locale-data/en-BB.js +0 -6
  292. package/locale-data/en-BE.d.ts +0 -1
  293. package/locale-data/en-BE.js +0 -6
  294. package/locale-data/en-BI.d.ts +0 -1
  295. package/locale-data/en-BI.js +0 -6
  296. package/locale-data/en-BM.d.ts +0 -1
  297. package/locale-data/en-BM.js +0 -6
  298. package/locale-data/en-BS.d.ts +0 -1
  299. package/locale-data/en-BS.js +0 -6
  300. package/locale-data/en-BW.d.ts +0 -1
  301. package/locale-data/en-BW.js +0 -6
  302. package/locale-data/en-BZ.d.ts +0 -1
  303. package/locale-data/en-BZ.js +0 -6
  304. package/locale-data/en-CA.d.ts +0 -1
  305. package/locale-data/en-CA.js +0 -6
  306. package/locale-data/en-CC.d.ts +0 -1
  307. package/locale-data/en-CC.js +0 -6
  308. package/locale-data/en-CH.d.ts +0 -1
  309. package/locale-data/en-CH.js +0 -6
  310. package/locale-data/en-CK.d.ts +0 -1
  311. package/locale-data/en-CK.js +0 -6
  312. package/locale-data/en-CM.d.ts +0 -1
  313. package/locale-data/en-CM.js +0 -6
  314. package/locale-data/en-CX.d.ts +0 -1
  315. package/locale-data/en-CX.js +0 -6
  316. package/locale-data/en-CY.d.ts +0 -1
  317. package/locale-data/en-CY.js +0 -6
  318. package/locale-data/en-DE.d.ts +0 -1
  319. package/locale-data/en-DE.js +0 -6
  320. package/locale-data/en-DG.d.ts +0 -1
  321. package/locale-data/en-DG.js +0 -6
  322. package/locale-data/en-DK.d.ts +0 -1
  323. package/locale-data/en-DK.js +0 -6
  324. package/locale-data/en-DM.d.ts +0 -1
  325. package/locale-data/en-DM.js +0 -6
  326. package/locale-data/en-ER.d.ts +0 -1
  327. package/locale-data/en-ER.js +0 -6
  328. package/locale-data/en-FI.d.ts +0 -1
  329. package/locale-data/en-FI.js +0 -6
  330. package/locale-data/en-FJ.d.ts +0 -1
  331. package/locale-data/en-FJ.js +0 -6
  332. package/locale-data/en-FK.d.ts +0 -1
  333. package/locale-data/en-FK.js +0 -6
  334. package/locale-data/en-FM.d.ts +0 -1
  335. package/locale-data/en-FM.js +0 -6
  336. package/locale-data/en-GB.d.ts +0 -1
  337. package/locale-data/en-GB.js +0 -6
  338. package/locale-data/en-GD.d.ts +0 -1
  339. package/locale-data/en-GD.js +0 -6
  340. package/locale-data/en-GG.d.ts +0 -1
  341. package/locale-data/en-GG.js +0 -6
  342. package/locale-data/en-GH.d.ts +0 -1
  343. package/locale-data/en-GH.js +0 -6
  344. package/locale-data/en-GI.d.ts +0 -1
  345. package/locale-data/en-GI.js +0 -6
  346. package/locale-data/en-GM.d.ts +0 -1
  347. package/locale-data/en-GM.js +0 -6
  348. package/locale-data/en-GU.d.ts +0 -1
  349. package/locale-data/en-GU.js +0 -6
  350. package/locale-data/en-GY.d.ts +0 -1
  351. package/locale-data/en-GY.js +0 -6
  352. package/locale-data/en-HK.d.ts +0 -1
  353. package/locale-data/en-HK.js +0 -6
  354. package/locale-data/en-IE.d.ts +0 -1
  355. package/locale-data/en-IE.js +0 -6
  356. package/locale-data/en-IL.d.ts +0 -1
  357. package/locale-data/en-IL.js +0 -6
  358. package/locale-data/en-IM.d.ts +0 -1
  359. package/locale-data/en-IM.js +0 -6
  360. package/locale-data/en-IN.d.ts +0 -1
  361. package/locale-data/en-IN.js +0 -6
  362. package/locale-data/en-IO.d.ts +0 -1
  363. package/locale-data/en-IO.js +0 -6
  364. package/locale-data/en-JE.d.ts +0 -1
  365. package/locale-data/en-JE.js +0 -6
  366. package/locale-data/en-JM.d.ts +0 -1
  367. package/locale-data/en-JM.js +0 -6
  368. package/locale-data/en-KE.d.ts +0 -1
  369. package/locale-data/en-KE.js +0 -6
  370. package/locale-data/en-KI.d.ts +0 -1
  371. package/locale-data/en-KI.js +0 -6
  372. package/locale-data/en-KN.d.ts +0 -1
  373. package/locale-data/en-KN.js +0 -6
  374. package/locale-data/en-KY.d.ts +0 -1
  375. package/locale-data/en-KY.js +0 -6
  376. package/locale-data/en-LC.d.ts +0 -1
  377. package/locale-data/en-LC.js +0 -6
  378. package/locale-data/en-LR.d.ts +0 -1
  379. package/locale-data/en-LR.js +0 -6
  380. package/locale-data/en-LS.d.ts +0 -1
  381. package/locale-data/en-LS.js +0 -6
  382. package/locale-data/en-MG.d.ts +0 -1
  383. package/locale-data/en-MG.js +0 -6
  384. package/locale-data/en-MH.d.ts +0 -1
  385. package/locale-data/en-MH.js +0 -6
  386. package/locale-data/en-MO.d.ts +0 -1
  387. package/locale-data/en-MO.js +0 -6
  388. package/locale-data/en-MP.d.ts +0 -1
  389. package/locale-data/en-MP.js +0 -6
  390. package/locale-data/en-MS.d.ts +0 -1
  391. package/locale-data/en-MS.js +0 -6
  392. package/locale-data/en-MT.d.ts +0 -1
  393. package/locale-data/en-MT.js +0 -6
  394. package/locale-data/en-MU.d.ts +0 -1
  395. package/locale-data/en-MU.js +0 -6
  396. package/locale-data/en-MW.d.ts +0 -1
  397. package/locale-data/en-MW.js +0 -6
  398. package/locale-data/en-MY.d.ts +0 -1
  399. package/locale-data/en-MY.js +0 -6
  400. package/locale-data/en-NA.d.ts +0 -1
  401. package/locale-data/en-NA.js +0 -6
  402. package/locale-data/en-NF.d.ts +0 -1
  403. package/locale-data/en-NF.js +0 -6
  404. package/locale-data/en-NG.d.ts +0 -1
  405. package/locale-data/en-NG.js +0 -6
  406. package/locale-data/en-NL.d.ts +0 -1
  407. package/locale-data/en-NL.js +0 -6
  408. package/locale-data/en-NR.d.ts +0 -1
  409. package/locale-data/en-NR.js +0 -6
  410. package/locale-data/en-NU.d.ts +0 -1
  411. package/locale-data/en-NU.js +0 -6
  412. package/locale-data/en-NZ.d.ts +0 -1
  413. package/locale-data/en-NZ.js +0 -6
  414. package/locale-data/en-PG.d.ts +0 -1
  415. package/locale-data/en-PG.js +0 -6
  416. package/locale-data/en-PH.d.ts +0 -1
  417. package/locale-data/en-PH.js +0 -6
  418. package/locale-data/en-PK.d.ts +0 -1
  419. package/locale-data/en-PK.js +0 -6
  420. package/locale-data/en-PN.d.ts +0 -1
  421. package/locale-data/en-PN.js +0 -6
  422. package/locale-data/en-PR.d.ts +0 -1
  423. package/locale-data/en-PR.js +0 -6
  424. package/locale-data/en-PW.d.ts +0 -1
  425. package/locale-data/en-PW.js +0 -6
  426. package/locale-data/en-RW.d.ts +0 -1
  427. package/locale-data/en-RW.js +0 -6
  428. package/locale-data/en-SB.d.ts +0 -1
  429. package/locale-data/en-SB.js +0 -6
  430. package/locale-data/en-SC.d.ts +0 -1
  431. package/locale-data/en-SC.js +0 -6
  432. package/locale-data/en-SD.d.ts +0 -1
  433. package/locale-data/en-SD.js +0 -6
  434. package/locale-data/en-SE.d.ts +0 -1
  435. package/locale-data/en-SE.js +0 -6
  436. package/locale-data/en-SG.d.ts +0 -1
  437. package/locale-data/en-SG.js +0 -6
  438. package/locale-data/en-SH.d.ts +0 -1
  439. package/locale-data/en-SH.js +0 -6
  440. package/locale-data/en-SI.d.ts +0 -1
  441. package/locale-data/en-SI.js +0 -6
  442. package/locale-data/en-SL.d.ts +0 -1
  443. package/locale-data/en-SL.js +0 -6
  444. package/locale-data/en-SS.d.ts +0 -1
  445. package/locale-data/en-SS.js +0 -6
  446. package/locale-data/en-SX.d.ts +0 -1
  447. package/locale-data/en-SX.js +0 -6
  448. package/locale-data/en-SZ.d.ts +0 -1
  449. package/locale-data/en-SZ.js +0 -6
  450. package/locale-data/en-TC.d.ts +0 -1
  451. package/locale-data/en-TC.js +0 -6
  452. package/locale-data/en-TK.d.ts +0 -1
  453. package/locale-data/en-TK.js +0 -6
  454. package/locale-data/en-TO.d.ts +0 -1
  455. package/locale-data/en-TO.js +0 -6
  456. package/locale-data/en-TT.d.ts +0 -1
  457. package/locale-data/en-TT.js +0 -6
  458. package/locale-data/en-TV.d.ts +0 -1
  459. package/locale-data/en-TV.js +0 -6
  460. package/locale-data/en-TZ.d.ts +0 -1
  461. package/locale-data/en-TZ.js +0 -6
  462. package/locale-data/en-UG.d.ts +0 -1
  463. package/locale-data/en-UG.js +0 -6
  464. package/locale-data/en-UM.d.ts +0 -1
  465. package/locale-data/en-UM.js +0 -6
  466. package/locale-data/en-VC.d.ts +0 -1
  467. package/locale-data/en-VC.js +0 -6
  468. package/locale-data/en-VG.d.ts +0 -1
  469. package/locale-data/en-VG.js +0 -6
  470. package/locale-data/en-VI.d.ts +0 -1
  471. package/locale-data/en-VI.js +0 -6
  472. package/locale-data/en-VU.d.ts +0 -1
  473. package/locale-data/en-VU.js +0 -6
  474. package/locale-data/en-WS.d.ts +0 -1
  475. package/locale-data/en-WS.js +0 -6
  476. package/locale-data/en-ZA.d.ts +0 -1
  477. package/locale-data/en-ZA.js +0 -6
  478. package/locale-data/en-ZM.d.ts +0 -1
  479. package/locale-data/en-ZM.js +0 -6
  480. package/locale-data/en-ZW.d.ts +0 -1
  481. package/locale-data/en-ZW.js +0 -6
  482. package/locale-data/en.d.ts +0 -1
  483. package/locale-data/en.js +0 -6
  484. package/locale-data/eo.d.ts +0 -1
  485. package/locale-data/eo.js +0 -6
  486. package/locale-data/es-419.d.ts +0 -1
  487. package/locale-data/es-419.js +0 -6
  488. package/locale-data/es-AR.d.ts +0 -1
  489. package/locale-data/es-AR.js +0 -6
  490. package/locale-data/es-BO.d.ts +0 -1
  491. package/locale-data/es-BO.js +0 -6
  492. package/locale-data/es-BR.d.ts +0 -1
  493. package/locale-data/es-BR.js +0 -6
  494. package/locale-data/es-BZ.d.ts +0 -1
  495. package/locale-data/es-BZ.js +0 -6
  496. package/locale-data/es-CL.d.ts +0 -1
  497. package/locale-data/es-CL.js +0 -6
  498. package/locale-data/es-CO.d.ts +0 -1
  499. package/locale-data/es-CO.js +0 -6
  500. package/locale-data/es-CR.d.ts +0 -1
  501. package/locale-data/es-CR.js +0 -6
  502. package/locale-data/es-CU.d.ts +0 -1
  503. package/locale-data/es-CU.js +0 -6
  504. package/locale-data/es-DO.d.ts +0 -1
  505. package/locale-data/es-DO.js +0 -6
  506. package/locale-data/es-EA.d.ts +0 -1
  507. package/locale-data/es-EA.js +0 -6
  508. package/locale-data/es-EC.d.ts +0 -1
  509. package/locale-data/es-EC.js +0 -6
  510. package/locale-data/es-GQ.d.ts +0 -1
  511. package/locale-data/es-GQ.js +0 -6
  512. package/locale-data/es-GT.d.ts +0 -1
  513. package/locale-data/es-GT.js +0 -6
  514. package/locale-data/es-HN.d.ts +0 -1
  515. package/locale-data/es-HN.js +0 -6
  516. package/locale-data/es-IC.d.ts +0 -1
  517. package/locale-data/es-IC.js +0 -6
  518. package/locale-data/es-MX.d.ts +0 -1
  519. package/locale-data/es-MX.js +0 -6
  520. package/locale-data/es-NI.d.ts +0 -1
  521. package/locale-data/es-NI.js +0 -6
  522. package/locale-data/es-PA.d.ts +0 -1
  523. package/locale-data/es-PA.js +0 -6
  524. package/locale-data/es-PE.d.ts +0 -1
  525. package/locale-data/es-PE.js +0 -6
  526. package/locale-data/es-PH.d.ts +0 -1
  527. package/locale-data/es-PH.js +0 -6
  528. package/locale-data/es-PR.d.ts +0 -1
  529. package/locale-data/es-PR.js +0 -6
  530. package/locale-data/es-PY.d.ts +0 -1
  531. package/locale-data/es-PY.js +0 -6
  532. package/locale-data/es-SV.d.ts +0 -1
  533. package/locale-data/es-SV.js +0 -6
  534. package/locale-data/es-US.d.ts +0 -1
  535. package/locale-data/es-US.js +0 -6
  536. package/locale-data/es-UY.d.ts +0 -1
  537. package/locale-data/es-UY.js +0 -6
  538. package/locale-data/es-VE.d.ts +0 -1
  539. package/locale-data/es-VE.js +0 -6
  540. package/locale-data/es.d.ts +0 -1
  541. package/locale-data/es.js +0 -6
  542. package/locale-data/et.d.ts +0 -1
  543. package/locale-data/et.js +0 -6
  544. package/locale-data/eu.d.ts +0 -1
  545. package/locale-data/eu.js +0 -6
  546. package/locale-data/ewo.d.ts +0 -1
  547. package/locale-data/ewo.js +0 -6
  548. package/locale-data/fa-AF.d.ts +0 -1
  549. package/locale-data/fa-AF.js +0 -6
  550. package/locale-data/fa.d.ts +0 -1
  551. package/locale-data/fa.js +0 -6
  552. package/locale-data/ff-Adlm-BF.d.ts +0 -1
  553. package/locale-data/ff-Adlm-BF.js +0 -6
  554. package/locale-data/ff-Adlm-CM.d.ts +0 -1
  555. package/locale-data/ff-Adlm-CM.js +0 -6
  556. package/locale-data/ff-Adlm-GH.d.ts +0 -1
  557. package/locale-data/ff-Adlm-GH.js +0 -6
  558. package/locale-data/ff-Adlm-GM.d.ts +0 -1
  559. package/locale-data/ff-Adlm-GM.js +0 -6
  560. package/locale-data/ff-Adlm-GW.d.ts +0 -1
  561. package/locale-data/ff-Adlm-GW.js +0 -6
  562. package/locale-data/ff-Adlm-LR.d.ts +0 -1
  563. package/locale-data/ff-Adlm-LR.js +0 -6
  564. package/locale-data/ff-Adlm-MR.d.ts +0 -1
  565. package/locale-data/ff-Adlm-MR.js +0 -6
  566. package/locale-data/ff-Adlm-NE.d.ts +0 -1
  567. package/locale-data/ff-Adlm-NE.js +0 -6
  568. package/locale-data/ff-Adlm-NG.d.ts +0 -1
  569. package/locale-data/ff-Adlm-NG.js +0 -6
  570. package/locale-data/ff-Adlm-SL.d.ts +0 -1
  571. package/locale-data/ff-Adlm-SL.js +0 -6
  572. package/locale-data/ff-Adlm-SN.d.ts +0 -1
  573. package/locale-data/ff-Adlm-SN.js +0 -6
  574. package/locale-data/ff-Adlm.d.ts +0 -1
  575. package/locale-data/ff-Adlm.js +0 -6
  576. package/locale-data/ff-Latn-BF.d.ts +0 -1
  577. package/locale-data/ff-Latn-BF.js +0 -6
  578. package/locale-data/ff-Latn-CM.d.ts +0 -1
  579. package/locale-data/ff-Latn-CM.js +0 -6
  580. package/locale-data/ff-Latn-GH.d.ts +0 -1
  581. package/locale-data/ff-Latn-GH.js +0 -6
  582. package/locale-data/ff-Latn-GM.d.ts +0 -1
  583. package/locale-data/ff-Latn-GM.js +0 -6
  584. package/locale-data/ff-Latn-GN.d.ts +0 -1
  585. package/locale-data/ff-Latn-GN.js +0 -6
  586. package/locale-data/ff-Latn-GW.d.ts +0 -1
  587. package/locale-data/ff-Latn-GW.js +0 -6
  588. package/locale-data/ff-Latn-LR.d.ts +0 -1
  589. package/locale-data/ff-Latn-LR.js +0 -6
  590. package/locale-data/ff-Latn-MR.d.ts +0 -1
  591. package/locale-data/ff-Latn-MR.js +0 -6
  592. package/locale-data/ff-Latn-NE.d.ts +0 -1
  593. package/locale-data/ff-Latn-NE.js +0 -6
  594. package/locale-data/ff-Latn-NG.d.ts +0 -1
  595. package/locale-data/ff-Latn-NG.js +0 -6
  596. package/locale-data/ff-Latn-SL.d.ts +0 -1
  597. package/locale-data/ff-Latn-SL.js +0 -6
  598. package/locale-data/ff-Latn.d.ts +0 -1
  599. package/locale-data/ff-Latn.js +0 -6
  600. package/locale-data/ff.d.ts +0 -1
  601. package/locale-data/ff.js +0 -6
  602. package/locale-data/fi.d.ts +0 -1
  603. package/locale-data/fi.js +0 -6
  604. package/locale-data/fil.d.ts +0 -1
  605. package/locale-data/fil.js +0 -6
  606. package/locale-data/fo-DK.d.ts +0 -1
  607. package/locale-data/fo-DK.js +0 -6
  608. package/locale-data/fo.d.ts +0 -1
  609. package/locale-data/fo.js +0 -6
  610. package/locale-data/fr-BE.d.ts +0 -1
  611. package/locale-data/fr-BE.js +0 -6
  612. package/locale-data/fr-BF.d.ts +0 -1
  613. package/locale-data/fr-BF.js +0 -6
  614. package/locale-data/fr-BI.d.ts +0 -1
  615. package/locale-data/fr-BI.js +0 -6
  616. package/locale-data/fr-BJ.d.ts +0 -1
  617. package/locale-data/fr-BJ.js +0 -6
  618. package/locale-data/fr-BL.d.ts +0 -1
  619. package/locale-data/fr-BL.js +0 -6
  620. package/locale-data/fr-CA.d.ts +0 -1
  621. package/locale-data/fr-CA.js +0 -6
  622. package/locale-data/fr-CD.d.ts +0 -1
  623. package/locale-data/fr-CD.js +0 -6
  624. package/locale-data/fr-CF.d.ts +0 -1
  625. package/locale-data/fr-CF.js +0 -6
  626. package/locale-data/fr-CG.d.ts +0 -1
  627. package/locale-data/fr-CG.js +0 -6
  628. package/locale-data/fr-CH.d.ts +0 -1
  629. package/locale-data/fr-CH.js +0 -6
  630. package/locale-data/fr-CI.d.ts +0 -1
  631. package/locale-data/fr-CI.js +0 -6
  632. package/locale-data/fr-CM.d.ts +0 -1
  633. package/locale-data/fr-CM.js +0 -6
  634. package/locale-data/fr-DJ.d.ts +0 -1
  635. package/locale-data/fr-DJ.js +0 -6
  636. package/locale-data/fr-DZ.d.ts +0 -1
  637. package/locale-data/fr-DZ.js +0 -6
  638. package/locale-data/fr-GA.d.ts +0 -1
  639. package/locale-data/fr-GA.js +0 -6
  640. package/locale-data/fr-GF.d.ts +0 -1
  641. package/locale-data/fr-GF.js +0 -6
  642. package/locale-data/fr-GN.d.ts +0 -1
  643. package/locale-data/fr-GN.js +0 -6
  644. package/locale-data/fr-GP.d.ts +0 -1
  645. package/locale-data/fr-GP.js +0 -6
  646. package/locale-data/fr-GQ.d.ts +0 -1
  647. package/locale-data/fr-GQ.js +0 -6
  648. package/locale-data/fr-HT.d.ts +0 -1
  649. package/locale-data/fr-HT.js +0 -6
  650. package/locale-data/fr-KM.d.ts +0 -1
  651. package/locale-data/fr-KM.js +0 -6
  652. package/locale-data/fr-LU.d.ts +0 -1
  653. package/locale-data/fr-LU.js +0 -6
  654. package/locale-data/fr-MA.d.ts +0 -1
  655. package/locale-data/fr-MA.js +0 -6
  656. package/locale-data/fr-MC.d.ts +0 -1
  657. package/locale-data/fr-MC.js +0 -6
  658. package/locale-data/fr-MF.d.ts +0 -1
  659. package/locale-data/fr-MF.js +0 -6
  660. package/locale-data/fr-MG.d.ts +0 -1
  661. package/locale-data/fr-MG.js +0 -6
  662. package/locale-data/fr-ML.d.ts +0 -1
  663. package/locale-data/fr-ML.js +0 -6
  664. package/locale-data/fr-MQ.d.ts +0 -1
  665. package/locale-data/fr-MQ.js +0 -6
  666. package/locale-data/fr-MR.d.ts +0 -1
  667. package/locale-data/fr-MR.js +0 -6
  668. package/locale-data/fr-MU.d.ts +0 -1
  669. package/locale-data/fr-MU.js +0 -6
  670. package/locale-data/fr-NC.d.ts +0 -1
  671. package/locale-data/fr-NC.js +0 -6
  672. package/locale-data/fr-NE.d.ts +0 -1
  673. package/locale-data/fr-NE.js +0 -6
  674. package/locale-data/fr-PF.d.ts +0 -1
  675. package/locale-data/fr-PF.js +0 -6
  676. package/locale-data/fr-PM.d.ts +0 -1
  677. package/locale-data/fr-PM.js +0 -6
  678. package/locale-data/fr-RE.d.ts +0 -1
  679. package/locale-data/fr-RE.js +0 -6
  680. package/locale-data/fr-RW.d.ts +0 -1
  681. package/locale-data/fr-RW.js +0 -6
  682. package/locale-data/fr-SC.d.ts +0 -1
  683. package/locale-data/fr-SC.js +0 -6
  684. package/locale-data/fr-SN.d.ts +0 -1
  685. package/locale-data/fr-SN.js +0 -6
  686. package/locale-data/fr-SY.d.ts +0 -1
  687. package/locale-data/fr-SY.js +0 -6
  688. package/locale-data/fr-TD.d.ts +0 -1
  689. package/locale-data/fr-TD.js +0 -6
  690. package/locale-data/fr-TG.d.ts +0 -1
  691. package/locale-data/fr-TG.js +0 -6
  692. package/locale-data/fr-TN.d.ts +0 -1
  693. package/locale-data/fr-TN.js +0 -6
  694. package/locale-data/fr-VU.d.ts +0 -1
  695. package/locale-data/fr-VU.js +0 -6
  696. package/locale-data/fr-WF.d.ts +0 -1
  697. package/locale-data/fr-WF.js +0 -6
  698. package/locale-data/fr-YT.d.ts +0 -1
  699. package/locale-data/fr-YT.js +0 -6
  700. package/locale-data/fr.d.ts +0 -1
  701. package/locale-data/fr.js +0 -6
  702. package/locale-data/fur.d.ts +0 -1
  703. package/locale-data/fur.js +0 -6
  704. package/locale-data/fy.d.ts +0 -1
  705. package/locale-data/fy.js +0 -6
  706. package/locale-data/ga-GB.d.ts +0 -1
  707. package/locale-data/ga-GB.js +0 -6
  708. package/locale-data/ga.d.ts +0 -1
  709. package/locale-data/ga.js +0 -6
  710. package/locale-data/gd.d.ts +0 -1
  711. package/locale-data/gd.js +0 -6
  712. package/locale-data/gl.d.ts +0 -1
  713. package/locale-data/gl.js +0 -6
  714. package/locale-data/gsw-FR.d.ts +0 -1
  715. package/locale-data/gsw-FR.js +0 -6
  716. package/locale-data/gsw-LI.d.ts +0 -1
  717. package/locale-data/gsw-LI.js +0 -6
  718. package/locale-data/gsw.d.ts +0 -1
  719. package/locale-data/gsw.js +0 -6
  720. package/locale-data/gu.d.ts +0 -1
  721. package/locale-data/gu.js +0 -6
  722. package/locale-data/guz.d.ts +0 -1
  723. package/locale-data/guz.js +0 -6
  724. package/locale-data/gv.d.ts +0 -1
  725. package/locale-data/gv.js +0 -6
  726. package/locale-data/ha-GH.d.ts +0 -1
  727. package/locale-data/ha-GH.js +0 -6
  728. package/locale-data/ha-NE.d.ts +0 -1
  729. package/locale-data/ha-NE.js +0 -6
  730. package/locale-data/ha.d.ts +0 -1
  731. package/locale-data/ha.js +0 -6
  732. package/locale-data/haw.d.ts +0 -1
  733. package/locale-data/haw.js +0 -6
  734. package/locale-data/he.d.ts +0 -1
  735. package/locale-data/he.js +0 -6
  736. package/locale-data/hi.d.ts +0 -1
  737. package/locale-data/hi.js +0 -6
  738. package/locale-data/hr-BA.d.ts +0 -1
  739. package/locale-data/hr-BA.js +0 -6
  740. package/locale-data/hr.d.ts +0 -1
  741. package/locale-data/hr.js +0 -6
  742. package/locale-data/hsb.d.ts +0 -1
  743. package/locale-data/hsb.js +0 -6
  744. package/locale-data/hu.d.ts +0 -1
  745. package/locale-data/hu.js +0 -6
  746. package/locale-data/hy.d.ts +0 -1
  747. package/locale-data/hy.js +0 -6
  748. package/locale-data/ia.d.ts +0 -1
  749. package/locale-data/ia.js +0 -6
  750. package/locale-data/id.d.ts +0 -1
  751. package/locale-data/id.js +0 -6
  752. package/locale-data/ig.d.ts +0 -1
  753. package/locale-data/ig.js +0 -6
  754. package/locale-data/ii.d.ts +0 -1
  755. package/locale-data/ii.js +0 -6
  756. package/locale-data/is.d.ts +0 -1
  757. package/locale-data/is.js +0 -6
  758. package/locale-data/it-CH.d.ts +0 -1
  759. package/locale-data/it-CH.js +0 -6
  760. package/locale-data/it-SM.d.ts +0 -1
  761. package/locale-data/it-SM.js +0 -6
  762. package/locale-data/it-VA.d.ts +0 -1
  763. package/locale-data/it-VA.js +0 -6
  764. package/locale-data/it.d.ts +0 -1
  765. package/locale-data/it.js +0 -6
  766. package/locale-data/ja.d.ts +0 -1
  767. package/locale-data/ja.js +0 -6
  768. package/locale-data/jgo.d.ts +0 -1
  769. package/locale-data/jgo.js +0 -6
  770. package/locale-data/jmc.d.ts +0 -1
  771. package/locale-data/jmc.js +0 -6
  772. package/locale-data/jv.d.ts +0 -1
  773. package/locale-data/jv.js +0 -6
  774. package/locale-data/ka.d.ts +0 -1
  775. package/locale-data/ka.js +0 -6
  776. package/locale-data/kab.d.ts +0 -1
  777. package/locale-data/kab.js +0 -6
  778. package/locale-data/kam.d.ts +0 -1
  779. package/locale-data/kam.js +0 -6
  780. package/locale-data/kde.d.ts +0 -1
  781. package/locale-data/kde.js +0 -6
  782. package/locale-data/kea.d.ts +0 -1
  783. package/locale-data/kea.js +0 -6
  784. package/locale-data/kgp.d.ts +0 -1
  785. package/locale-data/kgp.js +0 -6
  786. package/locale-data/khq.d.ts +0 -1
  787. package/locale-data/khq.js +0 -6
  788. package/locale-data/ki.d.ts +0 -1
  789. package/locale-data/ki.js +0 -6
  790. package/locale-data/kk.d.ts +0 -1
  791. package/locale-data/kk.js +0 -6
  792. package/locale-data/kkj.d.ts +0 -1
  793. package/locale-data/kkj.js +0 -6
  794. package/locale-data/kl.d.ts +0 -1
  795. package/locale-data/kl.js +0 -6
  796. package/locale-data/kln.d.ts +0 -1
  797. package/locale-data/kln.js +0 -6
  798. package/locale-data/km.d.ts +0 -1
  799. package/locale-data/km.js +0 -6
  800. package/locale-data/kn.d.ts +0 -1
  801. package/locale-data/kn.js +0 -6
  802. package/locale-data/ko-KP.d.ts +0 -1
  803. package/locale-data/ko-KP.js +0 -6
  804. package/locale-data/ko.d.ts +0 -1
  805. package/locale-data/ko.js +0 -6
  806. package/locale-data/kok.d.ts +0 -1
  807. package/locale-data/kok.js +0 -6
  808. package/locale-data/ks-Arab.d.ts +0 -1
  809. package/locale-data/ks-Arab.js +0 -6
  810. package/locale-data/ks.d.ts +0 -1
  811. package/locale-data/ks.js +0 -6
  812. package/locale-data/ksb.d.ts +0 -1
  813. package/locale-data/ksb.js +0 -6
  814. package/locale-data/ksf.d.ts +0 -1
  815. package/locale-data/ksf.js +0 -6
  816. package/locale-data/ksh.d.ts +0 -1
  817. package/locale-data/ksh.js +0 -6
  818. package/locale-data/ku.d.ts +0 -1
  819. package/locale-data/ku.js +0 -6
  820. package/locale-data/kw.d.ts +0 -1
  821. package/locale-data/kw.js +0 -6
  822. package/locale-data/ky.d.ts +0 -1
  823. package/locale-data/ky.js +0 -6
  824. package/locale-data/lag.d.ts +0 -1
  825. package/locale-data/lag.js +0 -6
  826. package/locale-data/lb.d.ts +0 -1
  827. package/locale-data/lb.js +0 -6
  828. package/locale-data/lg.d.ts +0 -1
  829. package/locale-data/lg.js +0 -6
  830. package/locale-data/lkt.d.ts +0 -1
  831. package/locale-data/lkt.js +0 -6
  832. package/locale-data/ln-AO.d.ts +0 -1
  833. package/locale-data/ln-AO.js +0 -6
  834. package/locale-data/ln-CF.d.ts +0 -1
  835. package/locale-data/ln-CF.js +0 -6
  836. package/locale-data/ln-CG.d.ts +0 -1
  837. package/locale-data/ln-CG.js +0 -6
  838. package/locale-data/ln.d.ts +0 -1
  839. package/locale-data/ln.js +0 -6
  840. package/locale-data/lo.d.ts +0 -1
  841. package/locale-data/lo.js +0 -6
  842. package/locale-data/lrc-IQ.d.ts +0 -1
  843. package/locale-data/lrc-IQ.js +0 -6
  844. package/locale-data/lrc.d.ts +0 -1
  845. package/locale-data/lrc.js +0 -6
  846. package/locale-data/lt.d.ts +0 -1
  847. package/locale-data/lt.js +0 -6
  848. package/locale-data/lu.d.ts +0 -1
  849. package/locale-data/lu.js +0 -6
  850. package/locale-data/luo.d.ts +0 -1
  851. package/locale-data/luo.js +0 -6
  852. package/locale-data/luy.d.ts +0 -1
  853. package/locale-data/luy.js +0 -6
  854. package/locale-data/lv.d.ts +0 -1
  855. package/locale-data/lv.js +0 -6
  856. package/locale-data/mai.d.ts +0 -1
  857. package/locale-data/mai.js +0 -6
  858. package/locale-data/mas-TZ.d.ts +0 -1
  859. package/locale-data/mas-TZ.js +0 -6
  860. package/locale-data/mas.d.ts +0 -1
  861. package/locale-data/mas.js +0 -6
  862. package/locale-data/mer.d.ts +0 -1
  863. package/locale-data/mer.js +0 -6
  864. package/locale-data/mfe.d.ts +0 -1
  865. package/locale-data/mfe.js +0 -6
  866. package/locale-data/mg.d.ts +0 -1
  867. package/locale-data/mg.js +0 -6
  868. package/locale-data/mgh.d.ts +0 -1
  869. package/locale-data/mgh.js +0 -6
  870. package/locale-data/mgo.d.ts +0 -1
  871. package/locale-data/mgo.js +0 -6
  872. package/locale-data/mi.d.ts +0 -1
  873. package/locale-data/mi.js +0 -6
  874. package/locale-data/mk.d.ts +0 -1
  875. package/locale-data/mk.js +0 -6
  876. package/locale-data/ml.d.ts +0 -1
  877. package/locale-data/ml.js +0 -6
  878. package/locale-data/mn.d.ts +0 -1
  879. package/locale-data/mn.js +0 -6
  880. package/locale-data/mni-Beng.d.ts +0 -1
  881. package/locale-data/mni-Beng.js +0 -6
  882. package/locale-data/mni.d.ts +0 -1
  883. package/locale-data/mni.js +0 -6
  884. package/locale-data/mr.d.ts +0 -1
  885. package/locale-data/mr.js +0 -6
  886. package/locale-data/ms-BN.d.ts +0 -1
  887. package/locale-data/ms-BN.js +0 -6
  888. package/locale-data/ms-ID.d.ts +0 -1
  889. package/locale-data/ms-ID.js +0 -6
  890. package/locale-data/ms-SG.d.ts +0 -1
  891. package/locale-data/ms-SG.js +0 -6
  892. package/locale-data/ms.d.ts +0 -1
  893. package/locale-data/ms.js +0 -6
  894. package/locale-data/mt.d.ts +0 -1
  895. package/locale-data/mt.js +0 -6
  896. package/locale-data/mua.d.ts +0 -1
  897. package/locale-data/mua.js +0 -6
  898. package/locale-data/my.d.ts +0 -1
  899. package/locale-data/my.js +0 -6
  900. package/locale-data/mzn.d.ts +0 -1
  901. package/locale-data/mzn.js +0 -6
  902. package/locale-data/naq.d.ts +0 -1
  903. package/locale-data/naq.js +0 -6
  904. package/locale-data/nb-SJ.d.ts +0 -1
  905. package/locale-data/nb-SJ.js +0 -6
  906. package/locale-data/nb.d.ts +0 -1
  907. package/locale-data/nb.js +0 -6
  908. package/locale-data/nd.d.ts +0 -1
  909. package/locale-data/nd.js +0 -6
  910. package/locale-data/nds-NL.d.ts +0 -1
  911. package/locale-data/nds-NL.js +0 -6
  912. package/locale-data/nds.d.ts +0 -1
  913. package/locale-data/nds.js +0 -6
  914. package/locale-data/ne-IN.d.ts +0 -1
  915. package/locale-data/ne-IN.js +0 -6
  916. package/locale-data/ne.d.ts +0 -1
  917. package/locale-data/ne.js +0 -6
  918. package/locale-data/nl-AW.d.ts +0 -1
  919. package/locale-data/nl-AW.js +0 -6
  920. package/locale-data/nl-BE.d.ts +0 -1
  921. package/locale-data/nl-BE.js +0 -6
  922. package/locale-data/nl-BQ.d.ts +0 -1
  923. package/locale-data/nl-BQ.js +0 -6
  924. package/locale-data/nl-CW.d.ts +0 -1
  925. package/locale-data/nl-CW.js +0 -6
  926. package/locale-data/nl-SR.d.ts +0 -1
  927. package/locale-data/nl-SR.js +0 -6
  928. package/locale-data/nl-SX.d.ts +0 -1
  929. package/locale-data/nl-SX.js +0 -6
  930. package/locale-data/nl.d.ts +0 -1
  931. package/locale-data/nl.js +0 -6
  932. package/locale-data/nmg.d.ts +0 -1
  933. package/locale-data/nmg.js +0 -6
  934. package/locale-data/nn.d.ts +0 -1
  935. package/locale-data/nn.js +0 -6
  936. package/locale-data/nnh.d.ts +0 -1
  937. package/locale-data/nnh.js +0 -6
  938. package/locale-data/no.d.ts +0 -1
  939. package/locale-data/no.js +0 -6
  940. package/locale-data/nus.d.ts +0 -1
  941. package/locale-data/nus.js +0 -6
  942. package/locale-data/nyn.d.ts +0 -1
  943. package/locale-data/nyn.js +0 -6
  944. package/locale-data/om-KE.d.ts +0 -1
  945. package/locale-data/om-KE.js +0 -6
  946. package/locale-data/om.d.ts +0 -1
  947. package/locale-data/om.js +0 -6
  948. package/locale-data/or.d.ts +0 -1
  949. package/locale-data/or.js +0 -6
  950. package/locale-data/os-RU.d.ts +0 -1
  951. package/locale-data/os-RU.js +0 -6
  952. package/locale-data/os.d.ts +0 -1
  953. package/locale-data/os.js +0 -6
  954. package/locale-data/pa-Arab.d.ts +0 -1
  955. package/locale-data/pa-Arab.js +0 -6
  956. package/locale-data/pa-Guru.d.ts +0 -1
  957. package/locale-data/pa-Guru.js +0 -6
  958. package/locale-data/pa.d.ts +0 -1
  959. package/locale-data/pa.js +0 -6
  960. package/locale-data/pcm.d.ts +0 -1
  961. package/locale-data/pcm.js +0 -6
  962. package/locale-data/pl.d.ts +0 -1
  963. package/locale-data/pl.js +0 -6
  964. package/locale-data/ps-PK.d.ts +0 -1
  965. package/locale-data/ps-PK.js +0 -6
  966. package/locale-data/ps.d.ts +0 -1
  967. package/locale-data/ps.js +0 -6
  968. package/locale-data/pt-AO.d.ts +0 -1
  969. package/locale-data/pt-AO.js +0 -6
  970. package/locale-data/pt-CH.d.ts +0 -1
  971. package/locale-data/pt-CH.js +0 -6
  972. package/locale-data/pt-CV.d.ts +0 -1
  973. package/locale-data/pt-CV.js +0 -6
  974. package/locale-data/pt-GQ.d.ts +0 -1
  975. package/locale-data/pt-GQ.js +0 -6
  976. package/locale-data/pt-GW.d.ts +0 -1
  977. package/locale-data/pt-GW.js +0 -6
  978. package/locale-data/pt-LU.d.ts +0 -1
  979. package/locale-data/pt-LU.js +0 -6
  980. package/locale-data/pt-MO.d.ts +0 -1
  981. package/locale-data/pt-MO.js +0 -6
  982. package/locale-data/pt-MZ.d.ts +0 -1
  983. package/locale-data/pt-MZ.js +0 -6
  984. package/locale-data/pt-PT.d.ts +0 -1
  985. package/locale-data/pt-PT.js +0 -6
  986. package/locale-data/pt-ST.d.ts +0 -1
  987. package/locale-data/pt-ST.js +0 -6
  988. package/locale-data/pt-TL.d.ts +0 -1
  989. package/locale-data/pt-TL.js +0 -6
  990. package/locale-data/pt.d.ts +0 -1
  991. package/locale-data/pt.js +0 -6
  992. package/locale-data/qu-BO.d.ts +0 -1
  993. package/locale-data/qu-BO.js +0 -6
  994. package/locale-data/qu-EC.d.ts +0 -1
  995. package/locale-data/qu-EC.js +0 -6
  996. package/locale-data/qu.d.ts +0 -1
  997. package/locale-data/qu.js +0 -6
  998. package/locale-data/rm.d.ts +0 -1
  999. package/locale-data/rm.js +0 -6
  1000. package/locale-data/rn.d.ts +0 -1
  1001. package/locale-data/rn.js +0 -6
  1002. package/locale-data/ro-MD.d.ts +0 -1
  1003. package/locale-data/ro-MD.js +0 -6
  1004. package/locale-data/ro.d.ts +0 -1
  1005. package/locale-data/ro.js +0 -6
  1006. package/locale-data/rof.d.ts +0 -1
  1007. package/locale-data/rof.js +0 -6
  1008. package/locale-data/ru-BY.d.ts +0 -1
  1009. package/locale-data/ru-BY.js +0 -6
  1010. package/locale-data/ru-KG.d.ts +0 -1
  1011. package/locale-data/ru-KG.js +0 -6
  1012. package/locale-data/ru-KZ.d.ts +0 -1
  1013. package/locale-data/ru-KZ.js +0 -6
  1014. package/locale-data/ru-MD.d.ts +0 -1
  1015. package/locale-data/ru-MD.js +0 -6
  1016. package/locale-data/ru-UA.d.ts +0 -1
  1017. package/locale-data/ru-UA.js +0 -6
  1018. package/locale-data/ru.d.ts +0 -1
  1019. package/locale-data/ru.js +0 -6
  1020. package/locale-data/rw.d.ts +0 -1
  1021. package/locale-data/rw.js +0 -6
  1022. package/locale-data/rwk.d.ts +0 -1
  1023. package/locale-data/rwk.js +0 -6
  1024. package/locale-data/sa.d.ts +0 -1
  1025. package/locale-data/sa.js +0 -6
  1026. package/locale-data/sah.d.ts +0 -1
  1027. package/locale-data/sah.js +0 -6
  1028. package/locale-data/saq.d.ts +0 -1
  1029. package/locale-data/saq.js +0 -6
  1030. package/locale-data/sat-Olck.d.ts +0 -1
  1031. package/locale-data/sat-Olck.js +0 -6
  1032. package/locale-data/sat.d.ts +0 -1
  1033. package/locale-data/sat.js +0 -6
  1034. package/locale-data/sbp.d.ts +0 -1
  1035. package/locale-data/sbp.js +0 -6
  1036. package/locale-data/sc.d.ts +0 -1
  1037. package/locale-data/sc.js +0 -6
  1038. package/locale-data/sd-Arab.d.ts +0 -1
  1039. package/locale-data/sd-Arab.js +0 -6
  1040. package/locale-data/sd-Deva.d.ts +0 -1
  1041. package/locale-data/sd-Deva.js +0 -6
  1042. package/locale-data/sd.d.ts +0 -1
  1043. package/locale-data/sd.js +0 -6
  1044. package/locale-data/se-FI.d.ts +0 -1
  1045. package/locale-data/se-FI.js +0 -6
  1046. package/locale-data/se-SE.d.ts +0 -1
  1047. package/locale-data/se-SE.js +0 -6
  1048. package/locale-data/se.d.ts +0 -1
  1049. package/locale-data/se.js +0 -6
  1050. package/locale-data/seh.d.ts +0 -1
  1051. package/locale-data/seh.js +0 -6
  1052. package/locale-data/ses.d.ts +0 -1
  1053. package/locale-data/ses.js +0 -6
  1054. package/locale-data/sg.d.ts +0 -1
  1055. package/locale-data/sg.js +0 -6
  1056. package/locale-data/shi-Latn.d.ts +0 -1
  1057. package/locale-data/shi-Latn.js +0 -6
  1058. package/locale-data/shi-Tfng.d.ts +0 -1
  1059. package/locale-data/shi-Tfng.js +0 -6
  1060. package/locale-data/shi.d.ts +0 -1
  1061. package/locale-data/shi.js +0 -6
  1062. package/locale-data/si.d.ts +0 -1
  1063. package/locale-data/si.js +0 -6
  1064. package/locale-data/sk.d.ts +0 -1
  1065. package/locale-data/sk.js +0 -6
  1066. package/locale-data/sl.d.ts +0 -1
  1067. package/locale-data/sl.js +0 -6
  1068. package/locale-data/smn.d.ts +0 -1
  1069. package/locale-data/smn.js +0 -6
  1070. package/locale-data/sn.d.ts +0 -1
  1071. package/locale-data/sn.js +0 -6
  1072. package/locale-data/so-DJ.d.ts +0 -1
  1073. package/locale-data/so-DJ.js +0 -6
  1074. package/locale-data/so-ET.d.ts +0 -1
  1075. package/locale-data/so-ET.js +0 -6
  1076. package/locale-data/so-KE.d.ts +0 -1
  1077. package/locale-data/so-KE.js +0 -6
  1078. package/locale-data/so.d.ts +0 -1
  1079. package/locale-data/so.js +0 -6
  1080. package/locale-data/sq-MK.d.ts +0 -1
  1081. package/locale-data/sq-MK.js +0 -6
  1082. package/locale-data/sq-XK.d.ts +0 -1
  1083. package/locale-data/sq-XK.js +0 -6
  1084. package/locale-data/sq.d.ts +0 -1
  1085. package/locale-data/sq.js +0 -6
  1086. package/locale-data/sr-Cyrl-BA.d.ts +0 -1
  1087. package/locale-data/sr-Cyrl-BA.js +0 -6
  1088. package/locale-data/sr-Cyrl-ME.d.ts +0 -1
  1089. package/locale-data/sr-Cyrl-ME.js +0 -6
  1090. package/locale-data/sr-Cyrl-XK.d.ts +0 -1
  1091. package/locale-data/sr-Cyrl-XK.js +0 -6
  1092. package/locale-data/sr-Cyrl.d.ts +0 -1
  1093. package/locale-data/sr-Cyrl.js +0 -6
  1094. package/locale-data/sr-Latn-BA.d.ts +0 -1
  1095. package/locale-data/sr-Latn-BA.js +0 -6
  1096. package/locale-data/sr-Latn-ME.d.ts +0 -1
  1097. package/locale-data/sr-Latn-ME.js +0 -6
  1098. package/locale-data/sr-Latn-XK.d.ts +0 -1
  1099. package/locale-data/sr-Latn-XK.js +0 -6
  1100. package/locale-data/sr-Latn.d.ts +0 -1
  1101. package/locale-data/sr-Latn.js +0 -6
  1102. package/locale-data/sr.d.ts +0 -1
  1103. package/locale-data/sr.js +0 -6
  1104. package/locale-data/su-Latn.d.ts +0 -1
  1105. package/locale-data/su-Latn.js +0 -6
  1106. package/locale-data/su.d.ts +0 -1
  1107. package/locale-data/su.js +0 -6
  1108. package/locale-data/sv-AX.d.ts +0 -1
  1109. package/locale-data/sv-AX.js +0 -6
  1110. package/locale-data/sv-FI.d.ts +0 -1
  1111. package/locale-data/sv-FI.js +0 -6
  1112. package/locale-data/sv.d.ts +0 -1
  1113. package/locale-data/sv.js +0 -6
  1114. package/locale-data/sw-CD.d.ts +0 -1
  1115. package/locale-data/sw-CD.js +0 -6
  1116. package/locale-data/sw-KE.d.ts +0 -1
  1117. package/locale-data/sw-KE.js +0 -6
  1118. package/locale-data/sw-UG.d.ts +0 -1
  1119. package/locale-data/sw-UG.js +0 -6
  1120. package/locale-data/sw.d.ts +0 -1
  1121. package/locale-data/sw.js +0 -6
  1122. package/locale-data/ta-LK.d.ts +0 -1
  1123. package/locale-data/ta-LK.js +0 -6
  1124. package/locale-data/ta-MY.d.ts +0 -1
  1125. package/locale-data/ta-MY.js +0 -6
  1126. package/locale-data/ta-SG.d.ts +0 -1
  1127. package/locale-data/ta-SG.js +0 -6
  1128. package/locale-data/ta.d.ts +0 -1
  1129. package/locale-data/ta.js +0 -6
  1130. package/locale-data/te.d.ts +0 -1
  1131. package/locale-data/te.js +0 -6
  1132. package/locale-data/teo-KE.d.ts +0 -1
  1133. package/locale-data/teo-KE.js +0 -6
  1134. package/locale-data/teo.d.ts +0 -1
  1135. package/locale-data/teo.js +0 -6
  1136. package/locale-data/tg.d.ts +0 -1
  1137. package/locale-data/tg.js +0 -6
  1138. package/locale-data/th.d.ts +0 -1
  1139. package/locale-data/th.js +0 -6
  1140. package/locale-data/ti-ER.d.ts +0 -1
  1141. package/locale-data/ti-ER.js +0 -6
  1142. package/locale-data/ti.d.ts +0 -1
  1143. package/locale-data/ti.js +0 -6
  1144. package/locale-data/tk.d.ts +0 -1
  1145. package/locale-data/tk.js +0 -6
  1146. package/locale-data/to.d.ts +0 -1
  1147. package/locale-data/to.js +0 -6
  1148. package/locale-data/tr-CY.d.ts +0 -1
  1149. package/locale-data/tr-CY.js +0 -6
  1150. package/locale-data/tr.d.ts +0 -1
  1151. package/locale-data/tr.js +0 -6
  1152. package/locale-data/tt.d.ts +0 -1
  1153. package/locale-data/tt.js +0 -6
  1154. package/locale-data/twq.d.ts +0 -1
  1155. package/locale-data/twq.js +0 -6
  1156. package/locale-data/tzm.d.ts +0 -1
  1157. package/locale-data/tzm.js +0 -6
  1158. package/locale-data/ug.d.ts +0 -1
  1159. package/locale-data/ug.js +0 -6
  1160. package/locale-data/uk.d.ts +0 -1
  1161. package/locale-data/uk.js +0 -6
  1162. package/locale-data/und.d.ts +0 -1
  1163. package/locale-data/und.js +0 -6
  1164. package/locale-data/ur-IN.d.ts +0 -1
  1165. package/locale-data/ur-IN.js +0 -6
  1166. package/locale-data/ur.d.ts +0 -1
  1167. package/locale-data/ur.js +0 -6
  1168. package/locale-data/uz-Arab.d.ts +0 -1
  1169. package/locale-data/uz-Arab.js +0 -6
  1170. package/locale-data/uz-Cyrl.d.ts +0 -1
  1171. package/locale-data/uz-Cyrl.js +0 -6
  1172. package/locale-data/uz-Latn.d.ts +0 -1
  1173. package/locale-data/uz-Latn.js +0 -6
  1174. package/locale-data/uz.d.ts +0 -1
  1175. package/locale-data/uz.js +0 -6
  1176. package/locale-data/vai-Latn.d.ts +0 -1
  1177. package/locale-data/vai-Latn.js +0 -6
  1178. package/locale-data/vai-Vaii.d.ts +0 -1
  1179. package/locale-data/vai-Vaii.js +0 -6
  1180. package/locale-data/vai.d.ts +0 -1
  1181. package/locale-data/vai.js +0 -6
  1182. package/locale-data/vi.d.ts +0 -1
  1183. package/locale-data/vi.js +0 -6
  1184. package/locale-data/vun.d.ts +0 -1
  1185. package/locale-data/vun.js +0 -6
  1186. package/locale-data/wae.d.ts +0 -1
  1187. package/locale-data/wae.js +0 -6
  1188. package/locale-data/wo.d.ts +0 -1
  1189. package/locale-data/wo.js +0 -6
  1190. package/locale-data/xh.d.ts +0 -1
  1191. package/locale-data/xh.js +0 -6
  1192. package/locale-data/xog.d.ts +0 -1
  1193. package/locale-data/xog.js +0 -6
  1194. package/locale-data/yav.d.ts +0 -1
  1195. package/locale-data/yav.js +0 -6
  1196. package/locale-data/yi.d.ts +0 -1
  1197. package/locale-data/yi.js +0 -6
  1198. package/locale-data/yo-BJ.d.ts +0 -1
  1199. package/locale-data/yo-BJ.js +0 -6
  1200. package/locale-data/yo.d.ts +0 -1
  1201. package/locale-data/yo.js +0 -6
  1202. package/locale-data/yrl-CO.d.ts +0 -1
  1203. package/locale-data/yrl-CO.js +0 -6
  1204. package/locale-data/yrl-VE.d.ts +0 -1
  1205. package/locale-data/yrl-VE.js +0 -6
  1206. package/locale-data/yrl.d.ts +0 -1
  1207. package/locale-data/yrl.js +0 -6
  1208. package/locale-data/yue-Hans.d.ts +0 -1
  1209. package/locale-data/yue-Hans.js +0 -6
  1210. package/locale-data/yue-Hant.d.ts +0 -1
  1211. package/locale-data/yue-Hant.js +0 -6
  1212. package/locale-data/yue.d.ts +0 -1
  1213. package/locale-data/yue.js +0 -6
  1214. package/locale-data/zgh.d.ts +0 -1
  1215. package/locale-data/zgh.js +0 -6
  1216. package/locale-data/zh-Hans-HK.d.ts +0 -1
  1217. package/locale-data/zh-Hans-HK.js +0 -6
  1218. package/locale-data/zh-Hans-MO.d.ts +0 -1
  1219. package/locale-data/zh-Hans-MO.js +0 -6
  1220. package/locale-data/zh-Hans-SG.d.ts +0 -1
  1221. package/locale-data/zh-Hans-SG.js +0 -6
  1222. package/locale-data/zh-Hans.d.ts +0 -1
  1223. package/locale-data/zh-Hans.js +0 -6
  1224. package/locale-data/zh-Hant-HK.d.ts +0 -1
  1225. package/locale-data/zh-Hant-HK.js +0 -6
  1226. package/locale-data/zh-Hant-MO.d.ts +0 -1
  1227. package/locale-data/zh-Hant-MO.js +0 -6
  1228. package/locale-data/zh-Hant.d.ts +0 -1
  1229. package/locale-data/zh-Hant.js +0 -6
  1230. package/locale-data/zh.d.ts +0 -1
  1231. package/locale-data/zh.js +0 -6
  1232. package/locale-data/zu.d.ts +0 -1
  1233. package/locale-data/zu.js +0 -6
  1234. package/polyfill-force.d.ts +0 -2
  1235. package/polyfill-force.d.ts.map +0 -1
  1236. package/polyfill-force.js +0 -10
  1237. package/polyfill.d.ts +0 -2
  1238. package/polyfill.d.ts.map +0 -1
  1239. package/polyfill.iife.js +0 -2811
  1240. package/polyfill.js +0 -13
  1241. package/should-polyfill.d.ts +0 -2
  1242. package/should-polyfill.d.ts.map +0 -1
  1243. package/should-polyfill.js +0 -33
  1244. package/supported-locales.d.ts +0 -2
  1245. package/supported-locales.d.ts.map +0 -1
  1246. package/supported-locales.js +0 -5
@@ -1,6 +0,0 @@
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":"ጽባሕ","future":{"one":"ኣብ {0} መዓልቲ","other":"ኣብ {0} መዓልቲ"},"past":{"one":"ቅድሚ {0} መዓልቲ","other":"ኣብ {0} መዓልቲ"},"-1":"ትማሊ"},"day-short":{"0":"ሎሚ","1":"ጽባሕ","future":{"one":"ኣብ {0} መዓልቲ","other":"ኣብ {0} መዓልቲ"},"past":{"one":"ቅድሚ {0} መዓልቲ","other":"ቅድሚ {0} መዓልቲ"},"-1":"ትማሊ"},"day-narrow":{"0":"ሎሚ","1":"ጽባሕ","future":{"one":"ኣብ {0} መዓልቲ","other":"ኣብ {0} መዓልቲ"},"past":{"one":"ቅድሚ {0} መዓልቲ","other":"ቅድሚ {0} መዓልቲ"},"-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":"ti-ER"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
package/locale-data/ti.js DELETED
@@ -1,6 +0,0 @@
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":"ጽባሕ","future":{"one":"ኣብ {0} መዓልቲ","other":"ኣብ {0} መዓልቲ"},"past":{"one":"ቅድሚ {0} መዓልቲ","other":"ኣብ {0} መዓልቲ"},"-1":"ትማሊ"},"day-short":{"0":"ሎሚ","1":"ጽባሕ","future":{"one":"ኣብ {0} መዓልቲ","other":"ኣብ {0} መዓልቲ"},"past":{"one":"ቅድሚ {0} መዓልቲ","other":"ቅድሚ {0} መዓልቲ"},"-1":"ትማሊ"},"day-narrow":{"0":"ሎሚ","1":"ጽባሕ","future":{"one":"ኣብ {0} መዓልቲ","other":"ኣብ {0} መዓልቲ"},"past":{"one":"ቅድሚ {0} መዓልቲ","other":"ቅድሚ {0} መዓልቲ"},"-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":"ti"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
package/locale-data/tk.js DELETED
@@ -1,6 +0,0 @@
1
- /* @generated */
2
- // prettier-ignore
3
- if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
- Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"şu ýyl","1":"indiki ýyl","future":{"one":"{0} ýyldan","other":"{0} ýyldan"},"past":{"one":"{0} ýyl öň","other":"{0} ýyl öň"},"-1":"geçen ýyl"},"year-short":{"0":"şu ýyl","1":"indiki ýyl","future":{"one":"{0} ý-dan","other":"{0} ý-dan"},"past":{"one":"{0} ý. öň","other":"{0} ý. öň"},"-1":"geçen ýyl"},"year-narrow":{"0":"şu ýyl","1":"indiki ýyl","future":{"one":"{0} ý-dan","other":"{0} ý-dan"},"past":{"one":"{0} ý. öň","other":"{0} ý. öň"},"-1":"geçen ýyl"},"quarter":{"0":"şu çärýek","1":"indiki çärýek","future":{"one":"{0} çärýekden","other":"{0} çärýekden"},"past":{"one":"{0} çärýek öň","other":"{0} çärýek öň"},"-1":"geçen çärýek"},"quarter-short":{"0":"şu çärýek","1":"indiki çärýek","future":{"one":"{0} çär-den","other":"{0} çär-den"},"past":{"one":"{0} çär. öň","other":"{0} çär. öň"},"-1":"geçen çärýek"},"quarter-narrow":{"0":"şu çärýek","1":"indiki çärýek","future":{"one":"{0} ç-den","other":"{0} ç-den"},"past":{"one":"{0} ç. öň","other":"{0} ç. öň"},"-1":"geçen çärýek"},"month":{"0":"şu aý","1":"indiki aý","future":{"one":"{0} aýdan","other":"{0} aýdan"},"past":{"one":"{0} aý öň","other":"{0} aý öň"},"-1":"geçen aý"},"month-short":{"0":"şu aý","1":"indiki aý","future":{"one":"{0} aýdan","other":"{0} aýdan"},"past":{"one":"{0} aý öň","other":"{0} aý öň"},"-1":"geçen aý"},"month-narrow":{"0":"şu aý","1":"indiki aý","future":{"one":"{0} aýdan","other":"{0} aýdan"},"past":{"one":"{0} aý öň","other":"{0} aý öň"},"-1":"geçen aý"},"week":{"0":"şu hepde","1":"indiki hepde","future":{"one":"{0} hepdeden","other":"{0} hepdeden"},"past":{"one":"{0} hepde öň","other":"{0} hepde öň"},"-1":"geçen hepde"},"week-short":{"0":"şu hepde","1":"indiki hepde","future":{"one":"{0} hep-den","other":"{0} hep-den"},"past":{"one":"{0} hep. öň","other":"{0} hep. öň"},"-1":"geçen hepde"},"week-narrow":{"0":"şu hepde","1":"indiki hepde","future":{"one":"{0} h-den","other":"{0} h-den"},"past":{"one":"{0} h. öň","other":"{0} h. öň"},"-1":"geçen hepde"},"day":{"0":"şu gün","1":"ertir","future":{"one":"{0} günden","other":"{0} günden"},"past":{"one":"{0} gün öň","other":"{0} gün öň"},"-1":"düýn"},"day-short":{"0":"şu gün","1":"ertir","future":{"one":"{0} g-den","other":"{0} g-den"},"past":{"one":"{0} g. öň","other":"{0} g. öň"},"-1":"düýn"},"day-narrow":{"0":"şu gün","1":"ertir","future":{"one":"{0} g-den","other":"{0} g-den"},"past":{"one":"{0} g. öň","other":"{0} g. öň"},"-1":"düýn"},"hour":{"0":"şu sagat","future":{"one":"{0} sagatdan","other":"{0} sagatdan"},"past":{"one":"{0} sagat öň","other":"{0} sagat öň"}},"hour-short":{"0":"şu sagat","future":{"one":"{0} sag-dan","other":"{0} sag-dan"},"past":{"one":"{0} sag. öň","other":"{0} sag. öň"}},"hour-narrow":{"0":"şu sagat","future":{"one":"{0} sag-dan","other":"{0} sag-dan"},"past":{"one":"{0} sag. öň","other":"{0} sag. öň"}},"minute":{"0":"şu minut","future":{"one":"{0} minutdan","other":"{0} minutdan"},"past":{"one":"{0} minut öň","other":"{0} minut öň"}},"minute-short":{"0":"şu minut","future":{"one":"{0} min-dan","other":"{0} min-dan"},"past":{"one":"{0} min. öň","other":"{0} min. öň"}},"minute-narrow":{"0":"şu minut","future":{"one":"{0} min-dan","other":"{0} min-dan"},"past":{"one":"{0} min. öň","other":"{0} min. öň"}},"second":{"0":"häzir","future":{"one":"{0} sekuntdan","other":"{0} sekuntdan"},"past":{"one":"{0} sekunt öň","other":"{0} sekunt öň"}},"second-short":{"0":"häzir","future":{"one":"{0} sek-dan","other":"{0} sek-dan"},"past":{"one":"{0} sek. öň","other":"{0} sek. öň"}},"second-narrow":{"0":"häzir","future":{"one":"{0} sek-dan","other":"{0} sek-dan"},"past":{"one":"{0} sek. öň","other":"{0} sek. öň"}}},"locale":"tk"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
package/locale-data/to.js DELETED
@@ -1,6 +0,0 @@
1
- /* @generated */
2
- // prettier-ignore
3
- if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
- Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"taʻú ni","1":"taʻu kahaʻu","future":{"other":"ʻi he taʻu ʻe {0}"},"past":{"other":"taʻu ʻe {0} kuoʻosi"},"-1":"taʻu kuoʻosi"},"year-short":{"0":"taʻú ni","1":"taʻu kahaʻu","future":{"other":"ʻi he taʻu ʻe {0}"},"past":{"other":"taʻu ʻe {0} kuoʻosi"},"-1":"taʻu kuoʻosi"},"year-narrow":{"0":"taʻú ni","1":"taʻu kahaʻu","future":{"other":"ʻi he taʻu ʻe {0}"},"past":{"other":"taʻu ʻe {0} kuoʻosi"},"-1":"taʻu kuoʻosi"},"quarter":{"0":"kuata koʻeni","1":"kuata hoko","future":{"other":"ʻi he kuata ʻe {0}"},"past":{"other":"kuata ʻe {0} kuoʻosi"},"-1":"kuata kuoʻosi"},"quarter-short":{"0":"kuata koʻeni","1":"kuata hoko","future":{"other":"ʻi he kuata ʻe {0}"},"past":{"other":"kuata ʻe {0} kuoʻosi"},"-1":"kuata kuoʻosi"},"quarter-narrow":{"0":"kuata koʻeni","1":"kuata hoko","future":{"other":"ʻi he kuata ʻe {0}"},"past":{"other":"kuata ʻe {0} kuoʻosi"},"-1":"kuata kuoʻosi"},"month":{"0":"māhiná ni","1":"māhina kahaʻu","future":{"other":"ʻi he māhina ʻe {0}"},"past":{"other":"māhina ʻe {0} kuoʻosi"},"-1":"māhina kuoʻosi"},"month-short":{"0":"māhiná ni","1":"māhina kahaʻu","future":{"other":"ʻi he māhina ʻe {0}"},"past":{"other":"māhina ʻe {0} kuoʻosi"},"-1":"māhina kuoʻosi"},"month-narrow":{"0":"māhiná ni","1":"māhina kahaʻu","future":{"other":"ʻi he māhina ʻe {0}"},"past":{"other":"māhina ʻe {0} kuoʻosi"},"-1":"māhina kuoʻosi"},"week":{"0":"uiké ni","1":"uike kahaʻu","future":{"other":"ʻi he uike ʻe {0}"},"past":{"other":"uike ʻe {0} kuoʻosi"},"-1":"uike kuoʻosi"},"week-short":{"0":"uiké ni","1":"uike kahaʻu","future":{"other":"ʻi he uike ʻe {0}"},"past":{"other":"uike ʻe {0} kuoʻosi"},"-1":"uike kuoʻosi"},"week-narrow":{"0":"uiké ni","1":"uike kahaʻu","future":{"other":"ʻi he uike ʻe {0}"},"past":{"other":"uike ʻe {0} kuoʻosi"},"-1":"uike kuoʻosi"},"day":{"0":"ʻahó ni","1":"ʻapongipongi","2":"ʻahepongipongi","future":{"other":"ʻi he ʻaho ʻe {0}"},"past":{"other":"ʻaho ʻe {0} kuoʻosi"},"-2":"ʻaneheafi","-1":"ʻaneafi"},"day-short":{"0":"ʻahó ni","1":"ʻapongipongi","2":"ʻahepongipongi","future":{"other":"ʻi he ʻaho ʻe {0}"},"past":{"other":"ʻaho ʻe {0} kuoʻosi"},"-2":"ʻaneheafi","-1":"ʻaneafi"},"day-narrow":{"0":"ʻahó ni","1":"ʻapongipongi","2":"ʻahepongipongi","future":{"other":"ʻi he ʻaho ʻe {0}"},"past":{"other":"ʻaho ʻe {0} kuoʻosi"},"-2":"ʻaneheafi","-1":"ʻaneafi"},"hour":{"0":"ko e houa ʻeni","future":{"other":"ʻi he houa ʻe {0}"},"past":{"other":"houa ʻe {0} kuoʻosi"}},"hour-short":{"0":"ko e houa ʻeni","future":{"other":"ʻi he houa ʻe {0}"},"past":{"other":"houa ʻe {0} kuoʻosi"}},"hour-narrow":{"0":"ko e houa ʻeni","future":{"other":"ʻi he houa ʻe {0}"},"past":{"other":"houa ʻe {0} kuoʻosi"}},"minute":{"0":"ko e miniti ʻeni","future":{"other":"ʻi he miniti ʻe {0}"},"past":{"other":"miniti ʻe {0} kuoʻosi"}},"minute-short":{"0":"ko e miniti ʻeni","future":{"other":"ʻi he miniti ʻe {0}"},"past":{"other":"miniti ʻe {0} kuoʻosi"}},"minute-narrow":{"0":"ko e miniti ʻeni","future":{"other":"ʻi he miniti ʻe {0}"},"past":{"other":"miniti ʻe {0} kuoʻosi"}},"second":{"0":"taimí ni","future":{"other":"ʻi he sekoni ʻe {0}"},"past":{"other":"sekoni ʻe {0} kuoʻosi"}},"second-short":{"0":"taimí ni","future":{"other":"ʻi he sekoni ʻe {0}"},"past":{"other":"sekoni ʻe {0} kuoʻosi"}},"second-narrow":{"0":"taimí ni","future":{"other":"ʻi he sekoni ʻe {0}"},"past":{"other":"sekoni ʻe {0} kuoʻosi"}}},"locale":"to"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
@@ -1,6 +0,0 @@
1
- /* @generated */
2
- // prettier-ignore
3
- if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
- Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"bu yıl","1":"gelecek yıl","future":{"one":"{0} yıl sonra","other":"{0} yıl sonra"},"past":{"one":"{0} yıl önce","other":"{0} yıl önce"},"-1":"geçen yıl"},"year-short":{"0":"bu yıl","1":"gelecek yıl","future":{"one":"{0} yıl sonra","other":"{0} yıl sonra"},"past":{"one":"{0} yıl önce","other":"{0} yıl önce"},"-1":"geçen yıl"},"year-narrow":{"0":"bu yıl","1":"gelecek yıl","future":{"one":"{0} yıl sonra","other":"{0} yıl sonra"},"past":{"one":"{0} yıl önce","other":"{0} yıl önce"},"-1":"geçen yıl"},"quarter":{"0":"bu çeyrek","1":"gelecek çeyrek","future":{"one":"{0} çeyrek sonra","other":"{0} çeyrek sonra"},"past":{"one":"{0} çeyrek önce","other":"{0} çeyrek önce"},"-1":"geçen çeyrek"},"quarter-short":{"0":"bu çyr.","1":"gelecek çyr.","future":{"one":"{0} çyr. sonra","other":"{0} çyr. sonra"},"past":{"one":"{0} çyr. önce","other":"{0} çyr. önce"},"-1":"geçen çyr."},"quarter-narrow":{"0":"bu çyr.","1":"gelecek çyr.","future":{"one":"{0} çyr. sonra","other":"{0} çyr. sonra"},"past":{"one":"{0} çyr. önce","other":"{0} çyr. önce"},"-1":"geçen çyr."},"month":{"0":"bu ay","1":"gelecek ay","future":{"one":"{0} ay sonra","other":"{0} ay sonra"},"past":{"one":"{0} ay önce","other":"{0} ay önce"},"-1":"geçen ay"},"month-short":{"0":"bu ay","1":"gelecek ay","future":{"one":"{0} ay sonra","other":"{0} ay sonra"},"past":{"one":"{0} ay önce","other":"{0} ay önce"},"-1":"geçen ay"},"month-narrow":{"0":"bu ay","1":"gelecek ay","future":{"one":"{0} ay sonra","other":"{0} ay sonra"},"past":{"one":"{0} ay önce","other":"{0} ay önce"},"-1":"geçen ay"},"week":{"0":"bu hafta","1":"gelecek hafta","future":{"one":"{0} hafta sonra","other":"{0} hafta sonra"},"past":{"one":"{0} hafta önce","other":"{0} hafta önce"},"-1":"geçen hafta"},"week-short":{"0":"bu hf.","1":"gelecek hf.","future":{"one":"{0} hf. sonra","other":"{0} hf. sonra"},"past":{"one":"{0} hf. önce","other":"{0} hf. önce"},"-1":"geçen hf."},"week-narrow":{"0":"bu hf.","1":"gelecek hf.","future":{"one":"{0} hf. sonra","other":"{0} hf. sonra"},"past":{"one":"{0} hf. önce","other":"{0} hf. önce"},"-1":"geçen hf."},"day":{"0":"bugün","1":"yarın","2":"öbür gün","future":{"one":"{0} gün sonra","other":"{0} gün sonra"},"past":{"one":"{0} gün önce","other":"{0} gün önce"},"-2":"evvelsi gün","-1":"dün"},"day-short":{"0":"bugün","1":"yarın","2":"öbür gün","future":{"one":"{0} gün sonra","other":"{0} gün sonra"},"past":{"one":"{0} gün önce","other":"{0} gün önce"},"-2":"evvelsi gün","-1":"dün"},"day-narrow":{"0":"bugün","1":"yarın","2":"öbür gün","future":{"one":"{0} gün sonra","other":"{0} gün sonra"},"past":{"one":"{0} gün önce","other":"{0} gün önce"},"-2":"evvelsi gün","-1":"dün"},"hour":{"0":"bu saat","future":{"one":"{0} saat sonra","other":"{0} saat sonra"},"past":{"one":"{0} saat önce","other":"{0} saat önce"}},"hour-short":{"0":"bu saat","future":{"one":"{0} sa. sonra","other":"{0} sa. sonra"},"past":{"one":"{0} sa. önce","other":"{0} sa. önce"}},"hour-narrow":{"0":"bu saat","future":{"one":"{0} sa. sonra","other":"{0} sa. sonra"},"past":{"one":"{0} sa. önce","other":"{0} sa. önce"}},"minute":{"0":"bu dakika","future":{"one":"{0} dakika sonra","other":"{0} dakika sonra"},"past":{"one":"{0} dakika önce","other":"{0} dakika önce"}},"minute-short":{"0":"bu dakika","future":{"one":"{0} dk. sonra","other":"{0} dk. sonra"},"past":{"one":"{0} dk. önce","other":"{0} dk. önce"}},"minute-narrow":{"0":"bu dakika","future":{"one":"{0} dk. sonra","other":"{0} dk. sonra"},"past":{"one":"{0} dk. önce","other":"{0} dk. önce"}},"second":{"0":"şimdi","future":{"one":"{0} saniye sonra","other":"{0} saniye sonra"},"past":{"one":"{0} saniye önce","other":"{0} saniye önce"}},"second-short":{"0":"şimdi","future":{"one":"{0} sn. sonra","other":"{0} sn. sonra"},"past":{"one":"{0} sn. önce","other":"{0} sn. önce"}},"second-narrow":{"0":"şimdi","future":{"one":"{0} sn. sonra","other":"{0} sn. sonra"},"past":{"one":"{0} sn. önce","other":"{0} sn. önce"}}},"locale":"tr-CY"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
package/locale-data/tr.js DELETED
@@ -1,6 +0,0 @@
1
- /* @generated */
2
- // prettier-ignore
3
- if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
- Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"bu yıl","1":"gelecek yıl","future":{"one":"{0} yıl sonra","other":"{0} yıl sonra"},"past":{"one":"{0} yıl önce","other":"{0} yıl önce"},"-1":"geçen yıl"},"year-short":{"0":"bu yıl","1":"gelecek yıl","future":{"one":"{0} yıl sonra","other":"{0} yıl sonra"},"past":{"one":"{0} yıl önce","other":"{0} yıl önce"},"-1":"geçen yıl"},"year-narrow":{"0":"bu yıl","1":"gelecek yıl","future":{"one":"{0} yıl sonra","other":"{0} yıl sonra"},"past":{"one":"{0} yıl önce","other":"{0} yıl önce"},"-1":"geçen yıl"},"quarter":{"0":"bu çeyrek","1":"gelecek çeyrek","future":{"one":"{0} çeyrek sonra","other":"{0} çeyrek sonra"},"past":{"one":"{0} çeyrek önce","other":"{0} çeyrek önce"},"-1":"geçen çeyrek"},"quarter-short":{"0":"bu çyr.","1":"gelecek çyr.","future":{"one":"{0} çyr. sonra","other":"{0} çyr. sonra"},"past":{"one":"{0} çyr. önce","other":"{0} çyr. önce"},"-1":"geçen çyr."},"quarter-narrow":{"0":"bu çyr.","1":"gelecek çyr.","future":{"one":"{0} çyr. sonra","other":"{0} çyr. sonra"},"past":{"one":"{0} çyr. önce","other":"{0} çyr. önce"},"-1":"geçen çyr."},"month":{"0":"bu ay","1":"gelecek ay","future":{"one":"{0} ay sonra","other":"{0} ay sonra"},"past":{"one":"{0} ay önce","other":"{0} ay önce"},"-1":"geçen ay"},"month-short":{"0":"bu ay","1":"gelecek ay","future":{"one":"{0} ay sonra","other":"{0} ay sonra"},"past":{"one":"{0} ay önce","other":"{0} ay önce"},"-1":"geçen ay"},"month-narrow":{"0":"bu ay","1":"gelecek ay","future":{"one":"{0} ay sonra","other":"{0} ay sonra"},"past":{"one":"{0} ay önce","other":"{0} ay önce"},"-1":"geçen ay"},"week":{"0":"bu hafta","1":"gelecek hafta","future":{"one":"{0} hafta sonra","other":"{0} hafta sonra"},"past":{"one":"{0} hafta önce","other":"{0} hafta önce"},"-1":"geçen hafta"},"week-short":{"0":"bu hf.","1":"gelecek hf.","future":{"one":"{0} hf. sonra","other":"{0} hf. sonra"},"past":{"one":"{0} hf. önce","other":"{0} hf. önce"},"-1":"geçen hf."},"week-narrow":{"0":"bu hf.","1":"gelecek hf.","future":{"one":"{0} hf. sonra","other":"{0} hf. sonra"},"past":{"one":"{0} hf. önce","other":"{0} hf. önce"},"-1":"geçen hf."},"day":{"0":"bugün","1":"yarın","2":"öbür gün","future":{"one":"{0} gün sonra","other":"{0} gün sonra"},"past":{"one":"{0} gün önce","other":"{0} gün önce"},"-2":"evvelsi gün","-1":"dün"},"day-short":{"0":"bugün","1":"yarın","2":"öbür gün","future":{"one":"{0} gün sonra","other":"{0} gün sonra"},"past":{"one":"{0} gün önce","other":"{0} gün önce"},"-2":"evvelsi gün","-1":"dün"},"day-narrow":{"0":"bugün","1":"yarın","2":"öbür gün","future":{"one":"{0} gün sonra","other":"{0} gün sonra"},"past":{"one":"{0} gün önce","other":"{0} gün önce"},"-2":"evvelsi gün","-1":"dün"},"hour":{"0":"bu saat","future":{"one":"{0} saat sonra","other":"{0} saat sonra"},"past":{"one":"{0} saat önce","other":"{0} saat önce"}},"hour-short":{"0":"bu saat","future":{"one":"{0} sa. sonra","other":"{0} sa. sonra"},"past":{"one":"{0} sa. önce","other":"{0} sa. önce"}},"hour-narrow":{"0":"bu saat","future":{"one":"{0} sa. sonra","other":"{0} sa. sonra"},"past":{"one":"{0} sa. önce","other":"{0} sa. önce"}},"minute":{"0":"bu dakika","future":{"one":"{0} dakika sonra","other":"{0} dakika sonra"},"past":{"one":"{0} dakika önce","other":"{0} dakika önce"}},"minute-short":{"0":"bu dakika","future":{"one":"{0} dk. sonra","other":"{0} dk. sonra"},"past":{"one":"{0} dk. önce","other":"{0} dk. önce"}},"minute-narrow":{"0":"bu dakika","future":{"one":"{0} dk. sonra","other":"{0} dk. sonra"},"past":{"one":"{0} dk. önce","other":"{0} dk. önce"}},"second":{"0":"şimdi","future":{"one":"{0} saniye sonra","other":"{0} saniye sonra"},"past":{"one":"{0} saniye önce","other":"{0} saniye önce"}},"second-short":{"0":"şimdi","future":{"one":"{0} sn. sonra","other":"{0} sn. sonra"},"past":{"one":"{0} sn. önce","other":"{0} sn. önce"}},"second-narrow":{"0":"şimdi","future":{"one":"{0} sn. sonra","other":"{0} sn. sonra"},"past":{"one":"{0} sn. önce","other":"{0} sn. önce"}}},"locale":"tr"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
package/locale-data/tt.js DELETED
@@ -1,6 +0,0 @@
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":{"other":"{0} елдан"},"past":{"other":"{0} ел элек"},"-1":"узган ел"},"year-short":{"0":"быел","1":"киләсе елда","future":{"other":"{0} елдан"},"past":{"other":"{0} ел элек"},"-1":"узган ел"},"year-narrow":{"0":"быел","1":"киләсе елда","future":{"other":"{0} елдан"},"past":{"other":"{0} ел элек"},"-1":"узган ел"},"quarter":{"0":"бу кварталда","1":"киләсе кварталда","future":{"other":"{0} кварталдан"},"past":{"other":"{0} квартал элек"},"-1":"узган кварталда"},"quarter-short":{"0":"бу кварталда","1":"киләсе кварталда","future":{"other":"{0} кв."},"past":{"other":"{0} кв. элек"},"-1":"узган кварталда"},"quarter-narrow":{"0":"бу кварталда","1":"киләсе кварталда","future":{"other":"{0} кв."},"past":{"other":"{0} кв. элек"},"-1":"узган кварталда"},"month":{"0":"бу айда","1":"киләсе айда","future":{"other":"{0} айдан"},"past":{"other":"{0} ай элек"},"-1":"узган айда"},"month-short":{"0":"бу айда","1":"киләсе айда","future":{"other":"{0} айдан"},"past":{"other":"{0} ай элек"},"-1":"узган айда"},"month-narrow":{"0":"бу айда","1":"киләсе айда","future":{"other":"{0} айдан"},"past":{"other":"{0} ай элек"},"-1":"узган айда"},"week":{"0":"бу атнада","1":"киләсе атнада","future":{"other":"{0} атнадан"},"past":{"other":"{0} атна элек"},"-1":"узган атнада"},"week-short":{"0":"бу атнада","1":"киләсе атнада","future":{"other":"{0} атнадан"},"past":{"other":"{0} атна элек"},"-1":"узган атнада"},"week-narrow":{"0":"бу атнада","1":"киләсе атнада","future":{"other":"{0} атнадан"},"past":{"other":"{0} атна элек"},"-1":"узган атнада"},"day":{"0":"бүген","1":"иртәгә","future":{"other":"{0} көннән"},"past":{"other":"{0} көн элек"},"-1":"кичә"},"day-short":{"0":"бүген","1":"иртәгә","future":{"other":"{0} көннән"},"past":{"other":"{0} көн элек"},"-1":"кичә"},"day-narrow":{"0":"бүген","1":"иртәгә","future":{"other":"{0} көннән"},"past":{"other":"{0} көн элек"},"-1":"кичә"},"hour":{"0":"бу сәгатьтә","future":{"other":"{0} сәгатьтән"},"past":{"other":"{0} сәгать элек"}},"hour-short":{"0":"бу сәгатьтә","future":{"other":"{0} сәг."},"past":{"other":"{0} сәг. элек"}},"hour-narrow":{"0":"бу сәгатьтә","future":{"other":"{0} сәг."},"past":{"other":"{0} сәг. элек"}},"minute":{"0":"бу минутта","future":{"other":"{0} минуттан"},"past":{"other":"{0} минут элек"}},"minute-short":{"0":"бу минутта","future":{"other":"{0} мин."},"past":{"other":"{0} мин. элек"}},"minute-narrow":{"0":"бу минутта","future":{"other":"{0} мин."},"past":{"other":"{0} мин. элек"}},"second":{"0":"хәзер","future":{"other":"{0} секундтан"},"past":{"other":"{0} секунд элек"}},"second-short":{"0":"хәзер","future":{"other":"{0} с."},"past":{"other":"{0} с. элек"}},"second-narrow":{"0":"хәзер","future":{"other":"{0} с."},"past":{"other":"{0} с. элек"}}},"locale":"tt"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
@@ -1,6 +0,0 @@
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":"Hõo","1":"Suba","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"Bi"},"day-short":{"0":"Hõo","1":"Suba","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"Bi"},"day-narrow":{"0":"Hõo","1":"Suba","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"Bi"},"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":"twq"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
@@ -1,6 +0,0 @@
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":"Assa","1":"Asekka","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"Assenaṭ"},"day-short":{"0":"Assa","1":"Asekka","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"Assenaṭ"},"day-narrow":{"0":"Assa","1":"Asekka","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"Assenaṭ"},"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":"tzm"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
package/locale-data/ug.js DELETED
@@ -1,6 +0,0 @@
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":"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":"بۇ ئاي","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":"ئەتە","future":{"one":"{0} كۈندىن كېيىن","other":"{0} كۈندىن كېيىن"},"past":{"one":"{0} كۈن ئىلگىرى","other":"{0} كۈن ئىلگىرى"},"-1":"تۈنۈگۈن"},"day-short":{"0":"بۈگۈن","1":"ئەتە","future":{"one":"{0} كۈندىن كېيىن","other":"{0} كۈندىن كېيىن"},"past":{"one":"{0} كۈن ئىلگىرى","other":"{0} كۈن ئىلگىرى"},"-1":"تۈنۈگۈن"},"day-narrow":{"0":"بۈگۈن","1":"ئەتە","future":{"one":"{0} كۈندىن كېيىن","other":"{0} كۈندىن كېيىن"},"past":{"one":"{0} كۈن ئىلگىرى","other":"{0} كۈن ئىلگىرى"},"-1":"تۈنۈگۈن"},"hour":{"0":"this hour","future":{"one":"{0} سائەتتىن كېيىن","other":"{0} سائەتتىن كېيىن"},"past":{"one":"{0} سائەت ئىلگىرى","other":"{0} سائەت ئىلگىرى"}},"hour-short":{"0":"this hour","future":{"one":"{0} سائەتتىن كېيىن","other":"{0} سائەتتىن كېيىن"},"past":{"one":"{0} سائەت ئىلگىرى","other":"{0} سائەت ئىلگىرى"}},"hour-narrow":{"0":"this hour","future":{"one":"{0} سائەتتىن كېيىن","other":"{0} سائەتتىن كېيىن"},"past":{"one":"{0} سائەت ئىلگىرى","other":"{0} سائەت ئىلگىرى"}},"minute":{"0":"this minute","future":{"one":"{0} مىنۇتتىن كېيىن","other":"{0} مىنۇتتىن كېيىن"},"past":{"one":"{0} مىنۇت ئىلگىرى","other":"{0} مىنۇت ئىلگىرى"}},"minute-short":{"0":"this minute","future":{"one":"{0} مىنۇتتىن كېيىن","other":"{0} مىنۇتتىن كېيىن"},"past":{"one":"{0} مىنۇت ئىلگىرى","other":"{0} مىنۇت ئىلگىرى"}},"minute-narrow":{"0":"this minute","future":{"one":"{0} مىنۇتتىن كېيىن","other":"{0} مىنۇتتىن كېيىن"},"past":{"one":"{0} مىنۇت ئىلگىرى","other":"{0} مىنۇت ئىلگىرى"}},"second":{"0":"now","future":{"one":"{0} سېكۇنتتىن كېيىن","other":"{0} سېكۇنتتىن كېيىن"},"past":{"one":"{0} سېكۇنت ئىلگىرى","other":"{0} سېكۇنت ئىلگىرى"}},"second-short":{"0":"now","future":{"one":"{0} سېكۇنتتىن كېيىن","other":"{0} سېكۇنتتىن كېيىن"},"past":{"one":"{0} سېكۇنت ئىلگىرى","other":"{0} سېكۇنت ئىلگىرى"}},"second-narrow":{"0":"now","future":{"one":"{0} سېكۇنتتىن كېيىن","other":"{0} سېكۇنتتىن كېيىن"},"past":{"one":"{0} سېكۇنت ئىلگىرى","other":"{0} سېكۇنت ئىلگىرى"}}},"locale":"ug"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
package/locale-data/uk.js DELETED
@@ -1,6 +0,0 @@
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} роки","many":"через {0} років","other":"через {0} року"},"past":{"one":"{0} рік тому","few":"{0} роки тому","many":"{0} років тому","other":"{0} року тому"},"-1":"минулого року"},"year-short":{"0":"цьогоріч","1":"наст. року","future":{"one":"через {0} р.","few":"через {0} р.","many":"через {0} р.","other":"через {0} р."},"past":{"one":"{0} р. тому","few":"{0} р. тому","many":"{0} р. тому","other":"{0} р. тому"},"-1":"торік"},"year-narrow":{"0":"цього року","1":"наст. р.","future":{"one":"за {0} р.","few":"за {0} р.","many":"за {0} р.","other":"за {0} р."},"past":{"one":"{0} р. тому","few":"{0} р. тому","many":"{0} р. тому","other":"{0} р. тому"},"-1":"торік"},"quarter":{"0":"цього кварталу","1":"наступного кварталу","future":{"one":"через {0} квартал","few":"через {0} квартали","many":"через {0} кварталів","other":"через {0} кварталу"},"past":{"one":"{0} квартал тому","few":"{0} квартали тому","many":"{0} кварталів тому","other":"{0} кварталу тому"},"-1":"минулого кварталу"},"quarter-short":{"0":"цього кв.","1":"наступного кв.","future":{"one":"через {0} кв.","few":"через {0} кв.","many":"через {0} кв.","other":"через {0} кв."},"past":{"one":"{0} кв. тому","few":"{0} кв. тому","many":"{0} кв. тому","other":"{0} кв. тому"},"-1":"минулого кв."},"quarter-narrow":{"0":"цього кв.","1":"наступного кв.","future":{"one":"за {0} кв.","few":"за {0} кв.","many":"за {0} кв.","other":"за {0} кв."},"past":{"one":"{0} кв. тому","few":"{0} кв. тому","many":"{0} кв. тому","other":"{0} кв. тому"},"-1":"минулого кв."},"month":{"0":"цього місяця","1":"наступного місяця","future":{"one":"через {0} місяць","few":"через {0} місяці","many":"через {0} місяців","other":"через {0} місяця"},"past":{"one":"{0} місяць тому","few":"{0} місяці тому","many":"{0} місяців тому","other":"{0} місяця тому"},"-1":"минулого місяця"},"month-short":{"0":"цього місяця","1":"наступного місяця","future":{"one":"через {0} міс.","few":"через {0} міс.","many":"через {0} міс.","other":"через {0} міс."},"past":{"one":"{0} міс. тому","few":"{0} міс. тому","many":"{0} міс. тому","other":"{0} міс. тому"},"-1":"минулого місяця"},"month-narrow":{"0":"цього міс.","1":"наст. міс.","future":{"one":"за {0} міс.","few":"за {0} міс.","many":"за {0} міс.","other":"за {0} міс."},"past":{"one":"{0} міс. тому","few":"{0} міс. тому","many":"{0} міс. тому","other":"{0} міс. тому"},"-1":"мин. міс."},"week":{"0":"цього тижня","1":"наступного тижня","future":{"one":"через {0} тиждень","few":"через {0} тижні","many":"через {0} тижнів","other":"через {0} тижня"},"past":{"one":"{0} тиждень тому","few":"{0} тижні тому","many":"{0} тижнів тому","other":"{0} тижня тому"},"-1":"минулого тижня"},"week-short":{"0":"цього тижня","1":"наст. тижня","future":{"one":"через {0} тиж.","few":"через {0} тиж.","many":"через {0} тиж.","other":"через {0} тиж."},"past":{"one":"{0} тиж. тому","few":"{0} тиж. тому","many":"{0} тиж. тому","other":"{0} тиж. тому"},"-1":"мин. тижня"},"week-narrow":{"0":"цього тижня","1":"наступного тижня","future":{"one":"за {0} тиж.","few":"за {0} тиж.","many":"за {0} тиж.","other":"за {0} тиж."},"past":{"one":"{0} тиж. тому","few":"{0} тиж. тому","many":"{0} тиж. тому","other":"{0} тиж. тому"},"-1":"минулого тижня"},"day":{"0":"сьогодні","1":"завтра","2":"післязавтра","future":{"one":"через {0} день","few":"через {0} дні","many":"через {0} днів","other":"через {0} дня"},"past":{"one":"{0} день тому","few":"{0} дні тому","many":"{0} днів тому","other":"{0} дня тому"},"-2":"позавчора","-1":"учора"},"day-short":{"0":"сьогодні","1":"завтра","2":"післязавтра","future":{"one":"через {0} дн.","few":"через {0} дн.","many":"через {0} дн.","other":"через {0} дн."},"past":{"one":"{0} дн. тому","few":"{0} дн. тому","many":"{0} дн. тому","other":"{0} дн. тому"},"-2":"позавчора","-1":"учора"},"day-narrow":{"0":"сьогодні","1":"завтра","2":"післязавтра","future":{"one":"за {0} д.","few":"за {0} д.","many":"за {0} д.","other":"за {0} д."},"past":{"one":"{0} д. тому","few":"-{0} дн.","many":"-{0} дн.","other":"-{0} дн."},"-2":"позавчора","-1":"учора"},"hour":{"0":"цієї години","future":{"one":"через {0} годину","few":"через {0} години","many":"через {0} годин","other":"через {0} години"},"past":{"one":"{0} годину тому","few":"{0} години тому","many":"{0} годин тому","other":"{0} години тому"}},"hour-short":{"0":"цієї години","future":{"one":"через {0} год","few":"через {0} год","many":"через {0} год","other":"через {0} год"},"past":{"one":"{0} год тому","few":"{0} год тому","many":"{0} год тому","other":"{0} год тому"}},"hour-narrow":{"0":"цієї години","future":{"one":"за {0} год","few":"за {0} год","many":"за {0} год","other":"за {0} год"},"past":{"one":"{0} год тому","few":"{0} год тому","many":"{0} год тому","other":"{0} год тому"}},"minute":{"0":"цієї хвилини","future":{"one":"через {0} хвилину","few":"через {0} хвилини","many":"через {0} хвилин","other":"через {0} хвилини"},"past":{"one":"{0} хвилину тому","few":"{0} хвилини тому","many":"{0} хвилин тому","other":"{0} хвилини тому"}},"minute-short":{"0":"цієї хвилини","future":{"one":"через {0} хв","few":"через {0} хв","many":"через {0} хв","other":"через {0} хв"},"past":{"one":"{0} хв тому","few":"{0} хв тому","many":"{0} хв тому","other":"{0} хв тому"}},"minute-narrow":{"0":"цієї хвилини","future":{"one":"за {0} хв","few":"за {0} хв","many":"за {0} хв","other":"за {0} хв"},"past":{"one":"{0} хв тому","few":"{0} хв тому","many":"{0} хв тому","other":"{0} хв тому"}},"second":{"0":"зараз","future":{"one":"через {0} секунду","few":"через {0} секунди","many":"через {0} секунд","other":"через {0} секунди"},"past":{"one":"{0} секунду тому","few":"{0} секунди тому","many":"{0} секунд тому","other":"{0} секунди тому"}},"second-short":{"0":"зараз","future":{"one":"через {0} с","few":"через {0} с","many":"через {0} с","other":"через {0} с"},"past":{"one":"{0} с тому","few":"{0} с тому","many":"{0} с тому","other":"{0} с тому"}},"second-narrow":{"0":"зараз","future":{"one":"за {0} с","few":"за {0} с","many":"за {0} с","other":"за {0} с"},"past":{"one":"{0} с тому","few":"{0} с тому","many":"{0} с тому","other":"{0} с тому"}}},"locale":"uk"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
@@ -1,6 +0,0 @@
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":"today","1":"tomorrow","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"yesterday"},"day-short":{"0":"today","1":"tomorrow","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"yesterday"},"day-narrow":{"0":"today","1":"tomorrow","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"yesterday"},"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":"und"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
@@ -1,6 +0,0 @@
1
- /* @generated */
2
- // prettier-ignore
3
- if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
- Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["arabext"],"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":"ur-IN"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
package/locale-data/ur.js DELETED
@@ -1,6 +0,0 @@
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":"ur"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
@@ -1,6 +0,0 @@
1
- /* @generated */
2
- // prettier-ignore
3
- if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
- Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["arabext"],"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":"today","1":"tomorrow","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"yesterday"},"day-short":{"0":"today","1":"tomorrow","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"yesterday"},"day-narrow":{"0":"today","1":"tomorrow","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"yesterday"},"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":"uz-Arab"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
@@ -1,6 +0,0 @@
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":"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":"бу ой","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":"эртага","future":{"one":"{0} кундан сўнг","other":"{0} кундан сўнг"},"past":{"one":"{0} кун олдин","other":"{0} кун олдин"},"-1":"кеча"},"day-short":{"0":"бугун","1":"эртага","future":{"one":"{0} кундан сўнг","other":"{0} кундан сўнг"},"past":{"one":"{0} кун олдин","other":"{0} кун олдин"},"-1":"кеча"},"day-narrow":{"0":"бугун","1":"эртага","future":{"one":"{0} кундан сўнг","other":"{0} кундан сўнг"},"past":{"one":"{0} кун олдин","other":"{0} кун олдин"},"-1":"кеча"},"hour":{"0":"this hour","future":{"one":"{0} соатдан сўнг","other":"{0} соатдан сўнг"},"past":{"one":"{0} соат олдин","other":"{0} соат олдин"}},"hour-short":{"0":"this hour","future":{"one":"{0} соатдан сўнг","other":"{0} соатдан сўнг"},"past":{"one":"{0} соат олдин","other":"{0} соат олдин"}},"hour-narrow":{"0":"this hour","future":{"one":"{0} соатдан сўнг","other":"{0} соатдан сўнг"},"past":{"one":"{0} соат олдин","other":"{0} соат олдин"}},"minute":{"0":"this minute","future":{"one":"{0} дақиқадан сўнг","other":"{0} дақиқадан сўнг"},"past":{"one":"{0} дақиқа олдин","other":"{0} дақиқа олдин"}},"minute-short":{"0":"this minute","future":{"one":"{0} дақиқадан сўнг","other":"{0} дақиқадан сўнг"},"past":{"one":"{0} дақиқа олдин","other":"{0} дақиқа олдин"}},"minute-narrow":{"0":"this minute","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":"uz-Cyrl"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
@@ -1,6 +0,0 @@
1
- /* @generated */
2
- // prettier-ignore
3
- if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
- Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"shu yil","1":"keyingi yil","future":{"one":"{0} yildan keyin","other":"{0} yildan keyin"},"past":{"one":"{0} yil oldin","other":"{0} yil oldin"},"-1":"o‘tgan yil"},"year-short":{"0":"bu yil","1":"keyingi yil","future":{"one":"{0} yildan keyin","other":"{0} yildan keyin"},"past":{"one":"{0} yil oldin","other":"{0} yil oldin"},"-1":"o‘ʻtgan yil"},"year-narrow":{"0":"bu yil","1":"keyingi yil","future":{"one":"{0} yildan keyin","other":"{0} yildan keyin"},"past":{"one":"{0} yil oldin","other":"{0} yil oldin"},"-1":"o‘tgan yil"},"quarter":{"0":"shu chorak","1":"keyingi chorak","future":{"one":"{0} chorakdan keyin","other":"{0} chorakdan keyin"},"past":{"one":"{0} chorak oldin","other":"{0} chorak oldin"},"-1":"o‘tgan chorak"},"quarter-short":{"0":"shu chorak","1":"keyingi chorak","future":{"one":"{0} chorakdan keyin","other":"{0} chorakdan keyin"},"past":{"one":"{0} chorak oldin","other":"{0} chorak oldin"},"-1":"o‘tgan chorak"},"quarter-narrow":{"0":"shu chorak","1":"keyingi chorak","future":{"one":"{0} chorakdan keyin","other":"{0} chorakdan keyin"},"past":{"one":"{0} chorak oldin","other":"{0} chorak oldin"},"-1":"o‘tgan chorak"},"month":{"0":"shu oy","1":"keyingi oy","future":{"one":"{0} oydan keyin","other":"{0} oydan keyin"},"past":{"one":"{0} oy oldin","other":"{0} oy oldin"},"-1":"o‘tgan oy"},"month-short":{"0":"bu oy","1":"keyingi oy","future":{"one":"{0} oydan keyin","other":"{0} oydan keyin"},"past":{"one":"{0} oy oldin","other":"{0} oy oldin"},"-1":"o‘tgan oy"},"month-narrow":{"0":"bu oy","1":"keyingi oy","future":{"one":"{0} oydan keyin","other":"{0} oydan keyin"},"past":{"one":"{0} oy oldin","other":"{0} oy oldin"},"-1":"o‘tgan oy"},"week":{"0":"shu hafta","1":"keyingi hafta","future":{"one":"{0} haftadan keyin","other":"{0} haftadan keyin"},"past":{"one":"{0} hafta oldin","other":"{0} hafta oldin"},"-1":"o‘tgan hafta"},"week-short":{"0":"bu hafta","1":"keyingi hafta","future":{"one":"{0} haftadan keyin","other":"{0} haftadan keyin"},"past":{"one":"{0} hafta oldin","other":"{0} hafta oldin"},"-1":"o‘tgan hafta"},"week-narrow":{"0":"bu hafta","1":"keyingi hafta","future":{"one":"{0} haftadan keyin","other":"{0} haftadan keyin"},"past":{"one":"{0} hafta oldin","other":"{0} hafta oldin"},"-1":"o‘tgan hafta"},"day":{"0":"bugun","1":"ertaga","future":{"one":"{0} kundan keyin","other":"{0} kundan keyin"},"past":{"one":"{0} kun oldin","other":"{0} kun oldin"},"-1":"kecha"},"day-short":{"0":"bugun","1":"ertaga","future":{"one":"{0} kundan keyin","other":"{0} kundan keyin"},"past":{"one":"{0} kun oldin","other":"{0} kun oldin"},"-1":"kecha"},"day-narrow":{"0":"bugun","1":"ertaga","future":{"one":"{0} kundan keyin","other":"{0} kundan keyin"},"past":{"one":"{0} kun oldin","other":"{0} kun oldin"},"-1":"kecha"},"hour":{"0":"shu soatda","future":{"one":"{0} soatdan keyin","other":"{0} soatdan keyin"},"past":{"one":"{0} soat oldin","other":"{0} soat oldin"}},"hour-short":{"0":"shu soatda","future":{"one":"{0} soatdan keyin","other":"{0} soatdan keyin"},"past":{"one":"{0} soat oldin","other":"{0} soat oldin"}},"hour-narrow":{"0":"shu soatda","future":{"one":"{0} soatdan keyin","other":"{0} soatdan keyin"},"past":{"one":"{0} soat oldin","other":"{0} soat oldin"}},"minute":{"0":"shu daqiqada","future":{"one":"{0} daqiqadan keyin","other":"{0} daqiqadan keyin"},"past":{"one":"{0} daqiqa oldin","other":"{0} daqiqa oldin"}},"minute-short":{"0":"shu daqiqada","future":{"one":"{0} daqiqadan keyin","other":"{0} daqiqadan keyin"},"past":{"one":"{0} daqiqa oldin","other":"{0} daqiqa oldin"}},"minute-narrow":{"0":"shu daqiqada","future":{"one":"{0} daqiqadan keyin","other":"{0} daqiqadan keyin"},"past":{"one":"{0} daqiqa oldin","other":"{0} daqiqa oldin"}},"second":{"0":"hozir","future":{"one":"{0} soniyadan keyin","other":"{0} soniyadan keyin"},"past":{"one":"{0} soniya oldin","other":"{0} soniya oldin"}},"second-short":{"0":"hozir","future":{"one":"{0} soniyadan keyin","other":"{0} soniyadan keyin"},"past":{"one":"{0} soniya oldin","other":"{0} soniya oldin"}},"second-narrow":{"0":"hozir","future":{"one":"{0} soniyadan keyin","other":"{0} soniyadan keyin"},"past":{"one":"{0} soniya oldin","other":"{0} soniya oldin"}}},"locale":"uz-Latn"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
package/locale-data/uz.js DELETED
@@ -1,6 +0,0 @@
1
- /* @generated */
2
- // prettier-ignore
3
- if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4
- Intl.RelativeTimeFormat.__addLocaleData({"data":{"nu":["latn"],"year":{"0":"shu yil","1":"keyingi yil","future":{"one":"{0} yildan keyin","other":"{0} yildan keyin"},"past":{"one":"{0} yil oldin","other":"{0} yil oldin"},"-1":"o‘tgan yil"},"year-short":{"0":"bu yil","1":"keyingi yil","future":{"one":"{0} yildan keyin","other":"{0} yildan keyin"},"past":{"one":"{0} yil oldin","other":"{0} yil oldin"},"-1":"o‘ʻtgan yil"},"year-narrow":{"0":"bu yil","1":"keyingi yil","future":{"one":"{0} yildan keyin","other":"{0} yildan keyin"},"past":{"one":"{0} yil oldin","other":"{0} yil oldin"},"-1":"o‘tgan yil"},"quarter":{"0":"shu chorak","1":"keyingi chorak","future":{"one":"{0} chorakdan keyin","other":"{0} chorakdan keyin"},"past":{"one":"{0} chorak oldin","other":"{0} chorak oldin"},"-1":"o‘tgan chorak"},"quarter-short":{"0":"shu chorak","1":"keyingi chorak","future":{"one":"{0} chorakdan keyin","other":"{0} chorakdan keyin"},"past":{"one":"{0} chorak oldin","other":"{0} chorak oldin"},"-1":"o‘tgan chorak"},"quarter-narrow":{"0":"shu chorak","1":"keyingi chorak","future":{"one":"{0} chorakdan keyin","other":"{0} chorakdan keyin"},"past":{"one":"{0} chorak oldin","other":"{0} chorak oldin"},"-1":"o‘tgan chorak"},"month":{"0":"shu oy","1":"keyingi oy","future":{"one":"{0} oydan keyin","other":"{0} oydan keyin"},"past":{"one":"{0} oy oldin","other":"{0} oy oldin"},"-1":"o‘tgan oy"},"month-short":{"0":"bu oy","1":"keyingi oy","future":{"one":"{0} oydan keyin","other":"{0} oydan keyin"},"past":{"one":"{0} oy oldin","other":"{0} oy oldin"},"-1":"o‘tgan oy"},"month-narrow":{"0":"bu oy","1":"keyingi oy","future":{"one":"{0} oydan keyin","other":"{0} oydan keyin"},"past":{"one":"{0} oy oldin","other":"{0} oy oldin"},"-1":"o‘tgan oy"},"week":{"0":"shu hafta","1":"keyingi hafta","future":{"one":"{0} haftadan keyin","other":"{0} haftadan keyin"},"past":{"one":"{0} hafta oldin","other":"{0} hafta oldin"},"-1":"o‘tgan hafta"},"week-short":{"0":"bu hafta","1":"keyingi hafta","future":{"one":"{0} haftadan keyin","other":"{0} haftadan keyin"},"past":{"one":"{0} hafta oldin","other":"{0} hafta oldin"},"-1":"o‘tgan hafta"},"week-narrow":{"0":"bu hafta","1":"keyingi hafta","future":{"one":"{0} haftadan keyin","other":"{0} haftadan keyin"},"past":{"one":"{0} hafta oldin","other":"{0} hafta oldin"},"-1":"o‘tgan hafta"},"day":{"0":"bugun","1":"ertaga","future":{"one":"{0} kundan keyin","other":"{0} kundan keyin"},"past":{"one":"{0} kun oldin","other":"{0} kun oldin"},"-1":"kecha"},"day-short":{"0":"bugun","1":"ertaga","future":{"one":"{0} kundan keyin","other":"{0} kundan keyin"},"past":{"one":"{0} kun oldin","other":"{0} kun oldin"},"-1":"kecha"},"day-narrow":{"0":"bugun","1":"ertaga","future":{"one":"{0} kundan keyin","other":"{0} kundan keyin"},"past":{"one":"{0} kun oldin","other":"{0} kun oldin"},"-1":"kecha"},"hour":{"0":"shu soatda","future":{"one":"{0} soatdan keyin","other":"{0} soatdan keyin"},"past":{"one":"{0} soat oldin","other":"{0} soat oldin"}},"hour-short":{"0":"shu soatda","future":{"one":"{0} soatdan keyin","other":"{0} soatdan keyin"},"past":{"one":"{0} soat oldin","other":"{0} soat oldin"}},"hour-narrow":{"0":"shu soatda","future":{"one":"{0} soatdan keyin","other":"{0} soatdan keyin"},"past":{"one":"{0} soat oldin","other":"{0} soat oldin"}},"minute":{"0":"shu daqiqada","future":{"one":"{0} daqiqadan keyin","other":"{0} daqiqadan keyin"},"past":{"one":"{0} daqiqa oldin","other":"{0} daqiqa oldin"}},"minute-short":{"0":"shu daqiqada","future":{"one":"{0} daqiqadan keyin","other":"{0} daqiqadan keyin"},"past":{"one":"{0} daqiqa oldin","other":"{0} daqiqa oldin"}},"minute-narrow":{"0":"shu daqiqada","future":{"one":"{0} daqiqadan keyin","other":"{0} daqiqadan keyin"},"past":{"one":"{0} daqiqa oldin","other":"{0} daqiqa oldin"}},"second":{"0":"hozir","future":{"one":"{0} soniyadan keyin","other":"{0} soniyadan keyin"},"past":{"one":"{0} soniya oldin","other":"{0} soniya oldin"}},"second-short":{"0":"hozir","future":{"one":"{0} soniyadan keyin","other":"{0} soniyadan keyin"},"past":{"one":"{0} soniya oldin","other":"{0} soniya oldin"}},"second-narrow":{"0":"hozir","future":{"one":"{0} soniyadan keyin","other":"{0} soniyadan keyin"},"past":{"one":"{0} soniya oldin","other":"{0} soniya oldin"}}},"locale":"uz"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
@@ -1,6 +0,0 @@
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":"wɛlɛ","1":"sina","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"kunu"},"day-short":{"0":"wɛlɛ","1":"sina","future":{"other":"+{0} d"},"past":{"other":"-{0} d"},"-1":"kunu"},"day-narrow":{"0":"wɛlɛ","1":"sina","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":"vai-Latn"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
@@ -1,6 +0,0 @@
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":"vai-Vaii"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}
@@ -1,6 +0,0 @@
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":"vai"}
5
- )
6
- }
@@ -1 +0,0 @@
1
- export {}