From ff3a384aae20206164d59cba0b76f680ef8bcc0d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Apr 2010 14:09:00 +0000 Subject: i8n -> i18n --- docs/narr/i18n.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst index a44c39d6a..2fb19c283 100644 --- a/docs/narr/i18n.rst +++ b/docs/narr/i18n.rst @@ -56,10 +56,10 @@ This creates a Unicode-like object that is a TranslationString. .. note:: - For people more familiar with :term:`Zope` i8n, a TranslationString + For people more familiar with :term:`Zope` i18n, a TranslationString is a lot like a ``zope.i18nmessageid.Message`` object. It is not a subclass, however. For people more familiar with :term:`Pylons` or - :term:`Django` i8n, using a TranslationString is a lot like using + :term:`Django` i18n, using a TranslationString is a lot like using "lazy" versions of related gettext APIs. The first argument to :class:`repoze.bfg.i18n.TranslationString` is -- cgit v1.2.3