From f2ae05f3392d1a7cf9c3fbf6d008ac99d194e37a Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Fri, 26 Oct 2018 16:16:05 -0300 Subject: [PATCH] =?UTF-8?q?-=20Agregu=C3=A9=20angular=20i18n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index cacc83f..b353b2a 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,7 @@ + diff --git a/package.json b/package.json index 95a1e3f..f52628e 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "dependencies": { "angular": "^1.7.5", "angular-cookies": "^1.7.5", + "angular-i18n": "^1.7.5", "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git", "angular-route": "^1.7.5", "angular-sanitize": "^1.7.5", -- 1.9.1