LOCALE: Added Swedish translation.

This commit is contained in:
Griatch 2011-11-03 22:55:12 +01:00
parent 6481cee1ea
commit ce00d7c920
4 changed files with 818 additions and 12 deletions

View file

@ -343,7 +343,9 @@ SESSION_COOKIE_NAME = 'sessionid'
SESSION_EXPIRE_AT_BROWSER_CLOSE = False
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = True
USE_I18N = False
# Where to find locales (no need to change this, most likely)
LOCALE_PATHS = ["../locale/"]
# This should be turned off unless you want to do tests with Django's
# development webserver (normally Evennia runs its own server)
SERVE_MEDIA = False