forked from AuroraMiddleware/gtk
docs: don't try to link to bind_textdomain_codeset() docs
This commit is contained in:
parent
2a5f70d3e6
commit
97ca1e7844
@ -186,9 +186,9 @@ or Linux system with gettext installed, type <literal>info gettext</literal>
|
||||
to read the documentation.
|
||||
</para>
|
||||
<para>
|
||||
The short checklist on how to use gettext is: call bindtextdomain() so
|
||||
The short checklist on how to use gettext is: call <literal>bindtextdomain()</literal> so
|
||||
gettext can find the files containing your translations, call textdomain()
|
||||
to set the default translation domain, call bind_textdomain_codeset() to
|
||||
to set the default translation domain, call <literal>bind_textdomain_codeset()</literal> to
|
||||
request that all translated strings are returned in UTF-8, then call
|
||||
gettext() to look up each string to be translated in the default domain.
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user