Merge develop

This commit is contained in:
Pieter Vander Vennet 2025-03-26 01:07:57 +01:00
parent 830cbc69e7
commit c1f78449f7

View file

@ -167,10 +167,10 @@
{
"id": "inscription",
"question": {
"en": "What is the inscription in this wayside shrine?"
"en": "Is there an inscription?"
},
"render": {
"en": "The inscription on this shrine is <b>{inscription}</b>"
"en": "The inscription is <b>{inscription}</b>"
},
"freeform": {
"key": "inscription"
@ -179,13 +179,19 @@
{
"if": "not:inscription=yes",
"then": {
"en": "This wayside shrine does not have an inscription"
"en": "No inscription"
}
},
{
"if": "inscription=Ave Maria",
"then": {
"en": "The inscription on this shrine is <b>Ave Maria</b>"
"en": "The inscription is <b>Ave Maria</b>"
}
},
{
"if": "inscription=I.N.R.I",
"then": {
"en": "The inscription is <b>I.N.R.I.</b>"
}
}
]
@ -470,18 +476,6 @@
]
}
},
{
"question": {
"en": "What is the inscription on this {title()}?"
},
"id": "wayside_inscription",
"freeform": {
"key": "inscription"
},
"render": {
"en": "The inscription on this {title()} is: {inscription}"
}
},
"level"
],
"deletion": {