Reply
Finding how your site is translated
Old 07-11-2007, 11:27 AM Finding how your site is translated
willcode4beer's Avatar
Webmaster Talker

Posts: 695
Name: Paul Davis
Location: San Francisco
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.
__________________
Paul Davis
willCode4Beer.com (coding for all the right reasons)
willcode4beer is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Reply     « Reply to Finding how your site is translated
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.17356 seconds with 12 queries