mwageringel / everest

A mathematical puzzle game
https://mwageringel.github.io/everest/
GNU General Public License v3.0
74 stars 10 forks source link

Allow Translations #4

Closed vrifox closed 2 years ago

vrifox commented 2 years ago

I would like to translate the game to german.

If you're interested and don't know how it's done, here's the documentation. :) I am interested in implementing it myself, but I can't guarantee anything, since my experience with flutter and dart is very limited.

Thanks for this nice game, it's awesome! :tada:

mwageringel commented 2 years ago

Hi Vri, thanks for your interest and the kind words. :) I'd very much welcome your contribution.

So far, I have not looked much into internationalization with Flutter yet, but do not hesitate to let me know if there is anything I can do to assist. To get started, currently all the Flutter widgets are contained in the file lib/main.dart. Also, the first lines of the Makefile are what I use to build the app, which might be of some use.

vrifox commented 2 years ago

Thank you for your fast response and the hints you've given me, I will definitely look into it later. As soon as I make progress I will reply to this Issue. :)