Translatable permissions buttons
Could this option be added? It's strange to have the whole application in one language and the buttons always in english.
Maybe the translation string could be passed as a second option to the neededPermissions and possiblePermissions methods.
Many thanks!
Good idea, we'll add that to todo list. ;)
@bezmian Thanks! :)
We also need this feature. Please try to include it into the next release. Thanks.
Also faced this one. Would love it to be added.
@proudh0n @volvciklum @xp-vit
For now you can simply override grant_permissions ( mis_grant_permissions in the upcoming 0.0.6 version). But we can't guarantee that we will not change this string resource name in future it is not recommended solution.
However, in next 0.0.6 we will provide:
- possibility to set default permission button text (
@StringRes) on MaterialIntroActivity - possibility to override default permission button text on each slide (
@StringRes) using SlideFragmentBuilder - library by default will use
grant_permissions(mis_grant_permissionssince 0.0.6 version) string resource
@proudh0n @volvciklum @xp-vit it would be great if you could add translations for default grant_permissions text in your languages and create some PRs ;). It will be much easier for other library users if it will have default translations out of the box ;)
So guys what do you think about it?
Cheers!
@radzio Of course, I'll translate the strings as soon as possible. Many thanks for implementing the feature
Could this issue be merged/closed during next 1-2 weeks? Any chance?