Turkish: Add Translation

This adds the Turkish translations to the game.

Closes #145
This commit is contained in:
Volkan Ongun
2014-09-04 19:29:42 +03:00
committed by Blake Grotewold
parent 89c2270cc8
commit 23a6376b9b
4 changed files with 3121 additions and 1 deletions
+6 -1
View File
@@ -6,6 +6,11 @@ var langs = {
'uk':'українська',
//'jp':'日本語',
'ru':'русский',
<<<<<<< HEAD
'sv':'svenska',
'pl':'polski'
'pl':'polski',
'tr':'Türkçe'
=======
'tr':'türkçe'
>>>>>>> lowercase correction for lang string.
};