Bugzilla – Attachment 155475 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.26 KB, created by
Martin Renvoize (ashimema)
on 2023-09-11 11:00:14 UTC
(
hide
)
Description:
Bug 34079: The phrase "Displaying [all|approved|pending|rejected] terms" was separated
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-09-11 11:00:14 UTC
Size:
2.26 KB
patch
obsolete
>From c0d531d8e726354ee8a5bcca10b463c1ec6e0c1f 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> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../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 d3ab56fef4..fd7433595f 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.41.0
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