From 35a2aea6a6c66cabe871f18b04a7ca7492f77ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 14 May 2015 13:36:44 +0200 Subject: [PATCH] [i18n] Remove i18next dependencie --- bower.json | 1 - gulpfile.js | 1 - 2 files changed, 2 deletions(-) diff --git a/bower.json b/bower.json index aa4355ca..45b28089 100644 --- a/bower.json +++ b/bower.json @@ -57,7 +57,6 @@ "angular-mocks": "1.3.11", "kalendae": "~0.4.1", "checksley": "~0.6.0", - "i18next": "~1.7.1", "jquery": "~2.1.1", "select2": "~3.4.5", "angular-ui-select2": "~0.0.5", diff --git a/gulpfile.js b/gulpfile.js index 1c51e99d..b436c775 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -126,7 +126,6 @@ paths.libs = [ paths.vendor + "angular-translate/angular-translate.js", paths.vendor + "angular-translate-loader-static-files/angular-translate-loader-static-files.js", paths.vendor + "angular-translate-interpolation-messageformat/angular-translate-interpolation-messageformat.js", - paths.vendor + "i18next/i18next.js", paths.vendor + "moment/min/moment-with-locales.js", paths.vendor + "checksley/checksley.js", paths.vendor + "pikaday/pikaday.js",