[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
15.5.13 GNU awk
- RPMs
gawk 3.1 or newer
- File extension
awk
- String syntax
"abc"
- gettext shorthand
_"abc"
- gettext/ngettext functions
dcgettext
, missingdcngettext
in gawk-3.1.0- textdomain
TEXTDOMAIN
variable- bindtextdomain
bindtextdomain
function- setlocale
automatic, but missing
setlocale (LC_MESSAGES, "")
in gawk-3.1.0- Prerequisite
—
- Use or emulate GNU gettext
use
- Extractor
xgettext
- Formatting with positions
printf "%2$d %1$d"
(GNU awk only)- Portability
On platforms without gettext, no translation. On non-GNU awks, you must define
dcgettext
,dcngettext
andbindtextdomain
yourself.- po-mode marking
—
An example is available in the ‘examples’ directory: hello-gawk
.
This document was generated on June 7, 2014 using texi2html 5.0.