diff --git a/components/publish/PublishEditorTools.vue b/components/publish/PublishEditorTools.vue new file mode 100644 index 00000000..3ef1fbb6 --- /dev/null +++ b/components/publish/PublishEditorTools.vue @@ -0,0 +1,52 @@ + + + diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue index aeaec19b..a20f4c81 100644 --- a/components/publish/PublishWidget.vue +++ b/components/publish/PublishWidget.vue @@ -268,18 +268,7 @@ defineExpose({ - +
diff --git a/locales/en.json b/locales/en.json index 731bf30a..60242ba7 100644 --- a/locales/en.json +++ b/locales/en.json @@ -557,8 +557,11 @@ "explore_links_intro": "These news stories are being talked about by people on this and other servers of the decentralized network right now.", "explore_posts_intro": "These posts from this and other servers in the decentralized network are gaining traction on this server right now.", "explore_tags_intro": "These hashtags are gaining traction among people on this and other servers of the decentralized network right now.", + "open_editor_tools": "Editor tools", "publish_failed": "Close failed messages at the top of editor to republish posts", - "toggle_code_block": "Toggle code block" + "toggle_bold": "Toggle bold", + "toggle_code_block": "Toggle code block", + "toggle_italic": "Toggle italic" }, "user": { "add_existing": "Add an existing account", diff --git a/locales/es.json b/locales/es.json index 648afb62..06642cc7 100644 --- a/locales/es.json +++ b/locales/es.json @@ -550,8 +550,11 @@ "explore_links_intro": "Estas noticias están siendo comentadas ahora mismo por los usuarios de este y otros servidores de la red descentralizada.", "explore_posts_intro": "Estos mensajes de este y otros servidores de la red descentralizada están siendo tendencia ahora mismo en este servidor.", "explore_tags_intro": "Estas etiquetas están siendo tendencia ahora mismo entre los usuarios de este y otros servidores de la red descentralizada.", + "open_editor_tools": "Herramientas de edición", "publish_failed": "Cierra los mensajes fallidos en la parte superior del editor para volver a publicar", - "toggle_code_block": "Cambiar a bloque de código" + "toggle_bold": "Cambiar a negrita", + "toggle_code_block": "Cambiar a bloque de código", + "toggle_italic": "Cambiar a cursiva" }, "user": { "add_existing": "Agregar una cuenta existente",