From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Tue, 05 Jul 2011 15:56:34 +0100 Subject: [Cluster-devel] [PATCH 3/3] i18n support: Add gfs2_convert to translatable list In-Reply-To: <1309876901-20779-3-git-send-email-cmaiolino@redhat.com> References: <1309876901-20779-1-git-send-email-cmaiolino@redhat.com> <1309876901-20779-3-git-send-email-cmaiolino@redhat.com> Message-ID: <1309877794.2799.54.camel@menhir> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, On Tue, 2011-07-05 at 11:41 -0300, Carlos Maiolino wrote: > Added gfs2_convert files to the translatable files list > of the gfs2-utils i18n support > --- > po/POTFILES.in | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/po/POTFILES.in b/po/POTFILES.in > index 88d2198..b7f8269 100644 > --- a/po/POTFILES.in > +++ b/po/POTFILES.in > @@ -35,3 +35,6 @@ gfs2/mkfs/main_mkfs.c > #tune tool > gfs2/tune/main.c > gfs2/tune/super.c > + > +#convert tool > +gfs2/convert/gfs2_convert.c looks good to me, Steve.