From 7be364cc86080a80bcf39b9313c7694dbcc32294 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 2 Dec 2002 14:02:54 +0000 Subject: [PATCH] Add Brazillian Portugese translation. --- gprof/ChangeLog | 6 ++++++ gprof/configure | 2 +- gprof/configure.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 40eb8311862..c1475b273ae 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,9 @@ +2002-12-02 Nick Clifton + + * configure.in (LINGUAS): Add pt_BR. + * configure: Regenerate. + * po/pt_BR: New Brazillian Portugese translation. + 2002-11-30 Alan Modra * basic_blocks.c, basic_blocks.h, cg_arcs.c, cg_dfn.c, cg_print.c, diff --git a/gprof/configure b/gprof/configure index 21fffd36993..8a38fc3491c 100755 --- a/gprof/configure +++ b/gprof/configure @@ -2491,7 +2491,7 @@ fi done -ALL_LINGUAS="fr tr sv es id da" +ALL_LINGUAS="fr tr sv es id da pt_BR" echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 echo "configure:2497: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. diff --git a/gprof/configure.in b/gprof/configure.in index c69333c3c43..8956171b6c0 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -23,7 +23,7 @@ AC_PROG_INSTALL AC_CHECK_FUNCS(setmode) -ALL_LINGUAS="fr tr sv es id da" +ALL_LINGUAS="fr tr sv es id da pt_BR" CY_GNU_GETTEXT AM_MAINTAINER_MODE -- 2.30.2