[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [seul-edu] xgettext (Kteacher)
Yes, xgettext is a utility that's part of the Gnu gettext package. You
can get gettext from Gnu's primary website: http://www.gnu.org or
http://www.fsf.org
It trys to create a .po file from your c/c++ source code by extracting
the strings from them. It's used as the first step in building in support
for gettext.
hope this helps...
k
------------------------------------------------------------------------------
"No one knows what he can do till he tries."
-- Publilius Syrus
mortis@voicenet.com http://www.voicenet.com/~mortis
------------------------------------------------------------------------------
On Thu, 21 Oct 1999, Hilaire Fernandes wrote:
> Culp, David writes:
> > Ive made improvements to Kteacher but I am still unable to get
> > KDevelop to make a source distribution. An executable binary will
> > be up tomorrow http://www.linuxlots.com/~dwculp) . However, I have
> > tracked down the problem with KDevelop. It needs a package called
> > xgettext. Anyone heard of it. Searched freshmeat for it and came
> > up with nothing. I will make the
>
> This is a gnu package to internationalize application. It should be on
> your distribution.
>
> Hilaire
>
>
>