fix(i18n): replace hardcoded German edit hint in CommentMessage with Paraglide key
Adds comment_edit_hint key to de/en/es message files and replaces the hardcoded "Enter speichern · Esc abbrechen" string in CommentMessage.svelte. Fixes @felixbrandt + @leonievoss: "hardcoded German bypasses Paraglide" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -321,6 +321,7 @@
|
||||
"comment_btn_post": "Senden",
|
||||
"comment_btn_reply": "Antworten",
|
||||
"comment_edited_label": "(Bearbeitet)",
|
||||
"comment_edit_hint": "Enter speichern · Esc abbrechen",
|
||||
"comment_time_just_now": "gerade eben",
|
||||
"comment_time_minutes": "vor {count} Minute(n)",
|
||||
"comment_time_hours": "vor {count} Stunde(n)",
|
||||
|
||||
Reference in New Issue
Block a user