[Koha-bugs] [Bug 19500] Make module names on letters overview page translatable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 15 19:07:16 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19500

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
(In reply to Jonathan Druart from comment #4)
> Should not we surround the strings with spans?

We could, but it's not necessary. The text will show up in the po file, because
it's inside a parsed html element: <td>
It will show up as one string, which can be good sometimes as it means you have
more context.

If we add <span> tags, they will all show up separately and might get merged
with existing translations. So both versions have advantages.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list