forked from MapComplete/MapComplete
Fix: await 'country' to be loaded
This commit is contained in:
parent
e3a73d551a
commit
3c5bde1ae3
6 changed files with 102 additions and 35 deletions
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue