From 0228f7968735add0965b0a33f9a99e17522e7ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Valderrama?= Date: Fri, 29 Nov 2024 11:30:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20missing=20rename=20shortcu?= =?UTF-8?q?t=20translation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/app/main/ui/workspace/sidebar/shortcuts.cljs | 1 + frontend/translations/en.po | 3 +++ frontend/translations/es.po | 3 +++ 3 files changed, 7 insertions(+) diff --git a/frontend/src/app/main/ui/workspace/sidebar/shortcuts.cljs b/frontend/src/app/main/ui/workspace/sidebar/shortcuts.cljs index d2877b8a4..dad7ddcf2 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/shortcuts.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/shortcuts.cljs @@ -163,6 +163,7 @@ (tr "shortcuts.paste") (tr "shortcuts.prev-frame") (tr "shortcuts.redo") + (tr "shortcuts.rename") (tr "shortcuts.reset-zoom") (tr "shortcuts.scale") (tr "shortcuts.search-placeholder") diff --git a/frontend/translations/en.po b/frontend/translations/en.po index b67dd31f2..c9745d68e 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -3621,6 +3621,9 @@ msgstr "Previous board" msgid "shortcuts.redo" msgstr "Redo" +msgid "shortcuts.rename" +msgstr "Rename" + #: src/app/main/ui/workspace/sidebar/shortcuts.cljs:166 msgid "shortcuts.reset-zoom" msgstr "Reset zoom" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index 1c904b1b1..c28bc92d5 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -3625,6 +3625,9 @@ msgstr "Tablero anterior" msgid "shortcuts.redo" msgstr "Rehacer" +msgid "shortcuts.rename" +msgstr "Renombrar" + #: src/app/main/ui/workspace/sidebar/shortcuts.cljs:166 msgid "shortcuts.reset-zoom" msgstr "Reiniciar zoom"