Good stuff! More translations make it more accessible to users. Nice work by the team 🤙🍾

Reply to this note

Please Login to reply.

Discussion

Agreed, and I'd like to help with translating what I can... I didn't see the link for that though?

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-/strings.xml

You can probably start with an existing template

And replace the string value for the respective string names.

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.

Thanks, I'll play around with it more later!