client/src/index.js
changeset 171 03334a31130a
parent 168 ea92f4fe783d
child 199 c78d579f4b55
--- a/client/src/index.js	Tue Nov 06 16:19:26 2018 +0100
+++ b/client/src/index.js	Thu Nov 08 16:03:28 2018 +0100
@@ -20,6 +20,8 @@
 import config from './config';
 import AuthenticatedRoute from './misc/AuthenticatedRoute';
 
+import './i18n';
+
 const history = createHistory({
     basename: config.basename
 });