Bugzilla – Attachment 179886 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
Shi Yao Wang
on 2025-03-28 19:30:18 UTC
(
hide
)
Description:
Bug 24172: Followup: Add missing spans to localizer.inc
Filename:
MIME Type:
Creator:
Shi Yao Wang
Created:
2025-03-28 19:30:18 UTC
Size:
1.54 KB
patch
obsolete
>From 4a85eaf9212ec3df5d885813bc0ffa072e53aa66 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 3045f83dff..0bda05165e 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.43.0
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
|
179883
|
179884
|
179885
| 179886