Merge branch 'develop' into feature/narrowboat

This commit is contained in:
Pieter Vander Vennet 2024-10-03 19:03:44 +02:00
commit b7ac31d912

View file

@ -1042,6 +1042,12 @@
"cs": "Má tento obchod s hranolky vegetariánské občerstvení?"
},
"mappings": [
{
"if": "diet:vegetarian=only",
"then": {
"en": "Serves only vegetarian snacks and burgers"
}
},
{
"if": "diet:vegetarian=yes",
"then": {
@ -1089,6 +1095,12 @@
"cs": "Má tento obchod s hranolky veganské občerstvení?"
},
"mappings": [
{
"if": "diet:vegan=only",
"then": {
"en": "Servers only vegan snacks and burgers"
}
},
{
"if": "diet:vegan=yes",
"then": {