I am trying to localize my Settings.bundle. There does not appear to be anything in Xcode 4 that allows you to add localization to the Settings.bundle similar to localizing a xib file. So I used finder to navigate to the Settings.bundle and copied the en.lproj directory to create directories in the bundle called fr.lproj and de.lproj. From there, you can modify the strings file to localize the titles in the Root.plist.
But the problem is that the new directory is not under source code control. If I try to add the directory to source code control, I get the following error: The operation could not be performed because the selection is invalid.
How can I resolve this problem and get the new settings.bundle directory under source code control?
