Bugzilla – Attachment 88923 Details for
Bug 22783
'Location' not picked up by translation toolchain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22783: Make 'OPAC News' string translatable
Bug-22783-Make-OPAC-News-string-translatable.patch (text/plain), 1.22 KB, created by
Martin Renvoize (ashimema)
on 2019-04-26 13:53:29 UTC
(
hide
)
Description:
Bug 22783: Make 'OPAC News' string translatable
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-04-26 13:53:29 UTC
Size:
1.22 KB
patch
obsolete
>From 2d5675f2556253f091799998e71daae70b12cd82 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 26 Apr 2019 14:52:39 +0100 >Subject: [PATCH] Bug 22783: Make 'OPAC News' string translatable > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >index 1d36f44e86..45afb8006e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >@@ -281,7 +281,7 @@ Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> > [% FOREACH location IN [ '', 'OpacNavRight' ] %] > [% IF ( location == '' ) %] > [% SET location_lang = lang_lis.language %] >- [% SET location = "OPAC news" %] >+ [% SET location = BLOCK %]OPAC news[% END %] > [% ELSE %] > [% SET location_lang = location _ "_" _ lang_lis.language %] > [% END %] >-- >2.20.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 22783
:
88923
|
90674
|
90675
|
90676
|
90696
|
90697