I'm currently working on an Apple Watch app which I'm trying to localize to Spanish.
The Base localization is in English and I'm trying to localize to Spanish.
Here's the problem:
The Storyboard for the Watch App has a file in it called Interface.strings(Spanish (United States)). I see the strings from the Storyboard in there just fine and they have their translations all set.
I have another file called Localizable.strings which is used for the actual code files themselves. This was generated by me using the NSLocalizedString function.
I have set both my phone and my watch to Spanish. When I build/run the app on the watch, it only translates the Strings from the Localizable.strings file but complete ignores the Storyboard localization files. This causes strings in buttons and the title bar to just not translate. Everything else, whatever was done in code, does translate though.
Any ideas?
Running iOS 9 and watch OS 2.