Bug 38871

Summary: sub string_list in misc/translator/xgettext.pl never used
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: Passed QA --- QA Contact: Tomás Cohen Arazi (tcohen) <tomascohen>
Severity: enhancement    
Priority: P5 - low CC: thibault.keromnes, tomascohen
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 38871: Remove sub string_list from misc/translator/xgettext.pl
Bug 38871: Remove sub string_list from misc/translator/xgettext.pl
Bug 38871: Remove sub string_list from misc/translator/xgettext.pl

Description Jonathan Druart 2025-01-13 13:00:15 UTC

    
Comment 1 Jonathan Druart 2025-01-13 13:05:19 UTC
Created attachment 176433 [details] [review]
Bug 38871: Remove sub string_list from misc/translator/xgettext.pl

It is never used

% git grep string_list
should not return anything
Comment 2 Thibault Keromnès 2025-01-14 14:08:06 UTC
Created attachment 176504 [details] [review]
Bug 38871: Remove sub string_list from misc/translator/xgettext.pl

It is never used

% git grep string_list
should not return anything

Signed-off-by: Thibault Keromnes <thibault.keromnes@univ-paris8.fr>
Comment 3 Tomás Cohen Arazi (tcohen) 2025-01-21 15:26:37 UTC
Created attachment 176868 [details] [review]
Bug 38871: Remove sub string_list from misc/translator/xgettext.pl

It is never used

% git grep string_list
should not return anything

Signed-off-by: Thibault Keromnes <thibault.keromnes@univ-paris8.fr>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>