Mercurial > babel > old > mirror
log
age | author | description |
---|---|---|
Tue, 08 Jul 2008 20:50:07 +0000 | cmlenz | Use item access to catalog messages in tests, so that they can be easily ported back to the 0.9.x branch. |
Mon, 07 Jul 2008 20:55:15 +0000 | cmlenz | Fix conversion of timestamp to `datetime` in `format_datetime()` |
Mon, 07 Jul 2008 14:49:16 +0000 | cmlenz | Implement support for aliases in the CLDR data. Closes #68. Also, update to CLDR 1.6, and a much improved `dump_data` script. |
Tue, 01 Jul 2008 09:17:34 +0000 | aronacher | Added changelog entry for new `get_plural` function. |
Tue, 01 Jul 2008 09:16:30 +0000 | aronacher | Added babel.messages.plurals.get_plural which returns a special tuple with the plural information. |
Mon, 30 Jun 2008 16:37:29 +0000 | palgarvio | Remove some unused imports. |
Mon, 30 Jun 2008 16:35:50 +0000 | palgarvio | Include fix of [407] in `pybabel`. |
Mon, 30 Jun 2008 12:23:28 +0000 | palgarvio | We no longer neglect `catalog.plurals`. Added tests for it. Fixes #120. |