Summary: | Untranslatable strings in modborrowers.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Patrons | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Paul Poulain <paul.poulain> |
Severity: | major | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, kyle.m.hall, paul.poulain |
Version: | 3.10 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 8986 | ||
Attachments: |
Bug 8980 - Untranslatable strings in modborrowers.pl
Bug 8980 - Untranslatable strings in modborrowers.pl |
Description
Owen Leonard
2012-10-29 19:21:28 UTC
Created attachment 13104 [details] [review] Bug 8980 - Untranslatable strings in modborrowers.pl This patch removes the declaration of interface labels from the script and puts it in the template where the labels can be translated. The labels have been modified to match those used on the patron entry form. Created attachment 13109 [details] [review] Bug 8980 - Untranslatable strings in modborrowers.pl This patch removes the declaration of interface labels from the script and puts it in the template where the labels can be translated. The labels have been modified to match those used on the patron entry form. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> QA comment * patch needed for translating labels * even if it's string freeze, this patch can be pushed because it's not translatable now, so it won't change nothing for 3.10.0 = labels won't be translated ! * passes koha-qa.pl passed QA Patch pushed to master |