Fix: fix rainbow crossings theme

This commit is contained in:
Pieter Vander Vennet 2023-06-11 22:52:22 +02:00
parent c5300a3fd5
commit 5b291777be
7 changed files with 47 additions and 7 deletions

View file

@ -3023,6 +3023,17 @@
"name": {
"question": "What is the name of this climbing gym?"
},
"rope_rental": {
"mappings": {
"0": {
"then": "A climbing rope can be rented here"
},
"1": {
"then": "A climbing rope can <b>not</b> be rented here"
}
},
"question": "Can one rent a climbing rope here?"
},
"shoe_rental": {
"mappings": {
"0": {
@ -7654,6 +7665,9 @@
},
"5": {
"then": "Basketball is played here"
},
"6": {
"then": "This is a skatepark"
}
},
"question": "Which sport can be played here?",

View file

@ -2913,6 +2913,17 @@
"name": {
"question": "Wat is de naam van dit Klimzaal?"
},
"rope_rental": {
"mappings": {
"0": {
"then": "Een klimtouw kan hier gehuurd worden"
},
"1": {
"then": "Hier kunnen <b>geen</b> klimtouwen gehuurd worden"
}
},
"question": "Kan een klimtouw hier gehuurd worden?"
},
"shoe_rental": {
"mappings": {
"0": {
@ -7332,6 +7343,9 @@
},
"5": {
"then": "Hier kan men basketbal beoefenen"
},
"6": {
"then": "Dit is een skatepark"
}
},
"question": "Welke sporten kan men hier beoefenen?",