Mercurial > babel > old > mirror
log
age | author | description |
---|---|---|
Tue, 15 Jul 2008 16:48:02 +0000 | cmlenz | Ported [436] to 0.9.x branch. stable |
Tue, 15 Jul 2008 16:34:18 +0000 | cmlenz | Fixed quarters in date formatting. |
Tue, 15 Jul 2008 16:02:17 +0000 | cmlenz | 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. |
Tue, 15 Jul 2008 12:53:52 +0000 | cmlenz | Doc improvements for the new `format_timedelta` function. |
Tue, 15 Jul 2008 10:22:33 +0000 | aronacher | alternative repr for plural rules |
Tue, 15 Jul 2008 10:13:55 +0000 | aronacher | Fixed not in plural rules |
Mon, 14 Jul 2008 22:18:39 +0000 | aronacher | Fixed a bug in plural.py that caused a traceback for some locales, changed the `__mod__` DateTimePattern to not raise exceptions but return NotImplemented. |
Mon, 14 Jul 2008 22:13:44 +0000 | cmlenz | Preliminary support for timedelta formatting (see #126), and import/expose the locale plural rules from the CLDR. |