make translations work

Change-Id: I36d35e6745b8955fe6c801963abd57267df85ac4
diff --git a/client/src/index.js b/client/src/index.js
index e0bc61b..982f0f7 100644
--- a/client/src/index.js
+++ b/client/src/index.js
@@ -6,6 +6,7 @@
 import { store } from "../redux/store";
 import { Provider } from "react-redux";
 import { BrowserRouter as Router } from "react-router-dom";
+import './i18n';
 
 // import config from "../sentry-client.config.json"
 import * as Sentry from "@sentry/react";