pluggable-output-processor icon indicating copy to clipboard operation
pluggable-output-processor copied to clipboard

only works for LC_MESSAGES=en

Open GitMensch opened this issue 2 years ago • 0 comments

Maybe there's a python module that also has things like "error" and "warning" translated? Otherwise it may be reasonable to os.environ["LC_MESSAGES"]='C' or similar before starting the sub-process?

GitMensch avatar Oct 09 '23 09:10 GitMensch