Now that Google Translate supports Turkish, you can make the script do Turkish translation just by calling the script with "tr" as the output language.
Here's an example call for German translation:
Code:
<li><a href="/lang/de/">German<img src="/images/de.png" alt="German"></a></li>
Assuming you have a Turkish flag called "tr.png", the same call to translate to Turkish would look like this:
Code:
<li><a href="/lang/tr/">Turkish<img src="/images/tr.png" alt="Turkish"></a></li>