DO NOT USE THIS YET. WORK IN PROGRESS...

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][angular_translate] project created by [Pascal Precht][pascalPrecht]