summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/head.html')
-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 }};