mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-16 03:35:33 +00:00
fix interop
This commit is contained in:
parent
b15c156a40
commit
e2b8bcc424
@ -8,7 +8,7 @@
|
|||||||
(set! (.-translations js.I18n) (clj->js {:en en/translations}))
|
(set! (.-translations js.I18n) (clj->js {:en en/translations}))
|
||||||
|
|
||||||
(defn t [path & options]
|
(defn t [path & options]
|
||||||
(.t js/I18n (name path) options))
|
(.t js/I18n (name path) (clj->js options)))
|
||||||
|
|
||||||
(comment
|
(comment
|
||||||
(defn deep-merge [& maps]
|
(defn deep-merge [& maps]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user