Hide Forgot
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
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.
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
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).
First patch commited to the gfs2-utils upstream tree at: http://git.fedorahosted.org/git/?p=gfs2-utils.git;a=commit;h=f2efa1d859e16711c788eaa4c7bcbb7965e580d1
Hi, after the commit today, the gfs2-utils is already generating the gfs2-utils.pot template file automatically with proper information.
I think you can close this bug then as UPSTREAM on that basis, unless there is anything more left to do?
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