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

Re: generate .pot



Hello,

You use the following command

xgettext -C -k[Keyword] [filesnames] -o[fileout]

So for example, in KDE/Gnome, the keyword would be i18n and/or I18N_NOOP

so you can invoke he command as following:

xgettext -C -ki18n -kI18N_NOOP *.cpp *.h  -o program.pot

hope that helps,

Jasem.


On Thursday 31 October 2002 5:40 am, Mohamed Aser wrote:
> السلام عليكم
> كيف اولد ملف .pot  من ملف مصدر ؟
> ﻷني قمت بعمل برنامج واريد ان اترجمه للعربية فكيف ذلك؟
> 
> --
> Mohamed Aser
> _______________________________________________
> Doc mailing list
> Doc at arabeyes dot org
> http://arabeyes.org/mailman/listinfo/doc
> 
>