TangoAgency / material-intro-screen

Inspired by Heinrich Reimer Material Intro and developed with love from scratch
MIT License
2.71k stars 410 forks source link

permission button - internationalization #176

Closed t0mjoad closed 5 years ago

t0mjoad commented 5 years ago

Hello,

I'm trying to translate permission buttons to different languages. I've different strings.xml files under res/values/strings, with grant_permissions like:

<string name="grant_permissions">Grant permissions</string>

<string name="grant_permissions">Conceder permissões</string>

<string name="grant_permissions">Dar permisos</string>

But it's not really working, string is always in english (default version).

What should I do? Thanks!

t0mjoad commented 5 years ago

Well. I'm sorry for this, but now seems to be working.