Bugzilla – Attachment 152523 Details for
Bug 34079
The phrase "Displaying [all|approved|pending|rejected] terms" was separated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34079 - The phrase "Displaying [all|approved|pending|rejected] terms" was separated
Bug-34079---The-phrase-Displaying-allapprovedpendi.patch (text/plain), 1.99 KB, created by
Caroline Cyr La Rose
on 2023-06-21 14:26:03 UTC
(
hide
)
Description:
Bug 34079 - The phrase "Displaying [all|approved|pending|rejected] terms" was separated
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2023-06-21 14:26:03 UTC
Size:
1.99 KB
patch
obsolete
>From 94eb98eb55dcf56e5e4a1c9b2d2ab5b3620c77d3 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Wed, 21 Jun 2023 10:21:47 -0400 >Subject: [PATCH] Bug 34079 - The phrase "Displaying > [all|approved|pending|rejected] terms" was separated > >This patch reunites the words for the sentence "Displaying >[all|approved|pending|rejected] terms" in order to facilitate >translating in languages that have a different syntax. > >To test: >1. Install a new language > > ./misc/translator/translate install xx-XX > >2. Check the xx-XX-staff-prog.po file for the sentence > --> All the words are individual strings > >3. Apply patch > >4. Update the po files > > ./misc/translator/translate update xx-XX > >5. Check the xx-XX-staff-prog.po file again > --> The sentence is reunited >--- > .../intranet-tmpl/prog/en/modules/tags/review.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >index d3ab56fef4..49b3e093eb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >@@ -39,12 +39,12 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } > <div class="col-sm-8 col-sm-push-2"> > <h1>Tags</h1> > <form method="post" action="/cgi-bin/koha/tags/review.pl"> >- <h4><span>Displaying</span> >- [% IF ( filter_approved_all ) %]<span>all</span>[% END %] >- [% IF ( filter_approved_ok ) %]<span>approved</span>[% END %] >- [% IF ( filter_approved_pending ) %]<span>pending</span>[% END %] >- [% IF ( filter_approved_rej ) %]<span>rejected</span>[% END %] >- terms >+ <h4><span>Displaying >+ [% IF ( filter_approved_all ) %]all[% END %] >+ [% IF ( filter_approved_ok ) %]approved[% END %] >+ [% IF ( filter_approved_pending ) %]pending[% END %] >+ [% IF ( filter_approved_rej ) %]rejected[% END %] >+ terms</span> > </h4> > > [% IF ( op_count ) %] >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34079
:
152523
|
152527
|
152553
|
155475