Extract all the translation keys for angular-translate project
Install this grunt plugin next to your project. Require gruntJS.
Use npm install grunt-angular-translate
Then add this line to your project's Gruntfile.js
file:
grunt.loadNpmTasks('grunt-angular-translate');
grunt-angular-translate provide to your grunt environment a task called i18nextract which need a configuration to rocks (Please read the documentation).
This extraction is made to work with the angular-translate project created by Pascal Precht
You will find the tests files into test
directory.
To run test use grunt test
Please go to wiki page: documentation
(Anyone yet)
(Nothing yet)
Copyright (c) 2013 Benjamin Longearet Licensed under the MIT license.