Mercurial > babel > old > babel-test
log
age | author | description |
---|---|---|
Thu, 12 Mar 2009 15:58:33 +0000 | palgarvio | Typo. |
Sat, 10 Jan 2009 22:42:01 +0000 | palgarvio | Fuzzy matching regarding plurals should *NOT* be checked against `len(message.id)` because this is always 2, instead, it's should be checked against `catalog.num_plurals`. |
Tue, 23 Dec 2008 01:12:59 +0000 | palgarvio | Use a more explicit error message if no option or argument(command) is passed to `pybabel`. Fixes #81. |
Tue, 23 Dec 2008 01:03:40 +0000 | palgarvio | Now, the `--width` option, although with a default value of 76, it's not set to any value initially so that the `--no-wrap` option can be passed without throwing an error. Fixes #145. |
Thu, 18 Dec 2008 01:36:14 +0000 | palgarvio | Final and complete fix for #148. |
Thu, 18 Dec 2008 00:19:47 +0000 | palgarvio | Include patch from Asheesh Laroia. Fixes #45. |