forked from MapComplete/MapComplete
fix rendering of charge in vending_machine
This commit is contained in:
parent
72ca7b6fbe
commit
d8eb71d4f0
1 changed files with 8 additions and 8 deletions
|
@ -1026,14 +1026,14 @@
|
||||||
"pt": "Quanto custa {product_name}?"
|
"pt": "Quanto custa {product_name}?"
|
||||||
},
|
},
|
||||||
"render": {
|
"render": {
|
||||||
"en": "{product_name} costs {charge:{product_key}}",
|
"en": "{product_name} costs {charge}",
|
||||||
"ca": "{product_name} costa {charge:{product_key}}",
|
"ca": "{product_name} costa {charge}",
|
||||||
"de": "{product_name} kostet {charge:{product_key}}",
|
"de": "{product_name} kostet {charge}",
|
||||||
"cs": "{product_name} {charge:{product_key}}",
|
"cs": "{product_name} {charge}",
|
||||||
"nl": "{product_name} kost {charge:{product_key}}",
|
"nl": "{product_name} kost {charge}",
|
||||||
"pt_BR": "{product_name} custa {charge:{product_key}}",
|
"pt_BR": "{product_name} custa {charge}",
|
||||||
"es": "Un/Una {product_name} cuesta {charge:{product_key}}",
|
"es": "Un/Una {product_name} cuesta {charge}",
|
||||||
"pt": "{product_name} custa {charge:{product_key}}"
|
"pt": "{product_name} custa {charge}"
|
||||||
},
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "charge",
|
"key": "charge",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue