http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8942
M. de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #14 from M. de Rooy <[email protected]> --- QA Comment: Single quote seems to work (but see note below). Double quote does not work. If I translate: msgid "Your lists:" msgstr "Uw "lijsten:" It results in: param1 += "<optgroup label=\""+_("Uw \"lijsten:")+"\">";[% FOREACH addbarshelvesloo IN addbarshelvesloop %] (Example from opac-results.tt within document ready function section. ) OPAC displays only the word Uw. But does not show \"lijsten. NOTE: If I would use already a backslash to escape my quotes in the PO file like this: msgstr "Uw \'lijsten:" I would not like to see the backslash in the display. In other words: Could you improve the regex with lookbehind to prevent adding a backslash that is already there? Changing status to reflect need for attention. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
