Summary: | Some files are uglier when tidy | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | 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
(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 I think the problem has been the bits that we need translatable, like header rows and "summary" and "by" between title and author. (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. |