Merge pull request 'fix rendering of charge in vending_machine' (#2345) from Osmwithspace/MapComplete:layer_vending_machine into develop

Reviewed-on: MapComplete/MapComplete#2345
Reviewed-by: Pieter Vander Vennet <pietervdvn@posteo.net>
This commit is contained in:
Pieter Vander Vennet 2025-03-08 00:05:50 +01:00
commit 9254b95237

View file

@ -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",