Re: [PATCH] make po-merge.py count fuzzy strings

2013-06-28 Thread Andreas Stieger
On 28/06/13 01:08, Daniel Shahaf wrote: > Andreas Stieger wrote on Fri, Jun 28, 2013 at 00:09:39 +0100: >> make po-merge.py count fuzzy strings > Personally I would have done something like if c.startswith('#,') and > 'fuzzy' in c.split(', '): to match 'fuzzy' only as a whole word. Good point. r1

Re: [PATCH] make po-merge.py count fuzzy strings

2013-06-27 Thread Daniel Shahaf
Andreas Stieger wrote on Fri, Jun 28, 2013 at 00:09:39 +0100: > Hello, > > while merging some translation updates to the release branch I noticed that > po-merge.py doesn't count strings marked as fuzzy. > > [[[ > make po-merge.py count fuzzy strings > > * tools/dev/po-merge.py > (main): coun