mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:41:08 +02:00
Calendar already had a `calendar` namespace, but ~70 strings were hardcoded across EventForm, EventDetailModal, CustomRecurrenceBuilder, CalendarHeader (15 block-type filter chips), QuickEventPopover, AgendaView, EventCard, SlotSuggestions, MiniCalendar, DateStrip, ListView, SharedEventView, the inline DetailView, and 3 routes. - Extended namespace with `event_form.*`, `event_card.*`, `event_modal.*`, `agenda.*`, `recurrence.*` (custom builder + preview format), `weekday_short.*` / `weekday_long.*`, `header.*` (15 block-type labels + 4 ARIA), `date_strip.*`, `mini_cal.*`, `slots.*`, `quick_event.*`, `list_view.*`, `detail_route.*`, `detail_view.*`, `calendars_route.*`, `shared_view.*` — ~172 new keys × 5 locales = ~860 translations. - Recurrence preview formatters in EventForm + EventDetailModal + CustomRecurrenceBuilder all rebuilt around `recurrence.every_n_unit` / `weekly_with_days` / weekday-short maps. - Locale-aware Intl.DateTimeFormat in SharedEventView (was hardcoded 'de-DE'). - Baseline ratchet: 1753 → 1687 (66 calendar strings cleared, 16 files fully clean). - validate:i18n-parity: 40 namespaces × 5 locales — 3768 keys aligned - svelte-check: 0 new errors from i18n changes (pre-existing drift in unrelated modules unchanged) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| calc/packages/shared | ||
| calendar | ||
| cards | ||
| chat | ||
| citycorners | ||
| contacts | ||
| context | ||
| docs | ||
| food | ||
| guides | ||
| inventory | ||
| mana | ||
| manavoxel | ||
| memoro | ||
| moodlit | ||
| mukke | ||
| news | ||
| photos | ||
| picture | ||
| plants | ||
| presi | ||
| questions | ||
| quotes/packages/content | ||
| skilltree | ||
| storage | ||
| times | ||
| todo | ||
| traces | ||
| uload | ||