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
|
@ -128,7 +128,7 @@
|
|||
{
|
||||
"id": "charge",
|
||||
"question": {
|
||||
"en": "How much does it cost to press a coin?"
|
||||
"en": "How much does it cost to press a penny?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge",
|
||||
|
@ -140,20 +140,20 @@
|
|||
{
|
||||
"if": "charge=1 EUR",
|
||||
"then": {
|
||||
"en": "It costs 1 euro to press a coin."
|
||||
"en": "It costs 1 euro to press a penny."
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*EUR.*"
|
||||
},
|
||||
{
|
||||
"if": "charge=2 EUR",
|
||||
"then": {
|
||||
"en": "It costs 2 euros to press a coin."
|
||||
"en": "It costs 2 euros to press a penny."
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*EUR.*"
|
||||
}
|
||||
],
|
||||
"render": {
|
||||
"en": "It costs {charge} to press a coin."
|
||||
"en": "It costs {charge} to press a penny."
|
||||
}
|
||||
},
|
||||
"denominations-coins",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue