Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels
Activity