Open albanobattistella opened 2 years ago
Hi, right now all strings are hardcoded in the source code, but I could extract them to a separate file so they can be translated. Maybe I'll do that if I have time during the holidays, but no promises though ;)
Out of curiosity: Would you like to use the app for an italian school, or for a german school but with an italian user interface? I'm asking because I thought digitalesregister.it was only used by german schools....
Out of curiosity: Would you like to use the app for an italian school, or for a german school but with an italian user interface? I'm asking because I thought digitalesregister.it was only used by german schools....
I would like to use it for italian schools with italian language interface if possible. I'll do the translation myself.
I extracted all strings into a .arb file on the l10n
branch: https://github.com/miDeb/digitales_register/blob/l10n/lib/l10n/intl_messages.arb. I think you should now be able to translate it. Please let me know if there's something that's unclear, as this is the first time I'm adding translations to an app :smile:
I extracted all strings into a .arb file on the
l10n
branch: https://github.com/miDeb/digitales_register/blob/l10n/lib/l10n/intl_messages.arb. I think you should now be able to translate it. Please let me know if there's something that's unclear, as this is the first time I'm adding translations to an app smile
Hi, thank you! :-)
Hi, Is possible to add file po for other translations? thanks!