Chore: formatting

This commit is contained in:
Pieter Vander Vennet 2024-06-16 16:06:26 +02:00
parent 35eff07c80
commit c08fe03ed0
422 changed files with 31594 additions and 43019 deletions

View file

@ -891,14 +891,16 @@
"bicycle_light",
{
"en": "bicycle light",
"nl": "een fietslichtje"
"nl": "een fietslichtje",
"de": "Fahrradlicht"
}
],
[
"condom",
{
"en": "a condom",
"nl": "een condoom"
"nl": "een condoom",
"de": "ein Kondom"
}
]
]
@ -917,20 +919,20 @@
"pt": "Quanto custa {product_name}?"
},
"render": {
"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": "{product_name} cuesta {charge}",
"pt": "{product_name} custa {charge}"
"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": "{product_name} cuesta {charge:{product_key}}",
"pt": "{product_name} custa {charge:{product_key}}"
},
"freeform": {
"key": "charge",
"type": "currency",
"inline": true,
"postfixDistinguished": "{product_key}"
"postfixDistinguished": "{product_key}"
},
"condition": "vending~.*{product_key}.*"
}