From: Dan F. <dfa...@us...> - 2008-03-20 19:05:11
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7506 Modified Files: ChangeLog NEWS configure.ac Log Message: Added Vietnamese translation by Clytie Siddall Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -d -r1.11 -r1.12 --- NEWS 29 Jan 2008 20:53:09 -0000 1.11 +++ NEWS 20 Mar 2008 19:05:01 -0000 1.12 @@ -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 + * Added translations: nl sv vi * 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.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- configure.ac 17 Feb 2008 18:17:08 -0000 1.16 +++ configure.ac 20 Mar 2008 19:05:01 -0000 1.17 @@ -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" +ALL_LINGUAS="de es fr nl pl sv vi" 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.68 retrieving revision 1.69 diff -u -p -d -r1.68 -r1.69 --- ChangeLog 22 Feb 2008 01:58:32 -0000 1.68 +++ ChangeLog 20 Mar 2008 19:05:01 -0000 1.69 @@ -1,3 +1,7 @@ +2008-03-20 Dan Fandrich <da...@co...> + + Added Vietnamese translation by Clytie Siddall + 2008-02-22 Lutz Mueller <lu...@us...> Make libexif-testsuite pass again (thanks to Dan Fandrich |