Bugzilla – Attachment 152553 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-allapprovedpending.patch (text/plain), 2.20 KB, created by
Owen Leonard
on 2023-06-22 11:33:56 UTC
(
hide
)
Description:
Bug 34079: The phrase "Displaying [all|approved|pending|rejected] terms" was separated
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-06-22 11:33:56 UTC
Size:
2.20 KB
patch
obsolete
>From b0ad52c40dff12cba2cae50ce9c1c68999341657 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Wed, 21 Jun 2023 10:59: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 for each status (Displaying all terms, > Displaying approved terms, etc.) > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/tags/review.tt | 11 +++++------ > 1 file changed, 5 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 d3ab56fef42..fd7433595fa 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,11 @@ 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> >+ [% IF ( filter_approved_all ) %]<span>Displaying all terms</span>[% END %] >+ [% IF ( filter_approved_ok ) %]<span>Displaying approved terms</span>[% END %] >+ [% IF ( filter_approved_pending ) %]<span>Displaying pending terms</span>[% END %] >+ [% IF ( filter_approved_rej ) %]<span>Displaying rejected terms</span>[% END %] > </h4> > > [% IF ( op_count ) %] >-- >2.30.2
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