mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-26 06:12:30 +08:00
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:
@@ -3,17 +3,18 @@ A Dark Room
|
|||||||
|
|
||||||
A Minimalist Text Adventure Game
|
A Minimalist Text Adventure Game
|
||||||
|
|
||||||
[Click to play](http://adarkroom.doublespeakgames.com/)
|
[Click to play](http://adarkroom.doublespeakgames.com/)
|
||||||
[
|
[
|
||||||
[Chinese](http://adarkroom.doublespeakgames.com/?lang=cn) |
|
[Chinese](http://adarkroom.doublespeakgames.com/?lang=cn) |
|
||||||
[French](http://adarkroom.doublespeakgames.com/?lang=fr) |
|
[French](http://adarkroom.doublespeakgames.com/?lang=fr) |
|
||||||
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) |
|
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) |
|
||||||
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
|
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
|
||||||
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
|
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
|
||||||
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk) |
|
[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)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
[Play on GitHub](http://continuities.github.io/adarkroom)
|
[Play on GitHub](http://continuities.github.io/adarkroom)
|
||||||
|
|
||||||
|
|||||||
@@ -6,11 +6,7 @@ var langs = {
|
|||||||
'uk':'українська',
|
'uk':'українська',
|
||||||
//'jp':'日本語',
|
//'jp':'日本語',
|
||||||
'ru':'русский',
|
'ru':'русский',
|
||||||
<<<<<<< HEAD
|
|
||||||
'sv':'svenska',
|
'sv':'svenska',
|
||||||
'pl':'polski',
|
'pl':'polski',
|
||||||
'tr':'Türkçe'
|
|
||||||
=======
|
|
||||||
'tr':'türkçe'
|
'tr':'türkçe'
|
||||||
>>>>>>> lowercase correction for lang string.
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user