ggettext: Convert docs to markdown

In particular, convert lists to markdown syntax.
This commit is contained in:
Matthias Clasen
2014-02-01 10:14:08 -05:00
parent fab4f91907
commit 22f8e8461c

View File

@@ -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,