diff options
author | Michael Howitz <mh@gocept.com> | 2015-11-05 08:56:13 +0100 |
---|---|---|
committer | Michael Howitz <mh@gocept.com> | 2015-11-05 08:56:13 +0100 |
commit | 3f6d53dabf6b377e5a8e9ec8e037d3668c8c2901 (patch) | |
tree | f9beaf51d65a0b535c21f4daf8ac83139ca76a01 /setup.py | |
parent | c97f56dced81f5b003eb38f848eb922d619af604 (diff) | |
download | zope-i18n-3f6d53dabf6b377e5a8e9ec8e037d3668c8c2901.tar.gz |
Make interpolate working recursively:
If the mapping has a value which is a zope.i18nmessageid.Message itself, it
gets interpolated, too.
Version 3.5.0 introduced this behaviour for translations, porting it to
interpolation here.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ def alltests(): setup( name='zope.i18n', - version='4.0.2.dev0', + version='4.1.0.dev0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Internationalization Support', |