diff options
author | Bruno Haible <bruno@clisp.org> | 2003-05-18 12:38:36 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:35 +0200 |
commit | 1d0f72312fbb539eda1dcaa0f7fbc10649df2fcc (patch) | |
tree | 5cc057d75d5e62ecfe75dcb16fea8a64fb47c53e /NEWS | |
parent | fbda227030ae7f5472af72ec8b024b3094ba6419 (diff) | |
download | external_gettext-1d0f72312fbb539eda1dcaa0f7fbc10649df2fcc.zip external_gettext-1d0f72312fbb539eda1dcaa0f7fbc10649df2fcc.tar.gz external_gettext-1d0f72312fbb539eda1dcaa0f7fbc10649df2fcc.tar.bz2 |
Fix senso.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ Version 0.12 - May 2003 - A new autoconf macro AM_PO_SUBDIRS is added. It is like AM_GNU_GETTEXT, for packages written in other languages than C/C++. -* A new include file libgettextpo, with public header file "gettext-po.h", +* A new library libgettextpo, with public header file "gettext-po.h", provides functions for reading PO files into memory. It is useful for applying PO files to areas not covered by the GNU gettext programs. New documentation section: |