From 3cb3bc0898173cdf7d0dc77cc945ea09b7c0493f Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Thu, 25 Oct 2018 10:48:23 +0200 Subject: [PATCH] Bug 15395: Make msgmerge quiet --- misc/translator/LangInstaller.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/translator/LangInstaller.pm b/misc/translator/LangInstaller.pm index 7a621c19ba..e247ab4e23 100644 --- a/misc/translator/LangInstaller.pm +++ b/misc/translator/LangInstaller.pm @@ -511,7 +511,7 @@ sub update_messages { if ( -f $po ) { say "Update messages ($self->{lang})" if $self->{verbose}; - system "$self->{msgmerge} -U $po $pot"; + system "$self->{msgmerge} --quiet -U $po $pot"; } else { $self->create_messages(); } -- 2.17.1