mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-29 09:24:43 +00:00
Added missing DEFAULT_LANGUAGE setting.
This commit is contained in:
parent
4fe3f6d837
commit
1aa515e739
1 changed files with 1 additions and 0 deletions
|
|
@ -34,5 +34,6 @@ SITE_ID = 1
|
|||
|
||||
LANGUAGES = (('de', 'Deutsch'),
|
||||
('en', 'English'))
|
||||
DEFAULT_LANGUAGE = 'de'
|
||||
|
||||
MODELTRANSLATION_TRANSLATION_REGISTRY = 'modeltranslation.tests'
|
||||
|
|
|
|||
Loading…
Reference in a new issue