Translate direction input to German

This commit is contained in:
Flo Edelmann 2020-11-26 12:33:09 +01:00 committed by GitHub
parent 09e25f195b
commit 55a5183d4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,8 +193,12 @@
{
"question": {
"en": "In which direction are you looking when sitting on the bench?"
"de": "In welche Richtung schaut man, wenn man auf der Bank sitzt?"
},
"render": {
"en": "When sitting on the bench, one looks towards {direction}°.",
"de": "Wenn man auf der Bank sitzt, schaut man in Richtung {direction}°."
},
"render": "When sitting on the bench, one looks towards {direction}*",
"freeform": {
"key": "direction",
"type": "direction"