From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Price Date: Thu, 04 Aug 2011 10:12:23 +0100 Subject: [Cluster-devel] [PATCH] gfs2-utils: Update .gitignore for i18n files In-Reply-To: <20110803204052.GA865@andromeda.usersys.redhat.com> References: <1312213929-17324-1-git-send-email-anprice@redhat.com> <20110803204052.GA865@andromeda.usersys.redhat.com> Message-ID: <4E3A6277.7020808@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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