Bug 15395: Make msgmerge quiet
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
d708255c7a
commit
6d6bc705ec
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue