Next: Lua, Previous: bash - Bourne-Again Shell Script, Up: Individual Programming Languages [Contents][Index]
gawk 3.1 or newer
gawk
awk
, gawk
, twjr
.
The file extension twjr
is used by TexiWeb Jr
(https://github.com/arnoldrobbins/texiwebjr).
"abc"
_"abc"
dcgettext
, missing dcngettext
in gawk-3.1.0
TEXTDOMAIN
variable
bindtextdomain
function
automatic, but missing setlocale (LC_MESSAGES, "")
in gawk-3.1.0
—
use
xgettext
printf "%2$d %1$d"
(GNU awk only)
On platforms without gettext, no translation. On non-GNU awks, you must
define dcgettext
, dcngettext
and bindtextdomain
yourself.
—
An example is available in the examples directory: hello-gawk
.