From 8a313846de72dd25a79b9cd88dd29e42f03b621b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 7 Jul 2010 21:24:34 +0000 Subject: it does do i18n now --- docs/designdefense.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/designdefense.rst b/docs/designdefense.rst index 3cf0d8986..8b6291b25 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -748,10 +748,9 @@ BFG Provides Too Few "Rails" By design, :mod:`repoze.bfg` is not a particularly "opinionated" web framework. It has a relatively parsimonious feature set. It contains no built in ORM nor any particular database bindings. It contains no -form generation framework or sessioning library. It does not help -with internationalization of content. It has no administrative web -user interface. It has no built in text indexing. It does not -dictate how you arrange your code. +form generation framework. It does not contain a sessioning library. +It has no administrative web user interface. It has no built in text +indexing. It does not dictate how you arrange your code. Such opinionated functionality exists in applications and frameworks built *on top* of :mod:`repoze.bfg`. It's intended that higher-level -- cgit v1.2.3