From c03dbcca24aeedfb688bf49b7ccfeef20f6f8298 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 25 Oct 2010 18:13:44 -0400 Subject: convert zcml docs to Pyramid --- docs/zcml/translationdir.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/zcml/translationdir.rst') diff --git a/docs/zcml/translationdir.rst b/docs/zcml/translationdir.rst index 5c69cb737..56c0977db 100644 --- a/docs/zcml/translationdir.rst +++ b/docs/zcml/translationdir.rst @@ -6,8 +6,6 @@ Add a :term:`gettext` :term:`translation directory` to the current configuration for use in localization of text. -.. note: This ZCML directive is new as of :mod:`repoze.bfg` version 1.3. - Attributes ~~~~~~~~~~ @@ -57,7 +55,7 @@ Example 3 Alternatives ~~~~~~~~~~~~ -Use :meth:`repoze.bfg.configuration.Configurator.add_translation_dirs` +Use :meth:`pyramid.configuration.Configurator.add_translation_dirs` method instance during initial application setup. See Also -- cgit v1.2.3