summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2015-11-05 08:56:13 +0100
committerMichael Howitz <mh@gocept.com>2015-11-05 08:56:13 +0100
commit3f6d53dabf6b377e5a8e9ec8e037d3668c8c2901 (patch)
treef9beaf51d65a0b535c21f4daf8ac83139ca76a01 /setup.py
parentc97f56dced81f5b003eb38f848eb922d619af604 (diff)
downloadzope-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 80f34db..973c0da 100644
--- a/setup.py
+++ b/setup.py
@@ -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',