Mercurial > babel > old > babel-test
log
age | author | description |
---|---|---|
Thu, 12 Jun 2008 16:26:52 +0000 | aronacher | Added !JavaScript extractor |
Thu, 12 Jun 2008 16:24:25 +0000 | aronacher | Stripping of comment tags is optional now. If enabled it will strip the tags from all lines of a comment now. |
Wed, 11 Jun 2008 22:12:09 +0000 | cmlenz | Fix iterkeys/iteritems/itervalues/pop/popitem methods on the `odict` utility class. Thanks to Armin Ronacher for the patch. |
Wed, 11 Jun 2008 20:00:21 +0000 | cmlenz | Fix handling of default value of `locales` parameter of the `Translations.load()` method. Thanks to Armin Ronacher for reporting the problem. |
Wed, 11 Jun 2008 18:56:27 +0000 | cmlenz | More preparation for msgctxt support (#54). |
Tue, 10 Jun 2008 17:05:52 +0000 | cmlenz | Add basic MO file reading in preparation for #54. |
Tue, 10 Jun 2008 16:57:15 +0000 | cmlenz | Change Catalog class to retain the plural forms set in the MIME headers. |