Mercurial > babel > old > mirror
log
age | author | description |
---|---|---|
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. |
Tue, 10 Jun 2008 10:32:33 +0000 | cmlenz | Add test file needed for [368]. |
Fri, 06 Jun 2008 22:06:33 +0000 | cmlenz | Fix message catalog compilation for locales with more than two plural forms. Closes #95. Many thanks to Victor Safronovich for the patch. |
Fri, 06 Jun 2008 21:51:48 +0000 | cmlenz | Fix for #97, compilation of message catalogs for locales with more than two plural forms where the translations were empty was failing. |