Mercurial > babel > mirror
comparison ChangeLog @ 395:a0457635279d trunk
The `format_timedelta` function now returns, for example, ?1 day? instead of ?0 days? if the granularity is `day` and the delta is less than a day but greater than zero.
author | cmlenz |
---|---|
date | Tue, 15 Jul 2008 16:02:17 +0000 |
parents | 7d070c3dc714 |
children | 0058b7f41d9a |
comparison
equal
deleted
inserted
replaced
394:0ca28858045e | 395:a0457635279d |
---|---|
1 Version 1.0 | |
2 http://svn.edgewall.org/repos/babel/tags/1.0.0/ | |
3 (???, from branches/stable/1.0.x) | |
4 | |
5 * Added support for the locale plural rules defined by the CLDR. | |
6 * Added `format_timedelta` function to support localized formatting of | |
7 relative times with strings such as "2 days" or "1 month" (ticket #126). | |
8 | |
9 | |
1 Version 0.9.3 | 10 Version 0.9.3 |
2 http://svn.edgewall.org/repos/babel/tags/0.9.3/ | 11 http://svn.edgewall.org/repos/babel/tags/0.9.3/ |
3 (Jul 9 2008, from branches/stable/0.9.x) | 12 (Jul 9 2008, from branches/stable/0.9.x) |
4 | 13 |
5 * Fixed invalid message extraction methods causing an UnboundLocalError. | 14 * Fixed invalid message extraction methods causing an UnboundLocalError. |