manuelvargastapia / libgen_mobile_app

GNU General Public License v3.0
172 stars 12 forks source link

Adding German translations #12

Closed Than-DE closed 3 years ago

Than-DE commented 3 years ago

11 Added the translations in a new .arb file but I couldn't continue with the testing. Unfortunately, the app doesn't run in debug in my environment.

Than-DE commented 3 years ago

I actually just managed to run the app on my device. If you need me to actually implement the translation, let me know (haven't done that before).

manuelvargastapia commented 3 years ago

The implementation is straightforward. You just need to add the new file. However, you need also update a bunch of automatically generated files to work with translations in this particular case. I do that with Flutter Intl plugin for VSCode. But I can do the test. Don't worry :+1:

What problems did you have running the project? Let me know if you need clearer instructions, so I can improve the README file.

I'll close this PR when I finish the tests. The updates in FDroid usually take some time, nevertheless

Than-DE commented 3 years ago

Yeah I am using Android Studio, so not sure exactly how to set up the file generation. If you could run that, that would be great.

I will explain my problem + solution in a README pull request 👍

manuelvargastapia commented 3 years ago

Ok, I'll do the setup, and thanks for your feedback.

The plugin I mentioned is also available on Android Studio, btw. In case you need it, this is a nice overview and tutorial to implement internationalization/localization in Flutter