Project has en, es and ar localizations. For support Arabian UI I've added changed .xib files to ar.lproj.
So, now project has following structure:
en.lproj
- Localizable.strings
- One.xib
- Two.xib
- Three.xib
es.lproj
- Localizable.strings
ar.lproj
- Localizable.strings
- One.xib
Note: I don't need to change UI of Two.xib and Three.xib for Arabian locale and need to change nothing for Spanish.
In this case when I try to load any .xib for Spanish locale - I get error 'cannot load nib'.
Is there any way to avoid adding each .xib file to each defined locale?
Thank you in advance.