🌐 i18N for viewer

This commit is contained in:
mathieu.brunot 2019-02-21 21:51:54 +01:00
parent 2bcc229334
commit e7e67c6ad8
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
5 changed files with 51 additions and 4 deletions

View file

@ -6,6 +6,7 @@
(ns uxbox.view
(:require [uxbox.config]
[uxbox.view.locales :as lc]
[uxbox.view.store :as st]
[uxbox.view.ui :as ui]))