Description Usage Arguments Details Author(s)
Sets the translator credits string which is displayed in the translators tab of the secondary credits dialog.
1 | gtkAboutDialogSetTranslatorCredits(object, translator.credits = NULL)
|
|
a |
|
the translator credits. [ allow-none ] |
The intended use for this string is to display the translator
of the language which is currently used in the user interface.
Using gettext()
, a simple way to achieve that is to mark the
string for translation:
1 | about$setTranslatorCredits(gettext("translator-credits"))
|
It is a good idea to use the customary msgid "translator-credits" for this
purpose, since translators will already know the purpose of that msgid, and
since GtkAboutDialog
will detect if "translator-credits" is untranslated
and hide the tab.
Since 2.6
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.