Summary: | Not all OKs on the start page are translatable | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | I18N/L10N | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | normal | ||
Priority: | P5 - low | CC: | paul.poulain, veron |
Version: | 3.6 | ||
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: | |||
Attachments: |
Bug 7749: Not all OKs on the start page are translatable
Bug 7749: Not all OKs on the start page are translatable [SIGNED-OFF] Bug 7749: Not all OKs on the start page are translatable |
Description
Katrin Fischer
2012-03-19 16:56:52 UTC
Created attachment 8311 [details] [review] Bug 7749: Not all OKs on the start page are translatable I don't really understand, why the " OK " would not get picked up by the translation script, but removing the spaces made it work. To test: Verify that all OK buttons on the start page are translatable. The one resisting translation was "Search catalog:" Created attachment 8376 [details] [review] Bug 7749: Not all OKs on the start page are translatable I don't really understand, why the " OK " would not get picked up by the translation script, but removing the spaces made it work. To test: Verify that all OK buttons on the start page are translatable. The one resisting translation was "Search catalog:" Created attachment 8377 [details] [review] [SIGNED-OFF] Bug 7749: Not all OKs on the start page are translatable I don't really understand, why the " OK " would not get picked up by the translation script, but removing the spaces made it work. To test: Verify that all OK buttons on the start page are translatable. The one resisting translation was "Search catalog:" Signed-off-by: mveron <veron@veron.ch> How I tested: Code near Search catalog (before applying patch) <input value=" OK " class="submit" type="submit"> After applying patch: <input value="OK" class="submit" type="submit"> Blanks around OK are gone. Trivial change to a template, removing two spaces. Marking Passed QA. This bug will be included in the Koha 3.6.5 release. |