diff options
author | Bruno Haible <bruno@clisp.org> | 2001-06-28 14:10:15 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-06-28 14:10:15 +0000 |
commit | 88827a4a44429dcf31694353735dcf447a877ad6 (patch) | |
tree | 7a005d00fc275592048fe2652d1d503b953a78e2 /Admin/plans | |
parent | 1bffccbc8f83eb19a8d6bed57c58c8dfbde12966 (diff) | |
download | external_gettext-88827a4a44429dcf31694353735dcf447a877ad6.zip external_gettext-88827a4a44429dcf31694353735dcf447a877ad6.tar.gz external_gettext-88827a4a44429dcf31694353735dcf447a877ad6.tar.bz2 |
More plans.
Diffstat (limited to 'Admin/plans')
-rw-r--r-- | Admin/plans | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Admin/plans b/Admin/plans index 707dfe3..4bc9d7e 100644 --- a/Admin/plans +++ b/Admin/plans @@ -51,5 +51,17 @@ Things we plan to do. Comments welcome. msguniq [--unique] [--repeated] extract unique/repeated msgids + msginit + create initial PO file from POT file. + - Rewrite doc node "Compendium", discuss functionality, then check implementation and add Karl's new tests. + +- Tool to help people to correct msgid strings: + 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. |