comparison ChangeLog @ 397:ff9a6a37eb72

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 b1f02a180e91
children c37bc86b4e3a
comparison
equal deleted inserted replaced
396:45a5b2266001 397:ff9a6a37eb72
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.
Copyright (C) 2012-2017 Edgewall Software