From 51981a128c7ed05e51938a3f358c0970dcc33a6f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 21 Apr 2010 10:35:07 +0000 Subject: Moved i18n work to a branch and revert to pre-i18n-feature state via svn merge -r9054:9030 svn+ssh://repoze@svn.repoze.org/svn/repoze.bfg/trunk --- docs/api/i18n.rst | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 docs/api/i18n.rst (limited to 'docs/api') diff --git a/docs/api/i18n.rst b/docs/api/i18n.rst deleted file mode 100644 index a67350b64..000000000 --- a/docs/api/i18n.rst +++ /dev/null @@ -1,23 +0,0 @@ -.. _i18n_module: - -:mod:`repoze.bfg.i18n` ----------------------- - -.. automodule:: repoze.bfg.i18n - - .. autoclass:: TranslationString - - .. autoclass:: TranslationStringFactory - - .. autoinstance:: bfg_tstr - - .. autofunction:: get_translator(request) - - .. autofunction:: interpolate - - .. autoclass:: InterpolationOnlyTranslator - -See :ref:`i18n_chapter` for more information about using -:mod:`repoze.bfg` internationalization services within an application. - - -- cgit v1.2.3