On 5 June, 16:29, Bill <[email protected]> wrote: > self.messages.logged_in = T("Logged in")
In recent versions of Web2Py, you no longer need to call T explicitly for messages. They are automatically Internationalised via the new Messages() type :) F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

