diff options
author | Bruno Haible <bruno@clisp.org> | 2001-12-17 17:41:37 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-21 23:48:14 +0200 |
commit | d28a4367bb946525cb6e6f700e3a818f29818574 (patch) | |
tree | cc8047778319b3d5d4d74cd6be655571be78b5c0 /NEWS | |
parent | 0503b3262a36361c11a3f1ba97246f0341ac14a2 (diff) | |
download | external_gettext-d28a4367bb946525cb6e6f700e3a818f29818574.zip external_gettext-d28a4367bb946525cb6e6f700e3a818f29818574.tar.gz external_gettext-d28a4367bb946525cb6e6f700e3a818f29818574.tar.bz2 |
librep support.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -13,13 +13,13 @@ Version 0.11 - XXX 2001 * msgfmt can create (and msgunfmt can dump) Java ResourceBundles. -* xgettext now also supports Lisp, Java, ObjectPascal, YCP. +* xgettext now also supports Lisp, librep, Java, ObjectPascal, YCP. * The tools now know about format strings in languages other than C. - They recognize new message flags named lisp-format, smalltalk-format, - java-format, python-format, ycp-format. When such a flag is present, - the msgfmt program verifies the consistency of the translated and the - untranslated format string. + They recognize new message flags named lisp-format, librep-format, + smalltalk-format, java-format, python-format, ycp-format. When such + a flag is present, the msgfmt program verifies the consistency of + the translated and the untranslated format string. * The msgfmt command line options have changed. Option -c now also checks the header entry, a check which was previously activated through -v. |