mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
refactor: rename zitare -> quotes (Zitate)
Zitare was opaque Latin/Italian-flavored branding. Renamed to clear English "quotes" (DE: Zitate) matching short-concrete-noun cluster. - Module, routes, API, i18n, standalone landing app, plans dirs - Dexie tables: quotesFavorites, quotesLists, quotesListTags, customQuotes (dropped redundant "quotes" prefix on the last) - Logo QuotesLogo, theme quotes.css, search provider, dashboard widget QuoteWidget - German user-facing label "Zitate" (English brand stays Quotes) Pre-launch, no data migration needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7a1f11c971
commit
851a281e5a
196 changed files with 891 additions and 776 deletions
|
|
@ -118,7 +118,7 @@ const PROJECT_META: Record<string, { name: string; icon: string }> = {
|
|||
contacts: { name: 'Kontakte', icon: '👤' },
|
||||
cards: { name: 'Cards', icon: '🃏' },
|
||||
picture: { name: 'ManaPicture', icon: '🎨' },
|
||||
zitare: { name: 'Zitare', icon: '✨' },
|
||||
quotes: { name: 'Quotes', icon: '✨' },
|
||||
presi: { name: 'Presi', icon: '📊' },
|
||||
inventory: { name: 'Inventar', icon: '📦' },
|
||||
food: { name: 'Food', icon: '🥗' },
|
||||
|
|
|
|||
|
|
@ -234,4 +234,4 @@ services/mana-sync/
|
|||
|
||||
## Connected Apps (19)
|
||||
|
||||
Todo, Calendar, Clock, Contacts, Chat, Questions, Mukke, Context, Photos, Cards, Picture, Presi, Storage, Zitare, SkillTree, CityCorners, Food, Planta, Inventar, uLoad, Times, Calc
|
||||
Todo, Calendar, Clock, Contacts, Chat, Questions, Mukke, Context, Photos, Cards, Picture, Presi, Storage, Quotes, SkillTree, CityCorners, Food, Planta, Inventar, uLoad, Times, Calc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue