Hi,
I followed these instructions here:
To translate to portuguese. Yes, there are pt language at locale folder.
../evennia/evennia/locale/pt/LC_MESSAGES
I have added these lines at the end of file ../mygame/server/conf/settings.py
USE_I18N = True
LANGUAGE_CODE = 'pt'
Server was restarted, but no way.
Then i have noticed that in folder:
../evennia/evennia/locale/pt/LC_MESSAGES
There are only one django.po file and no django.mo file.
I have created .mo file with this command:
msgfmt -o django.mo django.po
Then server was restarted again... But still in english.
Any help?
Thank you,
Nerun.