forked from MapComplete/MapComplete
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:
commit
9254b95237
1 changed files with 8 additions and 8 deletions
|
@ -1026,14 +1026,14 @@
|
|||
"pt": "Quanto custa {product_name}?"
|
||||
},
|
||||
"render": {
|
||||
"en": "{product_name} costs {charge:{product_key}}",
|
||||
"ca": "{product_name} costa {charge:{product_key}}",
|
||||
"de": "{product_name} kostet {charge:{product_key}}",
|
||||
"cs": "{product_name} {charge:{product_key}}",
|
||||
"nl": "{product_name} kost {charge:{product_key}}",
|
||||
"pt_BR": "{product_name} custa {charge:{product_key}}",
|
||||
"es": "Un/Una {product_name} cuesta {charge:{product_key}}",
|
||||
"pt": "{product_name} custa {charge:{product_key}}"
|
||||
"en": "{product_name} costs {charge}",
|
||||
"ca": "{product_name} costa {charge}",
|
||||
"de": "{product_name} kostet {charge}",
|
||||
"cs": "{product_name} {charge}",
|
||||
"nl": "{product_name} kost {charge}",
|
||||
"pt_BR": "{product_name} custa {charge}",
|
||||
"es": "Un/Una {product_name} cuesta {charge}",
|
||||
"pt": "{product_name} custa {charge}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge",
|
||||
|
|
Loading…
Add table
Reference in a new issue