* [Cluster-devel] [PATCH] gfs2-utils: Update .gitignore for i18n files
@ 2011-08-01 15:52 Andrew Price
2011-08-01 16:03 ` Steven Whitehouse
2011-08-03 20:40 ` Carlos Maiolino
0 siblings, 2 replies; 5+ messages in thread
From: Andrew Price @ 2011-08-01 15:52 UTC (permalink / raw)
To: cluster-devel.redhat.com
Add entries in .gitignore for some i18n-related files which are
generated at build time.
Signed-off-by: Andrew Price <anprice@redhat.com>
---
.gitignore | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 62e4ac6..e8b7ea1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,7 @@ gfs2/tool/gfs2_tool
gfs2/tune/tunegfs2
group/gfs_control/gfs_control
group/gfs_controld/gfs_controld
+ABOUT-NLS
+po/Makevars.template
+po/POTFILES
+po/stamp-po
--
1.7.6
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Cluster-devel] [PATCH] gfs2-utils: Update .gitignore for i18n files
2011-08-01 15:52 [Cluster-devel] [PATCH] gfs2-utils: Update .gitignore for i18n files Andrew Price
@ 2011-08-01 16:03 ` Steven Whitehouse
2011-08-03 20:40 ` Carlos Maiolino
1 sibling, 0 replies; 5+ messages in thread
From: Steven Whitehouse @ 2011-08-01 16:03 UTC (permalink / raw)
To: cluster-devel.redhat.com
Hi,
Looks good to me,
Steve.
On Mon, 2011-08-01 at 16:52 +0100, Andrew Price wrote:
> Add entries in .gitignore for some i18n-related files which are
> generated at build time.
>
> Signed-off-by: Andrew Price <anprice@redhat.com>
> ---
> .gitignore | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 62e4ac6..e8b7ea1 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -37,3 +37,7 @@ gfs2/tool/gfs2_tool
> gfs2/tune/tunegfs2
> group/gfs_control/gfs_control
> group/gfs_controld/gfs_controld
> +ABOUT-NLS
> +po/Makevars.template
> +po/POTFILES
> +po/stamp-po
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Cluster-devel] [PATCH] gfs2-utils: Update .gitignore for i18n files
2011-08-01 15:52 [Cluster-devel] [PATCH] gfs2-utils: Update .gitignore for i18n files Andrew Price
2011-08-01 16:03 ` Steven Whitehouse
@ 2011-08-03 20:40 ` Carlos Maiolino
2011-08-04 9:12 ` Andrew Price
2011-08-04 9:26 ` Steven Whitehouse
1 sibling, 2 replies; 5+ messages in thread
From: Carlos Maiolino @ 2011-08-03 20:40 UTC (permalink / raw)
To: cluster-devel.redhat.com
On Mon, Aug 01, 2011 at 04:52:09PM +0100, Andrew Price wrote:
> Add entries in .gitignore for some i18n-related files which are
> generated at build time.
>
> Signed-off-by: Andrew Price <anprice@redhat.com>
> ---
> .gitignore | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 62e4ac6..e8b7ea1 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -37,3 +37,7 @@ gfs2/tool/gfs2_tool
> gfs2/tune/tunegfs2
> group/gfs_control/gfs_control
> group/gfs_controld/gfs_controld
> +ABOUT-NLS
> +po/Makevars.template
> +po/POTFILES
> +po/stamp-po
> --
> 1.7.6
>
Maybe is a good idea to also add gfs2-utils.pot to this list. I believe we should
remove gfs2-utils.pot from the upstream git repo, and leave it to be auto created
at the compile time.
Leaving this on the tree (and also into the package when it is created), make the
gettext to bypass the creation of gfs2-utils.pot an rely on the one already created,
which can be not up2date since we are doing some changes on strings and adding another
things.
What you guys think?
--
--Carlos
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Cluster-devel] [PATCH] gfs2-utils: Update .gitignore for i18n files
2011-08-03 20:40 ` Carlos Maiolino
@ 2011-08-04 9:12 ` Andrew Price
2011-08-04 9:26 ` Steven Whitehouse
1 sibling, 0 replies; 5+ messages in thread
From: Andrew Price @ 2011-08-04 9:12 UTC (permalink / raw)
To: cluster-devel.redhat.com
On 03/08/11 21:40, Carlos Maiolino wrote:
> Maybe is a good idea to also add gfs2-utils.pot to this list. I believe we should
> remove gfs2-utils.pot from the upstream git repo, and leave it to be auto created
> at the compile time.
> Leaving this on the tree (and also into the package when it is created), make the
> gettext to bypass the creation of gfs2-utils.pot an rely on the one already created,
> which can be not up2date since we are doing some changes on strings and adding another
> things.
>
> What you guys think?
I think we need to keep gfs2-utils.pot in the git repo so that we have
one single "master" translation template which should be used (by
Transifex, translators, ...) to translate gfs2-utils.
When string changes occur (and once per release, minimum) we should
regenerate the master gfs2-utils.pot and then merge those changes into
the existing .po files and commit. That way we get full control over the
current state of the single gfs2-utils.pot which is used by everyone.
Andy
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Cluster-devel] [PATCH] gfs2-utils: Update .gitignore for i18n files
2011-08-03 20:40 ` Carlos Maiolino
2011-08-04 9:12 ` Andrew Price
@ 2011-08-04 9:26 ` Steven Whitehouse
1 sibling, 0 replies; 5+ messages in thread
From: Steven Whitehouse @ 2011-08-04 9:26 UTC (permalink / raw)
To: cluster-devel.redhat.com
Hi,
On Wed, 2011-08-03 at 17:40 -0300, Carlos Maiolino wrote:
> On Mon, Aug 01, 2011 at 04:52:09PM +0100, Andrew Price wrote:
> > Add entries in .gitignore for some i18n-related files which are
> > generated at build time.
> >
> > Signed-off-by: Andrew Price <anprice@redhat.com>
> > ---
> > .gitignore | 4 ++++
> > 1 files changed, 4 insertions(+), 0 deletions(-)
> >
> > diff --git a/.gitignore b/.gitignore
> > index 62e4ac6..e8b7ea1 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -37,3 +37,7 @@ gfs2/tool/gfs2_tool
> > gfs2/tune/tunegfs2
> > group/gfs_control/gfs_control
> > group/gfs_controld/gfs_controld
> > +ABOUT-NLS
> > +po/Makevars.template
> > +po/POTFILES
> > +po/stamp-po
> > --
> > 1.7.6
> >
>
> Maybe is a good idea to also add gfs2-utils.pot to this list. I believe we should
> remove gfs2-utils.pot from the upstream git repo, and leave it to be auto created
> at the compile time.
> Leaving this on the tree (and also into the package when it is created), make the
> gettext to bypass the creation of gfs2-utils.pot an rely on the one already created,
> which can be not up2date since we are doing some changes on strings and adding another
> things.
>
> What you guys think?
>
Do we need to have a .pot in the tree for transifex to use as the basis
for new translations? If not, then lets create it at build time,
otherwise I think we have no choice but to leave it in the tree and to
remember to recreate it when the strings have changed,
Steve.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-08-04 9:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 15:52 [Cluster-devel] [PATCH] gfs2-utils: Update .gitignore for i18n files Andrew Price
2011-08-01 16:03 ` Steven Whitehouse
2011-08-03 20:40 ` Carlos Maiolino
2011-08-04 9:12 ` Andrew Price
2011-08-04 9:26 ` 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).