test-nls.c File Reference

#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 []


Typedef Documentation

typedef struct _testcase testcase

Definition at line 15 of file test-nls.c.


Function Documentation

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.


Variable Documentation

testcase testcases[] [static]

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.


SourceForge.net Logo Generated by doxygen