diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-25 18:13:44 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-25 18:13:44 -0400 |
| commit | c03dbcca24aeedfb688bf49b7ccfeef20f6f8298 (patch) | |
| tree | 3fe9a9d9ab83871f2562841b65fcfd3477ee90a0 /docs/zcml/translationdir.rst | |
| parent | 9c3b2760688aca748f81529d0b055f799959ab4b (diff) | |
| download | pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.tar.gz pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.tar.bz2 pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.zip | |
convert zcml docs to Pyramid
Diffstat (limited to 'docs/zcml/translationdir.rst')
| -rw-r--r-- | docs/zcml/translationdir.rst | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
