Bugzilla – Attachment 177599 Details for
Bug 38823
The word 'Reports' in ERM menu is not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38823: Fix translatability for 'Reports' in ERM menu
Bug-38823-Fix-translatability-for-Reports-in-ERM-m.patch (text/plain), 1.16 KB, created by
Nick Clemens (kidclamp)
on 2025-02-06 21:02:10 UTC
(
hide
)
Description:
Bug 38823: Fix translatability for 'Reports' in ERM menu
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-02-06 21:02:10 UTC
Size:
1.16 KB
patch
obsolete
>From 7026c42930ff0e8973ea9d76149e19cc8bea1fff Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 30 Jan 2025 11:10:23 +0100 >Subject: [PATCH] Bug 38823: Fix translatability for 'Reports' in ERM menu > >Signed-off-by: Magnus Enger <magnus@libriotech.no> >Confirmed that "Reports" is now treated the same way as every >other "title" in the file. >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js b/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js >index 46c10babbf4..03aa27730cc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js >@@ -341,7 +341,7 @@ export const routes = [ > }, > { > path: "reports", >- title: "Reports", >+ title: $__("Reports"), > icon: "fa fa-bar-chart", > is_end_node: true, > children: [ >-- >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 38823
:
177350
|
177391
| 177599