stripped i18n.h a bit
This commit is contained in:
parent
f303d6cb82
commit
d499008318
|
@ -6,22 +6,8 @@
|
||||||
#endif /* HAVE_CONFIG_H */
|
#endif /* HAVE_CONFIG_H */
|
||||||
|
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
#include <libintl.h>
|
#include <libintl.h>
|
||||||
#define _(String) gettext(String)
|
#define _(String) gettext(String)
|
||||||
#ifdef gettext_noop
|
|
||||||
#define N_(String) gettext_noop(String)
|
|
||||||
#else
|
|
||||||
#define N_(String) (String)
|
|
||||||
#endif
|
|
||||||
#else /* NLS is disabled */
|
|
||||||
#define _(String) (String)
|
|
||||||
#define N_(String) (String)
|
|
||||||
#define textdomain(String) (String)
|
|
||||||
#define gettext(String) (String)
|
|
||||||
#define dgettext(Domain,String) (String)
|
|
||||||
#define dcgettext(Domain,String,Type) (String)
|
|
||||||
#define bindtextdomain(Domain,Directory) (Domain)
|
|
||||||
#define bind_textdomain_codeset(Domain,Codeset) (Codeset)
|
|
||||||
#endif /* ENABLE_NLS */
|
#endif /* ENABLE_NLS */
|
||||||
|
|
||||||
#endif /* I18N */
|
#endif /* I18N */
|
||||||
|
|
Loading…
Reference in New Issue