mirror of
https://github.com/penpot/penpot.git
synced 2025-06-22 10:07:00 +02:00
🌐 Completed French translations
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
db7f17abdf
commit
45a67c57af
3 changed files with 187 additions and 13 deletions
|
@ -82,8 +82,7 @@
|
|||
(-> state
|
||||
(dissoc "unused")
|
||||
(update "used-in" conj rpath)))))
|
||||
;; (assoc data code {"translations" {"en" nil "es" nil "fr" nil}
|
||||
(assoc data code {"translations" {"en" nil "es" nil}
|
||||
(assoc data code {"translations" {"en" nil "fr" nil "es" nil}
|
||||
"used-in" [rpath]}))))
|
||||
|
||||
(defn- clean-removed-translations
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -50,7 +50,7 @@
|
|||
[: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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue