<li>{{=T('Users can access the store')}} <a
href="{{=request.application}}">{{=T('here')}}</a></li>

you still need to go to admin and edit the translation in the language
requested by the browser.

Massimo

On Jun 3, 7:14 pm, suiato <homm...@gmail.com> wrote:
> This may be a newbie question, but will someone tell me what'd be the
> proper way of putting T() to the line below?
> <li>Users can access the store <a
> href="{{=request.application}}">here</a></li>
>
> It's in manage/setup.html of the eStore appliance.
>
> I've tried like
> <li>{{=T('Users can access the store <a href="/%(req)s">here</a>', dict
> (req=request.application))}}</li>
> but shown in browser is (when the translation is the same as the
> original)
> Users can access the store <a href="/estore">here</a>
>
> Thanks,
> Teru
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to