GNU gettext utilities: Pike
From Get docs
Gettext/docs/latest/Pike
Next: GCC-source, Previous: PHP, Up: List of Programming Languages [Contents][Index]
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
textdomainfunction- bindtextdomain
bindtextdomainfunction- setlocale
setlocalefunction- 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
- —