Bug 38871 - sub string_list in misc/translator/xgettext.pl never used
Summary: sub string_list in misc/translator/xgettext.pl never used
Status: Passed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Jonathan Druart
QA Contact: Tomás Cohen Arazi (tcohen)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-13 13:00 UTC by Jonathan Druart
Modified: 2025-01-21 15:28 UTC (History)
2 users (show)

See Also:
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 (1.39 KB, patch)
2025-01-13 13:05 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 38871: Remove sub string_list from misc/translator/xgettext.pl (1.45 KB, patch)
2025-01-14 14:08 UTC, Thibault Keromnès
Details | Diff | Splinter Review
Bug 38871: Remove sub string_list from misc/translator/xgettext.pl (1.51 KB, patch)
2025-01-21 15:26 UTC, Tomás Cohen Arazi (tcohen)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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>