On Monday 27 November 2006 23:38, Nicolas Maufrais wrote: > Since you seem to know how to run Cinelerra in another language than > English, could you please explain me how you do? > > It's written here: > http://cvs.cinelerra.org/docs/split_manual/cinelerra_cv_manual_3.html#SEC22 > > However, that never worked for me... > $ export LANG=fr_FR > $ echo $LANG > fr_FR > $ ./cinelerra > -> cinelerra in... English... :-/ > > I think the files containing the translated strings aren't installed > when typing make install. Is there any manual action needed?
You have to install in /usr, i.e. ./configure --prefix=/usr otherwise the language files will not be found. If don't want this, you can install just the language files in /usr like this: $ ./configure prefix=/usr $ cd po $ sudo make install $ cd .. $ ./configure # as usual, implies prefix=/usr/local -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
