Mercurial > babel > mirror
comparison ChangeLog @ 220:97b4b289e792 trunk
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 | 670f46f60f89 |
children | 88caccd5da79 |
comparison
equal
deleted
inserted
replaced
219:670f46f60f89 | 220:97b4b289e792 |
---|---|
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) |