Extract all the translation keys for angular-translate project
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]