Mercurial > babel > old > mirror
log
age | author | description |
---|---|---|
Fri, 08 May 2009 08:05:03 +0000 | dfraser | add `--project` and `--version` options for commandline (fixes #173) |
Tue, 17 Mar 2009 22:26:03 +0000 | cmlenz | Fix for msgctxt parsing in PO files. Thanks to Asheesh Laroia for the patch. Closes #159. |
Mon, 16 Mar 2009 17:49:48 +0000 | jruigrok | Fix Catalog._set_mime_headers' handing of negative offsets. |
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. |