mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-12 23:47:13 +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
|
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) |
|
||||||
|
[German](http://adarkroom.doublespeakgames.com/?lang=de) |
|
||||||
[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) |
|
||||||
@@ -17,5 +19,3 @@ A Minimalist Text Adventure Game
|
|||||||
|
|
||||||
|
|
||||||
[Play on GitHub](http://continuities.github.io/adarkroom)
|
[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 = {
|
var langs = {
|
||||||
'en':'english',
|
'en':'english',
|
||||||
'fr':'français',
|
'fr':'français',
|
||||||
|
'de':'deutsch',
|
||||||
'cn':'简体中文',
|
'cn':'简体中文',
|
||||||
'es': 'español',
|
'es': 'español',
|
||||||
'uk':'українська',
|
'uk':'українська',
|
||||||
|
|||||||
Reference in New Issue
Block a user