Bugzilla – Attachment 190613 Details for
Bug 26547
Move context from msgid to msgctxt in pref PO files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26547: Fix compil error
4ee3e62.patch (text/plain), 1.29 KB, created by
Jonathan Druart
on 2025-12-18 10:38:32 UTC
(
hide
)
Description:
Bug 26547: Fix compil error
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-12-18 10:38:32 UTC
Size:
1.29 KB
patch
obsolete
>From 4ee3e629d648d0a3c9d43cf2ff532a810299e2c1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 18 Dec 2025 11:38:15 +0100 >Subject: [PATCH] Bug 26547: Fix compil error > >--- > misc/translator/LangInstaller.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/translator/LangInstaller.pm b/misc/translator/LangInstaller.pm >index c22bac6690b..6e105b127aa 100644 >--- a/misc/translator/LangInstaller.pm >+++ b/misc/translator/LangInstaller.pm >@@ -184,11 +184,11 @@ sub get_translated_tab_content { > if ( keys %$translated_tab_content != keys %$tab_content ) { > my %duplicates; > for my $section ( keys %$tab_content ) { >- push @{ $duplicates{ $self->get_trans_text( "$file $section", $section ) } }, $section; >+ push @{ $duplicates{ $self->get_trans_text( "$tab > $section", $section ) } }, $section; > } > for my $translation ( keys %duplicates ) { > if ( @{ $duplicates{$translation} } > 1 ) { >- warn qq(In file "$file", "$translation" is a translation for sections ") >+ warn qq(In tab "$tab", "$translation" is a translation for sections ") > . join( '", "', @{ $duplicates{$translation} } ) . '"'; > } > } >-- >2.43.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 26547
:
110777
|
111557
|
111697
|
111698
|
111699
|
111700
|
190539
|
190540
|
190541
|
190542
|
190548
|
190549
|
190550
|
190551
| 190613