Bugzilla – Attachment 106507 Details for
Bug 25067
Move PO file manipulation code into gulp tasks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25067: Hide deprecation notice unless --verbose flag is given
Bug-25067-Hide-deprecation-notice-unless---verbose.patch (text/plain), 1.13 KB, created by
Julian Maurice
on 2020-07-03 13:16:28 UTC
(
hide
)
Description:
Bug 25067: Hide deprecation notice unless --verbose flag is given
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-07-03 13:16:28 UTC
Size:
1.13 KB
patch
obsolete
>From 29aff1aec0be75d7b6a071ce433bfbfd23aeaaa3 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 23 Apr 2020 12:25:36 +0200 >Subject: [PATCH] Bug 25067: Hide deprecation notice unless --verbose flag is > given > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > misc/translator/translate | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/misc/translator/translate b/misc/translator/translate >index 4469743f77..3c186d3ea2 100755 >--- a/misc/translator/translate >+++ b/misc/translator/translate >@@ -76,8 +76,10 @@ if ( $cmd =~ /^(install|compress|uncompress)$/ ) { > $command .= " --silent" if (!$verbose); > $command .= " --lang $lang" if ($lang); > >- print STDERR "Deprecation notice: PO creation and update are now gulp tasks. See docs/development/internationalization.md\n"; >- print STDERR "Running `$command`\n"; >+ if ($verbose) { >+ print STDERR "Deprecation notice: PO creation and update are now gulp tasks. See docs/development/internationalization.md\n"; >+ print STDERR "Running `$command`\n"; >+ } > > system($command); > } else { >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25067
:
102432
|
103383
|
103403
|
103404
|
103440
|
103557
|
103558
|
103562
|
103563
|
103564
|
103565
|
103566
|
106503
|
106504
|
106505
|
106506
|
106507
|
106807
|
109272
|
109273
|
109274
|
109275
|
109276
|
109277
|
109295
|
109296
|
109297
|
110011
|
110012
|
110013
|
110014
|
110015
|
110016
|
110017
|
110018
|
110019
|
110776
|
111642
|
111643
|
113252
|
113255
|
113258