https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22422 --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- The translation trick used here doesn't appear to work in 18.11: [% tnx('{count} item', '{count} items', SEARCH_RESULT.items_count, {count = SEARCH_RESULT.items_count}) | html %][% IF ( SEARCH_RESULT.availablecount ) %], [% SEARCH_RESULT.availablecount | html %] available:[% ELSE %], None available[% END %] This appears untranslated for us still in 18.11.16 and the po file is there and transalted, I think it's not used maybe? It means availability in staff results is now showing partially in English - which is quite prominent :( I filed a new bug 25517. -- You are receiving this mail because: You are watching all bug changes.