15.5.23 Pike
- RPMs
- roxen
- Ubuntu packages
- pike8.0 or pike7.8
- File extension
pike
- String syntax
"abc"
- gettext shorthand
- —
- gettext/ngettext functions
gettext
, dgettext
, dcgettext
- textdomain
textdomain
function
- bindtextdomain
bindtextdomain
function
- setlocale
setlocale
function
- Prerequisite
import Locale.Gettext;
- Use or emulate GNU gettext
- use
- Extractor
- —
- Formatting with positions
- —
- Portability
- On platforms without gettext, the functions are not available.
- po-mode marking
- —