UNPKG

@visulima/humanizer

Version:

Humanizer is a library for humanizing data in a human-readable form.

2 lines (1 loc) 757 B
import s from"./util/create-duration-language.js";const o={ms:"ms",आ:"w",आठवडा:"w",आठवडे:"w",ता:"h",तास:"h",दि:"d",दिवस:"d",म:"mo",महिना:"mo",महिने:"mo",मि:"m",मिनिट:"m",मिनिटे:"m",मिलिसे:"ms",मिलिसेकंद:"ms",व:"y",वर्ष:"y",वर्षे:"y",से:"s",सेकंद:"s"},n=s(m=>m===1?"वर्ष":"वर्षे",m=>m===1?"महिना":"महिने",m=>m===1?"आठवडा":"आठवडे","दिवस","तास",m=>m===1?"मिनिट":"मिनिटे","सेकंद","मिलिसेकंद","%s मध्ये","%s पूर्वी",".",o,",","_");export{n as durationLanguage};