Bugzilla – Attachment 176622 Details for
Bug 38904
admin/localization should allow translation in OPAC languages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38904: Allow opac translation in admin/localization
Bug-38904-Allow-opac-translation-in-adminlocalizat.patch (text/plain), 993 bytes, created by
Marcel de Rooy
on 2025-01-16 10:37:45 UTC
(
hide
)
Description:
Bug 38904: Allow opac translation in admin/localization
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-01-16 10:37:45 UTC
Size:
993 bytes
patch
obsolete
>From d8c5e50d60bf4695b5a25c25d923236b6914d518 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 16 Jan 2025 10:29:40 +0000 >Subject: [PATCH] Bug 38904: Allow opac translation in admin/localization >Content-Type: text/plain; charset=utf-8 > >Test plan: >Try to translate itemtype for an opac language not part of >intranet languages. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > admin/localization.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/localization.pl b/admin/localization.pl >index 58205d8df7..62f2be1451 100755 >--- a/admin/localization.pl >+++ b/admin/localization.pl >@@ -50,7 +50,7 @@ while ( my $s = $rs->next ) { > }; > } > >-my $translated_languages = C4::Languages::getTranslatedLanguages( 'intranet', C4::Context->preference('template') ); >+my $translated_languages = C4::Languages::getTranslatedLanguages(); # opac and intranet > > $template->param( > translations => \@translations, >-- >2.39.5
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 38904
: 176622