Skip to content

save multiple files issue #100

Closed
Closed
@criniera

Description

@criniera

In the ReadMe you mention 3 modes to save multiple files, however in my case only one is working. Can you reproduce this issue? I'm developing with angular 6.0.2 with angular-cli and visual studio code and i've just installed your lib with npm install @biesbjerg/ngx-translate-extract command.

ngx-translate-extract -i ./src -o ./src/i18n/*.json
Gives error while saving (probably it tries to save a file named *.json)

ngx-translate-extract -i ./src -o ./src/i18n/{da,en,fr}.json
Only one file is generated, it is named {da,en,fr}.json

ngx-translate-extract -i ./src -o ./src/i18n/da.json ./src/i18n/en.json ./src/i18n/fr.json
This one is the only form working to save multiple files

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions