fix: implement draft editing functionality across email components and add localization keys

This commit is contained in:
Linus Rath
2026-03-18 18:39:46 +01:00
parent 6457b27125
commit bb72ac92ae
12 changed files with 156 additions and 19 deletions
+6 -2
View File
@@ -195,6 +195,8 @@
"import_email": "Importa .eml",
"keyboard_shortcuts": "Scorciatoie da tastiera (?)",
"email_source": "Sorgente del messaggio",
"draft_banner": "Questo messaggio è una bozza",
"edit_draft": "Modifica",
"copy_source": "Copia negli appunti",
"source_copied": "Sorgente copiata negli appunti",
"attachments": "Allegati",
@@ -296,7 +298,8 @@
"unstar": "Rimuovi stella (s)",
"compose": "Scrivi (c)",
"previous": "Email precedente",
"next": "Email successiva"
"next": "Email successiva",
"edit_draft": "Modifica bozza"
},
"spam": {
"button_title": "Segnala come spam",
@@ -1298,7 +1301,8 @@
"not_spam": "Non spam",
"color_tag": "Etichetta",
"remove_color": "Rimuovi etichetta",
"items_selected": "{count} messaggi selezionati"
"items_selected": "{count} messaggi selezionati",
"edit_draft": "Modifica bozza"
},
"shortcuts": {
"title": "Scorciatoie da tastiera",