savoirfairelinux / num2words

Modules to convert numbers to words. 42 --> forty-two
GNU Lesser General Public License v2.1
813 stars 487 forks source link

Wrong Italian transcription for numbers ending with 18 #552

Open PIPPOHSIOS opened 8 months ago

PIPPOHSIOS commented 8 months ago

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"