On 2 April 2012 07:32, <[email protected]> wrote: > I try to install the translation for koha-3.04.08.000 > (on Ubuntu 11.10, Perl 5.012004): > > $ sudo ./tmpl_process3.pl install \ > -i /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/ \ > -o /usr/share/koha/opac/htdocs/opac-tmpl/prog/de-DE/ \ > -s /usr/share/koha/misc/translator/po/de-DE-i-opac-t-prog-v-3002000.po \ > -r > > but it doesn’t work, it says: > Since about Koha 3.2.x now build the templates using the translate command
Move into the misc/translate directory and execute this command, where xy-XY is the code for your language: translate install xy-XY You might need to export PERL5LIB also to make sure the modules are in the path. Chris _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

