Add Turkish to README

This adds a link to Turkish translation on README and fixes an issue
with lang.js where a merge conflict was squashed into a rebase.
This commit is contained in:
Blake Grotewold
2014-10-03 09:38:20 -04:00
parent 23a6376b9b
commit 3203f490fc
2 changed files with 6 additions and 9 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ A Minimalist Text Adventure Game
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk) |
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl)
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) |
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr)
]
-4
View File
@@ -6,11 +6,7 @@ var langs = {
'uk':'українська',
//'jp':'日本語',
'ru':'русский',
<<<<<<< HEAD
'sv':'svenska',
'pl':'polski',
'tr':'Türkçe'
=======
'tr':'türkçe'
>>>>>>> lowercase correction for lang string.
};