summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-22 10:14:26 -0600
committerCorey Hulen <corey@hulen.com>2016-01-22 10:14:26 -0600
commitea6774b2d92712bf4e39eeaf3bcd0a272bb1493a (patch)
treeb3d7572aa1b833bf79d891762ba1e9ad8c3fd630 /web/templates/head.html
parent48f1e8934e9ec66003096cb0c396037ec70f534c (diff)
parentd1c0d13692141161dc18f886de6cf052ca3577db (diff)
downloadchat-ea6774b2d92712bf4e39eeaf3bcd0a272bb1493a.tar.gz
chat-ea6774b2d92712bf4e39eeaf3bcd0a272bb1493a.tar.bz2
chat-ea6774b2d92712bf4e39eeaf3bcd0a272bb1493a.zip
Merge pull request #1955 from mattermost/PLT-7-client-user-loc
Plt 7 client user loc
Diffstat (limited to 'web/templates/head.html')
-rw-r--r--web/templates/head.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index feff908ce..03dbff331 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -40,6 +40,10 @@
<link rel="stylesheet" href="/static/css/katex.min.css">
<link rel="stylesheet" class="code_theme" href="">
+ <script src="/static/js/intl-1.0.0/Intl.js"></script>
+ <script src="/static/js/intl-1.0.0/locale-data/jsonp/en.js"></script>
+ <script src="/static/js/intl-1.0.0/locale-data/jsonp/es.js"></script>
+
<script src="/static/js/react-0.14.3.js"></script>
<script src="/static/js/react-dom-0.14.3.js"></script>
<script src="/static/js/react-intl-2.0.0-beta-2/react-intl.js"></script>