summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-21 16:36:12 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-21 16:36:12 -0600
commitec5b278fca848172cb505793628aaf8a27406292 (patch)
tree08bd3966bae4b7dd0d54c12fd2046193fa1b0212 /web/templates
parent6c86bae5d54a2f24733512e6c9eee78a832a45e3 (diff)
downloadchat-ec5b278fca848172cb505793628aaf8a27406292.tar.gz
chat-ec5b278fca848172cb505793628aaf8a27406292.tar.bz2
chat-ec5b278fca848172cb505793628aaf8a27406292.zip
PLT-7 fixing dist build
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/head.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index 89d0dc92b..feff908ce 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -58,6 +58,9 @@
<style id="antiClickjack">body{display:none !important;}</style>
<script>
+ ReactIntl.addLocaleData(ReactIntlLocaleData.en);
+ ReactIntl.addLocaleData(ReactIntlLocaleData.es);
+
window.mm_config = {{ .ClientCfg }};
window.mm_license = {{ .ClientLicense }};
window.mm_team = {{ .Team }};