Improve guest help routing and loading
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-14 09:00:12 +01:00
parent 3a78c4f2c0
commit 03c7b20cae
8 changed files with 177 additions and 32 deletions

View File

@@ -746,6 +746,8 @@ export const messages: Record<LocaleCode, NestedMessages> = {
back: 'Zurück zur Übersicht',
updated: 'Aktualisiert am {date}',
relatedTitle: 'Verwandte Artikel',
loadingTitle: 'Artikel wird geladen',
loadingDescription: 'Wir holen die neuesten Infos für dich.',
unavailable: 'Dieser Artikel ist nicht verfügbar.',
reload: 'Neu laden',
},
@@ -1481,6 +1483,8 @@ export const messages: Record<LocaleCode, NestedMessages> = {
back: 'Back to overview',
updated: 'Updated on {date}',
relatedTitle: 'Related articles',
loadingTitle: 'Loading article',
loadingDescription: 'Fetching the latest details for you.',
unavailable: 'This article is unavailable.',
reload: 'Reload',
},