From: Dan F. <dfa...@us...> - 2009-04-14 05:53:59
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3488 Modified Files: ChangeLog NEWS configure.ac Log Message: po/lv.po: Added Latvian translation by Rihards Prieditis po/da.po: Updated Danish translation by Joe Hansen Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -d -r1.27 -r1.28 --- NEWS 22 Jan 2009 07:41:09 -0000 1.27 +++ NEWS 14 Apr 2009 05:53:48 -0000 1.28 @@ -1,5 +1,5 @@ exif-0.6.x: - * Added translation: it + * Added translations: it, lv * Updated translations: da, id, nl, pl, sk, sv, vi, zh_CN * Fixed alignment of tables in locales with multibyte character encoding (bug #2034873) Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -d -r1.25 -r1.26 --- configure.ac 28 Nov 2008 18:45:35 -0000 1.25 +++ configure.ac 14 Apr 2009 05:53:48 -0000 1.26 @@ -39,7 +39,7 @@ GP_PKG_CONFIG # i18n support # --------------------------------------------------------------------------- GP_GETTEXT_HACK([${PACKAGE}],[Lutz Mueller and others]) -ALL_LINGUAS="da de es fr id it nl pl sk sv vi zh_CN" +ALL_LINGUAS="da de es fr id it lv nl pl sk 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.87 retrieving revision 1.88 diff -u -p -d -r1.87 -r1.88 --- ChangeLog 22 Jan 2009 07:41:09 -0000 1.87 +++ ChangeLog 14 Apr 2009 05:53:48 -0000 1.88 @@ -1,3 +1,8 @@ +2009-04-13 Dan Fandrich <da...@co...> + + * po/lv.po: Added Latvian translation by Rihards Prieditis + * po/da.po: Updated Danish translation by Joe Hansen + 2009-01-21 Dan Fandrich <da...@co...> * exif/main.c: Create mandatory EXIF tags with the --create-exif option |