BasioMeusPuga / Lector

Qt based ebook reader
GNU General Public License v3.0
1.51k stars 207 forks source link

Internationalization #16

Closed fitojb closed 6 years ago

fitojb commented 6 years ago

I’d love to share this application with my friends, but there appears to be no support for internationalization. Could this be added eventually?

BasioMeusPuga commented 6 years ago

Absolutely. Much sooner than "eventually", too. This seems like a relatively high priority thing to do.

BasioMeusPuga commented 6 years ago

I've implemented support for translations. I'll put instructions about how to contribute in the README shortly. In the meantime, you'll find untouched .ts files in /resources/translations.

Just open any of those with qt linguist and set to a language of your choosing. Then send the file back to me. That's about it.

fitojb commented 6 years ago

Thanks so much! Here it is: Lector_es.zip

BasioMeusPuga commented 6 years ago

Great. I've integrated the translation into the program. See if it's showing up?

fitojb commented 6 years ago

Yep, they show up for me. Thanks!