15 Aug
2018
15 Aug
'18
7:07 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19500 --- Comment #5 from Katrin Fischer <katrin.fischer@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.