]> git.saurik.com Git - cydia.git/blame - apt-extra/apti18n.h
Support compound user-agents using CyteInitialize.
[cydia.git] / apt-extra / apti18n.h
CommitLineData
0209cce5
JF
1#define setlocale(a, b)
2#define textdomain(a)
3#define bindtextdomain(a, b)
4#define _(x) x
5#define P_(msg,plural,n) (n == 1 ? msg : plural)
6#define N_(x) x
7#define dgettext(d, m) m