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",
|
"id": "name",
|
||||||
"question": "What is the name of this facility?",
|
"question": {"en": "What is the name of this facility?"},
|
||||||
"render": "This facility is named <b>{name}</b>",
|
"render": {"en": "This facility is named <b>{name}</b>"},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "name"
|
"key": "name"
|
||||||
}
|
}
|
||||||
|
|
@ -173,4 +173,4 @@
|
||||||
"enableRelocation": true,
|
"enableRelocation": true,
|
||||||
"enableImproveAccuracy": true
|
"enableImproveAccuracy": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue