From 55a5183d4aac26cc8a6784509195f14ddc24b12d Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Thu, 26 Nov 2020 12:33:09 +0100 Subject: [PATCH] Translate direction input to German --- assets/themes/benches/benches.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/themes/benches/benches.json b/assets/themes/benches/benches.json index 14444f4..97da64f 100644 --- a/assets/themes/benches/benches.json +++ b/assets/themes/benches/benches.json @@ -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"