You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
num2words(118, lang='it') = "centodicotto" # and other numbers ending with 18, the ending should always be "diciotto"
The text was updated successfully, but these errors were encountered:
PIPPOHSIOS
changed the title
Wrong italian transcription for numbers ending with 18
Wrong Italian transcription for numbers ending with 18
Dec 22, 2023
Expected Behaviour
num2words(118, lang='it') = "centodiciotto"
Actual Behaviour
num2words(118, lang='it') = "centodicotto" # and other numbers ending with 18, the ending should always be "diciotto"
The text was updated successfully, but these errors were encountered: