num-beauty
Version:
An ultra lightweight module for formatting numbers into human-friendly strings
1 lines • 838 B
JavaScript
export const locale={code:"ko-KR",name:"한국어 (Korean)",masks:{phone:"###-####-####",postal:"#####","resident-id":"######-#######"},currencies:{KRW:{symbol:"₩",position:"before"}},units:[["",""],["천","천"],["만","만"],["억","억"],["조","조"]],speech:{small:["영","일","이","삼","사","오","육","칠","팔","구","십","십일","십이","십삼","십사","십오","십육","십칠","십팔","십구"],tens:["","십","이십","삼십","사십","오십","육십","칠십","팔십","구십"],units:[["",""],["천","천"],["만","만"],["억","억"],["조","조"]],point:"점",minus:"마이너스",currency:{KRW:["원","원"]},currencyJoiner:" ",rules:{tensHyphenate:!1,tensJoiner:"",hundredsJoiner:"",hundredSuffix:"백"},hundredsWords:["","백","이백","삼백","사백","오백","육백","칠백","팔백","구백"]}};