From ced3830d7a6c18d1f283cdabe55d610c2b8e757c Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Fri, 17 Jun 2022 09:47:30 +0200 Subject: [PATCH] :tada: Add new coomunity info --- .../styles/main/partials/dashboard-settings.scss | 1 + frontend/src/app/main/ui/settings/feedback.cljs | 8 ++++++++ frontend/translations/en.po | 12 ++++++++++++ frontend/translations/es.po | 14 +++++++++++++- 4 files changed, 34 insertions(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/dashboard-settings.scss b/frontend/resources/styles/main/partials/dashboard-settings.scss index 562671abd..eb8facbc8 100644 --- a/frontend/resources/styles/main/partials/dashboard-settings.scss +++ b/frontend/resources/styles/main/partials/dashboard-settings.scss @@ -43,6 +43,7 @@ margin-top: 50px; display: flex; max-width: 368px; + margin-bottom: 2rem; width: 100%; &.two-columns { diff --git a/frontend/src/app/main/ui/settings/feedback.cljs b/frontend/src/app/main/ui/settings/feedback.cljs index 74d405ced..1bd671406 100644 --- a/frontend/src/app/main/ui/settings/feedback.cljs +++ b/frontend/src/app/main/ui/settings/feedback.cljs @@ -81,6 +81,14 @@ [:hr] + [:h2 (tr "feedback.discourse-title")] + [:p (tr "feedback.discourse-subtitle1")] + + [:a.btn-secondary.btn-large + {:href "https://community.penpot.app" :target "_blank"} + (tr "feedback.discourse-go-to")] + [:hr] + [:h2 (tr "feedback.twitter-title")] [:p (tr "feedback.twitter-subtitle1")] diff --git a/frontend/translations/en.po b/frontend/translations/en.po index 628e35997..842073c23 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -777,6 +777,18 @@ msgstr "" msgid "feedback.title" msgstr "Email" +#: src/app/main/ui/settings/feedback.cljs +msgid "feedback.discourse-go-to" +msgstr "Go to Penpot forum" + +#: src/app/main/ui/settings/feedback.cljs +msgid "feedback.discourse-subtitle1" +msgstr "We're happy to have you here. If you need help, please search before you post." + +#: src/app/main/ui/settings/feedback.cljs +msgid "feedback.discourse-title" +msgstr "Penpot community" + #: src/app/main/ui/settings/feedback.cljs msgid "feedback.twitter-go-to" msgstr "Go to Twitter" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index 17a5d933d..57af52711 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -836,6 +836,18 @@ msgstr "" msgid "feedback.title" msgstr "Correo electrónico" +#: src/app/main/ui/settings/feedback.cljs +msgid "feedback.discourse-go-to" +msgstr "Ir al foro de Penpot" + +#: src/app/main/ui/settings/feedback.cljs +msgid "feedback.discourse-subtitle1" +msgstr "Estamos encantados de tenerte por aquí. Si necesitas ayuda, busca, escribe o pregunta lo que necesites." + +#: src/app/main/ui/settings/feedback.cljs +msgid "feedback.discourse-title" +msgstr "Comunidad de Penpot" + #: src/app/main/ui/settings/feedback.cljs msgid "feedback.twitter-go-to" msgstr "Ir a Twitter" @@ -4343,4 +4355,4 @@ msgid "shortcuts.or" msgstr " o " msgid "shortcuts.not-found" -msgstr "No hay resultados" \ No newline at end of file +msgstr "No hay resultados"