mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
🐛 Translations missing on login/register for 'Terms of service and Privacy policy'
This commit is contained in:
parent
7d483b36d0
commit
a68612ca2b
3 changed files with 10 additions and 4 deletions
|
@ -25,13 +25,13 @@
|
|||
(when show-all?
|
||||
[:div.terms-login
|
||||
(when show-terms?
|
||||
[:a {:href cf/terms-of-service-uri :target "_blank"} "Terms of service"])
|
||||
[:a {:href cf/terms-of-service-uri :target "_blank"} (tr "auth.terms-of-service")])
|
||||
|
||||
(when show-all?
|
||||
[:span "and"])
|
||||
[:span (tr "auth.and")])
|
||||
|
||||
(when show-privacy?
|
||||
[:a {:href cf/privacy-policy-uri :target "_blank"} "Privacy policy"])])))
|
||||
[:a {:href cf/privacy-policy-uri :target "_blank"} (tr "auth.privacy-policy")])])))
|
||||
|
||||
(mf/defc auth
|
||||
[{:keys [route] :as props}]
|
||||
|
|
|
@ -117,6 +117,9 @@ msgstr "Password"
|
|||
msgid "auth.password-length-hint"
|
||||
msgstr "At least 8 characters"
|
||||
|
||||
msgid "auth.and"
|
||||
msgstr "and"
|
||||
|
||||
msgid "auth.privacy-policy"
|
||||
msgstr "Privacy policy"
|
||||
|
||||
|
|
|
@ -121,6 +121,9 @@ msgstr "Contraseña"
|
|||
msgid "auth.password-length-hint"
|
||||
msgstr "8 caracteres como mínimo"
|
||||
|
||||
msgid "auth.and"
|
||||
msgstr "y"
|
||||
|
||||
msgid "auth.privacy-policy"
|
||||
msgstr "Política de privacidad"
|
||||
|
||||
|
@ -161,7 +164,7 @@ msgid "auth.sidebar-tagline"
|
|||
msgstr "La solución de código abierto para diseñar y prototipar"
|
||||
|
||||
msgid "auth.terms-of-service"
|
||||
msgstr "Terminos de servicio"
|
||||
msgstr "Términos de servicio"
|
||||
|
||||
#: src/app/main/ui/auth/register.cljs
|
||||
msgid "auth.terms-privacy-agreement"
|
||||
|
|
Loading…
Add table
Reference in a new issue