|  | @@ -159,7 +159,7 @@ module.exports = {
 | 
	
		
			
				|  |  |              let capChars, unitChars;
 | 
	
		
			
				|  |  |              if (isTraditionalCap) {
 | 
	
		
			
				|  |  |                  capChars = ["零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖"];
 | 
	
		
			
				|  |  | -                unitChars = ["" , "拾", "佰", "仟", "萬", "拾", "佰", "仟", "亿", "拾", "佰", "仟", "万"];
 | 
	
		
			
				|  |  | +                unitChars = ["" , "拾", "佰", "仟", "万", "拾", "佰", "仟", "亿", "拾", "佰", "仟", "万"];
 | 
	
		
			
				|  |  |              } else {
 | 
	
		
			
				|  |  |                  capChars = ["零", "一", "二", "三", "四", "五", "六", "七", "八", "九"];
 | 
	
		
			
				|  |  |                  unitChars = ["" , "十", "百", "千", "万", "十", "百", "千", "亿", "十", "百", "千", "万"];
 |