* [Cluster-devel] [PATCH] Track translatable files
@ 2011-06-14 13:50 Carlos Maiolino
2011-06-14 13:58 ` Steven Whitehouse
0 siblings, 1 reply; 6+ messages in thread
From: Carlos Maiolino @ 2011-06-14 13:50 UTC (permalink / raw)
To: cluster-devel.redhat.com
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
---
po/POTFILES.in | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 72 insertions(+), 0 deletions(-)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 667e27c..c60956c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1 +1,73 @@
# 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
+
+#mount tool
+gfs2/mount/mount.gfs2.c
+gfs2/mount/mtab.c
+gfs2/mount/ondisk1.c
+gfs2/mount/util.c
+
+#quota tool
+gfs2/quota/check.c
+gfs2/quota/main.c
+gfs2/quota/names.c
+
+#gfs2_tool
+gfs2/tool/main.c
+gfs2/tool/misc.c
+gfs2/tool/ondisk.c
+gfs2/tool/sb.c
+gfs2/tool/tune.c
+
+#tune tool
+gfs2/tune/main.c
+gfs2/tune/super.c
+
+#Common lib files
+gfs2/libgfs2/block_list.c
+gfs2/libgfs2/buf.c
+gfs2/libgfs2/device_geometry.c
+gfs2/libgfs2/fs_bits.c
+gfs2/libgfs2/fs_geometry.c
+gfs2/libgfs2/fs_ops.c
+gfs2/libgfs2/gfs1.c
+gfs2/libgfs2/gfs2_disk_hash.c
+gfs2/libgfs2/gfs2_log.c
+gfs2/libgfs2/misc.c
+gfs2/libgfs2/ondisk.c
+gfs2/libgfs2/recovery.c
+gfs2/libgfs2/rgrp.c
+gfs2/libgfs2/size.c
+gfs2/libgfs2/structures.c
+gfs2/libgfs2/super.c
--
1.7.5.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Cluster-devel] [PATCH] Track translatable files
2011-06-14 13:50 [Cluster-devel] [PATCH] Track translatable files Carlos Maiolino
@ 2011-06-14 13:58 ` Steven Whitehouse
2011-06-14 14:03 ` Carlos Maiolino
0 siblings, 1 reply; 6+ messages in thread
From: Steven Whitehouse @ 2011-06-14 13:58 UTC (permalink / raw)
To: cluster-devel.redhat.com
Hi,
On Tue, 2011-06-14 at 10:50 -0300, Carlos Maiolino wrote:
> 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
> ---
> po/POTFILES.in | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 files changed, 72 insertions(+), 0 deletions(-)
>
> diff --git a/po/POTFILES.in b/po/POTFILES.in
> index 667e27c..c60956c 100644
> --- a/po/POTFILES.in
> +++ b/po/POTFILES.in
> @@ -1 +1,73 @@
> # 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
> +
> +#mount tool
> +gfs2/mount/mount.gfs2.c
> +gfs2/mount/mtab.c
> +gfs2/mount/ondisk1.c
> +gfs2/mount/util.c
> +
Don't include mount, it is obsolete.
> +#quota tool
> +gfs2/quota/check.c
> +gfs2/quota/main.c
> +gfs2/quota/names.c
> +
Don't include quota, it is obsolete.
> +#gfs2_tool
> +gfs2/tool/main.c
> +gfs2/tool/misc.c
> +gfs2/tool/ondisk.c
> +gfs2/tool/sb.c
> +gfs2/tool/tune.c
> +
Likewise, don't include gfs2_tool
> +#tune tool
> +gfs2/tune/main.c
> +gfs2/tune/super.c
> +
> +#Common lib files
> +gfs2/libgfs2/block_list.c
> +gfs2/libgfs2/buf.c
> +gfs2/libgfs2/device_geometry.c
> +gfs2/libgfs2/fs_bits.c
> +gfs2/libgfs2/fs_geometry.c
> +gfs2/libgfs2/fs_ops.c
> +gfs2/libgfs2/gfs1.c
> +gfs2/libgfs2/gfs2_disk_hash.c
> +gfs2/libgfs2/gfs2_log.c
> +gfs2/libgfs2/misc.c
> +gfs2/libgfs2/ondisk.c
> +gfs2/libgfs2/recovery.c
> +gfs2/libgfs2/rgrp.c
> +gfs2/libgfs2/size.c
> +gfs2/libgfs2/structures.c
> +gfs2/libgfs2/super.c
The lib doesn't have any translatable strings, so we don't need to
include that either. Otherwise it looks ok to me,
Steve.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Cluster-devel] [PATCH] Track translatable files
2011-06-14 13:58 ` Steven Whitehouse
@ 2011-06-14 14:03 ` Carlos Maiolino
2011-06-14 14:09 ` Steven Whitehouse
0 siblings, 1 reply; 6+ messages in thread
From: Carlos Maiolino @ 2011-06-14 14:03 UTC (permalink / raw)
To: cluster-devel.redhat.com
On Tue, Jun 14, 2011 at 02:58:48PM +0100, Steven Whitehouse wrote:
> Hi,
>
> Don't include mount, it is obsolete.
>
> Don't include quota, it is obsolete.
>
> Likewise, don't include gfs2_tool
>
> The lib doesn't have any translatable strings, so we don't need to
> include that either. Otherwise it looks ok to me,
>
Hi Steve, should I remove mount, quota, gfs2_tool and libgfs2 and commit it or do you prefer I send a new patch to the list before ?
--
--Carlos
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Cluster-devel] [PATCH] Track translatable files
2011-06-14 14:03 ` Carlos Maiolino
@ 2011-06-14 14:09 ` Steven Whitehouse
0 siblings, 0 replies; 6+ messages in thread
From: Steven Whitehouse @ 2011-06-14 14:09 UTC (permalink / raw)
To: cluster-devel.redhat.com
Hi,
On Tue, 2011-06-14 at 11:03 -0300, Carlos Maiolino wrote:
> On Tue, Jun 14, 2011 at 02:58:48PM +0100, Steven Whitehouse wrote:
> > Hi,
> >
> > Don't include mount, it is obsolete.
> >
> > Don't include quota, it is obsolete.
> >
> > Likewise, don't include gfs2_tool
> >
> > The lib doesn't have any translatable strings, so we don't need to
> > include that either. Otherwise it looks ok to me,
> >
>
> Hi Steve, should I remove mount, quota, gfs2_tool and libgfs2 and commit it or do you prefer I send a new patch to the list before ?
Its probably best to send a new patch to the list, but its only a
formality at this stage, you should be pretty much good to go I think,
Steve.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Cluster-devel] [PATCH] Track translatable files
@ 2011-06-14 14:24 Carlos Maiolino
2011-06-14 14:31 ` Steven Whitehouse
0 siblings, 1 reply; 6+ messages in thread
From: Carlos Maiolino @ 2011-06-14 14:24 UTC (permalink / raw)
To: cluster-devel.redhat.com
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Cluster-devel] [PATCH] Track translatable files
2011-06-14 14:24 Carlos Maiolino
@ 2011-06-14 14:31 ` Steven Whitehouse
0 siblings, 0 replies; 6+ messages in thread
From: Steven Whitehouse @ 2011-06-14 14:31 UTC (permalink / raw)
To: cluster-devel.redhat.com
Hi,
That looks much better :-) Thanks,
Steve.
On Tue, 2011-06-14 at 11:24 -0300, Carlos Maiolino wrote:
> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-06-14 14:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-14 13:50 [Cluster-devel] [PATCH] Track translatable files Carlos Maiolino
2011-06-14 13:58 ` Steven Whitehouse
2011-06-14 14:03 ` Carlos Maiolino
2011-06-14 14:09 ` Steven Whitehouse
-- strict thread matches above, loose matches on Subject: below --
2011-06-14 14:24 Carlos Maiolino
2011-06-14 14:31 ` Steven Whitehouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).