fix: po msgfmt output to stdout (#1435)

Bu işleme şunda yer alıyor:
Bojan Mihelac 2018-03-21 09:21:20 +01:00
ebeveyn 64c95d4881
işleme 763fcb8512
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -5,6 +5,6 @@ call ale#linter#Define('po', {
\ 'name': 'msgfmt',
\ 'executable': 'msgfmt',
\ 'output_stream': 'stderr',
\ 'command': 'msgfmt --statistics %t',
\ 'command': 'msgfmt --statistics --output-file=- %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\})