The problem described above, seems to have something to do with the
language file being ignored. I a function I have the following string
constants marked by T
response.functionname=T('Club locator by place')
response.flash=T('Form has errors')
response.flash=T('Please fill the form')
The en-nl.py reads like:
'Club locator by place':'*** Club locator op plaats',
'Form has errors':'*** Formulier bevat fouten',
'Please fill the form':'*** Vul alstublieft het formulier in',
When I expose the function the strings constants aren't translated.
What's missing?
Annet
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---