http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870
--- Comment #8 from Frédéric Demians <[email protected]> --- > * 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
