Off topic: The last commit of chinese translation of admin app somehow
missed the
word "shell". No wonder I can't find the [shell] feature in chinese
UI. It happened before and it will probably happen in the future. So,
instead of just patching the missing translation, I suggest Massimo to
adjust the translation mechanism a little bit (pseudo code below):
    if the_original_string not in current_language:
        translated_msg = the_original_string
    else:
        translated_msg = current_language.get(the_original_string)


On Jun7, 5:02am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> There is a button [shell] from the admin/edit page for each app.
>
> On Jun 6, 3:15 pm, Tomas Pelka <tompe...@gmail.com> wrote:
>
>
>
> > Hi all,
> > if I'm correct web2py had a web (java script) python console. I can't
> > find it now, is it still included?
>
> > Thanks
>
> > --
> > Tomas Pelka

Reply via email to