Support for translations
It would be great to make this extraordinary launcher translatable.
Yeah, that would be nice. But the project would need some translators to step in and provide the actual translations. All I can do is move all the strings used in the application to some sort of resource files, make the widgets in the app point to those resources and install the necessary dependencies. Before taking the time to do that, I would like to hear from anyone who would want to help translate the application.
I can translate into French. ;)
i think the translating app with low word count is useless...
I've added this feature in commit 1b7e659, now anyone who wants to contribute with translations can submit a pull request adding a file with the proper name ("app_" + one of the codes listed in the pages referenced here + ".arb") in the "lib/l10n" folder, taking the existing ones as a base. Though, it would be nice to have a friendlier way of doing this using Weblate or something like that.