Hi Thanks, that solved the problem. Still a beginner in web2py.
Br. Mr. Electronic On 17 Okt., 18:59, mdipierro <[email protected]> wrote: > did you try edit the layout and replace it with > > {{=auth.navbar(prefix=T("Welcome")}} > > On Oct 17, 11:55 am, "Mr. Electronic" <[email protected]> wrote: > > > Hi > > > I trying to create my first web2py web site with login and because the > > page will be in danish. I'm working with the languages files. The only > > thing I have not been able to translate at the moment is the Welcome > > in the navbar. The rest logout, login, profile, password, etc. > > translates without any problems at all but I can't translate the > > Welcome. > > > The word Welcome does not show up in the languages files, I have tried > > to add the line 'Welcome':'Velkommen' but that didn't solve the > > problem. > > > Is the Welcome missing a T('Welcome') in the auth module? > > > Br. > > Mr. Electronic > >

