From: Dan F. <dfa...@us...> - 2013-03-16 21:55:57
|
Update of /cvsroot/libexif/gexif In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9871 Modified Files: ChangeLog configure.ac Log Message: * Fixed .po file generation due to use of UTF-8 in original messages Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/gexif/configure.ac,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- configure.ac 14 Mar 2013 20:06:45 -0000 1.10 +++ configure.ac 16 Mar 2013 21:55:52 -0000 1.11 @@ -36,7 +36,7 @@ # --------------------------------------------------------------------------- # i18n support # --------------------------------------------------------------------------- -GP_GETTEXT_HACK([],[Lutz Müller and others]) +GP_GETTEXT_HACK([],[Lutz Mueller and others]) ALL_LINGUAS="de es fr pl sv" AM_GNU_GETTEXT_VERSION([0.14.1]) AM_GNU_GETTEXT([external]) Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/gexif/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- ChangeLog 15 Mar 2013 20:56:31 -0000 1.20 +++ ChangeLog 16 Mar 2013 21:55:52 -0000 1.21 @@ -1,3 +1,8 @@ +2013-03-16 Dan Fandrich <da...@co...> + + * Fixed .po file generation due to use of UTF-8 in original + messages + 2013-03-15 Dan Fandrich <da...@co...> * Fixed display of text strings from libexif in locales that don't use |