feat: German translations for TheMealDB recipes + recipe detail view

- Add GermanTranslator service with 200+ ingredient and meal name mappings
- Translate titles and ingredients when fetching from TheMealDB
- Add click-to-view recipe detail modal on week plan meal cards
- Import RecipeDetail component in WeekPlanView

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-16 07:20:08 +00:00
parent 2004883e02
commit 165acc9d22
4 changed files with 203 additions and 3 deletions

View File

@@ -95,6 +95,7 @@ public class TheMealDbClient(HttpClient httpClient)
recipe.Ingredients.Add(ingredient);
}
GermanTranslator.TranslateRecipe(recipe);
return recipe;
}