angular-gettext-tools icon indicating copy to clipboard operation
angular-gettext-tools copied to clipboard

Tools for extracting/compiling angular-gettext strings.

Results 50 angular-gettext-tools issues
Sort by recently updated
recently updated
newest added

Anyone having some issues using https://github.com/princed/angular-gettext-loader. I have my .po file at the root and I added the loader in my Webpack config file and nothing happens... Here's where I...

We were using quite a few instances of this and found that it wasn't being extracted for translation: `{{ app.showingMore ? 'Show less' : 'Show more' | translate }}` We've...

Would it be useful to have have a option for the compiler add a new line character after each string? This applies for JS and JSON. Would be easier to...

Extend hardcoded headers for *.po file ``` javascript grunt.initConfig({ nggettext_extract: { pot: { options:{ headers: { 'Language': 'en_US' } }, files: { 'po/template.pot': ['src/views/*.html'] } }, }, }) ```

When the option is set to true, the comment "// jshint ignore: start" is prepended to the compiled translations file. Thus the file is ignored by JSHint. I'm using Angularjs...

When using a custom directive on an attribute, the extracted string should default to the value of the attribute, and if not present, fallback to the HTML inside the tag....

The readme has a list of all options and their default values. However, there's no description or explanation. The website also doesn't explain all options. Would be cool if there...

May fix https://github.com/rubenv/angular-gettext-tools/issues/146 (not sure).

I want to translate custom annotation, as described here https://angular-gettext.rocketeer.be/dev-guide/custom-annotations/ I have tooltip, I want to automatically translate it that way. HOWEVER, it is only used in pairwise tags. Like...

When using version 2.2.1, parsing ES6 files seem to be broken: `Error parsing factories/.js at line 44 column 61`, where the file contains `::this.unserializeEvent);` When downgrading to 2.2.0, this does...