#2363: Formencode i18n not work with turbogears
------------------------------+---------------------------------------------
Reporter: victorlin | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: TurboGears | Version: 2.0b7
Severity: normal | Resolution:
Keywords: i18n, formencode |
------------------------------+---------------------------------------------
Comment (by victorlin):
Work around for this problem
Modify config/middleware.py
{{{
def make_app(global_conf, full_stack=True, **app_conf):
import tg.controllers
import pylons.decorators
tg.controllers.pylons_formencode_gettext = \
pylons.decorators.pylons_formencode_gettext
}}}
....
--
Ticket URL: <http://trac.turbogears.org/ticket/2363#comment:1>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---