mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -05:00
🎉 Add new coomunity info
This commit is contained in:
parent
72979e4535
commit
ced3830d7a
4 changed files with 34 additions and 1 deletions
|
@ -43,6 +43,7 @@
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: 368px;
|
max-width: 368px;
|
||||||
|
margin-bottom: 2rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&.two-columns {
|
&.two-columns {
|
||||||
|
|
|
@ -81,6 +81,14 @@
|
||||||
|
|
||||||
[:hr]
|
[: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")]
|
[:h2 (tr "feedback.twitter-title")]
|
||||||
[:p (tr "feedback.twitter-subtitle1")]
|
[:p (tr "feedback.twitter-subtitle1")]
|
||||||
|
|
||||||
|
|
|
@ -777,6 +777,18 @@ msgstr ""
|
||||||
msgid "feedback.title"
|
msgid "feedback.title"
|
||||||
msgstr "Email"
|
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
|
#: src/app/main/ui/settings/feedback.cljs
|
||||||
msgid "feedback.twitter-go-to"
|
msgid "feedback.twitter-go-to"
|
||||||
msgstr "Go to Twitter"
|
msgstr "Go to Twitter"
|
||||||
|
|
|
@ -836,6 +836,18 @@ msgstr ""
|
||||||
msgid "feedback.title"
|
msgid "feedback.title"
|
||||||
msgstr "Correo electrónico"
|
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
|
#: src/app/main/ui/settings/feedback.cljs
|
||||||
msgid "feedback.twitter-go-to"
|
msgid "feedback.twitter-go-to"
|
||||||
msgstr "Ir a Twitter"
|
msgstr "Ir a Twitter"
|
||||||
|
|
Loading…
Reference in a new issue