[Bug 22482] New: Some characters are not escaped in translated file.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22482 Bug ID: 22482 Summary: Some characters are not escaped in translated file. Change sponsored?: --- Product: Koha Version: 18.11 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: bastien.gonckel@progilone.fr QA Contact: testopia@bugs.koha-community.org Target Milestone: --- It seems that the file fr-FR-staff-prog.po contain character that are not escaped on line 17596. In the template memberentrygen.tt, line 1195 the string MSG_MESSAGING_DFEAULTS (I assume it was supposed to be MSG_MESSAGING_DEFAULTS) contain double quote, but these double quote are escaped in the .po file. With this unescapped character, the javascript fail, and I can't use the save button for saving user. Work fine in english. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22482 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Bastien, this needs to be fixed in the translation (on translate.koha-community.org) for the French translation. You should always avoid adding quotes or using different quotes to the ones in the text you translate - this can break JavaScript as is the case here. I don't speak French, so I have copied the translation from 19.05 that didn't use quotes for the other versions: Modifier les préférences de notifications par défaut pour cette catégorie d'adhérent ? I hope this fixes your issue. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org