Skip to content

kevinchappell/ng-i18n

Repository files navigation

Code Climate Travis-CI Test Coverage

ng-i18n

v1.1.3

Easy internationalization for your AngularJS webapp.

Features

  • Quality - ng-i18n is written to the highest standard
  • Simple - Translation files are stored as plain text instead of JSON. This means writing translations naturally without the need to encode. Encoding is an extra step that introduces a margin of error.
  • Fast - loads only the selected languages when needed and caches requests. Great for mobile websites or apps.
    • coming soon, configurable stateful filters
  • Feature parity between directives and filters means named variables where you need them.
  • No dependencies ( other than AngularJS )

Installation

  1. Add ng-i18n.min.js with script tag or through build process.
  2. Also available as a Bower component bower install ng-i18n
  3. Inject ngI18N into your app and configure language file location.
  4. Check out the demo for install and implementation options.

No Blockers

Join the chat at https://gitter.im/kevinchappell/ng-i18n

Join the chat or open an issue. Let's get you unblocked.

About

A module for easy internationalization of AngularJS webapps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published