Update of /cvsroot/libexif/libexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv7952
Modified Files:
ChangeLog configure.ac
Log Message:
Added Czech & Slovak localizations
Index: configure.ac
===================================================================
RCS file: /cvsroot/libexif/libexif/configure.ac,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -d -r1.26 -r1.27
--- configure.ac 21 May 2007 18:33:55 -0000 1.26
+++ configure.ac 21 May 2007 19:34:28 -0000 1.27
@@ -151,7 +151,7 @@ AM_CONDITIONAL([ENABLE_INTERNAL_DOCS],
# ---------------------------------------------------------------------------
# i18n support
# ---------------------------------------------------------------------------
-ALL_LINGUAS="de es fr pl ru vi"
+ALL_LINGUAS="de es fr pl ru vi sk cs"
GP_GETTEXT_HACK([${PACKAGE}-${LIBEXIF_CURRENT_MIN}],
[Lutz Mueller and others])
AM_GNU_GETTEXT_VERSION([0.14.1])
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libexif/libexif/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -p -d -r1.245 -r1.246
--- ChangeLog 15 May 2007 18:33:40 -0000 1.245
+++ ChangeLog 21 May 2007 19:34:28 -0000 1.246
@@ -1,3 +1,8 @@
+2007-05-21 Jan Patera <pa...@us...>
+
+ * First version of Czech localization (cs.po)
+ * First version of Slovak localization (sk.po), submitted by Ivan Masar
+
2007-05-15 Jan Patera <pa...@us...>
* Windows XP Explorer writes Title, Comment, Author, Keywords, and
|