#include "gitkincludes.h"
Include dependency graph for gitktrans-i18n.c:
Go to the source code of this file.
Defines | |
#define | giml_ctrl_text N_("Help"); |
#define | giml_ctrl_text N_("Apply"); |
#define | giml_ctrl_text N_("Cancel"); |
#define | giml_ctrl_text N_("Okay"); |
#define | GITK_LIB_C |
#define | GITK_TRANS_I18N_C |
Functions | |
xmlDocPtr | gitk_dialog_trans_i18n (xmlDocPtr const src) |
translates i18n nodes in giml dialog | |
void | gitk_dialog_trans_i18n_walker (xmlNodePtr cur) |
recursively walks down a document tree and translated i18n:text nodes. As we need to query several catalogues: app, renderer, core : use <i18n:text i18n:domain="XXX"> | |
void | xmlXPathEvalFunc_i18n_gettext (xmlXPathParserContextPtr ctxt, int nargs) |
void * | xsltExtInit_i18n (xsltTransformContextPtr ctxt, const xmlChar *URI) |
void | xsltExtShutdown_i18n (xsltTransformContextPtr ctxt, const xmlChar *URI, void *data) |
Definition in file gitktrans-i18n.c.
|
Definition at line 25 of file gitktrans-i18n.c. |
|
Definition at line 25 of file gitktrans-i18n.c. |
|
Definition at line 25 of file gitktrans-i18n.c. |
|
Definition at line 25 of file gitktrans-i18n.c. |
|
recursively walks down a document tree and translated i18n:text nodes. As we need to query several catalogues: app, renderer, core : use <i18n:text i18n:domain="XXX">
Definition at line 36 of file gitktrans-i18n.c. References client_package_name, dgettext, gitk_log, and I18N_NS_URL. |