🌐 Completed French translations

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
mathieu.brunot 2020-06-29 12:23:32 +02:00 committed by Andrey Antukh
parent db7f17abdf
commit 45a67c57af
3 changed files with 187 additions and 13 deletions

View file

@ -82,8 +82,7 @@
(-> state (-> state
(dissoc "unused") (dissoc "unused")
(update "used-in" conj rpath))))) (update "used-in" conj rpath)))))
;; (assoc data code {"translations" {"en" nil "es" nil "fr" nil} (assoc data code {"translations" {"en" nil "fr" nil "es" nil}
(assoc data code {"translations" {"en" nil "es" nil}
"used-in" [rpath]})))) "used-in" [rpath]}))))
(defn- clean-removed-translations (defn- clean-removed-translations

File diff suppressed because it is too large Load diff

View file

@ -50,7 +50,7 @@
[:h2 (t locale "settings.language-change-title")] [:h2 (t locale "settings.language-change-title")]
[:& select {:options [{:label "English" :value "en"} [:& select {:options [{:label "English" :value "en"}
;; {:label "Français" :value "fr"}] {:label "Français" :value "fr"}
{:label "Español" :value "es"}] {:label "Español" :value "es"}]
:label (t locale "settings.language-label") :label (t locale "settings.language-label")
:default "en" :default "en"