add german translation
- add django.po for apps and templates - add locale directory to LOCALE_PATHS setting
This commit is contained in:
parent
2bc278ae92
commit
9fa1944c31
8 changed files with 301 additions and 53 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue