| 105 |
The current version of this document is available |
The current version of this document is available |
| 106 |
at |
at |
| 107 |
<url id="http://www.debian.org/~elphick/ddp/" |
<url id="http://www.debian.org/~elphick/ddp/" |
| 108 |
namd="DDP (Debian Documentation Project)"> page. |
name="DDP (Debian Documentation Project)"> page. |
| 109 |
</P> |
</P> |
| 110 |
|
|
| 111 |
|
|
| 1615 |
<P> |
<P> |
| 1616 |
It is convenient to prepare the following header file. |
It is convenient to prepare the following header file. |
| 1617 |
<example> |
<example> |
| 1618 |
#include <libintl.h> |
#include <libintl.h> |
| 1619 |
#define _(String) gettext((String)) |
#define _(String) gettext((String)) |
| 1620 |
</example> |
</example> |
| 1621 |
and messages in source files should be written as |
and messages in source files should be written as |