]> git.decadent.org.uk Git - ion3.git/blob - libtu/private.h
[svn-inject] Installing original source of ion3
[ion3.git] / libtu / private.h
1 /*
2  * libtu/private.h
3  *
4  * Copyright (c) Tuomo Valkonen 2004. 
5  *
6  * You may distribute and modify this library under the terms of either
7  * the Clarified Artistic License or the GNU LGPL, version 2.1 or later.
8  */
9
10 #ifndef LIBTU_PRIVATE_H
11 #define LIBTU_PRIVATE_H
12
13 #ifndef CF_NO_LOCALE
14
15 #include <libintl.h>
16
17 #define TR(X) dgettext("libtu", X)
18
19 #else
20
21 #define TR(X) (X)
22
23 #endif
24
25 #define DUMMY_TR(X) X
26
27 #endif /* LIBTU_PRIVATE_H */