Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Localization Update

So I have localized a storyboard in Xcode using Use Base Internationalization.

I went in and translated all the strings in the strings files. Yay. That took forever.

Now I added a new element in the base file of my storyboard. It has a label in it, with a string that I need to internationalize. I saved it, built it, etc. But that new element is nowhere to be found in my pretty strings files.

Please do not tell me that I now have to manually add ALL of my elements?

like image 940
mschultz Avatar asked Dec 13 '12 22:12

mschultz


1 Answers

Manually find the object ID in IB's inspector(under the class section). Manually write those new element yourself.

like image 142
MatthewLuiHK Avatar answered Oct 19 '22 08:10

MatthewLuiHK