mirror of
https://github.com/penpot/penpot.git
synced 2025-07-16 13:25:16 +02:00
🎉 Add browser language detection.
This commit is contained in:
parent
344a7dfbaa
commit
299b29b66f
6 changed files with 102 additions and 59 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
(s/def ::email ::us/email)
|
||||
(s/def ::fullname ::us/not-empty-string)
|
||||
(s/def ::lang ::us/not-empty-string)
|
||||
(s/def ::lang (s/nilable ::us/not-empty-string))
|
||||
(s/def ::path ::us/string)
|
||||
(s/def ::profile-id ::us/uuid)
|
||||
(s/def ::password ::us/not-empty-string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue