I\'m trying to unlocalize xib and storyboard files, and keep all strings in Localizable.strings. How do I do this in XCode?
I\'ve tried to uncheck all languages in t
In Xcode create a Localizable.strings
file.
In Xcode select the file and on the right panel, checkbox the languages you want for it.
Then copy/pasta the files/strings into the place you want them.
Then remove the old languages for the xib/storyboard.
This is a pretty stupid way, but the only one I found out working if you want to restore the default:
Base.lproj
folder to your main project folder back (within the Finder).