]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Evaluation of po-utils and xpot done.
authorBruno Haible <bruno@clisp.org>
Wed, 13 Jun 2001 21:09:35 +0000 (21:09 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 13 Jun 2001 21:09:35 +0000 (21:09 +0000)
EMX, cygwin, mingw32, pw people have had their chance.
Christian Gafton's msghack is obsolete by the five new programs.
To merge two .po files, msgcat can be used.
msgconv, msgsed, msggrep, msgcat, msgen are implemented.

Admin/plans

index 73aed2542ead41a640de79c8c458714145d92255..707dfe3d9565251aba0f6f25c1f6812c8307684e 100644 (file)
@@ -21,58 +21,35 @@ Things we plan to do. Comments welcome.
 
 - Read Francois Pinard's gettext folder.
 
-- Evaluate Francois Pinard's po-utils and xpot. Takeover? Merge? Refer to?
-
 - Change bug report address to bug-gettext instead of bug-gnu-utils@gnu.org
 
 - 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.
+  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".
 
-- Ask EMX, cygwin, mingw32, pw people for testing.
-
 - Add msvc Makefile.
 
-- Look at Christian Gafton's msghack.
-
 - Look at Christian Robottom Reis's manual:
   http://www.async.com.br/~kiko/gettext.html
 
 - Check whether ../lib/libsupport.a @@INTLLIBS@@ @@LIBS@@ is sufficient (see
   gettext.texi:5083) on HP-UX 10.01 and other systems lacking alloca.
 
-- Provide a way to merge two .po files, coming from different translators of
-  the same pot file.
-
 - KBabel:
   http://i18n.kde.org/translation-howto/gui-specialized-apps.html
   http://i18n.kde.org/tools/kbabel/
 
 - New programs:
 
-  msgconv [-t encoding] [-o file] [file]
-  converts a PO file to another encoding, default UTF-8
-
-  msgsed [-e expr ...] [-o file] [file]
-  applies a SED script to all msgstrs.
-
   msguniq [--unique] [--repeated]
   extract unique/repeated msgids
 
-  msggrep [-L] [-f filename ...] [-e expr ...] [-o file] [file]
-  extract those messages belonging to a given list of files or matching
-  one of the given regular expressions
-
-  msgcat [-o file] [file ...]
-  combines several PO files
-
-  msgen [-o file] [file]
-  fills all empty msgstrs with the msgid, marked fuzzy
-
 - Rewrite doc node "Compendium", discuss functionality, then check
   implementation and add Karl's new tests.