Bugzilla – Attachment 82693 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.00 KB, created by
Julian Maurice
on 2018-11-28 09:06:02 UTC
(
hide
)
Description:
Bug 21895: Fix path to POT file
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2018-11-28 09:06:02 UTC
Size:
1.00 KB
patch
obsolete
>From abe2e6a153bf92810e99cba1170cf2a5250af3f5 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 > >--- > 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.17.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 21895
:
82687
|
82693
|
82695
|
82696
|
82697
|
82698