http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8942
Priority: P5 - low
Change sponsored?: ---
Bug ID: 8942
CC: [email protected]
Assignee: [email protected]
Summary: Translation process breaks javascript in calendar.inc
Severity: normal
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: master
Component: translate.koha-community.org
Product: Koha
In french translation of calendar.inc :
Because (line 31) :
currentText: _('Today'),
is translated
currentText: _('Aujourd'hui'),
additionnal quote brakes the Javascript.
This provokes the use of american format dates in calendar pop-up.
I had a discussion on translate list, the way chosen to repair it is to use
HTML escape char sequence "'" instead of single quote in translated
strings.
Same thing for double quotes, &, < and >.
So I will correct on translate site but one can follow the resolution on this
bug.
--
You are receiving this mail because:
You are the assignee for the bug.
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/