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

@ -0,0 +1,20 @@
{
"undefined": {
"phone": {
"question": "What is the phone number of {name}?"
},
"email": {
"question": "What is the email address of {name}?"
},
"website": {
"question": "What is the website of {name}?"
},
"description": {
"question": "Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span>"
},
"opening_hours": {
"question": "What are the opening hours of {name}?",
"render": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"
}
}
}