We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 size exceeded] >> Maximum call stack size exceeded
As a test case I used this sample file and also https://github.com/rubenv/angular-gettext-tools/blob/master/test/fixtures/catalog.js, same error
'use strict'; angular.module('myApp').service('translationSrv', ['gettext', function(gettext) { this.getStringA = function() { return gettext('My string'); }; }]);
Node version: 4.4.7 grunt-cli v1.2.0 grunt v0.4.5
Any hint how to debug this further would be greetly appreciated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
As a test case I used this sample file and also https://github.com/rubenv/angular-gettext-tools/blob/master/test/fixtures/catalog.js, same error
Node version: 4.4.7
grunt-cli v1.2.0
grunt v0.4.5
Any hint how to debug this further would be greetly appreciated
The text was updated successfully, but these errors were encountered: