num-beauty
Version:
An ultra lightweight module for formatting numbers into human-friendly strings
1 lines • 1.31 kB
JavaScript
export const locale={code:"hi-IN",name:"हिन्दी (Hindi)",masks:{phone:"####-###-####",postal:"### ###",pan:"AAAAA####A",aadhaar:"####-####-####"},currencies:{INR:{symbol:"₹",position:"before"}},units:[["",""],["हज़ार","हज़ार"],["लाख","लाख"],["करोड़","करोड़"],["अरब","अरब"]],speech:{small:["शून्य","एक","दो","तीन","चार","पांच","छह","सात","आठ","नौ","दस","ग्यारह","बारह","तेरह","चौदह","पंद्रह","सोलह","सत्रह","अठारह","उन्नीस"],tens:["","दस","बीस","तीस","चालीस","पचास","साठ","सत्तर","अस्सी","नब्बे"],units:[["",""],["हज़ार","हज़ार"],["लाख","लाख"],["करोड़","करोड़"],["अरब","अरब"]],point:"दशमलव",minus:"ऋण",currency:{INR:["रुपया","रुपये"]},currencyJoiner:" ",rules:{tensHyphenate:!1,tensJoiner:" ",hundredsJoiner:" ",hundredSuffix:"सौ"},hundredsWords:["","एक सौ","दो सौ","तीन सौ","चार सौ","पांच सौ","छह सौ","सात सौ","आठ सौ","नौ सौ"]}};