Next: Lua, Previous: bash, Up: List of Programming Languages [Contents][Index]
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.0TEXTDOMAIN
variablebindtextdomain
functionsetlocale (LC_MESSAGES, "")
in gawk-3.1.0xgettext
printf "%2$d %1$d"
(GNU awk only)dcgettext
, dcngettext
and bindtextdomain
yourself.An example is available in the examples
directory: hello-gawk
.