From: Lutz M. <lu...@us...> - 2008-06-15 15:41:47
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1487 Modified Files: ChangeLog configure.ac Log Message: 2008-06-15 Lutz Mueller <lu...@us...> * configure.ac: Revert previous commit * po/zh_CN.po: Remove. * po/[sk,vi].po: Revert. Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.43 retrieving revision 1.44 diff -u -p -d -r1.43 -r1.44 --- configure.ac 15 Jun 2008 14:29:04 -0000 1.43 +++ configure.ac 15 Jun 2008 15:41:43 -0000 1.44 @@ -152,7 +152,7 @@ AM_CONDITIONAL([ENABLE_INTERNAL_DOCS], [ # --------------------------------------------------------------------------- # i18n support # --------------------------------------------------------------------------- -ALL_LINGUAS="cs de en_CA es fr nl pl ru sk sv vi zh_CN" +ALL_LINGUAS="cs de en_CA es fr nl pl ru sk sv vi" AM_PO_SUBDIRS GP_GETTEXT_HACK([${PACKAGE}-${LIBEXIF_CURRENT_MIN}], [Lutz Mueller and others]) Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.273 retrieving revision 1.274 diff -u -p -d -r1.273 -r1.274 --- ChangeLog 15 Jun 2008 14:29:04 -0000 1.273 +++ ChangeLog 15 Jun 2008 15:41:43 -0000 1.274 @@ -1,5 +1,11 @@ 2008-06-15 Lutz Mueller <lu...@us...> + * configure.ac: Revert previous commit + * po/zh_CN.po: Remove. + * po/[sk,vi].po: Revert. + +2008-06-15 Lutz Mueller <lu...@us...> + * configure.ac: New po-file: zh_CN * po/zh_CN.po: New * po/[sk,vi].po: Updated. |