mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-01 18:21:54 +08:00
Add Korean translation
This commit is contained in:
@@ -9,6 +9,7 @@ A Minimalist Text Adventure Game
|
|||||||
[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) |
|
||||||
[German](http://adarkroom.doublespeakgames.com/?lang=de) |
|
[German](http://adarkroom.doublespeakgames.com/?lang=de) |
|
||||||
|
[Korean](http://adarkroom.doublespeakgames.com/?lang=kr) |
|
||||||
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) |
|
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) |
|
||||||
[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) |
|
||||||
|
|||||||
@@ -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
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -9,5 +9,6 @@ var langs = {
|
|||||||
'ru':'русский',
|
'ru':'русский',
|
||||||
'sv':'svenska',
|
'sv':'svenska',
|
||||||
'pl':'polski',
|
'pl':'polski',
|
||||||
'tr':'türkçe'
|
'tr':'türkçe',
|
||||||
|
'kr':'한국어'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user