https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39679 --- Comment #17 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- 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 <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.