0.0.3 • Published 10 years ago

angular-translate-extractor v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

angular-translate-extractor

Extract all the translation keys for angular-translate project

Getting Started

Install the plugin.

Use npm install angular-translate-extractor

Then, include the package inside your js file:

var i18nextract = require('angular-translate-extractor')

This extraction is made to work with the angular-translate project created by Pascal Precht