Bug 709341

Summary: [RFE]: Add support to gettext into gfs2-utils
Product: [Fedora] Fedora Reporter: Carlos Maiolino <cmaiolin>
Component: gfs2-utilsAssignee: Carlos Maiolino <cmaiolin>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: adas, agk, anprice, bmarzins, fdinitto, rpeterso, swhiteho
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-24 13:23:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Add i18n infra structure to gfs2-utils
none
Add i18n support to gfs2-utils cmaiolin: review?

Description Carlos Maiolino 2011-05-31 12:39:29 UTC
Add support to gfs2-utils to automatically build the internationalization infra-structure:

- Add gettext pre-requisites to automake
- auto install the gettext infra-structure
- generate .pot file automatically

Comment 1 Carlos Maiolino 2011-05-31 18:13:35 UTC
Created attachment 502062 [details]
Add i18n infra structure to gfs2-utils

First try to add required files, directories and some changes to enable i18n in the gfs2-utils package.

Comment 2 Carlos Maiolino 2011-05-31 19:58:55 UTC
Created attachment 502091 [details]
Add i18n support to gfs2-utils

This patch adds i18n support to gfs2-utils.
contains some files, directories required to i18n.
Also makes some changes to configure.ac and Makefile.am required by gettext.

The patch is a replacement of the previous one, which missed necessary changes to configure.ac and Makefile.am

Comment 3 Carlos Maiolino 2011-05-31 23:09:04 UTC
Next steps on this will be to add gfs2-utils required information to the gettext config files (e.g. map source files which sentences to be translated).

Comment 4 Carlos Maiolino 2011-06-10 12:55:33 UTC
First patch commited to the gfs2-utils upstream tree at:
http://git.fedorahosted.org/git/?p=gfs2-utils.git;a=commit;h=f2efa1d859e16711c788eaa4c7bcbb7965e580d1

Comment 5 Carlos Maiolino 2011-06-14 21:14:30 UTC
Hi,

after the commit today, the gfs2-utils is already generating the gfs2-utils.pot template file automatically with proper information.

Comment 6 Steve Whitehouse 2011-06-22 11:49:22 UTC
I think you can close this bug then as UPSTREAM on that basis, unless there is anything more left to do?

Comment 7 Carlos Maiolino 2011-06-24 13:23:05 UTC
Hi Steve.

I believe the core of the implementation is already working.

It's generating the needed files at configure/compile time as it should do.

The next steps are to review the strings to be translated and finish to add support to i18n to gfs2_convert, which already has a bugzilla.

So, I'm closing this bugzilla as UPSTREAM