#include "config.h"
#include "i18n.h"
#include <locale.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | _testcase |
Typedefs | |
typedef struct _testcase | testcase |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
static testcase | testcases [] |
Definition at line 15 of file test-nls.c.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 27 of file test-nls.c.
References bind_textdomain_codeset, bindtextdomain, _testcase::expected, gettext, _testcase::locale, textdomain, and _testcase::untranslated.
Initial value:
{ { "de_DE.UTF-8", N_("[DO_NOT_TRANSLATE_THIS_MARKER]"), "[DO_NOT_TRANSLATE_THIS_MARKER_de]" }, { "C", N_("[DO_NOT_TRANSLATE_THIS_MARKER]"), N_("[DO_NOT_TRANSLATE_THIS_MARKER]") }, }
Definition at line 18 of file test-nls.c.