i18n(person-mention): add 5 locale keys for editor + read-mode

Adds the 3 keys mandated by the plan (open_link, hover_hint, load_error)
plus the editor's popup_empty + btn_label so PersonMentionEditor mirrors
the existing user-mention editor's i18n pattern.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-29 00:05:51 +02:00
parent b3ce15f0dd
commit bf8fb00dd2
3 changed files with 15 additions and 0 deletions

View File

@@ -420,6 +420,11 @@
"notification_unread": "unread",
"mention_btn_label": "Mention person",
"mention_popup_empty": "No users found",
"person_mention_open_link": "Open person",
"person_mention_hover_hint": "Click opens the page",
"person_mention_load_error": "Could not load person.",
"person_mention_popup_empty": "No persons found",
"person_mention_btn_label": "Link person",
"page_title_home": "Archive",
"page_title_persons": "Persons",
"page_title_admin": "Administration",