https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30144

--- Comment #57 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 203201
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203201&action=edit
Bug 30144: (QA follow-up) Make servicing instruction UI strings translatable

The servicing instructions widget added new user-facing strings (alerts,
button labels, hints) built entirely in JS via string concatenation, none
of which were wrapped for translation - unlike the pre-existing JS in the
same file, which already uses _() throughout. Wrap them the same way,
using _("...").format(...) for the strings that interpolate a value,
matching the existing pattern used elsewhere in this file.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to