deangelisdf / write2audiobook

A powerful tool designed to convert text-based documents into engaging audiobooks. Perfect for anyone looking to make reading more accessible, whether for people with visual impairments or for those who simply prefer listening on the go.
MIT License
2 stars 4 forks source link

add language support #3

Open deangelisdf opened 3 months ago

deangelisdf commented 3 months ago

The tool support only italian language, add other language require to configure properly each backend provided to the tool.

To add new language, the developer Need to modify the global dictionary as following:

Desiderable: looking for hard coded strings and generalize it with a global dictionary, as previous one.