https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19500
--- Comment #5 from Katrin Fischer <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
