From cb7c8d8172a290b5cee6e34f4a943163e8a09e86 Mon Sep 17 00:00:00 2001
From: Jordi Mallach <jordi@gnu.org>
Date: Sat, 27 Jul 2002 02:49:46 +0000
Subject: [PATCH] Added pt_BR to ALL_LINGUAS.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1248 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog    | 4 +++-
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index deec79da..e0d6053a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
 CVS code -
+- configure.ac:
+	- Added pt_BR to ALL_LINGUAS (Jordi).
 
 GNU nano 1.1.10 - 07/25/2002
-- General
+- General:
 	- Translation updates (see po/ChangeLog for details).
 	- Upgraded to gettext 0.11.2 (Jordi).
 	  Removed intl/ entirely, and a few more tweaks by gettextize.
diff --git a/configure.ac b/configure.ac
index e317cafd..327a44d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ(2.52)
 AM_INIT_AUTOMAKE(nano, 1.1.10-cvs)
 AM_CONFIG_HEADER(config.h:config.h.in)
 dnl AM_ACLOCAL_INCLUDE(m4)
-ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb ms"
+ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb ms pt_BR"
 
 dnl Checks for programs.
 AC_PROG_CC
-- 
GitLab