[Zope3-checkins]
SVN: Zope3/trunk/src/zope/i18n/interfaces/__init__.py
remove note that's no longer relevent.
Chris Withers
chris at simplistix.co.uk
Fri Jul 7 06:47:38 EDT 2006
Log message for revision 69020:
remove note that's no longer relevent.
Changed:
U Zope3/trunk/src/zope/i18n/interfaces/__init__.py
-=-
Modified: Zope3/trunk/src/zope/i18n/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/i18n/interfaces/__init__.py 2006-07-07 03:13:23 UTC (rev 69019)
+++ Zope3/trunk/src/zope/i18n/interfaces/__init__.py 2006-07-07 10:47:37 UTC (rev 69020)
@@ -144,11 +144,6 @@
The method also looks for a possible language to translate to.
After a translation it also replaces any $name variable variables
inside the post-translation string.
-
- Note: The TranslationDomain interface does not support simplified
- translation methods, since it is totally hidden by ZPT and in
- Python you should use a Domain object, since it supports all
- the simplifications.
"""
class IFallbackTranslationDomainFactory(Interface):
More information about the Zope3-Checkins
mailing list