Ticket #809 (closed defect: invalid)

Opened 2 years ago

Last modified 1 month ago

kid translate() function does not preserve lang context

Reported by: anonymous Assigned to: anonymous
Priority: normal Milestone:
Component: Kid Version: 0.9a5
Severity: normal Keywords:
Cc:

Description (Last modified by jorge.vargas)

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>

Change History

05/01/06 02:31:51 changed by anonymous

<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>

09/23/06 20:21:38 changed by jorge.vargas

  • component changed from TurboGears to Kid.
  • description changed.
  • milestone changed from 1.0b1 to 1.0b2.

01/11/07 14:52:47 changed by alberto

  • milestone changed from 1.0b2 to 1.1.

01/31/07 16:19:42 changed by jorge.vargas

I don't undestand this please explain

01/31/07 16:19:48 changed by jorge.vargas

  • milestone deleted.

08/28/08 15:40:46 changed by Chris Arndt

  • status changed from new to closed.
  • resolution set to invalid.

This ticket has not received any feedback for more than a year. Closing it as invalid.

If this is still an issue and you can provide more information, please re-open.