From: Dan F. <dfa...@us...> - 2008-11-06 02:05:29
|
Update of /cvsroot/libexif/gexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22250 Modified Files: ChangeLog NEWS configure.ac Log Message: po/sv.po: Added Swedish translation by Daniel Nylander (closes bug #1784255) Index: NEWS =================================================================== RCS file: /cvsroot/libexif/gexif/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- NEWS 21 May 2007 18:36:48 -0000 1.2 +++ NEWS 6 Nov 2008 02:05:23 -0000 1.3 @@ -1,2 +1,5 @@ +TBD: + * New translation: sv + New in 0.5.0cvs2: * Misc. (build) bug fixes. Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/gexif/configure.ac,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -d -r1.8 -r1.9 --- configure.ac 26 Jun 2007 02:00:31 -0000 1.8 +++ configure.ac 6 Nov 2008 02:05:23 -0000 1.9 @@ -37,7 +37,7 @@ GP_PKG_CONFIG # i18n support # --------------------------------------------------------------------------- GP_GETTEXT_HACK([],[Lutz Müller and others]) -ALL_LINGUAS="de es fr pl" +ALL_LINGUAS="de es fr pl sv" AM_GNU_GETTEXT_VERSION([0.14.1]) AM_GNU_GETTEXT([external]) AM_PO_SUBDIRS() Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/gexif/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -d -r1.14 -r1.15 --- ChangeLog 15 Aug 2005 20:52:47 -0000 1.14 +++ ChangeLog 6 Nov 2008 02:05:23 -0000 1.15 @@ -1,3 +1,8 @@ +2008-11-05 Dan Fandrich <da...@co...> + + * po/sv.po: Added Swedish translation by Daniel Nylander (closes + bug #1784255) + 2005-08-15 Lutz Mueller <lu...@us...> Jakub Bogusz <qb...@pl...>: |