Translation of the recipe edit page
This commit is contained in:
parent
f059d3c61f
commit
8b4b788562
7 changed files with 112 additions and 53 deletions
|
|
@ -80,6 +80,31 @@ pub enum Sentence {
|
|||
RecipeNotAllowedToEdit,
|
||||
RecipeNotAllowedToView,
|
||||
RecipeNotFound,
|
||||
RecipeTitle,
|
||||
RecipeDescription,
|
||||
RecipeServings,
|
||||
RecipeEstimatedTime,
|
||||
RecipeDifficulty,
|
||||
RecipeDifficultyEasy,
|
||||
RecipeDifficultyMedium,
|
||||
RecipeDifficultyHard,
|
||||
RecipeTags,
|
||||
RecipeLanguage,
|
||||
RecipeIsPublished,
|
||||
RecipeDelete,
|
||||
RecipeAddAGroup,
|
||||
RecipeRemoveGroup,
|
||||
RecipeGroupName,
|
||||
RecipeGroupComment,
|
||||
RecipeAddAStep,
|
||||
RecipeRemoveStep,
|
||||
RecipeStepAction,
|
||||
RecipeAddAnIngredient,
|
||||
RecipeRemoveIngredient,
|
||||
RecipeIngredientName,
|
||||
RecipeIngredientQuantity,
|
||||
RecipeIngredientUnit,
|
||||
RecipeIngredientComment,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue