| Summary: | Improve translation of title tags: OPAC part 4 | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Templates | Assignee: | Owen Leonard <oleonard> |
| Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | david, testopia |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: |
This fixes several OPAC templates so that the title tags can be more easily translated. There is no (or minimal) differences in the English browser tab titles.
|
Version(s) released in: | |
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 33906 | ||
| Attachments: |
Bug 39255: Improve translation of title tags: OPAC part 4
Bug 39255: Improve translation of title tags: OPAC part 4 Bug 39255: Improve translation of title tags: OPAC part 4 |
||
Created attachment 183132 [details] [review] Bug 39255: Improve translation of title tags: OPAC part 4 This patch updates a batch of OPAC templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have correct title tags: - The summary page for a logged in user - Most popular - Purchase suggestions - Recent comments - Tags - Lists - List of lists - List contents - Send list - Share a private list - Send a cart - View a subscription -> More details - The opac-showmarc page isn't usually accessed directly but you can test it by opening the URL, e.g. http://localhost:8080/cgi-bin/koha/opac-showmarc.pl?viewas=html&id=5 - Self checkin (with SelfCheckInModule enabled). - Self checkout (with WebBasedSelfCheck enabled). - Self checkout help - Self checkout slip Sponsored-by: Athens County Public Libraries Created attachment 184941 [details] [review] Bug 39255: Improve translation of title tags: OPAC part 4 This patch updates a batch of OPAC templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have correct title tags: - The summary page for a logged in user - Most popular - Purchase suggestions - Recent comments - Tags - Lists - List of lists - List contents - Send list - Share a private list - Send a cart - View a subscription -> More details - The opac-showmarc page isn't usually accessed directly but you can test it by opening the URL, e.g. http://localhost:8080/cgi-bin/koha/opac-showmarc.pl?viewas=html&id=5 - Self checkin (with SelfCheckInModule enabled). - Self checkout (with WebBasedSelfCheck enabled). - Self checkout help - Self checkout slip Sponsored-by: Athens County Public Libraries Created attachment 190273 [details] [review] Bug 39255: Improve translation of title tags: OPAC part 4 This patch updates a batch of OPAC templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have correct title tags: - The summary page for a logged in user - Most popular - Purchase suggestions - Recent comments - Tags - Lists - List of lists - List contents - Send list - Share a private list - Send a cart - View a subscription -> More details - The opac-showmarc page isn't usually accessed directly but you can test it by opening the URL, e.g. http://localhost:8080/cgi-bin/koha/opac-showmarc.pl?viewas=html&id=5 - Self checkin (with SelfCheckInModule enabled). - Self checkout (with WebBasedSelfCheck enabled). - Self checkout help - Self checkout slip Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Testing notes (using KTD):
1. Setup for some of the testing:
- Most popular: enable OpacTopissue system preference
- Purchase suggestions: OPACViewOthersSuggestions (shows as "Purchase
suggestions" under the search box, only shows if logged in and takes
you to Purchase suggestions under your account)
- Recent comments: enable OpacShowRecentComments system preference
- Lists:
. Create a public list and add an item
. Create a private list and add an item
|
This patch will modify the last batch of OPAC templates so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %]