I've started an iOS project in XCode 9 and had all the texts and titles in English. When I localized the storyboard magically it creates a Strings file with all the object ids for the UI elements for the language spanish with and the text I should replace for that language.
Something like this: "zxERt-qWop.title"="Texto en espanol"
I noticed when I add an element, let say a label to the storyboard, it doesn't add the objectID automatically which means I would have to write it manually.
Is there an option to add all new objects id to the storyboard string file as is done when you do the localization setup?