feat(frontend): add Tiptap renovate group, i18n keys, fix geb. literal, remove rename-conflict

- renovate.json: group all @tiptap/* packages so version bumps stay in sync
- de/en/es.json: add transcription_editor_aria_label and person_born_name_prefix keys
- PersonHoverCard: replace hardcoded "geb." with m.person_born_name_prefix() (Leonie #5602)
- errors.ts: remove PERSON_RENAME_CONFLICT (backend enum value deleted)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-29 15:00:13 +02:00
parent 2d19ca7244
commit 41a57c0dc8
6 changed files with 20 additions and 4 deletions

10
renovate.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackagePatterns": ["^@tiptap/"],
"groupName": "tiptap",
"automerge": false
}
]
}