Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
tuklib_gettext.h File Reference

Wrapper for gettext and friends. More...

#include "tuklib_common.h"
#include <locale.h>

Go to the source code of this file.

Macros

#define TUKLIB_GETTEXT   0
 
#define tuklib_gettext_init(package, localedir)
 
#define _(msgid)
 
#define ngettext(msgid1, msgid2, n)
 
#define N_(msgid)
 

Detailed Description

Wrapper for gettext and friends.

Macro Definition Documentation

◆ _

#define _ ( msgid)
Value:
(msgid)

◆ N_

#define N_ ( msgid)
Value:
msgid

◆ ngettext

#define ngettext ( msgid1,
msgid2,
n )
Value:
((n) == 1 ? (msgid1) : (msgid2))

◆ TUKLIB_GETTEXT

#define TUKLIB_GETTEXT   0

◆ tuklib_gettext_init

#define tuklib_gettext_init ( package,
localedir )
Value:
setlocale(LC_ALL, "")