Bugzilla – Attachment 175567 Details for
Bug 38707
Patron restriction types from installer files not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38707: Patron restriction types from installer files not translatable
Bug-38707-Patron-restriction-types-from-installer-.patch (text/plain), 1.49 KB, created by
Martin Renvoize (ashimema)
on 2024-12-16 19:01:16 UTC
(
hide
)
Description:
Bug 38707: Patron restriction types from installer files not translatable
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-12-16 19:01:16 UTC
Size:
1.49 KB
patch
obsolete
>From 71dee38758ce9e4a75771c1d15c89349d48358e0 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Fri, 13 Dec 2024 16:20:37 -0500 >Subject: [PATCH] Bug 38707: Patron restriction types from installer files not > translatable > >This patch makes translatable the default patron restriction >types that come installed with Koha. > >To test: > >1) Search for "Manual restriction" in the translation files > >`git grep "Manual restriction" misc/translator/po/fr-CA-installer.po` > >--> No results > >2) Apply patch > >3) Update translations > >`gulp po:update --lang fr-CA` > >4) Repeat step 1 > >--> Manual restrictions (as well as the other restriction types > i.e. Overdues, Suspension, Discharge, and Notice failure > suspension) is in the .po file > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/en/mandatory/patron_restriction_types.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/en/mandatory/patron_restriction_types.yml b/installer/data/mysql/en/mandatory/patron_restriction_types.yml >index d8ca85b80d6..57c4b176d6b 100644 >--- a/installer/data/mysql/en/mandatory/patron_restriction_types.yml >+++ b/installer/data/mysql/en/mandatory/patron_restriction_types.yml >@@ -22,7 +22,7 @@ description: > > tables: > - restriction_types: >- translatable: [] >+ translatable: [ display_text ] > multiline: [] > rows: > - code: "MANUAL" >-- >2.47.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 38707
:
175471
|
175476
| 175567