mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 08:46:31 +01:00
LOCALE: Added Swedish translation.
This commit is contained in:
parent
6481cee1ea
commit
ce00d7c920
4 changed files with 818 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue