From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Maiolino Date: Tue, 14 Jun 2011 11:24:41 -0300 Subject: [Cluster-devel] [PATCH] Track translatable files Message-ID: <1308061481-5838-1-git-send-email-cmaiolino@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This is the first patch adding the possible translatable files to the i18n infra-structure. This is the list of files which will be monitored by the i18n and set to have translatable strings Please discard the previous patch, once it has obsolete files into the tracking list --- po/POTFILES.in | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 667e27c..88d2198 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1 +1,37 @@ # List of source files which contain translatable strings. +# +#edit tool +gfs2/edit/extended.c +gfs2/edit/gfs2hex.c +gfs2/edit/hexedit.c +gfs2/edit/savemeta.c + +#fsck tool +gfs2/fsck/eattr.c +gfs2/fsck/fs_recovery.c +gfs2/fsck/hash.c +gfs2/fsck/initialize.c +gfs2/fsck/inode_hash.c +gfs2/fsck/link.c +gfs2/fsck/lost_n_found.c +gfs2/fsck/main.c +gfs2/fsck/metawalk.c +gfs2/fsck/pass1b.c +gfs2/fsck/pass1.c +gfs2/fsck/pass1c.c +gfs2/fsck/pass2.c +gfs2/fsck/pass3.c +gfs2/fsck/pass4.c +gfs2/fsck/pass5.c +gfs2/fsck/rgrepair.c +gfs2/fsck/util.c + +#mkfs tool +gfs2/mkfs/main.c +gfs2/mkfs/main_grow.c +gfs2/mkfs/main_jadd.c +gfs2/mkfs/main_mkfs.c + +#tune tool +gfs2/tune/main.c +gfs2/tune/super.c -- 1.7.5.2