summaryrefslogtreecommitdiff
path: root/src/core/nls.h
blob: c1ef4057af71de7091c979eea4284dfeb27d8d68 (plain) (blame)
1
2
3
4
5
6
7
#ifndef NLS_H
#define NLS_H

#include <libintl.h>
#define _(S) gettext(S)

#endif /* NLS_H */