grunt-angular-translate icon indicating copy to clipboard operation
grunt-angular-translate copied to clipboard

Grunt tasks to extract translation with AngularJS and angular-translate

Results 26 grunt-angular-translate issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement

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":...

enhancement

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

enhancement