In our version of Koha, we use a placeholder text in the main search box (with jquery effects if the browser doesn't support placeholder). So we need to patch the translator in order to be able to translate the sentence in placeholder. It would be a great feature for the translator script.
Created attachment 3089 [details] [review] placeholder patch
Created attachment 12771 [details] [review] Adding the ability to translate HTML5 placeholder text in an input field -- rebased on master removed changes to text-extract.pl and text-extract2.pl since these scripts are not used anymore.
Just wanted to comment that I tested the latest patch successfully and with it the template "pendingreserves.tt" is now translated. Quick 2 liners that should be easy to test and apply.
Created attachment 13918 [details] [review] [SIGNED-OFF] Adding the ability to translate HTML5 placeholder text in an input field http://bugs.koha-community.org/show_bug.cgi?id=5709 Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Created attachment 14028 [details] [review] Adding the ability to translate HTML5 placeholder text in an input field http://bugs.koha-community.org/show_bug.cgi?id=5709 Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
QA comment: trivial -2 lines- patch passed QA (setting version to "master", it's not 3.2 only)
This patch has been pushed to master.