This function is a wrapper of dngettext() which does not translate the message if the default domain as set with textdomain() has no translations for the current locale.
See g_dgettext() for details of how this differs from dngettext() proper.
the translation domain to use, or %NULL to use the domain set with textdomain()
message to translate
plural form of the message
the quantity for which translation is needed
The translated string
2.18
See Implementation
This function is a wrapper of dngettext() which does not translate the message if the default domain as set with textdomain() has no translations for the current locale.
See g_dgettext() for details of how this differs from dngettext() proper.