-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
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
Romanian issues 259 #260
Romanian issues 259 #260
Conversation
Pull Request Test Coverage Report for Build 838
💛 - Coveralls |
hi @erozqba ! |
Thanks a lot for your contribution @mariaS210 and please accept my apologies for all the time it takes to review and merge this 😭 |
no worries @erozqba i had an excuse to search pictures of puppies on the internet 😄 |
Fixes #259 reported by @silvium
Changes proposed in this pull request:
una
instead ofo
, like on banknotesStatus
How to verify this change
Issues reported:
Different treatment for 2:
num2words(22000, lang='ro')
until now:
douăzeci și doi mie
from now:
douăzeci și două mii
Currency for 100 and 1000 has a different form than years or simply numerals:
num2words(1000, lang='ro', to='currency')
until now:
o mie
from now:
una mie
10.000 - 100.000 with increment by 10.000 were badly represented:
num2words(20000, lang='ro')
until now:
douăzeci și mie/i
from now:
douăzeci mii
Additional notes