mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
German: Add Translation
This commit is contained in:
committed by
Blake Grotewold
parent
b249db27fd
commit
fbf8707f81
@@ -4,9 +4,11 @@ A Dark Room
|
||||
A Minimalist Text Adventure Game
|
||||
|
||||
[Click to play](http://adarkroom.doublespeakgames.com/)
|
||||
|
||||
[
|
||||
[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) |
|
||||
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) |
|
||||
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
|
||||
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
|
||||
@@ -17,5 +19,3 @@ A Minimalist Text Adventure Game
|
||||
|
||||
|
||||
[Play on GitHub](http://continuities.github.io/adarkroom)
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
.button{width: 100px !important;}
|
||||
#outsidePanel .button{width: 115px !important;}
|
||||
.eventPanel .button {width: 122px !important;}
|
||||
+3247
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,7 @@
|
||||
var langs = {
|
||||
'en':'english',
|
||||
'fr':'français',
|
||||
'de':'deutsch',
|
||||
'cn':'简体中文',
|
||||
'es': 'español',
|
||||
'uk':'українська',
|
||||
|
||||
Reference in New Issue
Block a user