This patch will modify patron lists templates in the staff client so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %]
Created attachment 155563 [details] [review] Bug 34769: Improve translation of title tags: Patron lists This patch updates patron lists templates so that title tags can be more easily translated. Some templates have been updated for consistency as well: Harmonizing page title, breaddrumb navigation, and page headers. To test, apply the patch and confirm that the following pages have the correct title tags: - Tools -> Patron lists - New patron list - View patron list - Edit patron list
Created attachment 157600 [details] [review] Bug 34769: Improve translation of title tags: Patron lists This patch updates patron lists templates so that title tags can be more easily translated. Some templates have been updated for consistency as well: Harmonizing page title, breaddrumb navigation, and page headers. To test, apply the patch and confirm that the following pages have the correct title tags: - Tools -> Patron lists - New patron list - View patron list - Edit patron list Signed-off-by: David Nind <david@davidnind.com>
Created attachment 158218 [details] [review] Bug 34769: Improve translation of title tags: Patron lists This patch updates patron lists templates so that title tags can be more easily translated. Some templates have been updated for consistency as well: Harmonizing page title, breaddrumb navigation, and page headers. To test, apply the patch and confirm that the following pages have the correct title tags: - Tools -> Patron lists - New patron list - View patron list - Edit patron list Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 23.11. Nice work everyone, thanks!
Enhancement not pushed to 23.05.x