B | |
bindtextdomain [Simple_gettext] | bindtextdomain domainname dirname tells to use directory dirname to look for translations for domainname
|
D | |
dgettext [Simple_gettext] | dgettext domainname msgid returns the string msgid translated using domainname
|
G | |
gettext [Simple_gettext] | gettext msgid returns the string msgid translated using the current domain (set using Simple_gettext.textdomain )
|
I | |
i18n [Simple_gettext] | i18n msgid args returns the string msgid translated using current domain (set using Simple_gettext.textdomain )
|
i18n_ [Simple_gettext] | i18n_ msgid returns the string verbatim.
|
T | |
textdomain [Simple_gettext] | textdomain domainname sets current domain used by Simple_gettext.gettext
|