http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 --- Comment #8 from Frédéric Demians <frederic@tamil.fr> ---
* digging for any side effect, I was wondering what was the reason for: +[% BLOCK language %] + [% SWITCH lang %] + [% CASE ['en', 'eng'] %]English + [% CASE ['fr', 'fre'] %]French + [% CASE ['it', 'ita'] %]Italian
UNIMARC authorities can contain translated headings. The language is coded in a subfield. The template decodes it, and so it's translatable. If required, more language codes could be added. 2 and 3 letters codes are "acceptable".
Other question: does this patch remove the use of auth_types.summary we had before ? (I think, but want a confirmation)
It has already been done by Jared patch: bug 8523. -- You are receiving this mail because: You are watching all bug changes.