Mercurial > babel > mirror
log
age | author | description |
---|---|---|
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 |