Skip to content
New issue

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

error after upgrade #6

Open
ctaepper opened this issue May 20, 2016 · 2 comments
Open

error after upgrade #6

ctaepper opened this issue May 20, 2016 · 2 comments

Comments

@ctaepper
Copy link

i updated from 1.0.5 to 1.0.7 (automatically because of defined range of ^1.0.5)

my command looks like this:

angular-gettext-cli --files './src/**/*.+(config\\.js)' --dest $CIRCLE_ARTIFACTS/master.pot --marker-name gettext

with 1.0.5 everything is working, at 1.0.7 the result looks like this (without generating any errors):

msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version: \n"

took me some time to figure out, the error was not me, but the patch version update...
please try to fix the problem and make sure, you don't publish patch releases containing breaking changes

@andrey-skl
Copy link
Owner

@ctaepper Thank you for the report.
By the way 1.0.7 works pretty well on my projects and passes acceptance test here so could you please provide an example of source file where this doesn't work?
How many files does CLI reports when you're extracting strings?
Like here: Finished parsing example/*.+(html|js), read 3 files.

@ronaldozanoni
Copy link

this can be fixed updating the angular-gettext-tools dependency to 2.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants