diff --git a/Makefile b/Makefile
index 062d956b9b..cf64e8861e 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,8 @@ package:
mkdir -p $(DIST_PATH)/web/static/js
cp -L web/static/js/*.min.js $(DIST_PATH)/web/static/js/
cp -L web/static/js/*.min.js.map $(DIST_PATH)/web/static/js/
+ cp -RL web/static/js/react-intl-2.0.0-beta-2 $(DIST_PATH)/web/static/js/
+ cp -RL web/static/i18n $(DIST_PATH)/web/static
cp -RL web/static/config $(DIST_PATH)/web/static
cp -RL web/static/css $(DIST_PATH)/web/static
cp -RL web/static/fonts $(DIST_PATH)/web/static
diff --git a/web/react/pages/login.jsx b/web/react/pages/login.jsx
index e0957a65bf..38852ad7cd 100644
--- a/web/react/pages/login.jsx
+++ b/web/react/pages/login.jsx
@@ -5,8 +5,6 @@ import * as Client from '../utils/client.jsx';
import Login from '../components/login.jsx';
var IntlProvider = ReactIntl.IntlProvider;
-ReactIntl.addLocaleData(ReactIntlLocaleData.en);
-ReactIntl.addLocaleData(ReactIntlLocaleData.es);
class Root extends React.Component {
constructor() {
diff --git a/web/templates/head.html b/web/templates/head.html
index 89d0dc92b3..feff908cef 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -58,6 +58,9 @@