Ticket #1941 (closed defect: fixed)
[PATCH] google_translate in admi18n broken (textarea name changed)
| Reported by: | jbinney | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.x bugfix |
| Component: | Toolbox.admi18n | Version: | 1.0.5 |
| Severity: | critical | Keywords: | google_translate |
| Cc: |
Description
The TurboGears Toolbox includes a nifty translation automation tool that relies on making HTTP requests to Google's free translation service. Recently, Google changed the response page so that the textarea containing the translation is named "utrans" instead of "q". As a result, the google_translate function in <turbogears>/i18n/utils.py is broken and needs to be updated. I've attached a patch that solves this problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
