Bugzilla – Attachment 71171 Details for
Bug 20124
Allow translating did you mean config save message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20124: Allow translating did you mean config save message
Bug-20124-Allow-translating-did-you-mean-config-sa.patch (text/plain), 1.74 KB, created by
Katrin Fischer
on 2018-02-04 11:37:45 UTC
(
hide
)
Description:
Bug 20124: Allow translating did you mean config save message
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-02-04 11:37:45 UTC
Size:
1.74 KB
patch
obsolete
>From 1268979b22b604e50cb94b18a87eb676084f958a Mon Sep 17 00:00:00 2001 >From: Pasi Kallinen <pasi.kallinen@joensuu.fi> >Date: Fri, 2 Feb 2018 09:45:42 +0200 >Subject: [PATCH] Bug 20124: Allow translating did you mean config save message > >When saving the "Did you mean?" setting, a popup with the >message "Successfully saved configuration" is shown, but >it cannot be translated. Make it translatable. > >Test plan: > >1) Go to Home -> Administration -> Did you mean? >2) Change the settings, click on "Save configuration" >3) Popup with "Successfully saved configuration" >4) Apply patch, update po-files, etc. >5) Check that the msgid "Successfully saved configuration" > is in fi-FI-staff-prog.po, and translate the message >6) install the fi-FI language >7) Change your UI language to finnish >8) Repeat 1, 2, 3. You should now see the same popup > message translated. > >Signed-off-by: Pasi Kallinen <pasi.kallinen@joensuu.fi> >Signed-off-by: Roch D'Amour <roch.damour@inlibro.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >index 96043164ea..70ef7c199f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >@@ -97,7 +97,7 @@ > data: data, > type: 'POST', > url: '/cgi-bin/koha/svc/config/systempreferences/', >- success: function () { alert("Successfully saved configuration"); }, >+ success: function () { alert(_("Successfully saved configuration")); }, > }); > return false; > } >-- >2.14.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 20124
:
71128
|
71167
| 71171