Bug 9152

Summary: Datepicker can't load localized French strings because of single quote
Product: Koha Reporter: Owen Leonard <oleonard>
Component: I18N/L10NAssignee: Owen Leonard <oleonard>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P5 - low CC: f.demians, fridolin.somers, mirko
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Owen Leonard 2012-11-27 13:58:48 UTC
The jQueryUI datepicker is supposed to be loading localized strings from the config file, calendar.inc, but it isn't. Even with a correctly-translated copy of calendar.inc English strings are shown.
Comment 1 Owen Leonard 2012-11-28 18:04:25 UTC
Correction: The French version of the configuration file has an error because one of the translated words has a single quote:

currentText: _('Aujourd'hui'),

Converting the surrounding single quotes to double quotes should fix the problem.
Comment 2 Fridolin Somers 2013-02-18 13:21:30 UTC

*** This bug has been marked as a duplicate of bug 8942 ***