https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22422 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|25517 | --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Katrin Fischer from comment #9)
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.
I was wrong, this line comes from Bug 21789: Example usage of I18N Template::Toolkit plugin. Sorry. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25517 [Bug 25517] Translation of item/items in availability on staff search results broken -- You are receiving this mail because: You are watching all bug changes.