Add translation files for shared questions

This commit is contained in:
Pieter Vander Vennet 2021-06-08 19:08:19 +02:00
parent 9a13df9130
commit a8a4b797fd
7 changed files with 97 additions and 9 deletions

View file

@ -71,12 +71,14 @@
"question": {
"en": "What are the opening hours of {name}?",
"fr": "Quelles sont les horaires d'ouverture de {name}?",
"de": "Was sind die Öffnungszeiten von {name}?"
"de": "Was sind die Öffnungszeiten von {name}?",
"nl": "Wat zijn de openingsuren van {name}?"
},
"render": {
"de": "<h3>Öffnungszeiten</h3>{opening_hours_table(opening_hours)}",
"fr": "<h3>Horaires d'ouverture</h3>{opening_hours_table(opening_hours)}",
"en": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"
"en": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}",
"nl": "<h3>Openingsuren</h3>{opening_hours_table(opening_hours)}"
},
"freeform": {
"key": "opening_hours",
@ -92,4 +94,4 @@
"#": "Prints all the tags",
"render": "{all_tags()}"
}
}
}