Bugzilla – Attachment 156806 Details for
Bug 34959
Translator tool generates too many changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34959: Remove unused sub
Bug-34959-Remove-unused-sub.patch (text/plain), 1.09 KB, created by
David Nind
on 2023-10-10 19:16:15 UTC
(
hide
)
Description:
Bug 34959: Remove unused sub
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-10-10 19:16:15 UTC
Size:
1.09 KB
patch
obsolete
>From a195ed418e9e1ccd815d6bf3df0589545ce3bf28 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 6 Oct 2023 17:17:51 +0200 >Subject: [PATCH] Bug 34959: Remove unused sub > >Nothing special here, this sub is not used and we can remove it. > >Signed-off-by: David Nind <david@davidnind.com> >--- > misc/translator/xgettext.pl | 9 --------- > 1 file changed, 9 deletions(-) > >diff --git a/misc/translator/xgettext.pl b/misc/translator/xgettext.pl >index 9eec03646a..b5bd96d34f 100755 >--- a/misc/translator/xgettext.pl >+++ b/misc/translator/xgettext.pl >@@ -158,15 +158,6 @@ sub text_extract { > > ############################################################################### > >-sub generate_strings_list { >- # Emit all extracted strings. >- for my $t (string_list) { >- printf $OUTPUT "%s\n", $t; >- } >-} >- >-############################################################################### >- > sub generate_po_file { > # We don't emit the Plural-Forms header; it's meaningless for us > my $pot_charset = (defined $charset_out? $charset_out: 'CHARSET'); >-- >2.30.2
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 34959
:
156781
|
156782
|
156806
|
156807
|
157082
|
157083