-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Do you want to request a feature or report a bug?:
Feature
What is the current behavior?:
It's required that we specify output file
Suggested solution:
It would be helpful to be able to output the parsed translation file to the console in absence of -o attribute.
My use case is that I want to create one file with localization strings per directory in my project. This would means tens of files. I'd then want to upload these files to our localization tool, which means tens of requests. However, I could upload all these resource(files) all that in one go, if I were able to merge all the files into one.
So as you can see, I'd be first generating tens of files, then reading them and merging their contents. What would be helpful is to be able to just run extract-react-intl-messages in loop to get all of them in one go.