Merge pull request #169 from sungwoncho/master

Korean: Add translation
This commit is contained in:
Blake Grotewold
2014-10-27 14:34:05 -04:00
5 changed files with 3155 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ A Minimalist Text Adventure Game
[Chinese](http://adarkroom.doublespeakgames.com/?lang=cn) |
[French](http://adarkroom.doublespeakgames.com/?lang=fr) |
[German](http://adarkroom.doublespeakgames.com/?lang=de) |
[Korean](http://adarkroom.doublespeakgames.com/?lang=kr) |
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) |
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) |
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
+3
View File
@@ -0,0 +1,3 @@
.button{width: 100px !important;}
#outsidePanel .button{width: 115px !important;}
.eventPanel .button {width: 122px !important;}
File diff suppressed because one or more lines are too long
+3148
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -9,5 +9,6 @@ var langs = {
'ru':'русский',
'sv':'svenska',
'pl':'polski',
'tr':'türkçe'
'tr':'türkçe',
'kr':'한국어'
};