|
Role Playing Database (API Documentation)
3.1.3
|
Functions | |
| _m (msgid,...) | |
| _mx (...) | |
| _ (...) | |
Localization functions. Functions to fetch localized messages from the message catalog.
gettext 1.0
| gettext::_ | ( | ... | ) |
Get a localized from the message catalog and deal with formating possible arguments, by calling ::msgcat::mc.
| gettext::_m | ( | msgid | , |
| ... | |||
| ) |
Handle messages with a context hint prefix (eg Label|lab).
| gettext::_mx | ( | ... | ) |
Get maxlength of a set of messages with a context hint prefix. Used to compute label widths.
1.8.13