Bug 9152 - Datepicker can't load localized French strings because of single quote
Summary: Datepicker can't load localized French strings because of single quote
Status: RESOLVED DUPLICATE of bug 8942
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low major (vote)
Assignee: Owen Leonard
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-27 13:58 UTC by Owen Leonard
Modified: 2013-02-18 13:21 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***