Skip to content

Commit ab0f9cd

Browse files
add some popular cuisines that appear to be valid (#252)
add some popular cuisines that appear to be valid this will allow translating this values triggered by streetcomplete/StreetComplete#103 (comment) based on https://taginfo.openstreetmap.org/keys/cuisine#values Co-authored-by: Peter Newman <peternewman@users.noreply.github.com>
1 parent d099bb5 commit ab0f9cd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

data/fields/cuisine.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,24 @@
1616
"kebab": "Kebab",
1717
"indian": "Indian",
1818
"chicken": "Chicken",
19+
"fish": "Fish",
1920
"asian": "Asian",
2021
"french": "French",
22+
"spanish": "Spanish",
23+
"portuguese": "Portuguese",
24+
"russian": "Russian",
25+
"polish": "Polish",
2126
"thai": "Thai",
27+
"korean": "Korean",
2228
"american": "American",
29+
"seafood": "Seafood",
2330
"sushi": "Sushi",
2431
"ice_cream": "Ice Cream",
2532
"german": "German",
2633
"greek": "Greek",
2734
"vietnamese": "Vietnamese",
28-
"turkish": "Turkish"
35+
"turkish": "Turkish",
36+
"lebanese": "Lebanese"
2937
}
3038
},
3139
"terms": [

0 commit comments

Comments
 (0)