Bugzilla – Attachment 160621 Details for
Bug 35582
Advanced search languages should be listed with selected UI language descriptions shown first if available
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35582: Advanced search languages should be listed with selected UI language descriptions shown first if available
Bug-35582-Advanced-search-languages-should-be-list.patch (text/plain), 1.57 KB, created by
Lari Strand
on 2024-01-08 12:11:42 UTC
(
hide
)
Description:
Bug 35582: Advanced search languages should be listed with selected UI language descriptions shown first if available
Filename:
MIME Type:
Creator:
Lari Strand
Created:
2024-01-08 12:11:42 UTC
Size:
1.57 KB
patch
obsolete
>From a44100fe068af5d8f5eb3b8aa79785cd24aa3de8 Mon Sep 17 00:00:00 2001 >From: lmstrand <lmstrand@gmail.com> >Date: Fri, 15 Dec 2023 15:45:42 +0200 >Subject: [PATCH] Bug 35582: Advanced search languages should be listed with > selected UI language descriptions shown first if available > >--- > C4/Languages.pm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/C4/Languages.pm b/C4/Languages.pm >index 04f2c8367c..d7174f3efd 100644 >--- a/C4/Languages.pm >+++ b/C4/Languages.pm >@@ -227,10 +227,10 @@ sub getLanguages { > > # fill in the ISO6329 code > $language_subtag_registry->{iso639_2_code} = $language_descriptions->{iso639_2_code}; >- # fill in the native description of the language, as well as the current language's translation of that if it exists >+ # fill in the current selected ui language's translation, as well as the native description of the language > if ($native_description) { >- $language_subtag_registry->{language_description} = $native_description; >- $language_subtag_registry->{language_description}.=" ($language_descriptions->{description})" if $language_descriptions->{description}; >+ $language_subtag_registry->{language_description} = $language_descriptions->{description} if $language_descriptions->{description}; >+ $language_subtag_registry->{language_description}.=" ($native_description)"; > } > else { > $language_subtag_registry->{language_description} = $language_descriptions->{description}; >-- >2.25.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 35582
:
159892
|
160621
|
162293
|
162302
|
165692
|
165693