Summary: | Datepicker can't load localized French strings because of single quote | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | I18N/L10N | Assignee: | 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 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Owen Leonard
2012-11-27 13:58:48 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. |