#809: kid translate() function does not preserve lang context
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 1.0b2
Component: Kid | Version: 0.9a5
Severity: normal | Resolution:
Keywords: |
-----------------------+----------------------------------------------------
Changes (by jorge.vargas):
* milestone: 1.0b1 => 1.0b2
* component: TurboGears => Kid
Old description:
> In the folling Kid excerpt, text "Expert2" is translated with lang==fi
> while it should have been resetted to default (None in this case).
>
> {{{
> <div lang="">
> <span>Expert1</span>
> <p lang="en">Make your choice</p>
> <p lang="fi">Select at least <em>two</em> items.</p>
> <span>Expert2</span>
> </div>
New description:
In the folling Kid excerpt, text "Expert2" is translated with lang==fi
while it should have been resetted to default (None in this case).
{{{
<div lang="">
<span>Expert1</span>
<p lang="en">Make your choice</p>
<p lang="fi">Select at least <em>two</em> items.</p>
<span>Expert2</span>
</div>
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/809>
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.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---