enable latin american spanish locale translation
This commit is contained in:
parent
3ae8e58bc4
commit
447ee3754a
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
;; translations
|
;; translations
|
||||||
(def translations-by-locale
|
(def translations-by-locale
|
||||||
(->> (i18n/translations [:en :ko :ru :pl])
|
(->> (i18n/translations [:en :ko :ru :pl :es_419])
|
||||||
(map (fn [[k t]] [k (types/json->clj t)]))
|
(map (fn [[k t]] [k (types/json->clj t)]))
|
||||||
(into {})))
|
(into {})))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue