Get rid of all non-english files in application bundles
find / ! -name "English.lproj" -name "*.lproj" -type d -exec rm -r -- true ;
Get rid of all non-english files in application bundles
find / ! -name "English.lproj" -name "*.lproj" -type d -exec rm -r -- true ;