angular-gettext-tools
angular-gettext-tools copied to clipboard
Tools for extracting/compiling angular-gettext strings.
Based [on the api](https://angular-gettext.rocketeer.be/dev-guide/api/angular-gettext/), I can use `gettextCatalog.getString("me", scope, "recipient")` in my javascript to add context inside my `.po` file. I did not see the generated `.po` file having the...
update the jshint exception switch to current (2.6.0) version for mixed quotation marks. As of jshint > 1.0 this exception is W110 instead of the used W100
I try to add have the possibility to have angular-gettext as a requirejs dependency. I don't think it's a good idea to have angular as requirejs dependency and angular-gettext as...
We use json scaffolds in our code configuration and the inclusion of the character code replacement during compilation is causing breaks in our strings because after compilation the string keys...
Closes #22, #40, and probably others
``` {{ user.name }} {{ user.age }} {{ user.job }} ``` This only extracts "Name" and "Job" (every alternate). If I use `{{ }}` around the string with the `translate`...
I extended the actual implementation to extract keys from .cs files that are marked with "_translate" suffix (ex. public const string SuccessfullySaved_translate = "Successfully saved!";). This is useful when you...
The extractor currently finds filter expressions using regex. This has several drawbacks: - It leads to false positive (e.g. `{{"Hello"|lowercase}} {{"Second"|translate}}` will cause `Hello"|lowercase}} {{"Second` to be found as translatable...
**tl;dr:** The following breaks string-extraction: `{{ n
Hello! We added a developer to our team that works on Windows. Unfortunately, each time he runs the extractor, the POT file has all its reference filenames changed to have...