I'm working on a new project with an old dependency. The dependency has localization which is sorted in directories with the longer format names (English.lproj, German.lproj, etc.), but the new project is using the newer country codes (en.lproj, de.lproj).
Is there a hassle-free way to handle this? The old dependency is also used in a few other projects so I'd like to avoid ripping it apart too much if possible.