Bugzilla – Attachment 82696 Details for
Bug 21895
Translations fail on upgrade to 18.11.00 (package installation)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21895: Fix path to POT file
Bug-21895-Fix-path-to-POT-file.patch (text/plain), 1.06 KB, created by
Mirko Tietgen
on 2018-11-28 10:44:58 UTC
(
hide
)
Description:
Bug 21895: Fix path to POT file
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2018-11-28 10:44:58 UTC
Size:
1.06 KB
patch
obsolete
>From f87ea51eee90b5b837e9770fa66d3910777dc161 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 28 Nov 2018 10:05:19 +0100 >Subject: [PATCH] Bug 21895: Fix path to POT file > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> >--- > 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 333a148eba..55003af92e 100644 >--- a/misc/translator/LangInstaller.pm >+++ b/misc/translator/LangInstaller.pm >@@ -484,7 +484,7 @@ sub locale_name { > sub create_messages { > my $self = shift; > >- my $pot = "$self->{domain}.pot"; >+ my $pot = "$Bin/$self->{domain}.pot"; > my $po = "$self->{path_po}/$self->{lang}-messages.po"; > > unless ( -f $pot ) { >@@ -503,7 +503,7 @@ sub create_messages { > sub update_messages { > my $self = shift; > >- my $pot = "$self->{domain}.pot"; >+ my $pot = "$Bin/$self->{domain}.pot"; > my $po = "$self->{path_po}/$self->{lang}-messages.po"; > > unless ( -f $pot ) { >-- >2.19.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 21895
:
82687
|
82693
|
82695
|
82696
|
82697
|
82698