Issue154

Title <message> tag to separate message texts from trigger code
Priority wish Status unread
Superseder Nosy List reinhard
Assigned To Topics gnue-forms

Created on 2007-02-05.11:41:36 by reinhard, last changed 2007-02-05.11:41:36 by reinhard.

Messages
msg310 (view) Author: reinhard Date: 2007-02-05.11:41:36
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:36reinhardcreate