feat(seed): add aliases for milk, yoghurt, crème fraiche and carrot
This commit is contained in:
@@ -131,7 +131,7 @@ export const SEED_INGREDIENTS: SeedIngredient[] = [
|
||||
n: { kcal: 60, p: 3.4, k: 4.7, f: 3, mf: 1.9, s: 4.7, salt: 0.1 },
|
||||
shelfLifeGuidance: { fridge: 7 },
|
||||
defaultPriceMinorPerKg: 1600,
|
||||
aliases: ["mjölk", "helmjölk"],
|
||||
aliases: ["mjölk 3", "mjolk 3", "standardmjölk", "standardmjolk", "mjölk", "helmjölk"],
|
||||
}),
|
||||
ing("milk_1_5", "Mellanmjölk 1,5 %", "Semi-skimmed milk", "mejeri", {
|
||||
...vgt,
|
||||
@@ -174,7 +174,7 @@ export const SEED_INGREDIENTS: SeedIngredient[] = [
|
||||
shelfLifeGuidance: { fridge: 7 },
|
||||
defaultPriceMinorPerKg: 5500,
|
||||
}),
|
||||
ing("creme_fraiche", "Crème fraiche", "Crème fraîche", "mejeri", {
|
||||
ing("creme_fraiche", "Crème fraiche", "Crème fraîche", "mejeri", { aliases: ["creme fraiche", "crème fraiche 32%", "creme fraiche 32%", "crème fraiche 32 %", "creme fraiche 32 %"],
|
||||
...vgt,
|
||||
defaultUnit: "DECILITER",
|
||||
densityGPerMl: 1,
|
||||
@@ -193,7 +193,7 @@ export const SEED_INGREDIENTS: SeedIngredient[] = [
|
||||
defaultPriceMinorPerKg: 4500,
|
||||
aliases: ["kesella"],
|
||||
}),
|
||||
ing("yoghurt_natural", "Naturell yoghurt 3 %", "Plain yogurt", "mejeri", {
|
||||
ing("yoghurt_natural", "Naturell yoghurt 3 %", "Plain yogurt", "mejeri", { aliases: ["yoghurt", "yogurt", "naturell yoghurt", "grekisk yoghurt", "greek yogurt", "grekisk style yoghurt", "greek style yogurt"],
|
||||
...vgt,
|
||||
defaultUnit: "DECILITER",
|
||||
densityGPerMl: 1.03,
|
||||
@@ -392,7 +392,7 @@ export const SEED_INGREDIENTS: SeedIngredient[] = [
|
||||
shelfLifeGuidance: { pantry: 60 },
|
||||
defaultPriceMinorPerKg: 9000,
|
||||
}),
|
||||
ing("carrot", "Morot", "Carrot", "gronsaker", {
|
||||
ing("carrot", "Morot", "Carrot", "gronsaker", { aliases: ["morötter", "morotter", "carrots"],
|
||||
...veg,
|
||||
defaultUnit: "COUNT",
|
||||
gramsPerPiece: 125,
|
||||
|
||||
Reference in New Issue
Block a user