Bugzilla – Attachment 149712 Details for
Bug 33533
Translatability: Do not separate "Patron" or "Organization" and "identity" in memberentrygen.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33533: Translatability: Do not separate "Patron" or "Organization" and "identity" in memberentrygen.tt
Bug-33533-Translatability-Do-not-separate-Patron-o.patch (text/plain), 2.56 KB, created by
Katrin Fischer
on 2023-04-15 21:05:03 UTC
(
hide
)
Description:
Bug 33533: Translatability: Do not separate "Patron" or "Organization" and "identity" in memberentrygen.tt
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-04-15 21:05:03 UTC
Size:
2.56 KB
patch
obsolete
>From d8d927d524cd02968980aff55ebed9f2107db1ea Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Thu, 13 Apr 2023 14:55:25 -0400 >Subject: [PATCH] Bug 33533: Translatability: Do not separate "Patron" or > "Organization" and "identity" in memberentrygen.tt >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch corrects the HTML markup in order to reunite "Patron >identity" or "Organization identity" for translatability. > >To test: >1. Apply patch >2. Update translation files >./misc/translator/translate update xx-XX >3. Check the xx-XX-staff-prog.po file, the line for memberentrygen.tt:275 > should look like > >\#: koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt:275 >\#, c-format >msgid "Organization %sPatron %sidentity" >msgstr "Identité de l'organisme %sIdentité de l'utilisateur %s" > >4. Optionally, translate the string, install translation and check the > page (Patrons > New patron), trying a institutional patron and a > regular patron >./misc/translator/translate install xx-XX > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index ec2eb0a889..cae5b6f2fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -272,7 +272,7 @@ legend:hover { > [% IF ( step_1 ) %] > [% UNLESS notitle && nosurname && nofirstname && nomiddle_name && nodateofbirth && noinitials && noothernames &&nosex && nopronouns %] > <fieldset class="rows" id="memberentry_identity"> >- <legend id="identity_lgd">[% IF ( patron_category.category_type == 'I' ) %]<span>Organization</span> [% ELSE %]<span>Patron</span> [% END %]<span>identity</span></legend> >+ <legend id="identity_lgd">[% IF ( patron_category.category_type == 'I' ) %]<span>Organization [% ELSE %]Patron [% END %]identity</span></legend> > <ol> > [% UNLESS ( patron_category.category_type == 'I' ) %] > [% UNLESS notitle %] >-- >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 33533
:
149623
|
149693
| 149712