Bugzilla – Attachment 180377 Details for
Bug 36357
Add Template::Toolkit filters for internationalization (I18N)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36357: Tidy xgettext-tt2.t
Bug-36357-Tidy-xgettext-tt2t.patch (text/plain), 1.08 KB, created by
Julian Maurice
on 2025-04-02 13:49:14 UTC
(
hide
)
Description:
Bug 36357: Tidy xgettext-tt2.t
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2025-04-02 13:49:14 UTC
Size:
1.08 KB
patch
obsolete
>From 901fdbb5828250bf7823be7430b20b668ba72b46 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 20 Mar 2024 11:10:39 +0000 >Subject: [PATCH] Bug 36357: Tidy xgettext-tt2.t > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > t/db_dependent/misc/translator/xgettext-tt2.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/misc/translator/xgettext-tt2.t b/t/db_dependent/misc/translator/xgettext-tt2.t >index f50368f41f..c8c8bca5fc 100755 >--- a/t/db_dependent/misc/translator/xgettext-tt2.t >+++ b/t/db_dependent/misc/translator/xgettext-tt2.t >@@ -68,7 +68,7 @@ my @expected = ( > msgid => '"with filter"', > }, > { >- msgid => '"filter singular"', >+ msgid => '"filter singular"', > msgid_plural => '"filter plural"', > }, > ); >@@ -81,4 +81,4 @@ for ( my $i = 0 ; $i < @expected ; $i++ ) { > } > } > >-is(@$pot, 1 + @expected, "No more strings than expected"); >+is( @$pot, 1 + @expected, "No more strings than expected" ); >-- >2.39.5
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 36357
:
163380
|
163381
|
163521
|
163522
|
163523
|
163524
|
163597
|
168955
|
168956
|
168957
|
168958
|
168959
|
168962
|
168963
|
180376
| 180377 |
180378
|
180379
|
180380
|
180381
|
180382