I have this folder pattern:
-Xib
--en.lproj
--- 1.xib
--- 2.xib
--- 3.xib
--ar.lproj
--- 1.xib.strings
--- 2.xib.strings
--- 3.xib.strings
How to inject the localized strings files in ar.lprog into the english xib files in en.lprog IN ONE ibtool command (not typing 3 commands)?