Bug 13543 - Differences in patron account sidebar cause translation problems
Summary: Differences in patron account sidebar cause translation problems
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-09 12:22 UTC by Katrin Fischer
Modified: 2016-06-21 21:37 UTC (History)
2 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 Katrin Fischer 2015-01-09 12:22:58 UTC
There are some differences between the 2 files used to generate the side navigation tabs in the patron account that cause a prominently visible translation problem:

Good:
intranet-tmpl/prog/en/includes/circ-menu.inc:86
Purchase suggestions

Bad:
intranet-tmpl/prog/en/includes/circ-menu.tt:85
purchase<br>suggestions

The <br> causes the entry to be split up into 2 separate strings in translation so the correct translation of "Anschaffungsvorschläge" is not possible for German (and possible other languages?)

I think the break was added, bacause one of the navigations is indeed a bit narrower than the other, which also causes a problem with the correct translation "Anschaffungsvorschläge" that is too wide for the narrower version of the two.

Small thing, but really annoying as this is in a central spot in the patron account.
Comment 1 Katrin Fischer 2015-01-09 12:28:01 UTC
For easier testing:
The fines tab uses the problematic template!
Comment 2 Katrin Fischer 2015-06-09 22:16:30 UTC
This is fixed in master - problematic template is no longer in use.