gwenhywfar
4.3.3
|
#include <gwenhywfar/i18n.h>
Go to the source code of this file.
Defines | |
#define | I18N(msg) GWEN_I18N_Translate(PACKAGE, msg) |
#define | I18S(msg) msg |
Functions | |
int | GWEN_I18N_ModuleFini () |
int | GWEN_I18N_ModuleInit () |
#define I18N | ( | msg | ) | GWEN_I18N_Translate(PACKAGE, msg) |
int GWEN_I18N_ModuleFini | ( | ) |
Definition at line 170 of file i18n.c.
References gwen_i18n__currentlocale, gwen_i18n__localelist, and GWEN_StringList_free().
Referenced by GWEN_Fini().
int GWEN_I18N_ModuleInit | ( | ) |
Definition at line 129 of file i18n.c.
References DBG_ERROR, DBG_WARN, gwen_i18n__localelist, GWEN_I18N_BindTextDomain_Codeset(), GWEN_I18N_BindTextDomain_Dir(), GWEN_I18N_SetLocale(), GWEN_LOGDOMAIN, GWEN_PathManager_GetPaths(), GWEN_PM_LIBNAME, GWEN_PM_LOCALEDIR, GWEN_StringList_Count(), GWEN_StringList_FirstString(), GWEN_StringList_free(), and GWEN_StringList_new().
Referenced by GWEN_Init().