internationalization
Martin Piskernig
martin.piskernig at stuwo.at
Thu Oct 14 12:48:24 BST 1999
Am Thu, 14 Oct 1999 schrieben Sie:
> Hi all,
Hi!
> I'm trying to translate my application following the description in KDevelop
> manual. Then I did a complete remake of my project but It does not work and
> watching the output from make I noticed that there is "nothing to be done" in
> po.
Try to add to your po/Makefile.am: POFILES = xx.po
(where xx is the character code of the language you want to translate to).
Maybe POFILES = AUTO also works.
Then rerun "make -f Makefile.dist ; ./configure"
Martin
More information about the KDevelop
mailing list