From: Bruno Haible Date: Sun, 16 Sep 2001 16:45:16 +0000 (+0000) Subject: Bleeding-edge autoconf & automake work with our m4 macros. X-Git-Tag: v0.11~493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d842c2b5f8e7d68ede3a3fe4b5ac5501749181d2;p=thirdparty%2Fgettext.git Bleeding-edge autoconf & automake work with our m4 macros. xgettext split is done. Doc chapter "Programming languages" exists. Java support is there now. Maybe refer to GNOME TP? --- diff --git a/Admin/plans b/Admin/plans index 9ac5af500..7c4fe37b8 100644 --- a/Admin/plans +++ b/Admin/plans @@ -14,21 +14,11 @@ Things we plan to do. Comments welcome. - Stop documenting AM_WITH_NLS. AM_GNU_GETTEXT is the right macro to use. -- Check the *.m4 macros with bleeding-edge autoconf & automake. - - Documentation: Distinguish more clearly between gettext/xgettext, the Translation Project for GNU packages, and the PO mode. - Read Francois Pinard's gettext folder. -- Split xgettext into a language dependent part and a language independent - part. - -- Document what it means to add gettext support to a programming/scripting - language. - -- Add support for Java. - - KDE wants a kind of gettext2("role","msg") function whose key is the concatenation of "role" and "msg" but whose default value is only "msg". @@ -60,3 +50,5 @@ Things we plan to do. Comments welcome. - Check portability of coding-system-list, apparently not defined in XEmacs 20.4. + +- Refer also to the GNOME translation project http://www.klid.dk/gnome/ ?