I have this project that i need to add a translation to. I already know how to add localisation to single image files, but there are 200+ images with text on it in that proj
What I do is create my localizable directories (en.lproj, fr_FR.lproj, etc) then I will drag all the localizable images into their respective directories, then add all the new images to the Xcode project. Xcode is smart enough to realize that the same image name exists in multiple .lproj directories
So, to reiterate: