Mercurial > babel > mirror
log
age | author | description |
---|---|---|
Mon, 20 Aug 2012 20:27:35 +0000 | fschwarz | "update" command now supports "--width" option (#284) trunk |
Mon, 20 Aug 2012 20:24:54 +0000 | fschwarz | raise exception if setuptools integration for init catalog uses both 'width' and 'no-wrap' parameter trunk |
Mon, 20 Aug 2012 20:07:27 +0000 | fschwarz | "init" command support "--width" option (#284) trunk |
Mon, 20 Aug 2012 19:34:42 +0000 | fschwarz | change constructor for babel.support.Translations to __init__(fp=None, domain=None) as its super class gettext.GNUTranslations uses "fp" as well (even if "fileobj" is a better name) trunk |
Mon, 20 Aug 2012 19:31:09 +0000 | fschwarz | fix tests on Python 2.4, named tuples are not available there trunk |
Mon, 20 Aug 2012 19:24:03 +0000 | fschwarz | ".load()" (babel.support.Translations) now returns Babel's NullTranslation (babel.support.NullTranslation) instead of gettext.NullTranslations trunk |