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

Issue with delimiter. #24

Closed
neu5 opened this issue Aug 8, 2018 · 0 comments
Closed

Issue with delimiter. #24

neu5 opened this issue Aug 8, 2018 · 0 comments

Comments

@neu5
Copy link

neu5 commented Aug 8, 2018

  • version: 0.10.0
  • node version: 8.10.0
  • yarn version: 1.7.0

Do you want to request a feature or report a bug?:
Bug
What is the current behavior?:
I tried using --delimiter flag but it doesn't work.
What is the expected behavior?:
It should work.

Example not working scripts:
NODE_ENV=development extract-messages -l=en --flat --delimiter / -o src/translations 'src/**/!(*.test).js'
NODE_ENV=development extract-messages -l=en --flat --delimiter '/' -o src/translations 'src/**/!(*.test).js'

The output json is the same, eg.

"containers.A.welcome": "Welcome!"

instead of

"containers/A/welcome": "Welcome!"
@akameco akameco added the bug label Aug 8, 2018
@akameco akameco removed the bug label Oct 12, 2018
@akameco akameco closed this as completed Aug 20, 2019
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

2 participants