https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39679
--- Comment #17 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 182253 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182253&action=edit Bug 39679: (QA follow-up) Translation friendly approach As discussed at length on (mattermost)[https://chat.koha-community.org/koha-community/pl/wiopmtr7j3835df3yfi6q64ooy] we need to use the I18N library to properly handle this otherwise we will end up with TT tags inside the translatable strings. We can not use <span> here as we are inside an <option> tag and nesting <span> insdie <option> is against the html standard. Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
