We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
301661 -> ÜçyüzBirbinaltıyüzaltmışbir
301661 -> Üçyüzbinaltıyüzaltmışbir
we saw the problem only for number one (1) it works properly except 1.
For Example; num2words(306661.0, lang='tr') 'üçyüzaltıbinaltıyüzaltmışbir'
The text was updated successfully, but these errors were encountered:
num2words(301661.10, lang='tr', to="currency") 'üçyüzbinaltıyüzaltmışbirliradokuzkuruş'
Expected; 'üçyüzbirbinaltıyüzaltmışbirliraonkuruş'
Sorry, something went wrong.
'üçyüzbirbinaltıyüzaltmışbirliraonkuruş'
How can you expect 'birbin'?
'üçyüzbirbinaltıyüzaltmışbirliraonkuruş' How can you expect 'birbin'?
Because it suppose to be like that. Then just try to text 301661 to words.
I got it now, I will check in the closest available time.
No branches or pull requests
Expected Behaviour
301661 -> ÜçyüzBirbinaltıyüzaltmışbir
Actual Behaviour
301661 -> Üçyüzbinaltıyüzaltmışbir
we saw the problem only for number one (1) it works properly except 1.
For Example;
num2words(306661.0, lang='tr')
'üçyüzaltıbinaltıyüzaltmışbir'
The text was updated successfully, but these errors were encountered: