From: Lutz M. <lu...@us...> - 2008-06-15 14:29:08
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28319 Modified Files: ChangeLog configure.ac Log Message: 2008-06-15 Lutz Mueller <lu...@us...> * configure.ac: New po-file: zh_CN * po/zh_CN.po: New * po/[sk,vi].po: Updated. Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.42 retrieving revision 1.43 diff -u -p -d -r1.42 -r1.43 --- configure.ac 24 Jan 2008 00:42:46 -0000 1.42 +++ configure.ac 15 Jun 2008 14:29:04 -0000 1.43 @@ -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" +ALL_LINGUAS="cs de en_CA es fr nl pl ru sk sv vi zh_CN" 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.272 retrieving revision 1.273 diff -u -p -d -r1.272 -r1.273 --- ChangeLog 6 May 2008 07:59:56 -0000 1.272 +++ ChangeLog 15 Jun 2008 14:29:04 -0000 1.273 @@ -1,3 +1,9 @@ +2008-06-15 Lutz Mueller <lu...@us...> + + * configure.ac: New po-file: zh_CN + * po/zh_CN.po: New + * po/[sk,vi].po: Updated. + 2008-05-06 Marcus Meissner <mei...@su...> * libexif/exif-content.c: Fixed a endless loop |