diff -r 7da1d5137b0b -r 03334a31130a client/src/index.js --- 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 });