feat: language in recipes

This commit is contained in:
Natalia Cholewa 2026-01-09 14:54:42 +01:00
commit 74b6f25e24
6 changed files with 86 additions and 12 deletions

View file

@ -26,6 +26,7 @@ public class DefaultValueFactory {
return new Recipe(
null,
"Untitled recipe",
"en",
List.of(),
List.of());
}