feat: language in recipes
This commit is contained in:
parent
1c9ffb9d13
commit
74b6f25e24
6 changed files with 86 additions and 12 deletions
|
|
@ -26,6 +26,7 @@ public class DefaultValueFactory {
|
|||
return new Recipe(
|
||||
null,
|
||||
"Untitled recipe",
|
||||
"en",
|
||||
List.of(),
|
||||
List.of());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue