Mercurial > babel > old > mirror
comparison ChangeLog @ 222:bd8b1301b27e
Added infrastructure for adding catalog checkers, and implement a checker that validations Python format parameters in translations, closing #19.
author | cmlenz |
---|---|
date | Mon, 16 Jul 2007 16:57:49 +0000 |
parents | 19eaa0f8fae5 |
children | 9d0a19b4518b |
comparison
equal
deleted
inserted
replaced
221:19eaa0f8fae5 | 222:bd8b1301b27e |
---|---|
9 * Support for significant digits in number formatting. | 9 * Support for significant digits in number formatting. |
10 * Apply proper "banker's rounding" in number formatting in a cross-platform | 10 * Apply proper "banker's rounding" in number formatting in a cross-platform |
11 manner. | 11 manner. |
12 * The number formatting functions now also work with numbers represented by | 12 * The number formatting functions now also work with numbers represented by |
13 Python `Decimal` objects (ticket #53). | 13 Python `Decimal` objects (ticket #53). |
14 * Added extensible infrastructure for validating translation catalogs. | |
14 | 15 |
15 | 16 |
16 Version 0.8.1 | 17 Version 0.8.1 |
17 http://svn.edgewall.org/repos/babel/tags/0.8.1/ | 18 http://svn.edgewall.org/repos/babel/tags/0.8.1/ |
18 (Jul 2 2007, from branches/stable/0.8.x) | 19 (Jul 2 2007, from branches/stable/0.8.x) |