forked from MapComplete/MapComplete
Make question translatable
This commit is contained in:
parent
52543893f6
commit
f6e164e796
1 changed files with 3 additions and 3 deletions
|
@ -73,8 +73,8 @@
|
|||
},
|
||||
{
|
||||
"id": "name",
|
||||
"question": "What is the name of this facility?",
|
||||
"render": "This facility is named <b>{name}</b>",
|
||||
"question": {"en": "What is the name of this facility?"},
|
||||
"render": {"en": "This facility is named <b>{name}</b>"},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
}
|
||||
|
@ -173,4 +173,4 @@
|
|||
"enableRelocation": true,
|
||||
"enableImproveAccuracy": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue