Skip to content

Commit

Permalink
Add edible seaweed
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Sep 18, 2024
1 parent 526e8db commit 4e7504a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@
"uniqueVeggies": "You have sampled {0} out of {1} veggies on this app! {2}!"
},
"veggies": {
"clementine": "clementine",
"adzuki bean": "adzuki bean",
"almond": "almond",
"amaranth": "amaranth",
Expand Down Expand Up @@ -261,6 +260,7 @@
"chili pepper": "chili pepper",
"chives": "chives",
"cilantro": "cilantro",
"clementine": "clementine",
"cloudberry": "cloudberry",
"coconut": "coconut",
"collard greens": "collard greens",
Expand Down Expand Up @@ -330,6 +330,7 @@
"mustard greens": "mustard greens",
"napa cabbage": "napa cabbage",
"nectarine": "nectarine",
"nori": "nori",
"oak leaf lettuce": "oakleaf lettuce",
"oat": "oat",
"okra": "okra",
Expand Down Expand Up @@ -398,6 +399,7 @@
"tomato": "tomato",
"triticale": "triticale",
"turnip": "turnip",
"wakame": "wakame",
"walnut": "walnut",
"wasabi": "wasabi",
"watercress": "watercress",
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@
"mustard greens": "sareptansinappi",
"napa cabbage": "kiinankaali",
"nectarine": "nektariini",
"nori": "nori",
"oak leaf lettuce": "tammenlehväsalaatti",
"oat": "kaura",
"okra": "okra",
Expand Down Expand Up @@ -398,6 +399,7 @@
"tomato": "tomaatti",
"triticale": "ruisvehnä",
"turnip": "turnipsi",
"wakame": "wakame",
"walnut": "saksanpähkinä",
"wasabi": "wasabi (maustekrassi)",
"watercress": "vesikrassi",
Expand Down
2 changes: 2 additions & 0 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export const VEGETABLES = [
'eggplant',
'hedgehog mushroom',
'matsutake',
'nori',
'okra',
'olive',
'porcini',
Expand All @@ -177,6 +178,7 @@ export const VEGETABLES = [
'squash',
'tomatillo',
'tomato',
'wakame',
'yellowfoot mushroom',
'zucchini',
];
Expand Down

0 comments on commit 4e7504a

Please sign in to comment.