forked from MapComplete/MapComplete
Move level under overriden value to fix translations
This commit is contained in:
parent
7fdd532fdc
commit
80ec8f1ee1
1 changed files with 5 additions and 10 deletions
|
@ -83,7 +83,6 @@
|
||||||
},
|
},
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
"images",
|
"images",
|
||||||
"level",
|
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"en": "What is the name of this shop?",
|
"en": "What is the name of this shop?",
|
||||||
|
@ -94,18 +93,13 @@
|
||||||
"de": "Wie ist der Name dieses Geschäfts?",
|
"de": "Wie ist der Name dieses Geschäfts?",
|
||||||
"es": "¿Cual es el nombre de esta tienda?"
|
"es": "¿Cual es el nombre de esta tienda?"
|
||||||
},
|
},
|
||||||
"render": "This shop is called <i>{name}</i>",
|
"render": {
|
||||||
|
"en": "This shop is called <i>{name}</i>"
|
||||||
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "name"
|
"key": "name"
|
||||||
},
|
},
|
||||||
"id": "shops-name",
|
"id": "shops-name"
|
||||||
"en": {
|
|
||||||
"question": "What kind of shop is this?",
|
|
||||||
"render": "This is a {shop}"
|
|
||||||
},
|
|
||||||
"nl": {
|
|
||||||
"question": "Wat voor soort winkel is dit?"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"builtin": "id_presets.shop_types",
|
"builtin": "id_presets.shop_types",
|
||||||
|
@ -132,6 +126,7 @@
|
||||||
"email",
|
"email",
|
||||||
"phone",
|
"phone",
|
||||||
"payment-options",
|
"payment-options",
|
||||||
|
"level",
|
||||||
{
|
{
|
||||||
"id": "copyshop-print-sizes",
|
"id": "copyshop-print-sizes",
|
||||||
"condition": {
|
"condition": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue