summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-02-07 13:14:55 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 01:18:27 +0200
commit332d33b34c195c34cafa11594a013d97093f08f0 (patch)
tree3014126f2ccc468b8567d314fcd4decd05914037 /doc
parent374d3873378876155a27f8a201f799aad317dfbd (diff)
downloadexternal_gettext-332d33b34c195c34cafa11594a013d97093f08f0.zip
external_gettext-332d33b34c195c34cafa11594a013d97093f08f0.tar.gz
external_gettext-332d33b34c195c34cafa11594a013d97093f08f0.tar.bz2
New awk backend.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gettext.texi7
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index fc8c11b..b8f8079 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-27 Bruno Haible <bruno@clisp.org>
+
+ * gettext.texi (gawk): Update.
+
2002-02-02 Bruno Haible <bruno@clisp.org>
* gettext.texi (Python): Update.
diff --git a/doc/gettext.texi b/doc/gettext.texi
index 600bfa8..6edc36d 100644
--- a/doc/gettext.texi
+++ b/doc/gettext.texi
@@ -6943,7 +6943,7 @@ gawk 3.1 or newer
@code{_"abc"}
@item gettext/ngettext functions
-@code{dcgettext}
+@code{dcgettext}, missing @code{dcngettext} in gawk-3.1.0
@item textdomain
@code{TEXTDOMAIN} variable
@@ -6961,14 +6961,15 @@ automatic, but missing @code{setlocale (LC_MESSAGES, "")} in gawk-3.1.0
use
@item Extractor
-@code{gawk --gen-po}
+@code{xgettext}
@item Formatting with positions
@code{printf "%2$d %1$d"} (GNU awk only)
@item Portability
On platforms without gettext, no translation. On non-GNU awks, you must
-define @code{dcgettext} and @code{bindtextdomain} yourself.
+define @code{dcgettext}, @code{dcngettext} and @code{bindtextdomain}
+yourself.
@item po-mode marking
---