summaryrefslogtreecommitdiff
path: root/web-ui/app/js/main.js
diff options
context:
space:
mode:
authorCaio Carrara <ccarrara@thoughtworks.com>2016-06-24 17:15:54 -0300
committerCaio Carrara <ccarrara@thoughtworks.com>2016-06-27 16:39:55 -0300
commit361796f0ff1eb0f450f768749d5c69f5c4f6b1e4 (patch)
tree01e1729ce21feccba9c08fd6e7d8452397d5521a /web-ui/app/js/main.js
parent6042a2b1b93d2f2a89c418971d7e12b5a79b3314 (diff)
Updates the i18next to latest version
See: #727
Diffstat (limited to 'web-ui/app/js/main.js')
-rw-r--r--web-ui/app/js/main.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/web-ui/app/js/main.js b/web-ui/app/js/main.js
index e093e790..b8836a6b 100644
--- a/web-ui/app/js/main.js
+++ b/web-ui/app/js/main.js
@@ -38,7 +38,9 @@ requirejs.config({
'search': 'js/search',
'foundation': 'js/foundation',
'features': 'js/features/features',
- 'i18next': 'bower_components/i18next/i18next.amd',
+ 'i18next': 'bower_components/i18next/i18next',
+ 'i18nextXHRBackend': 'bower_components/i18next-xhr-backend/i18nextXHRBackend',
+ 'i18nextBrowserLanguageDetector': 'bower_components/i18next-browser-languagedetector/i18nextBrowserLanguageDetector',
'quoted-printable': 'bower_components/quoted-printable',
'utf8': 'bower_components/utf8',
'user_settings': 'js/user_settings'
@@ -68,6 +70,7 @@ require(
function(compose, registry, advice, withLogging, debug, events, initializeDefault, _monkeyPatched) {
'use strict';
+
window.Pixelated = window.Pixelated || {};
window.Pixelated.events = events;