[Zope3-checkins] CVS: Zope3/src/zope/i18n - interfaces.py:1.5
Barry Warsaw
barry@wooz.org
Tue, 25 Mar 2003 09:27:05 -0500
Update of /cvs-repository/Zope3/src/zope/i18n
In directory cvs.zope.org:/tmp/cvs-serv18838/src/zope/i18n
Modified Files:
interfaces.py
Log Message:
refold a docstring
=== Zope3/src/zope/i18n/interfaces.py 1.4 => 1.5 ===
--- Zope3/src/zope/i18n/interfaces.py:1.4 Thu Mar 13 13:49:13 2003
+++ Zope3/src/zope/i18n/interfaces.py Tue Mar 25 09:27:04 2003
@@ -647,12 +647,12 @@
"""This class contains all important information about the locale.
Usually a Locale is identified using a specific language, country and
- variant. However, the country and variant are optional, so that a lookup
- hierarchy develops. It is easy to recognize that a locale that is missing
- the variant is more general applicable than the one with the
- variant. Therefore, if a specific Locale does not contain the required
- information, it should look one level higher.
- There will be a root locale that specifies none of the above identifiers.
+ variant. However, the country and variant are optional, so that a lookup
+ hierarchy develops. It is easy to recognize that a locale that is missing
+ the variant is more general applicable than the one with the variant.
+ Therefore, if a specific Locale does not contain the required information,
+ it should look one level higher. There will be a root locale that
+ specifies none of the above identifiers.
"""
def getLocaleLanguageId():