comparison 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
comparison
equal deleted inserted replaced
448:c6babc3bbc10 452:c7dcb9cd140b
2 http://svn.edgewall.org/repos/babel/tags/0.9.5/ 2 http://svn.edgewall.org/repos/babel/tags/0.9.5/
3 (? ? 2010, from branches/stable/0.9.x) 3 (? ? 2010, from branches/stable/0.9.x)
4 4
5 * Fixed the case where messages containing square brackets would break with 5 * Fixed the case where messages containing square brackets would break with
6 an unpack error. 6 an unpack error.
7 * Backport of r467: Fuzzy matching regarding plurals should *NOT* be checked
8 against len(message.id) because this is always 2, instead, it's should be
9 checked against catalog.num_plurals (ticket #212).
7 10
8 11
9 Version 0.9.4 12 Version 0.9.4
10 http://svn.edgewall.org/repos/babel/tags/0.9.4/ 13 http://svn.edgewall.org/repos/babel/tags/0.9.4/
11 (Aug 25 2008, from branches/stable/0.9.x) 14 (Aug 25 2008, from branches/stable/0.9.x)
Copyright (C) 2012-2017 Edgewall Software