#include <libintl.h>
Include dependency graph for sbuild-i18n.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | _(String) gettext (String) |
#define | N_(String) (String) |
This header defines the macros used to mark up and translate strings.
#define _ | ( | String | ) | gettext (String) |
#define N_ | ( | String | ) | (String) |