Bugzilla – Attachment 177636 Details for
Bug 24172
Locale is ignored when saving season name in the database
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24172: Followup: Add missing spans to localizer.inc
Bug-24172-Followup-Add-missing-spans-to-localizeri.patch (text/plain), 1.54 KB, created by
Nick Clemens (kidclamp)
on 2025-02-07 15:34:16 UTC
(
hide
)
Description:
Bug 24172: Followup: Add missing spans to localizer.inc
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-02-07 15:34:16 UTC
Size:
1.54 KB
patch
obsolete
>From 57fe504525fce2f51e8e282f1f2447236e2f7ba3 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@libriotech.no> >Date: Fri, 31 Jan 2025 16:08:16 +0100 >Subject: [PATCH] Bug 24172: Followup: Add missing spans to localizer.inc > >Two of the lines in this file were missing a </span>, resulting >in Fall and Winter not being translated properly. > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/localizer.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/localizer.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/localizer.inc >index 3045f83dff1..0bda05165e1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/localizer.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/localizer.inc >@@ -4,9 +4,9 @@ > [%~ ELSIF ( matches = season.match('(.*)Summer(.*)') ) ~%] > [%~ matches.0 | html ~%]<span>Summer<span>[%~ matches.1 | html ~%] > [%~ ELSIF ( matches = season.match('(.*)Fall(.*)') ) ~%] >- [%~ matches.0 | html ~%]<span>Fall[%~ matches.1 | html ~%] >+ [%~ matches.0 | html ~%]<span>Fall</span>[%~ matches.1 | html ~%] > [%~ ELSIF ( matches = season.match('(.*)Winter(.*)') ) ~%] >- [%~ matches.0 | html ~%]<span>Winter[%~ matches.1 | html ~%] >+ [%~ matches.0 | html ~%]<span>Winter</span>[%~ matches.1 | html ~%] > [%~ ELSIF ( matches = season.match('(.*)Spr(.*)') ) ~%] > [%~ matches.0 | html ~%]<span>Spr</span>[%~ matches.1 | html ~%] > [%~ ELSIF ( matches = season.match('(.*)Sum(.*)') ) ~%] >-- >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 24172
:
95996
|
95998
|
96051
|
100331
|
100332
|
100888
|
139803
|
139804
|
139805
|
139806
|
139807
|
139808
|
139809
|
148921
|
151330
|
158671
|
170319
|
171104
|
172223
|
172230
|
174095
|
175493
|
175494
|
175495
|
177395
|
177396
|
177397
|
177398
|
177633
|
177634
|
177635
| 177636