grunt-angular-gettext
grunt-angular-gettext copied to clipboard
Tasks for extracting/compiling angular-gettext strings.
aleksandr@aleksandr-iMac:~/Downloads/Exodus-wallet$ npm install grunt-angular-gettext npm ERR! Linux 5.4.0-135-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "grunt-angular-gettext" npm ERR! node v8.10.0 npm ERR! npm v3.5.2 npm ERR! code EMISSINGARG npm ERR! typeerror...
Please see rubenv/angular-gettext#365.
Hi, I've just come across an issue with \r characters, I am developing on windows, and some of our translate strings have "\r\n" newlines in them. The strings get extracted...
Currently ``translate`` attribute works with grunt-angular-gettext but it's not useful for printf format. E.g. I'd like to use gettext for the following text on html files: ```"" {{user.status?'Disable':'Enable'}} user ```...
Hello with latest version 2.2.3, when running the extraction task for any js file I receive the following error and no pot file is created ``` [RangeError: Maximum call stack...
Hi, I am trying to generate JSON output file using PO files. Below is the configuration i have used: nggettext_compile: { all: { options: { format: "json" }, files: [...
This change is related to the modifications i made on the angular-gettext-tools project in order to support c# file generation. So you can add in your Gruntfile.js in the nggettext_compile...
Hi, I had a similar issue as mentioned in https://github.com/rubenv/grunt-angular-gettext/issues/36 Currently I use 3 different languages in my project which is a big one. So the compiled JSON file is...
Just to give you a heads-up, I created an issue on node-po's issue tracker requesting info on why he replaces the final `n` character when parsing headers. this renders using...