From bugzilla-daemon@bugs.koha-community.org Tue Jun 6 18:19:00 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33928] New: Improve translation of title tags: Various Date: Tue, 06 Jun 2023 16:18:59 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7415965124752138539==" --===============7415965124752138539== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928 Bug ID: 33928 Summary: Improve translation of title tags: Various Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: testopia@bugs.koha-community.org Blocks: 33906 This patch will modify various templates in the staff client so that translatable strings in the tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] - about.tt - auth.tt - errors/errorpage.tt - intranet-main.tt Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. --===============7415965124752138539==-- From bugzilla-daemon@bugs.koha-community.org Fri Oct 6 20:23:37 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33928] Improve translation of title tags: Various Date: Fri, 06 Oct 2023 18:23:36 +0000 Message-ID: <bug-33928-70-c4gRUCnQ4o@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33928-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6980878352381018100==" --===============6980878352381018100== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. --===============6980878352381018100==-- From bugzilla-daemon@bugs.koha-community.org Fri Oct 6 20:23:47 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33928] Improve translation of title tags: Various Date: Fri, 06 Oct 2023 18:23:38 +0000 Message-ID: <bug-33928-70-YEH1Arh7Ah@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33928-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8541375733061875047==" --===============8541375733061875047== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 156635 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156635&action=edit Bug 33928: Improve translation of title tags: Various This patch updates various 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: - Staff interface -> Log in - Staff interface home page - Error page (e.g. for a missing page 404 error) - About page -- You are receiving this mail because: You are watching all bug changes. --===============8541375733061875047==-- From bugzilla-daemon@bugs.koha-community.org Thu Nov 2 21:56:36 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33928] Improve translation of title tags: Various Date: Thu, 02 Nov 2023 20:56:35 +0000 Message-ID: <bug-33928-70-DbJJXgjvJN@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33928-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3881771877271746394==" --===============3881771877271746394== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. --===============3881771877271746394==-- From bugzilla-daemon@bugs.koha-community.org Thu Nov 2 21:56:46 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33928] Improve translation of title tags: Various Date: Thu, 02 Nov 2023 20:56:37 +0000 Message-ID: <bug-33928-70-P8fjm9GjJq@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33928-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0297091047494464831==" --===============0297091047494464831== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #156635|0 |1 is obsolete| | --- Comment #2 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 158286 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158286&action=edit Bug 33928: Improve translation of title tags: Various This patch updates various 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: - Staff interface -> Log in - Staff interface home page - Error page (e.g. for a missing page 404 error) - About page Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. --===============0297091047494464831==-- From bugzilla-daemon@bugs.koha-community.org Sun Nov 5 11:28:24 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33928] Improve translation of title tags: Various Date: Sun, 05 Nov 2023 10:28:24 +0000 Message-ID: <bug-33928-70-UnAxp3hpJH@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33928-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3308608609886988571==" --===============3308608609886988571== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. --===============3308608609886988571==-- From bugzilla-daemon@bugs.koha-community.org Sun Nov 5 11:28:35 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33928] Improve translation of title tags: Various Date: Sun, 05 Nov 2023 10:28:26 +0000 Message-ID: <bug-33928-70-amtFTlHZvq@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33928-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4568498312588290079==" --===============4568498312588290079== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #158286|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 158442 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158442&action=edit Bug 33928: Improve translation of title tags: Various This patch updates various 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: - Staff interface -> Log in - Staff interface home page - Error page (e.g. for a missing page 404 error) - About page Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes. --===============4568498312588290079==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 6 12:39:55 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33928] Improve translation of title tags: Various Date: Mon, 06 Nov 2023 11:39:21 +0000 Message-ID: <bug-33928-70-7zjj70p0Qg@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33928-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5313489419114532911==" --===============5313489419114532911== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. --===============5313489419114532911==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 6 12:40:05 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33928] Improve translation of title tags: Various Date: Mon, 06 Nov 2023 11:39:23 +0000 Message-ID: <bug-33928-70-8qXOR6Fneu@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33928-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1644153146052472768==" --===============1644153146052472768== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928 --- Comment #4 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. --===============1644153146052472768==-- From bugzilla-daemon@bugs.koha-community.org Fri Nov 10 08:08:25 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33928] Improve translation of title tags: Various Date: Fri, 10 Nov 2023 07:08:24 +0000 Message-ID: <bug-33928-70-WsaAKSvGIV@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33928-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4833102577384027993==" --===============4833102577384027993== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |fridolin.somers@biblibre.co | |m Resolution|--- |FIXED --- Comment #5 from Fridolin Somers <fridolin.somers@biblibre.com> --- Enhancement not pushed to 23.05.x -- You are receiving this mail because: You are watching all bug changes. --===============4833102577384027993==--