Translate direction input to German
This commit is contained in:
parent
09e25f195b
commit
55a5183d4a
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue