Mercurial > babel > old > mirror
log ChangeLog @ 411:86b8fe7b83dc
age | author | description |
---|---|---|
Mon, 25 Aug 2008 11:32:56 +0000 | cmlenz | Fix type in ChangeLog. |
Mon, 25 Aug 2008 11:24:28 +0000 | cmlenz | Add message domain support to the `Translations` class. Closes #137. |
Mon, 25 Aug 2008 10:06:40 +0000 | cmlenz | Added [444] and [445] to ChangeLog. |
Wed, 06 Aug 2008 10:20:49 +0000 | cmlenz | Strip locale modifiers when parsing (#136), and treat 'C' and 'POSIX' as aliases for 'en_US_POSIX'. |
Fri, 18 Jul 2008 13:09:21 +0000 | cmlenz | Fix for memory leak reported in #128. Thanks to Manlio Perillo for reporting the problem. |
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. |