You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!"
The text was updated successfully, but these errors were encountered:
node
version: 8.10.0yarn
version: 1.7.0Do 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.instead of
The text was updated successfully, but these errors were encountered: