nickoneill / PermissionScope

Intelligent iOS permissions UI and unified API
MIT License
4.84k stars 506 forks source link

How to use localization file? #155

Closed jimmyzzzzzzz closed 8 years ago

jimmyzzzzzzz commented 8 years ago

Hello, I installed PermissionScope with Pods. the .strings files are not included. where should I place German.strings file if I want it to localize it to German?

bre7 commented 8 years ago

You need to download it and add it to your project. Eg: http://www.raywenderlich.com/64401/internationalization-tutorial-for-ios-2014

jimmyzzzzzzz commented 8 years ago

Hi, thanks for the link explaining how localizable strings work. However, my project has a different structure, I tried to follow the tutorial but it doesn't apply to my project. I have 2 projects in my workspace, one is Pods and the other is my own project. Should I put Localizable string it in Pods/PermissionScope or my own project?

bre7 commented 8 years ago

Your own

Edit: Closing issue for now