Both. First of all I was editing es-es.py file using an editor. But I read in this group a recomendation using web admin app. But I still have the same problem: If I edit the es-es.py file, it gets reseted when another user logs in.
On 21 Set, 12:51, Kenneth Lundström <[email protected]> wrote: > Have you tried to update your language from the admin application? Or > how are you updating the language file? > > Kenneth > > > > > > > > > Hello, > > I've tried to edit my language files but my changes are all the time > > overwritten when user logs off. > > For example, on my menu.py I have: > > (T('Adm Area'),False,URL('appadmin','index'),[])] > > > and in my es-es.py language file: > > 'Adm Area': ' rea administrativa', > > > The problem is, when the user log of, all my es-es.py file get > > reseted. And when the user log in again, the > > es-es.py file shows: > > 'Adm Area':'Adm Area', > > > Can anyone explainme why, plz?

