zorzalo3 / zorza

https://zorza.lo3.wroc.pl
GNU Affero General Public License v3.0
14 stars 4 forks source link

Add translations to other languages #68

Open opti0 opened 1 year ago

opti0 commented 1 year ago

To help the project develop, I suggest adding translations into additional languages:

DietPawel commented 1 year ago

Let me suggest some improvements regarding translations.

Firstly I suggest to integrate with translation service like transifex, which claims to be free for ever for open source projects. This Way it is easier to find translators and translating requires zero technical knowledge about the project.

Secondly. Managing translations can be automated. For example with using github actions or some ready transifex integration.

opti0 commented 1 year ago

Firstly I suggest to integrate with translation service like transifex, which claims to be free for ever for open source projects. This Way it is easier to find translators and translating requires zero technical knowledge about the project.

Sounds good. I'll try to implement it.