Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv22203
Modified Files:
ChangeLog configure.ac
Log Message:
Added dutch translation.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gaim/gaim/ChangeLog,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- ChangeLog 2001/10/29 11:23:22 1.347
+++ ChangeLog 2001/10/30 16:48:23 1.348
@@ -26,6 +26,7 @@
right-click on their name while they're online.
* IRC can do /WHOIS
* The usual bug fixes and memory leak plugs
+ * Added Dutch translation
version 0.46 (10/18/2001):
* New applet icons (courtesy David Raeman)
Index: configure.ac
===================================================================
RCS file: /cvsroot/gaim/gaim/configure.ac,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- configure.ac 2001/10/18 20:56:59 1.22
+++ configure.ac 2001/10/30 16:48:23 1.23
@@ -13,7 +13,7 @@
AC_PROG_INSTALL
-ALL_LINGUAS="de es fr ko ru zh_CN pl"
+ALL_LINGUAS="de es fr ko ru zh_CN pl nl"
AM_GNU_GETTEXT
AC_CYGWIN
|