Re: Further reduction of l10n sync commits

2006-03-12 Thread Christian Perrier
After the discussion, I conducted a few tests and they actually made me think more deeply about this part of the code. So, I finally come up with the attached patch. The philosophy is the following: When a package PO file would be modified when merged with the master file, then the file is *rea

Re: Further reduction of l10n sync commits

2006-03-07 Thread Eddy Petrişor
On 3/7/06, Frans Pop <[EMAIL PROTECTED]> wrote: > So we should probably end up with: > > filter="^(\"(PO-Revision-Date|Project-Id-Version|Report-Msgid-Bugs-To| > POT-Creation-Date|Last-Translator|Language-Team|X-Generator):|#[^,]|#$)" Poedit adds other headers like X-PO-Editor (or something like t

Re: Further reduction of l10n sync commits

2006-03-07 Thread Frans Pop
On Tuesday 07 March 2006 09:54, Jens Seidel wrote: > It looks like this is already matched by $filter, isn't it? Even if it > is used for different actions it may be useful to create a new filter > based on the old one. Just use it: Hmm. It appears you are completely correct. It looks like the cur

Re: Further reduction of l10n sync commits

2006-03-07 Thread Jens Seidel
On Tue, Mar 07, 2006 at 12:35:47AM +0100, Frans Pop wrote: > Hi Christian, Hi, I'm not Christian, but let me reply anyway ... > There still are times when a minor change in the translation for a > language will result in all packages being updated. Often this is caused > by very minor changes i

Re: Further reduction of l10n sync commits

2006-03-07 Thread Eddy Petrişor
On 3/7/06, Frans Pop <[EMAIL PROTECTED]> wrote: > Hi Christian, > > There still are times when a minor change in the translation for a > language will result in all packages being updated. Often this is caused > by very minor changes in comments in the head of the po file. > > 2. Ignore any changes

Re: Further reduction of l10n sync commits

2006-03-06 Thread Christian Perrier
Quoting Frans Pop ([EMAIL PROTECTED]): > Hi Christian, > > There still are times when a minor change in the translation for a > language will result in all packages being updated. Often this is caused > by very minor changes in comments in the head of the po file. > > Please consider the followin

Further reduction of l10n sync commits

2006-03-06 Thread Frans Pop
Hi Christian, There still are times when a minor change in the translation for a language will result in all packages being updated. Often this is caused by very minor changes in comments in the head of the po file. Please consider the following two options for l10n-sync to ignore these. 1. Jus