grunt-angular-translate
grunt-angular-translate copied to clipboard
Grunt tasks to extract translation with AngularJS and angular-translate
Hi, i´m using the angular-translate partialLoader for my project with the following file structure: ``` i18n -- de -- -- app.json -- -- global.json -- en -- -- app.json --...
cf https://github.com/angular-translate/grunt-angular-translate/pull/61#issuecomment-187756481
In our project sometimes we need to generate translation keys by concatenating strings. If we don't use the option 'safeMode', those keys are removed. The problem is that if we...
Hi! We would like i18nextract to not only pull the translation keys from the templates but also the default translation. Example: ``` html login.common.PASSWORD ``` Extract: ``` json { "login":...
Hi, I have an angular app that needs to have multiple language translations. I have setup angular translate task as follows. What I want to create is a different language...
It should be cool in po output to have more information about context. - Filename - Line number - Line - specific description coming from source code