Hello, I've explained badly. The problem is in the core of the project (Auth) not in the welcome application, except share.js that has different consideration because is in static folder.
share.js has written the word 'Share' in it, but if you change it (e.g. for 'Comparte'), then the "composition" of its elements breaks, so it would needed at least hard CSS work. The actions exposed by Auth are not in the applications, but in 'gluon' folder. E.g. i've found "group_description='Group uniquely assigned to user %(id)s'," at tools.py, but it still appears in english if you force spanish and write this at languages/es.py: 'Group uniquely assigned to user %(id)s': 'Grupo asignado únicamene al usuario %(id)s', I'm quite sure this is a bug, but i've made a similar mistake recently and would feel more confortable if other could verify this before opening a ticket. Thank you. El viernes, 11 de octubre de 2013 19:07:14 UTC+2, Richard escribió: > > Just change your welcome and make the test!! It is easy you have done the > hard work so far... > > Don't forget to update language files after change the app and then add > your translation to the file and update the files. > > If you feel confident you fix that, you can pull request here : > https://github.com/web2py/web2py/tree/master/applications/welcome > > :) > > Richard > > > On Fri, Oct 11, 2013 at 1:00 PM, mcamel <mca...@gmail.com <javascript:>>wrote: > >> Hello, >> >> There are a couple of things not being translated at the Welcome >> application, even after added to the language file. I think the reason is >> lack of T() at the code. >> >> Observed at: >> - Share: div at bottom-right to social networks >> - User Id: at user/impersonate >> - Group uniquely assigned to user %(id)s: at user/groups >> - ACCESS DENIED: at user/not_authorized >> >> Could anyone confirm this is the reason?. >> >> Thanks. >> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> You received this message because you are subscribed to the Google Groups >> "web2py-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to web2py+un...@googlegroups.com <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.