Fri, 21 Aug 2009 12:11:39 +0000 |
jruigrok |
Mark up two docstrings as raw (r""") in order to get the escaped characters
|
Wed, 19 Aug 2009 12:15:13 +0000 |
jruigrok |
Add a __ne__ method for the Locale class.
|
Wed, 29 Jul 2009 10:05:01 +0000 |
jruigrok |
Make sure to note CLDR 1.7 in installation details.
|
Wed, 29 Jul 2009 10:00:32 +0000 |
jruigrok |
First changes to accomodate CLDR 1.7's changes.
|
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.
|
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.
|
Thu, 18 Dec 2008 00:14:40 +0000 |
palgarvio |
Add support for `msgctxt`. See #54.
|