diff options
author | Bruno Haible <bruno@clisp.org> | 2001-07-04 13:36:59 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-07-04 13:36:59 +0000 |
commit | dace5792bef856f168ec72e96cbeb4ae010af843 (patch) | |
tree | ab657b816146b786114cc9f706a013e089f6ea57 /Admin | |
parent | b5dffe52fc0ae4b053ca95e33436dad37363b360 (diff) | |
download | external_gettext-dace5792bef856f168ec72e96cbeb4ae010af843.zip external_gettext-dace5792bef856f168ec72e96cbeb4ae010af843.tar.gz external_gettext-dace5792bef856f168ec72e96cbeb4ae010af843.tar.bz2 |
Column numbers in error messages is now implemented.
Mention check_po and msgexec.
Diffstat (limited to 'Admin')
-rw-r--r-- | Admin/plans | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Admin/plans b/Admin/plans index 4bc9d7e..2d3f307 100644 --- a/Admin/plans +++ b/Admin/plans @@ -54,6 +54,9 @@ Things we plan to do. Comments welcome. msginit create initial PO file from POT file. + msgexec + generalize msgsed + - Rewrite doc node "Compendium", discuss functionality, then check implementation and add Karl's new tests. @@ -61,7 +64,5 @@ Things we plan to do. Comments welcome. 1. Program to move msgstr contents to msgid contents, 2. Program to update the translations accordingly, much like msgmerge. -- po-lex.c: backslash-newline recognition should come after multibyte - character recognition, not before. See ISO C 99. Right after multibyte - character recognition, keep track of the column number as well, and - use it in po_gram_error. +- Rewrite Hundhammer's check_po script in C using message.h. + |