Ticket #568 (closed defect: invalid)

Opened 21 months ago

Last modified 20 months ago

TTranslate If using Key-property - Control don't save Text

Reported by: rojaro Owned by: xue
Priority: urgent Milestone: 3.0.7
Component: Prado Framework v3 Version: 3.0
Severity: major Keywords: ttranslate key
Cc:

Description

Example: Code:

<com:TTranslate Key="menuitem1" Catalogue="menu">foo</com:TTranslate>
<com:TTranslate Key="menuitem2" Catalogue="menu" Text="bar" />

Expected result: (IMO)

source: menuitem1 target: foo
source: menuitem2 target: bar

Actual result:

source: menuitem1 target: (empty)
source: menuitem2 target: (empty)

Change History

Changed 20 months ago by xue

  • milestone set to 3.0.7

Changed 20 months ago by wei

What is the "source:" ?

Changed 20 months ago by wei

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

The target is for the resulting translation, the source is either the Key if present otherwise the Text.

Note: See TracTickets for help on using tickets.