Bugzilla – Attachment 149215 Details for
Bug 33417
Create one standard Toolbar component
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33417: Fix translation in toolbar
Bug-33417-Fix-translation-in-toolbar.patch (text/plain), 1.06 KB, created by
Matt Blenkinsop
on 2023-04-05 14:54:10 UTC
(
hide
)
Description:
Bug 33417: Fix translation in toolbar
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-04-05 14:54:10 UTC
Size:
1.06 KB
patch
obsolete
>From ab53c35fe3b2c8946f0cdfcb64b0f6372e542b78 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 5 Apr 2023 14:02:39 +0000 >Subject: [PATCH] Bug 33417: Fix translation in toolbar > >This commit allows the string to be translated - tested using fr-FR and a dummy string in the .po file (see image attached) > >Test plan as above >--- > koha-tmpl/intranet-tmpl/prog/js/vue/components/Toolbar.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Toolbar.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Toolbar.vue >index 7a68ab6809..f5eda891ee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Toolbar.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Toolbar.vue >@@ -6,7 +6,7 @@ > :to="{ name: option.to }" > class="btn btn-default" > ><font-awesome-icon icon="plus" /> >- {{ $__(`${option.button_title}`) }}</router-link >+ {{ $__(option.button_title) }}</router-link > > > </div> > </template> >-- >2.30.2
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 33417
:
149193
|
149194
|
149195
|
149212
|
149215
|
149217
|
149229
|
149936
|
149937
|
149938
|
149939
|
149964
|
149965
|
149966
|
149967
|
152244
|
152245
|
152246
|
152247