i18n: fix IT/FR/ES parity gaps in dashboard + memoro

- dashboard: +5 Einträge pro Sprache für die beiden neuen Widgets
  activity_feed + articles_unread.
- memoro: +1 Eintrag pro Sprache für memo.load_more.

Damit sind dashboard (111) und memoro auf gleichem Stand wie DE/EN.
Verbleibende Drift (app_slider-Legacy-Keys in memoro IT/FR/ES,
common/auth-Legacy in calendar/times) ist strukturell und bleibt
einem Folge-Cleanup vorbehalten.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-24 16:19:59 +02:00
parent d49ad239d9
commit 87b567eec9
11 changed files with 671 additions and 1 deletions

View file

@ -35,6 +35,7 @@ export const EmbedSourceSchema = z.enum([
'places.places',
'recipes.recipes',
'wardrobe.outfits',
'comic.stories',
]);
export type EmbedSource = z.infer<typeof EmbedSourceSchema>;