84:77a9dc0a2140 | 85:9f94b2e96e3b |
---|---|
8 */ | 8 */ |
9 | 9 |
10 #ifndef LIBTU_PRIVATE_H | 10 #ifndef LIBTU_PRIVATE_H |
11 #define LIBTU_PRIVATE_H | 11 #define LIBTU_PRIVATE_H |
12 | 12 |
13 #ifdef CF_L10N | 13 #ifndef CF_NO_LOCALE |
14 | 14 |
15 #include <libintl.h> | 15 #include <libintl.h> |
16 | 16 |
17 #define TR(X) dgettext("libtu", X) | 17 #define TR(X) dgettext("libtu", X) |
18 | 18 |