forked from MapComplete/MapComplete
Themes(fritures): Add 'diet:vegan=only' and 'diet:vegetarian=only' options to fritures, fix #2191
This commit is contained in:
parent
279eb63f50
commit
17e95ca594
1 changed files with 12 additions and 0 deletions
|
@ -1042,6 +1042,12 @@
|
||||||
"cs": "Má tento obchod s hranolky vegetariánské občerstvení?"
|
"cs": "Má tento obchod s hranolky vegetariánské občerstvení?"
|
||||||
},
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "diet:vegetarian=only",
|
||||||
|
"then": {
|
||||||
|
"en": "Serves only vegetarian snacks and burgers"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"if": "diet:vegetarian=yes",
|
"if": "diet:vegetarian=yes",
|
||||||
"then": {
|
"then": {
|
||||||
|
@ -1089,6 +1095,12 @@
|
||||||
"cs": "Má tento obchod s hranolky veganské občerstvení?"
|
"cs": "Má tento obchod s hranolky veganské občerstvení?"
|
||||||
},
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "diet:vegan=only",
|
||||||
|
"then": {
|
||||||
|
"en": "Servers only vegan snacks and burgers"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"if": "diet:vegan=yes",
|
"if": "diet:vegan=yes",
|
||||||
"then": {
|
"then": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue