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

Strings are sorted here: https://github.com/rubenv/angular-gettext-tools/blob/master/lib/extract.js#L272 Please make this optional, as it is much easier to insert translations in translation software from already translated documents when they appear in the same...

It would be nice to be able to detect strings to translate base on a special comment placed before instead of requiring to wrap into a `gettext()` function call. e.g....

Similar to #118, but I need to be able to extract string from HTML inside $templateCache. If not done, what would be the approach in order to submit a PR...

I noticed that there was support for having an array of translation attributes for HTML tags, but not inside angular filters. So instead of using the initial single `attribute` in...

The pinned dependency 'typescript-eslint-parser' uses an outdated typescript version - this prevents the shrinkwrapping process --> please upgrade it to the recent version. - and upgrade the typescript devDependency as...

Pull request #171 adds ES6 code, crashing for ES5 projects.

I like to write my templates in the [Pug format](https://github.com/pugjs/pug) (instead of HTML). It would be great if angular-gettext-tools supported extracting strings from PUG files. Concerning the implementation, this should...

for reasons not important to this issue, i have my html template inside es6 .js files which export the templates as string ``` js // template.js export default ` Heading...

I have a use-case for this, for example I have default translations which are generated using `.extract`, but also I have custom translations which can't be extracted from the code...

By using typescript to parse js files we can parse files with typescript or flow type annotations. I have an implementation in kvantetore/angular-gettext-tools@3130c38e8b9cb2f353db182f26ae7f218b11dd52, that passes all the tests. It's all...