Last change
on this file since 1422 was 1054, checked in by Bruno Cornec, 18 years ago |
- Backporting more trunk content into stable
- Adding the test and lib directories
- Preparing for l10n
|
-
Property svn:eol-style
set to
native
|
File size:
493 bytes
|
Line | |
---|
1 | #ifdef ENABLE_NLS
|
---|
2 | # include <libintl.h>
|
---|
3 | # undef _
|
---|
4 | # define _(String) dgettext (PACKAGE, String)
|
---|
5 | # ifdef gettext_noop
|
---|
6 | # define N_(String) gettext_noop (String)
|
---|
7 | # else
|
---|
8 | # define N_(String) (String)
|
---|
9 | # endif
|
---|
10 | #else
|
---|
11 | # define textdomain(String) (String)
|
---|
12 | # define gettext(String) (String)
|
---|
13 | # define dgettext(Domain,Message) (Message)
|
---|
14 | # define dcgettext(Domain,Message,Type) (Message)
|
---|
15 | # define bindtextdomain(Domain,Directory) (Domain)
|
---|
16 | # define _(String) (String)
|
---|
17 | # define N_(String) (String)
|
---|
18 |
|
---|
19 | #endif
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.