Sat, 22 Aug 2009 12:09:29 +0000 |
jruigrok |
Revert part of the commits with relation to the de locale's use of \xa0 as
trunk
|
Sat, 22 Aug 2009 12:03:44 +0000 |
jruigrok |
Fix the import script to skip alt or draft items in the numbers/symbols
trunk
|
Fri, 21 Aug 2009 12:51:17 +0000 |
jruigrok |
Add extra doctest for formatting a number in de_DE since it uses a
trunk
|
Fri, 21 Aug 2009 12:26:00 +0000 |
jruigrok |
Adjust tests to match the data in CLDR: German doesn't use a . as thousands
trunk
|
Fri, 21 Aug 2009 12:11:39 +0000 |
jruigrok |
Mark up two docstrings as raw (r""") in order to get the escaped characters
trunk
|
Wed, 19 Aug 2009 12:15:13 +0000 |
jruigrok |
Add a __ne__ method for the Locale class.
trunk
|
Wed, 29 Jul 2009 10:05:01 +0000 |
jruigrok |
Make sure to note CLDR 1.7 in installation details.
trunk
|
Wed, 29 Jul 2009 10:00:32 +0000 |
jruigrok |
First changes to accomodate CLDR 1.7's changes.
trunk
|
Fri, 08 May 2009 08:05:03 +0000 |
dfraser |
add `--project` and `--version` options for commandline (fixes #173)
trunk
|
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.
trunk
|
Mon, 16 Mar 2009 17:49:48 +0000 |
jruigrok |
Fix Catalog._set_mime_headers' handing of negative offsets.
trunk
|
Thu, 12 Mar 2009 15:58:33 +0000 |
palgarvio |
Typo.
trunk
|
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`.
trunk
|
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.
trunk
|