From: Dan F. <dfa...@us...> - 2008-03-28 06:10:43
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3468 Modified Files: ChangeLog NEWS configure.ac Log Message: Added Chinese (simplifed) translation by Ji ZhengYu Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -d -r1.12 -r1.13 --- NEWS 20 Mar 2008 19:05:01 -0000 1.12 +++ NEWS 28 Mar 2008 06:10:37 -0000 1.13 @@ -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: nl sv vi + * Added translations: nl sv vi zh_CN * 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.17 retrieving revision 1.18 diff -u -p -d -r1.17 -r1.18 --- configure.ac 20 Mar 2008 19:05:01 -0000 1.17 +++ configure.ac 28 Mar 2008 06:10:37 -0000 1.18 @@ -39,7 +39,7 @@ GP_PKG_CONFIG # i18n support # --------------------------------------------------------------------------- GP_GETTEXT_HACK([${PACKAGE}],[Lutz Mueller and others]) -ALL_LINGUAS="de es fr nl pl sv vi" +ALL_LINGUAS="de es fr nl pl sv vi zh_CN" 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.69 retrieving revision 1.70 diff -u -p -d -r1.69 -r1.70 --- ChangeLog 20 Mar 2008 19:05:01 -0000 1.69 +++ ChangeLog 28 Mar 2008 06:10:37 -0000 1.70 @@ -1,3 +1,7 @@ +2008-03-27 Dan Fandrich <da...@co...> + + Added Chinese (simplifed) translation by Ji ZhengYu + 2008-03-20 Dan Fandrich <da...@co...> Added Vietnamese translation by Clytie Siddall |