Bug 39087

Summary: Some files are uglier when tidy
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: dcook
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 38664    
Bug Blocks:    

Description Jonathan Druart 2025-02-10 21:29:37 UTC
koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc

koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc

a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/*

Not a big deal IMO as those files are wrong anyway (we should not build json or csv using TT)
Comment 1 David Cook 2025-02-10 22:35:05 UTC
(In reply to Jonathan Druart from comment #0)
> Not a big deal IMO as those files are wrong anyway (we should not build json
> or csv using TT)

+1
Comment 2 Katrin Fischer 2025-02-11 07:58:55 UTC
I think the problem has been the bits that we need translatable, like header rows and "summary" and "by" between title and author.
Comment 3 Jonathan Druart 2025-02-11 09:00:17 UTC
(In reply to Katrin Fischer from comment #2)
> I think the problem has been the bits that we need translatable, like header
> rows and "summary" and "by" between title and author.

Yes, and we have Koha::I18N for that.