Thursday, August 14, 2008

Removing non-english localizations on mac os x

I found this command on macupdate:

sudo find / -not -name English.lproj -name "*.lproj" -exec rm -r {} \;

and ran it. It seems to have saved about 3 Gb from the Application directory, and about 5 GB total.