mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 17:38:54 +02:00
ggettext: Convert docs to markdown
In particular, convert lists to markdown syntax.
This commit is contained in:
@@ -370,17 +370,19 @@ _g_dgettext_should_translate (void)
|
|||||||
*
|
*
|
||||||
* This function disables translations if and only if upon its first
|
* This function disables translations if and only if upon its first
|
||||||
* call all the following conditions hold:
|
* call all the following conditions hold:
|
||||||
* <itemizedlist>
|
*
|
||||||
* <listitem>@domain is not %NULL</listitem>
|
* - @domain is not %NULL
|
||||||
* <listitem>textdomain() has been called to set a default text domain</listitem>
|
*
|
||||||
* <listitem>there is no translations available for the default text domain
|
* - textdomain() has been called to set a default text domain
|
||||||
* and the current locale</listitem>
|
*
|
||||||
* <listitem>current locale is not "C" or any English locales (those
|
* - there is no translations available for the default text domain
|
||||||
* starting with "en_")</listitem>
|
* and the current locale
|
||||||
* </itemizedlist>
|
*
|
||||||
|
* - current locale is not "C" or any English locales (those
|
||||||
|
* starting with "en_")
|
||||||
*
|
*
|
||||||
* Note that this behavior may not be desired for example if an application
|
* Note that this behavior may not be desired for example if an application
|
||||||
* has its untranslated messages in a language other than English. In those
|
* has its untranslated messages in a language other than English. In those
|
||||||
* cases the application should call textdomain() after initializing GTK+.
|
* cases the application should call textdomain() after initializing GTK+.
|
||||||
*
|
*
|
||||||
* Applications should normally not use this function directly,
|
* Applications should normally not use this function directly,
|
||||||
|
Reference in New Issue
Block a user