mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 23:09:39 +02:00
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:
parent
d49ad239d9
commit
87b567eec9
11 changed files with 671 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ export const EmbedSourceSchema = z.enum([
|
|||
'places.places',
|
||||
'recipes.recipes',
|
||||
'wardrobe.outfits',
|
||||
'comic.stories',
|
||||
]);
|
||||
export type EmbedSource = z.infer<typeof EmbedSourceSchema>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue