From: Dan F. <dfa...@us...> - 2008-01-29 20:53:17
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv320 Modified Files: NEWS configure.ac Log Message: Added new Dutch translation from Erwin Poeze Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -d -r1.10 -r1.11 --- NEWS 25 Jan 2008 03:34:03 -0000 1.10 +++ NEWS 29 Jan 2008 20:53:09 -0000 1.11 @@ -1,7 +1,7 @@ exif-0.6.16.x: * Fixed the output of -s and -t when iconv is configured * Updated translations: pl - * Added translations: sv + * Added translations: nl sv * Fixed a double character encoding conversion problem with recent GNU gettext because version >= 0.10.36 does the conversion of message texts itself. Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -d -r1.14 -r1.15 --- configure.ac 25 Jan 2008 03:34:03 -0000 1.14 +++ configure.ac 29 Jan 2008 20:53:09 -0000 1.15 @@ -39,7 +39,7 @@ GP_PKG_CONFIG # i18n support # --------------------------------------------------------------------------- GP_GETTEXT_HACK([${PACKAGE}],[Lutz Müller and others]) -ALL_LINGUAS="de es fr pl sv" +ALL_LINGUAS="de es fr nl pl sv" AM_GNU_GETTEXT_VERSION([0.14.1]) AM_GNU_GETTEXT([external]) AM_PO_SUBDIRS() |