On Tue, Nov 28, 2006 at 08:29:24PM +0100, Johannes Sixt wrote:
> 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,

I tried it, and it works.
Is it normal that po files aren't installed in the specified prefix?
Isn't that a bug?

Nicolas.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ BOYCOTT SUSE & NOVELL (C)(TM)(R) MICRO$OFT ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to