On Tuesday 18 July 2006 16:11, Ladislav Michnovič wrote:
> Hello.
>  I want to make an slovak translation of licq. After few unsuccesfull
> tries follow the instructions in   README.LOCALE I'm asking here in
> the mailing list. When I try: make template ;  I've got
> make: *** No rule to make target `template'.  Stop.
> Is this information up to date? How to do it correctly? I can at least
> take another language ts file and rewrite it. Thank you for help.
>  Regards Ladislav.

Yes, the readme is up to date. But you need to make sure that you have 
regenerated all your makefiles (by running make -f Makefile.cvs 
&& ./configure). Or you could download the daily snapshot, unpack it, 
run ./configure in plugins/qt-gui and then make template in the po directory:

# wget http://licq.sf.net/licq-daily.tar.bz2
# tar jxvf licq-daily.tar.bz2
# cd licq-<date>/plugins/qt-gui
# ./configure
# cd po
# make template
# mv template.ts <lang>.ts
# linguist <lang>.ts

// Erik

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to