angular-translate

v2.19.1
A translation module for AngularJS
angular-translate angular AngularJS translation

prepare

bower install

check-env

node node_modules/fbjs-scripts/node/check-dev-engines.js package.json

shipit

npm run-script -s check-env && bower install && bower update && grunt prepare-release

lint

grunt lint

test

npm run-script -s check-env && grunt install-test && grunt test

test-headless

npm run-script -s check-env && grunt test-headless

test-scopes

npm run-script -s check-env && grunt install-test && for f in test_scopes/*; do TEST_SCOPE="`basename $f`" grunt test; done

clean-test-scopes

for f in test_scopes/*; do (cd $f; rm -rf bower_components); done

compile

npm run-script -s check-env && grunt compile

build

npm run-script -s check-env && grunt build

build-site

npm run -s build-site-all-languages; npm run -s build-site-plato-report

build-site-all-languages

./build_tools/generate_site.sh

build-site-by-language

./build_tools/generate_site_by_language.sh

build-site-plato-report

rm -rf ./site/plato && plato -d plato -l .jshintrc src/*.js src/**/*.js && mv plato site

upload-github-release

node build_tools/upload-github-release.js

start-demo

node build_tools/server.js
npm i angular-translate

Metadata

  • MIT
  • *
  • Pascal Precht
  • released 1/21/2024

Downloads

Maintainers