Bug 40610 - Update OPAC templates to improve ease of translation
Summary: Update OPAC templates to improve ease of translation
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-07 12:43 UTC by Owen Leonard
Modified: 2025-08-07 12:49 UTC (History)
2 users (show)

See Also:
GIT URL:
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 Owen Leonard 2025-08-07 12:43:39 UTC
Looking at [lang]-opac-bootstrap.po I see a lot of instances of repeated %s %s %s indicating opportunities to improve the markup structure to ease the translation process.

This patch will tackle a batch of include files:

koha-tmpl/intranet-tmpl/prog/en/includes/item-status.inc
koha-tmpl/opac-tmpl/bootstrap/en/includes/biblio-title-head.inc
koha-tmpl/opac-tmpl/bootstrap/en/includes/biblio-title.inc
koha-tmpl/opac-tmpl/bootstrap/en/includes/date-format.inc
koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc
koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc
Comment 1 Owen Leonard 2025-08-07 12:49:51 UTC
(In reply to Owen Leonard from comment #0)
> koha-tmpl/intranet-tmpl/prog/en/includes/item-status.inc

Correction, not this one!