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

It's really useful to automate the process of extracting strings from the templates and scripts however this repo has been sitting with issues and open PRs for a long time....

Is there a way to append new empty strings after grunt i18nextract at the end of the file, not in the order of extraction?

Interpolation string should be escaped properly when used in an interpolation. This is handled in HtmlFilterDoubleQuote and HtmlFilterSimpleQuote translationKey processing.

I can’t get it to find several translations in my template (although it finds some others). For example: ```html Your card will be charged { total } + VAT every...

TypeScript ignores inline comment as in `this.form['additionalName'].customValidationMessage = /*!i18nextract */'Some message';` The way to go is `this.form['additionalName'].customValidationMessage = /*! i18nextract */'Some message';` (notice the `!` after `/*`) Also TypeScript adds...

When i do `npm install`, i get warning; `npm WARN [email protected] requires a peer of grunt@~0.4.0 but none was installed.` My dependencies looks like: ``` { "angular": "1.5.9", "grunt": "^1.0.1",...

Hi Benjamin, There been quite a few commits since last release (`0.3`). Would you mind releasing a new version?