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?

Reply via email to