mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 05:16:46 +00:00
fix interop
Former-commit-id: e2b8bcc42436f584060a874b67e06adf6dc7957c
This commit is contained in:
parent
7d47ab2d62
commit
67c8a63e26
@ -8,7 +8,7 @@
|
||||
(set! (.-translations js.I18n) (clj->js {:en en/translations}))
|
||||
|
||||
(defn t [path & options]
|
||||
(.t js/I18n (name path) options))
|
||||
(.t js/I18n (name path) (clj->js options)))
|
||||
|
||||
(comment
|
||||
(defn deep-merge [& maps]
|
||||
|
Loading…
x
Reference in New Issue
Block a user