From: Lutz M. <lu...@us...> - 2005-08-15 20:50:53
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4351 Modified Files: configure.ac ChangeLog Log Message: 2005-08-15 Lutz Mueller <lu...@us...> Patch by Jakub Bogusz <qb...@pl...>: * libexif/exif-i18n.h: Fix translation. * po/pl.po: New Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- configure.ac 27 Apr 2005 14:26:33 -0000 1.5 +++ configure.ac 15 Aug 2005 20:50:43 -0000 1.6 @@ -37,7 +37,7 @@ GP_PKG_CONFIG # i18n support # --------------------------------------------------------------------------- GP_GETTEXT_HACK([${PACKAGE}],[Lutz Müller and others]) -ALL_LINGUAS="de es fr" +ALL_LINGUAS="de es fr pl" AM_GNU_GETTEXT_VERSION([0.14.1]) AM_GNU_GETTEXT([external]) AM_PO_SUBDIRS() Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -p -d -r1.57 -r1.58 --- ChangeLog 15 Aug 2005 20:43:18 -0000 1.57 +++ ChangeLog 15 Aug 2005 20:50:43 -0000 1.58 @@ -3,6 +3,7 @@ Patch by Jakub Bogusz <qb...@pl...>: * libexif/exif-i18n.h: Fix translation. + * po/pl.po: New 2005-04-27 Lutz Mueller <lu...@us...> |