[PATCH] Extracting marked code comments by xgettext

Nicolas Goutte nicolasg at snafu.de
Sun Oct 3 16:19:16 BST 2004


The attached patch is for kde-common/admin/cvs.sh (only for CVS HEAD, as it is 
a new feature.)

It adds the parameter -ci18n to xgettext to allow special comments to be 
extracted to the .pot files to help translators.

Example:

//i18n: this is a comment for the translators
i18n("Test");

Currently, it is tested in koffice/kivio/Makefile.am and as 
kdesdk/scripts/extractrc as already support for such comments, it gives
the extra comments on messages coming for example from .ui files.
(For the result, see kde-i18n/templates/koffice/kivio.pot )

Note: this mechanism will replace developer comments directly written in 
the .pot files, which however seems not to be used at all currently.

Have a nice day!


-------------- next part --------------
A non-text attachment was scrubbed...
Name: cvs_sh_xgettext_ci18n.diff
Type: text/x-diff
Size: 804 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20041003/efc08176/attachment.diff>


More information about the kde-core-devel mailing list