TangoAgency / material-intro-screen

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

Multi language #121

Open marcel3007 opened 7 years ago

marcel3007 commented 7 years ago

Please can you add multi language support? I want to add a german translation for the "Grant permissions" button and the "Please grant needed permissions" text. Maybe you can add a method for passing own strings. Thanks!

zafahix commented 6 years ago

That was very easy!

Add to the strings.xml

<string name="grant_permissions">YOUR TRANSLATION</string>
<string name="please_grant_permissions">YOUR TRANSLATION</string>
<string name="impassable_slide">YOUR TRANSLATION</string>