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",
|
||||
"options": [
|
||||
{
|
||||
"question": "With and without images"
|
||||
"question": {
|
||||
"en":"With and without images",
|
||||
"nl": "Met en zonder afbeelding"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
|
@ -170,4 +173,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue