]> Pileus Git - ~andy/fetchmail/blob - i18n.h
Bump version to 6.4.4, and mention Japanese translation update.
[~andy/fetchmail] / i18n.h
1 #ifndef _I18N_H
2 #define _I18N_H 42
3
4 /* gettext.h is a regular GNU gettext header now */
5 #include "gettext.h"
6
7 /* local modifications */
8 #define GT_(s) gettext(s)
9 #define N_(s) gettext_noop(s)
10
11 #endif