Skip to content
Translating your AngularJS 1.x apps
JavaScript Shell
Branch: master
Clone or download

Latest commit

Latest commit b0f0252 Jan 4, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github chore: fix pull request template link Oct 12, 2017
.idea docs(service): fix and add notes about order of fallbackLanguages Jun 25, 2017
build_tools chore(package): handle deprecated tar.gz Jun 13, 2019
demo docs(service): fix and add notes about order of fallbackLanguages Jun 25, 2017
docs docs(): fix minor typos Jan 26, 2019
identity chore(): identity Aug 11, 2013
src fix: Allow line breaks in interpolated expressions. Jan 4, 2020
test fix: Allow line breaks in interpolated expressions. Jan 4, 2020
test_scopes feat(): add test scope for AngularJS 1.7 May 17, 2018
.bowerrc feat(.bowerrc): add .bowerrc Apr 26, 2013
.editorconfig Added .editorconfig Apr 23, 2013
.gitignore Ignore IntelliJ plugin files Jun 13, 2019
.jshintrc chore(jshint): fix configuration clash Apr 25, 2015
.npmignore chore(): move GH templates into dedicated place Feb 20, 2017
.nvmrc chore(): update internal stack to Node.js 12.14 (latest LTS) Jan 4, 2020
.travis.yml chore(): update internal stack to Node.js 12.14 (latest LTS) Jan 4, 2020
CHANGELOG.md Append changelog 2.18.2 Jan 4, 2020
CONTRIBUTING.md chore(): rework contribution guideline #1671 (typo) Feb 27, 2017
Gruntfile.js chore(dependencies): update to uglify-js 3 Jul 17, 2017
LICENSE chore(legal): make copyright consistent with built files banner Feb 5, 2017
README.md chore(readme): update angularjs.de domain -> angular.de Nov 16, 2018
bower.json Bump version Jan 4, 2020
karma.midway.conf.js chore(tests): use headless chrome unless env `NO_HEADLESS` is set Jun 7, 2017
karma.unit.conf.js chore(tests): use headless chrome unless env `NO_HEADLESS` is set Jun 7, 2017
karma.util.conf.js chore(*): upgrade karma (new jasmine), add coverage Dec 10, 2014
package-lock.json Bump version Jan 4, 2020
package.json Bump version Jan 4, 2020
presentation.png chore(*): adds presentation image to readme Mar 21, 2014
presentation2.png chore(*): adds presentation picture Apr 10, 2014

README.md

angular-translate

Greenkeeper badge

Bower NPM cdnjs Build Status License Code Climate Code Coverage

This is the repository for angular-translate.

angular-translate is a JavaScript translation library for AngularJS 1.x app.

For more information about the angular-translate project, please visit our website.

Status

Branch Status
master Build Status
canary Build Status

Install

We strongly recommend using a package manager like NPM and Bower, or even variants like Yarn or jspm.

NPM

npm install --save-dev angular-translate

Bower

bower install --save-dev angular-translate

For more information please visit chapter "Installation" at our website.

Get started

Check out the chapter "Getting started" at our website.

Get support

Most of the time, we are getting support questions of invalid configurations. We encourage everyone to have a look at our documentation website. If you think the documentation is not correct (bug) or should be optimized (enhancement) please file an issue.

If you are still having difficulty after looking over your configuration carefully, please post a question to StackOverflow with a specific tag. Especially if the question are related to AngularJS or even JavaScript/browser basic technologies (maybe your issue is not related to angular-translate after all).

If you have discovered a bug or have a feature suggestion, feel free to create an issue on GitHub. Please follow the guideline within the issue template. See also next headline.

Please note: We cannot provide support for neither JavaScript nor AngularJS itself. In both cases, a platform like StackOverflow is much more ideal.

Contribute

We got a lot of great feedback from the community so far! More and more people use this module and they are always thankful for it and the awesome support they get. I just want to make sure that you guys know: All this wouldn't have been possible without these great contributors and everybody who comes with new ideas and feature requests! So THANK YOU!

Contributing to angular-translate is fairly easy.

This document shows you how to get the project, run all provided tests and generate a production ready build.

Public talks

Dutch AngularJS Meetup 2013 Kod.io 2014

Links

Useful resources

There are some very useful things on the web that might be interesting for you, so make sure to check this list.

Tests

Unit tests

Note: Check that dependencies are be installed (npm install).

The unit tests are available with npm test which is actually a shortcut for grunt test. It performs tests under the current primary target version of AngularJS. Use npm run-script test-scopes for testing other scoped versions as well.

License

Licensed under MIT.

You can’t perform that action at this time.