https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34820 --- Comment #19 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Fridolin Somers from comment #18)
Arg we try to avoid double quotes in translated strings, because of JavaScript. This string may not end in a JavaScript code but better be safe.
Can it be " or single quotes ?
I see we use " is some places : https://git.koha-community.org/Koha-community/Koha/src/commit/ af093305b8c936f20c49fa707d5bc58fc9059ba8/koha-tmpl/intranet-tmpl/prog/en/ includes/background_jobs/stage_marc_for_import.inc#L23
I actually checked, but our rule only applies to JS and this is not Javascript. It should not be able to break it in translation, no matter what people use. -- You are receiving this mail because: You are watching all bug changes.