From 3f224ce47b967261a77d67422b946d29e00db595 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Thu, 21 Feb 2019 21:52:31 +0100 Subject: [PATCH] :sparkles: Init i18N for viewer --- frontend/src/uxbox/view.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/uxbox/view.cljs b/frontend/src/uxbox/view.cljs index ea5df00a95..f7e4b87cc3 100644 --- a/frontend/src/uxbox/view.cljs +++ b/frontend/src/uxbox/view.cljs @@ -12,6 +12,7 @@ (defn ^:export init [] + (lc/init) (st/init) (ui/init-routes) (ui/init))