Nope, thats not what I am talking about. Even when installing the OS in one language, all the applications still get all the translations. Think Monolingual or delocalizer.
[code]find -x “$dir” \! \( -path ‘dev*’ \) -and \( -not -path “*English.lproj” -and -not -path “*en.lproj” -and -not -path “*dobe*” \) -and \( -path ‘*.lproj’ \) -exec rm -R \{\} \;[/code]
Running it saves me about 2.5Gb on my images. I have it ignore Adobe stuff because it can get flaky without it, the CS4 suite only has about 150mb of language stuff anyway.
Comments are closed