http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12056 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #26920|0 |1 is obsolete| | --- Comment #3 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Created attachment 26938 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26938&action=edit [SIGNED-OFF] Bug 12056 - Untranslatable strings in calendar In the calendar there are some strings in a JavaScript function which are not properly wrapped in a function for translation. This patch corrects this. This patch also corrects some minor validation issues and spelling and grammar issues, including those covered by Bug 12055. To test, apply the patch and view the calendar in Tools -> Calendar. When you hover your mouse over a day in the calendar you should see a title tooltip indicating what kind of day/holiday it is and showing the title of the holiday, if any. To test that the strings are now being picked up for translation, run translate update on a po file and confirm that the affected strings are now present: "Weekly holiday," "Yearly holiday," etc. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Works well. New strings on translation file. No koha-qa errors. -- You are receiving this mail because: You are watching all bug changes.