Add some fields to recipe view

This commit is contained in:
Greg Burri 2025-01-15 20:30:19 +01:00
parent 54989f3212
commit afd42ba1d0
6 changed files with 44 additions and 2 deletions

View file

@ -107,6 +107,11 @@ pub enum Sentence {
RecipeIngredientQuantity,
RecipeIngredientUnit,
RecipeIngredientComment,
// View Recipe.
RecipeOneServing,
RecipeSomeServings,
RecipeEstimatedTimeMinAbbreviation,
}
pub const DEFAULT_LANGUAGE_CODE: &str = "en";