Bug 39087 - Some files are uglier when tidy
Summary: Some files are uglier when tidy
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 38664
Blocks:
  Show dependency treegraph
 
Reported: 2025-02-10 21:29 UTC by Jonathan Druart
Modified: 2025-02-11 09:00 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

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