[NLUUG]   Welcome to ftp.vim.org,
Hosted by ftp.nluug.nl
Current directory: /ftp/ftp/windowing/kde/devel/gettext-kde/
Contents of README:
This directory contains a version of gettext-0.10.35, patched
for KDE's purposes.

The patch (which can be found in kdesdk/scripts/gettext.patch)
adds support for context translations [i18n("verb", "save");]
and for plural handling [i18n("1 file", "%n files", n);]

Context translation creates a msgid starting with _:
  The comment starts after that, and ends at the first litteral \n
  For instance _:verb\nsave
A plural form creates a msgid starting with _n:
  The singular form starts after that, and the plural form starts after the \n
  For instance _n:1 file\n%n files

Installation
============
tar xvzf gettext-0.10.35-kde.tar.gz
cd gettext-0.10.35-kde
./configure
make

Do NOT run make install after that.
Copy src/xgettext and src/msgmerge to somewhere in your PATH, then run configure
so that it finds it there, and finally run
make -f admin/Makefile.common package-messages
to generate the .pot file[s].


Icon  Name                          Last modified      Size  
[DIR] Parent Directory - [TXT] README 27-Jan-2003 22:25 918 [   ] gettext-0.10.35-kde.tar.gz 11-Mar-2002 21:15 703K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!