make translations work

Change-Id: I36d35e6745b8955fe6c801963abd57267df85ac4
diff --git a/client/i18next-parser.config.js b/client/i18next-parser.config.js
new file mode 100644
index 0000000..5622090
--- /dev/null
+++ b/client/i18next-parser.config.js
@@ -0,0 +1,7 @@
+export default {
+  locales: ['fr', 'en'],
+  output: 'public/locale/$LOCALE/$NAMESPACE.json',
+  input: [
+    'src/**/*.{js,jsx}',
+  ],
+}
\ No newline at end of file