In our own projects we're running translation extraction for ~150 projects. We can do this in parallel since this is basically static analysis. The problem is that the output location for each POTX process is currently hardcoded to be general.pot
which means that the parallel processes trample eachothers output.
Allow specifying the output filename in single mode as an option. This allows each process to write to a separate file so that everything can indeed be implemented.
Added --output-file
option, only respected in "single" mode, "general" by default.
Closed: duplicate
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.