Bugzilla – Attachment 3128 Details for
Bug 5740
spanish intranet dictionary file has a missing character
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Don't stop translation installation even with wrong placeholder
0001-Bug-5740-Avoid-stopping-translation-process-when-mis.patch (text/plain), 886 bytes, created by
Frédéric Demians
on 2011-02-11 07:20:33 UTC
(
hide
)
Description:
Don't stop translation installation even with wrong placeholder
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2011-02-11 07:20:33 UTC
Size:
886 bytes
patch
obsolete
>From 4cb9218958ce422f7c797d61bb22c04701f090ba Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Fri, 11 Feb 2011 08:18:46 +0100 >Subject: [PATCH] Bug 5740 Avoid stopping translation process when missing placeholder > >[3.2] Needed >--- > misc/translator/TmplTokenizer.pm | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/misc/translator/TmplTokenizer.pm b/misc/translator/TmplTokenizer.pm >index 5c4f28b..268ca15 100644 >--- a/misc/translator/TmplTokenizer.pm >+++ b/misc/translator/TmplTokenizer.pm >@@ -969,7 +969,8 @@ sub parametrize ($$$$) { > $it .= $&; > die "$&: Unknown or unsupported format specification\n"; #XXX > } else { >- die "$&: Completely confused parametrizing\n";#XXX >+ warn_normal "$&: Completely confused parametrizing\n", undef;#XXX >+ return $it; > } > } > } >-- >1.7.4 >
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 5740
: 3128