Message310

Author reinhard
Recipients
Date 2007-02-05.11:41:36
Content
Currently, there's no way of translating message texts (used in show_message
etc) used in trigger code.

Proposal:
Introduce a <message name="msg_foo" text="You entered %(bar)s, and that's
foo!"/> tag that can be used in translation gfd's. Change show_message in
trigger namespace to accept something like show_messagE(msg_foo,
bar=fld_bar.value, kind="Error")
History
Date User Action Args
2007-02-05 11:41:36reinhardlinkissue154 messages
2007-02-05 11:41:36reinhardcreate