fix rendering of charge in vending_machine

This commit is contained in:
Osmwithspace 2025-03-07 14:06:10 +01:00
parent 72ca7b6fbe
commit d8eb71d4f0

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