nickoneill / PermissionScope

Intelligent iOS permissions UI and unified API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translations and Localized Strings

StuartMorris0 opened this issue · comments

Hello,

Any recommendations for applying localisation strings to the strings used in PermissionScope?

I would prefer to use the cocoapod and override the methods but I was not able to get that working. We could of course copy the framework and edit ourselves but that doesn't seem the best approach.

For example the showDeniedAlert method uses hard coded strings and we want those to be localized.

Thanks

Hey, I see you use an extension called localized which looks for localized string with the relevant text as the key. We will go with that. Thanks