Skip to content

Commit cf28207

Browse files
committed
More cuisine themes
1 parent 5a8c7c2 commit cf28207

19 files changed

Lines changed: 150 additions & 5 deletions

data/themes/cuisine/african_cuisine.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
{
1111
"themes": [
12+
"egyptian_cuisine",
1213
"ethiopian_cuisine",
1314
"malagasy_cuisine",
1415
"moroccan_cuisine"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Armenian cuisine",
3+
"groupType": "commodity",
4+
"features": [
5+
{
6+
"tags": {
7+
"cuisine": "armenian"
8+
}
9+
}
10+
]
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Basque cuisine",
3+
"groupType": "commodity",
4+
"features": [
5+
{
6+
"tags": {
7+
"cuisine": "basque"
8+
}
9+
}
10+
]
11+
}

data/themes/cuisine/british_cuisine.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"tags": {
77
"cuisine": "british"
88
}
9+
},
10+
{
11+
"themes": [
12+
"english_cuisine"
13+
]
914
}
1015
]
1116
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Bulgarian cuisine",
3+
"groupType": "commodity",
4+
"features": [
5+
{
6+
"tags": {
7+
"cuisine": "bulgarian"
8+
}
9+
}
10+
]
11+
}

data/themes/cuisine/east_asian_cuisine.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"chinese_cuisine",
88
"japanese_cuisine",
99
"korean_cuisine",
10-
"taiwanese_cuisine"
10+
"taiwanese_cuisine",
11+
"tibetan_cuisine"
1112
]
1213
}
1314
]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Egyptian cuisine",
3+
"groupType": "commodity",
4+
"features": [
5+
{
6+
"tags": {
7+
"cuisine": "egyptian"
8+
}
9+
}
10+
]
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "English cuisine",
3+
"groupType": "commodity",
4+
"features": [
5+
{
6+
"tags": {
7+
"cuisine": "english"
8+
}
9+
}
10+
]
11+
}

data/themes/cuisine/european_cuisine.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
"themes": [
1212
"austrian_cuisine",
1313
"balkan_cuisine",
14+
"basque_cuisine",
1415
"belgian_cuisine",
1516
"british_cuisine",
17+
"bulgarian_cuisine",
1618
"croatian_cuisine",
1719
"czech_cuisine",
1820
"danish_cuisine",
@@ -24,6 +26,7 @@
2426
"italian_cuisine",
2527
"polish_cuisine",
2628
"portuguese_cuisine",
29+
"romanian_cuisine",
2730
"spanish_cuisine",
2831
"swedish_cuisine",
2932
"ukrainian_cuisine"

data/themes/cuisine/latin_american_cuisine.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
"themes": [
1212
"cuban_cuisine",
1313
"mexican_cuisine",
14-
"south_american_cuisine"
14+
"salvadoran_cuisine",
15+
"argentinian_cuisine",
16+
"bolivian_cuisine",
17+
"brazilian_cuisine",
18+
"colombian_cuisine",
19+
"peruvian_cuisine",
20+
"venezuelan_cuisine"
1521
]
1622
}
1723
]

0 commit comments

Comments
 (0)