add german translation

- add django.po for apps and templates
- add locale directory to LOCALE_PATHS setting
This commit is contained in:
Jan Dittberner 2015-01-17 16:06:25 +01:00
parent 2bc278ae92
commit 9fa1944c31
8 changed files with 301 additions and 53 deletions

View file

@ -100,6 +100,11 @@ USE_TZ = True
########## END GENERAL CONFIGURATION
LOCALE_PATHS = (
normpath(join(SITE_ROOT, 'locale')),
)
########## MEDIA CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#media-root
MEDIA_ROOT = normpath(join(SITE_ROOT, 'media'))