Fix: await 'country' to be loaded

This commit is contained in:
Pieter Vander Vennet 2023-07-18 01:53:37 +02:00
parent e3a73d551a
commit 3c5bde1ae3
6 changed files with 102 additions and 35 deletions

View file

@ -9400,6 +9400,17 @@
}
}
},
"fixate-north": {
"mappings": {
"0": {
"then": "Allow to rotate the map"
},
"1": {
"then": "Always keep north pointing up"
}
},
"question": "Should north always be up?"
},
"inbox": {
"mappings": {
"0": {

View file

@ -635,6 +635,9 @@
"render": "It costs {charge} to press a penny."
},
"coin": {
"freeform": {
"placeholder": "Coin type (e.g. 10cent)"
},
"mappings": {
"0": {
"then": "This penny press uses a 2 cent coin for pressing."
@ -644,9 +647,16 @@
},
"2": {
"then": "This penny press uses a 10 cent coin for pressing."
},
"3": {
"then": "This penny press uses a 25 cent coin for pressing."
},
"4": {
"then": "This penny press uses a 50 cent coin for pressing."
}
},
"question": "What coin is used for pressing?"
"question": "What coin is used for pressing?",
"render": "This penny press uses a {coin:type} coin for pressing."
},
"designs": {
"freeform": {