translation system implemented

This commit is contained in:
idoctnef
2016-09-25 14:48:10 +02:00
parent fb545e0c67
commit e9f1ff6e39
68 changed files with 49488 additions and 120 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "angular-translate",
"description": "A translation module for AngularJS",
"version": "2.12.1",
"main": "./angular-translate.js",
"ignore": [],
"author": "Pascal Precht",
"license": "MIT",
"dependencies": {
"angular": ">=1.2.26 <1.6"
}
}