changeset 385:55bf1644ac99

Add Irish to ALL_LINGUAS
author alastairmck
date Mon, 02 Feb 2004 09:04:01 +0000
parents c59eb0bc7492
children 16497a84c34b
files ChangeLog configure.in
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Feb 02 09:02:39 2004 +0000
+++ b/ChangeLog	Mon Feb 02 09:04:01 2004 +0000
@@ -1,3 +1,7 @@
+2004-02-01 Alastair McKinstry <mckinstry@computer.org>
+	
+	* configure.in: Add Irish ("ga") to ALL_LINGUAS
+
 2003-2-1 Brian Masney <masneyb@gftp.org>
 	* src/gtk/dnd.c - whenever a file(s)/directories are dropped onto
 	gftp, allow resuming the file transfers
@@ -2120,7 +2124,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.212 2004/02/01 22:24:45 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.213 2004/02/02 09:04:01 alastairmck Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/configure.in	Mon Feb 02 09:02:39 2004 +0000
+++ b/configure.in	Mon Feb 02 09:04:01 2004 +0000
@@ -28,7 +28,7 @@
 AC_SUBST(VERSION)
 AC_SUBST(PREFIX)
 
-ALL_LINGUAS="am az ar be bg bn ca cs da de el es fi fr hr hu it ja ko mk ml ms nl no pl pt pt_BR ro ru sk sr sr@Latn sv tr uk zh_CN zh_TW"
+ALL_LINGUAS="am az ar be bg bn ca cs da de el es fi fr ga hr hu it ja ko mk ml ms nl no pl pt pt_BR ro ru sk sr sr@Latn sv tr uk zh_CN zh_TW"
 
 AC_CANONICAL_HOST
 AC_PROG_CC