I was poking through my log today and noticed quite a few google translations happening.
I made a little one line shell script to list out all of the languages that my site has been translated to via google.
I don't know if anyone will find it useful but, I decide to share anyway.
Code:
grep translate access_log | grep hl | sed "s/.*hl\=\(..\).*/\1/g" | sort | uniq
Para mi, es la hora de traducir todo a espaņol.

|