Looking at gluon/tools.py (around line 600:)  I see all the messages,
labels, and strings that can be customized.

For a start, you could copy this entire list into your db.py (or
wherever you enable auth), and at a minimum reset each such as this:

auth.messages.submit_button = T('Submit')

I seem to remember something about this not being done in gluon
because T() is not necessarily known there...

Hope that helps.

- Yarko


On Apr 1, 10:08 am, GhostRider <[email protected]> wrote:
> I have an application in finnish and swedish and everything is
> translated into the fi.py and se.py files. Only thing that I can´t
> find how to translate is the Change password page.
>
> Ideas?
>
> Kenneth

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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.

Reply via email to