mirror of
https://github.com/penpot/penpot.git
synced 2025-07-28 01:47:20 +02:00
🎉 Add spanish language (and disable french)
This commit is contained in:
parent
b915ba51aa
commit
60ec32f7cc
3 changed files with 496 additions and 483 deletions
|
@ -50,7 +50,8 @@
|
|||
[:h2 (t locale "settings.language-change-title")]
|
||||
|
||||
[:& select {:options [{:label "English" :value "en"}
|
||||
{:label "Français" :value "fr"}]
|
||||
;; {:label "Français" :value "fr"}]
|
||||
{:label "Español" :value "es"}]
|
||||
:label (t locale "settings.language-label")
|
||||
:default "en"
|
||||
:name :lang}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue