I have the common Info.plist that I want to localize. I also have the InfoPlist.strings which has InfoPlist.Strings (Spanish)
and InfoPlist.Strings (Base)
.
My problem is that when I go to Editor > Export for Localizations...
the XLIFF file it generates does not have any of the Info.plist entries I need to localize in Spanish (My Base localization is English). It also won't include anything I've manually added InfoPlist.strings.
If I manually add them to the XLIFF
, the entries I add get deleted upon Import. If I manually add them to the InfoPlist.Strings (Spanish) and then export, the entries I manually added get wiped out.
I really am at a loss here on how to localize my plist file because whatever direction I go, the entries get deleted.
There's an InfoPlist.strings in my es.lproj
and my base.lproj
folders.
I have to say the only entry that doesn't get wiped out is in my Spanish file for CFBundleName
.