Damus
Ezofox · 161w
I think you’ll need to create a strings.xml file with the strings and their translation. Here’s an example in Spanish https://github.com/vitorpamplona/amethyst/tree/main/app/src/main/res/values-es Have to probably create one in app/src/main/res/values-<languageshortcode>/strings.xml You can ...
MaxMoney21M⚡ · 161w
Yes right now we are doing direct XML translations. If anyone wants to translate something and doesn't know git please feel free to just post your translation and tag me, I will open a PR for them.
Johano · 161w
Thanks, I'll play around with it more later!