| Summary: | Error in en-GB and en-NZ templates causes JavaScript errors | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | I18N/L10N | Assignee: | Frédéric Demians <f.demians> |
| Status: | CLOSED DUPLICATE | QA Contact: | Bugs List <koha-bugs> |
| Severity: | major | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
Where the en-US template has a \ to escape a single quote: _('Are you sure you want to renew this patron\'s registration?') ...the translated templates are double-escaped: _('Are you sure you want to renew this user\\'s registration?') This causes a JavaScript error which breaks further JavaScript processing on the page (like toolbars, menus, etc).