feat: add some more titles
This commit is contained in:
@ -32,6 +32,7 @@ export type Recipe = {
|
||||
preparation?: string;
|
||||
tags: string[];
|
||||
meta?: {
|
||||
time?: string;
|
||||
link?: string;
|
||||
image?: string;
|
||||
rating?: number;
|
||||
@ -57,7 +58,7 @@ function parseIngredientItem(listItem: DocumentChild): Ingredient | undefined {
|
||||
teaSpoon: {
|
||||
short: "TL",
|
||||
plural: "Tea Spoon",
|
||||
alternates: ["tl", "TL", "Tsp", "tsp"],
|
||||
alternates: ["tl", "TL", "Tsp", "tsp", "teaspoon"],
|
||||
},
|
||||
litre: {
|
||||
short: "L",
|
||||
|
Reference in New Issue
Block a user