forked from MapComplete/MapComplete
Make has_image-option translatable
This commit is contained in:
parent
fe1cd0f120
commit
2542958111
1 changed files with 5 additions and 2 deletions
|
@ -61,7 +61,10 @@
|
||||||
"id": "has_image",
|
"id": "has_image",
|
||||||
"options": [
|
"options": [
|
||||||
{
|
{
|
||||||
"question": "With and without images"
|
"question": {
|
||||||
|
"en":"With and without images",
|
||||||
|
"nl": "Met en zonder afbeelding"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
|
@ -170,4 +173,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue