Open qirtaiba opened 10 years ago
Oh nice! Thank you! Indeed, we need to add support for i18n. Minz (the underlying framework) provides a way to do it. It is used in FreshRSS, my RSS aggregator project, so you can see some examples if you want to help:
app/configuration/application.ini
By the way, I will consider to upgrade Minz with the version from FRSS which provides a lot of improvements like the _t()
wrapper for Minz_Translate::t()
and dynamic loading of classes.
If you want more information, don't hesitate to ask me :)
I have made a roughly translated version at http://schedule.bestbits.net. Let me know how it would be best to contribute these translations. It looks like some i18n code needs to be written first.