- I am using base localization in Xcode 6 to handle localizing my app.
- When I go to Editor > Export for Localization, Xcode is supposed to put all strings from all nibs into an XLIFF file that I then send to translators.
- In a particular nib, I have about 5 labels. Only 1 of them is included in the XLIFF file.
Why would some strings be detected in the nib and not others?
[Update] I just noticed that the strings excluded are attributed strings. Why would Xcode ignore attributed strings? Surely there is a way to include them?