Reputation: 21157
When I click on localizing a storyboard I usullay get a .strings file, but in a pod I only get the option to create a whole new storyboard for localization:
Before localizing:
After localizing:
How can I get a strings file instead of new storyboards?
Upvotes: 2
Views: 55
Reputation: 21157
I just found the problem. It seems that you only get that option if you have a base Internationalization. Which means that the "Use Base Internationalization" checkbox in the Project's Info tab has to be checked:
Upvotes: 2