num-beauty
Version:
An ultra lightweight module for formatting numbers into human-friendly strings
1 lines • 888 B
JavaScript
export const locale={code:"nl-NL",name:"Nederlands (Dutch)",masks:{postal:"#### @@",phone:"+31-#-##-##-##-##","tax-id":"#########"},currencies:{EUR:{symbol:"€",position:"before"},USD:{symbol:"$",position:"before"},GBP:{symbol:"£",position:"before"}},units:[["",""],["dzd","K"],["mln","M"],["mld","B"],["bln","T"]],speech:{0:"nul",1:"een",2:"twee",3:"drie",4:"vier",5:"vijf",6:"zes",7:"zeven",8:"acht",9:"negen",10:"tien",20:"twintig",30:"dertig",40:"veertig",50:"vijftig",60:"zestig",70:"zeventig",80:"tachtig",90:"negentig",100:"honderd",1e3:"duizend",1e6:"een miljoen",1e9:"een miljard",1e12:"een biljoen",point:"komma",comma:"komma",decimal:"komma",plus:"plus",minus:"min",negative:"negatief",positive:"positief",EUR:"euro",USD:"Amerikaanse dollar",GBP:"Brits pond",JPY:"Japanse yen",CHF:"Zwitserse frank",thousand:"duizend",million:"miljoen",billion:"miljard",trillion:"biljoen"}};