pycnnum icon indicating copy to clipboard operation
pycnnum copied to clipboard

keep_zeros not working

Open robert1112 opened this issue 2 years ago • 0 comments

Hello

In the code below, i will get there is no such argument. Is it removed? Thank you.

def update_amount_in_chines_word(self):
		if self.amount:
			self.amount_in_chines_word = num2cn(self.amount, traditional=True, capitalize=False, alt_two=False,  keep_zeros=False)

robert1112 avatar Mar 12 '23 18:03 robert1112