Mercurial > babel > old > babel-test
diff ChangeLog @ 452:c7dcb9cd140b stable-0.9.x
Merged revisions 467 via svnmerge from
http://svn.edgewall.org/repos/babel/trunk
........
r467 | palgarvio | 2009-01-10 23:42:01 +0100 (za, 10 jan 2009) | 2 lines
Fuzzy matching regarding plurals should *NOT* be checked against `len(message.id)` because this is always 2, instead, it's should be checked against `catalog.num_plurals`.
........
author | jruigrok |
---|---|
date | Tue, 06 Apr 2010 09:05:06 +0000 |
parents | c6babc3bbc10 |
children | 2819078c55c4 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ * Fixed the case where messages containing square brackets would break with an unpack error. + * Backport of r467: Fuzzy matching regarding plurals should *NOT* be checked + against len(message.id) because this is always 2, instead, it's should be + checked against catalog.num_plurals (ticket #212). Version 0.9.4