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:
Marcel
2026-04-15 15:14:14 +02:00
parent 8739511058
commit 7fb6ec04ab
4 changed files with 4 additions and 1 deletions

View File

@@ -321,6 +321,7 @@
"comment_btn_post": "Enviar",
"comment_btn_reply": "Responder",
"comment_edited_label": "(Editado)",
"comment_edit_hint": "Enter para guardar · Esc para cancelar",
"comment_time_just_now": "justo ahora",
"comment_time_minutes": "hace {count} minuto(s)",
"comment_time_hours": "hace {count} hora(s)",