Re: Internationalization ???



On Sun, 18 Sep 2005 19:42:19 +0200 (CEST)
Rss Reader <rss_reader yahoo fr> wrote:


is there another way to Internationalizate an
application without using gettext, because i'm not
using the autotools to build my projet.

 Or could we i18ne it witout  using autotools, by
using gettext, is there any links ...???
man xgettext, msgmerge and msgfmt
here are some examples
xgettext -d progname -s -o progname.pot -k_ -kN_ --no-wrap *.c *.h
cp progname.po progname.po.tmp
OLD_PO_FILE_INPUT=yes msgmerge -N -v progname.po.tmp progname.pot -o
progname.po
# translate progname.po in you favorite editor
msgfmt progname.po -o progname.mo


-- 
HuamiSoft Hubert Sokolowski
http://www.huamisoft.com/
tel. 501456743



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]