diff --git a/assets/layers/food/food.json b/assets/layers/food/food.json index 83d9f3b24e..7445bcdd03 100644 --- a/assets/layers/food/food.json +++ b/assets/layers/food/food.json @@ -421,7 +421,7 @@ }, { "if": "cuisine=sushi", - "icon": "\uD83C\uDF63", + "icon": "🍣", "then": { "en": "Sushi is served here", "nl": "Dit is een sushirestaurant", @@ -473,7 +473,7 @@ }, { "if": "cuisine=chinese", - "icon":"πŸ‡¨πŸ‡³", + "icon": "πŸ‡¨πŸ‡³", "then": { "en": "Chinese dishes are served here", "nl": "Dit is een Chinees restaurant", @@ -537,7 +537,7 @@ }, { "if": "cuisine=mexican ", - "icon": "\uD83D\uDC14", + "icon": "\uD83C\uDDF2\uD83C\uDDFD", "then": { "en": "Mexican dishes are served here", "nl": "Dit is een mexicaans restaurant" @@ -553,7 +553,7 @@ }, { "if": "cuisine=chicken ", - "icon": "\uD83D\uDC14", + "icon": "πŸ”", "then": { "en": "Chicken based dishes are served here", "nl": "Dit is een kiprestaurant" @@ -561,7 +561,7 @@ }, { "if": "cuisine=seafood ", - "icon": "\uD83D\uDC1F", + "icon": "🐟", "then": { "en": "Seafood dishes are served here", "nl": "Dit is een vis- en zeerestaurant" diff --git a/langs/layers/en.json b/langs/layers/en.json index 15ce85eddc..dd308cbc6b 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -4979,6 +4979,18 @@ }, "14": { "then": "Thai dishes are served here" + }, + "15": { + "then": "Mexican dishes are served here" + }, + "16": { + "then": "Japanese dishes are served here" + }, + "17": { + "then": "Chicken based dishes are served here" + }, + "18": { + "then": "Seafood dishes are served here" } }, "question": "What kind of food is served here?", diff --git a/langs/layers/nl.json b/langs/layers/nl.json index e5a33caac1..52917c7626 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -4127,6 +4127,18 @@ }, "14": { "then": "Dit is een ThaΓ―s restaurant" + }, + "15": { + "then": "Dit is een mexicaans restaurant" + }, + "16": { + "then": "Dit is een japans restaurant" + }, + "17": { + "then": "Dit is een kiprestaurant" + }, + "18": { + "then": "Dit is een vis- en zeerestaurant" } }, "question": "Welk soort gerechten worden hier geserveerd?",