mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
7256bdbcd5
@ -499,6 +499,8 @@
|
|||||||
[:li.separator {:on-click #(dom/open-new-window "https://help.penpot.app")
|
[:li.separator {:on-click #(dom/open-new-window "https://help.penpot.app")
|
||||||
:data-test "help-center-profile-opt"}
|
:data-test "help-center-profile-opt"}
|
||||||
[:span.text (tr "labels.help-center")]]
|
[:span.text (tr "labels.help-center")]]
|
||||||
|
[:li {:on-click #(dom/open-new-window "https://community.penpot.app")}
|
||||||
|
[:span.text (tr "labels.community")]]
|
||||||
[:li {:on-click #(dom/open-new-window "https://www.youtube.com/c/Penpot")}
|
[:li {:on-click #(dom/open-new-window "https://www.youtube.com/c/Penpot")}
|
||||||
[:span.text (tr "labels.tutorials")]]
|
[:span.text (tr "labels.tutorials")]]
|
||||||
[:li {:on-click show-release-notes}
|
[:li {:on-click show-release-notes}
|
||||||
|
|||||||
@ -388,6 +388,8 @@
|
|||||||
[:ul.sub-menu.help-info
|
[:ul.sub-menu.help-info
|
||||||
[:li {:on-click #(dom/open-new-window "https://help.penpot.app")}
|
[:li {:on-click #(dom/open-new-window "https://help.penpot.app")}
|
||||||
[:span (tr "labels.help-center")]]
|
[:span (tr "labels.help-center")]]
|
||||||
|
[:li {:on-click #(dom/open-new-window "https://community.penpot.app")}
|
||||||
|
[:span (tr "labels.community")]]
|
||||||
[:li {:on-click #(dom/open-new-window "https://www.youtube.com/c/Penpot")}
|
[:li {:on-click #(dom/open-new-window "https://www.youtube.com/c/Penpot")}
|
||||||
[:span (tr "labels.tutorials")]]
|
[:span (tr "labels.tutorials")]]
|
||||||
[:li {:on-click show-release-notes}
|
[:li {:on-click show-release-notes}
|
||||||
|
|||||||
@ -1437,6 +1437,10 @@ msgstr "Start"
|
|||||||
msgid "labels.status"
|
msgid "labels.status"
|
||||||
msgstr "Status"
|
msgstr "Status"
|
||||||
|
|
||||||
|
#: src/app/main/ui/dashboard/sidebar.cljs
|
||||||
|
msgid "labels.community"
|
||||||
|
msgstr "Community"
|
||||||
|
|
||||||
#: src/app/main/ui/dashboard/sidebar.cljs
|
#: src/app/main/ui/dashboard/sidebar.cljs
|
||||||
msgid "labels.tutorials"
|
msgid "labels.tutorials"
|
||||||
msgstr "Tutorials"
|
msgstr "Tutorials"
|
||||||
|
|||||||
@ -1509,6 +1509,10 @@ msgstr "Comenzar"
|
|||||||
msgid "labels.status"
|
msgid "labels.status"
|
||||||
msgstr "Status"
|
msgstr "Status"
|
||||||
|
|
||||||
|
#: src/app/main/ui/dashboard/sidebar.cljs
|
||||||
|
msgid "labels.community"
|
||||||
|
msgstr "Comunidad"
|
||||||
|
|
||||||
#: src/app/main/ui/dashboard/sidebar.cljs
|
#: src/app/main/ui/dashboard/sidebar.cljs
|
||||||
msgid "labels.tutorials"
|
msgid "labels.tutorials"
|
||||||
msgstr "Tutoriales"
|
msgstr "Tutoriales"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user