savoirfairelinux / num2words

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

Num2words swahili #539

Open ZendaInnocent opened 1 year ago

ZendaInnocent commented 1 year ago

Add support for Swahili language

Changes proposed in this pull request:

Status

How to verify this change

from num2words import num2words

sw_text = num2words(9, lang="sw") # tisa

Additional notes

Currently, the project does have support for the Swahili language - this change adds support.