@visulima/humanizer
Version:
Humanizer is a library for humanizing data in a human-readable form.
2 lines (1 loc) • 882 B
JavaScript
import s from"./util/create-duration-language.js";const o={ms:"ms",घं:"h",घंटा:"h",घंटे:"h",दि:"d",दिन:"d",दिनों:"d",दिवस:"d",म:"mo",महीना:"mo",महीने:"mo",माह:"mo",मि:"m",मिनट:"m",मिनिट:"m",मिलीसेकंड:"ms",मिलीसेकेंड:"ms",मिसे:"ms",व:"y",वर्ष:"y",वर्षों:"y",स:"w",सप्ताह:"w",साल:"y",सालों:"y",से:"s",सेकंड:"s",सेकेंड:"s",हफ्ता:"w",हफ्ते:"w"},d=s("साल",m=>m===1?"महीना":"महीने",m=>m===1?"हफ़्ता":"हफ्ते","दिन",m=>m===1?"घंटा":"घंटे","मिनट","सेकंड","मिलीसेकंड","%s में","%s पहले",".",o,",","_");export{d as durationLanguage};