Add some fields to recipe view
This commit is contained in:
parent
54989f3212
commit
afd42ba1d0
6 changed files with 44 additions and 2 deletions
|
|
@ -107,6 +107,11 @@ pub enum Sentence {
|
|||
RecipeIngredientQuantity,
|
||||
RecipeIngredientUnit,
|
||||
RecipeIngredientComment,
|
||||
|
||||
// View Recipe.
|
||||
RecipeOneServing,
|
||||
RecipeSomeServings,
|
||||
RecipeEstimatedTimeMinAbbreviation,
|
||||
}
|
||||
|
||||
pub const DEFAULT_LANGUAGE_CODE: &str = "en";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue