mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 10:05:36 +01:00
Simplify i18n: remove old react-intl artifacts, rename formatMessage to t, replace FormattedMessage with t.rich().
- Rewrite messages.ts to plain string key maps (remove MessageDescriptor) - Rewrite useMessages hook to expose t from useTranslations() directly - Rename formatMessage → t across 193 consumer files - Replace custom FormattedMessage component with next-intl t.rich() - Update 52 language files to use rich text tags (<b>, <a>) - Remove all direct imports from @/components/messages in favor of useMessages() Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
80cad6ea65
commit
50edb71687
247 changed files with 1660 additions and 2194 deletions
|
|
@ -298,13 +298,13 @@
|
|||
"bad-request": "Bad request",
|
||||
"collected-data": "Gsammleti Date",
|
||||
"confirm-delete": "Sind Sie sich sicher, {target} zlösche?",
|
||||
"confirm-leave": "Sind Sie sich sicher, {target} zverlah?",
|
||||
"confirm-remove": "Sind Sie sich sicher, dass Sie {target} wänd entferne?",
|
||||
"confirm-leave": "Sind Sie sich sicher, <b>{target}</b> zverlah?",
|
||||
"confirm-remove": "Sind Sie sich sicher, dass Sie <b>{target}</b> wänd entferne?",
|
||||
"confirm-reset": "Sind Sie sicher, dass Sie d Statistike vo {target} zruggsetze wänd?",
|
||||
"delete-team-warning": "Es Team lösche dued ebefalls alli team Websiite lösche.",
|
||||
"delete-website-warning": "Alli dezueghörige Date werded ebefalls glöscht.",
|
||||
"error": "Es isch en Fehler ufträte.",
|
||||
"event-log": "{event} uf {url}",
|
||||
"event-log": "<b>{event}</b> uf <a>{url}</a>",
|
||||
"forbidden": "Forbidden",
|
||||
"go-to-settings": "Zu de Istellige",
|
||||
"incorrect-username-password": "Falsches Passwort oder Benutzername.",
|
||||
|
|
@ -338,6 +338,6 @@
|
|||
"unauthorized": "Unauthorized",
|
||||
"user-deleted": "Bnutzer glöscht.",
|
||||
"viewed-page": "Siite agluegt",
|
||||
"visitor-log": "Bsuecher us {country} nutzt {browser} uf {os} {device}"
|
||||
"visitor-log": "Bsuecher us <b>{country}</b> nutzt <b>{browser}</b> uf <b>{os}</b> <b>{device}</b>"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue