http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10892
Frédéric Demians <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Frédéric Demians <[email protected]> --- Translation alert: Facet labels are found in three locations: 1. facet definition 2. OPAC template opac-tmpl/prog/en/includes/opac-facets.inc 3. Intra template intranet-tmpl/prog/en/includes/facets.inc 2&3 are here to make facet labels translatable. In brief, adding a new facet implies now the following steps: - Edit facet data structure in Koha.pm - Add a new Zebra index if it not already exists - Edit both facet label definition templates -- 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/
