diff --git a/src/i18n/en.json b/src/i18n/en.json index e478c62..5166ec1 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -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", @@ -261,6 +260,7 @@ "chili pepper": "chili pepper", "chives": "chives", "cilantro": "cilantro", + "clementine": "clementine", "cloudberry": "cloudberry", "coconut": "coconut", "collard greens": "collard greens", @@ -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", @@ -398,6 +399,7 @@ "tomato": "tomato", "triticale": "triticale", "turnip": "turnip", + "wakame": "wakame", "walnut": "walnut", "wasabi": "wasabi", "watercress": "watercress", diff --git a/src/i18n/fi.json b/src/i18n/fi.json index 898ecfb..34fd6d6 100644 --- a/src/i18n/fi.json +++ b/src/i18n/fi.json @@ -330,6 +330,7 @@ "mustard greens": "sareptansinappi", "napa cabbage": "kiinankaali", "nectarine": "nektariini", + "nori": "nori", "oak leaf lettuce": "tammenlehväsalaatti", "oat": "kaura", "okra": "okra", @@ -398,6 +399,7 @@ "tomato": "tomaatti", "triticale": "ruisvehnä", "turnip": "turnipsi", + "wakame": "wakame", "walnut": "saksanpähkinä", "wasabi": "wasabi (maustekrassi)", "watercress": "vesikrassi", diff --git a/src/utils/constants.ts b/src/utils/constants.ts index f55252c..fbadad0 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -167,6 +167,7 @@ export const VEGETABLES = [ 'eggplant', 'hedgehog mushroom', 'matsutake', + 'nori', 'okra', 'olive', 'porcini', @@ -177,6 +178,7 @@ export const VEGETABLES = [ 'squash', 'tomatillo', 'tomato', + 'wakame', 'yellowfoot mushroom', 'zucchini', ];