15 lines
150 B
C
15 lines
150 B
C
#include <glib/gprintf.h>
|
|
|
|
#include <locale.h>
|
|
|
|
#include "gettextex2.h"
|
|
|
|
int main(void)
|
|
{
|
|
setlocale (LC_ALL, "");
|
|
|
|
gettextex2 ();
|
|
|
|
return 0;
|
|
}
|