added test
This commit is contained in:
parent
65e3cdeb94
commit
b19e33b8da
7 changed files with 86 additions and 27 deletions
|
|
@ -175,13 +175,8 @@ USE_L10N = True
|
|||
USE_TZ = True
|
||||
|
||||
LANGUAGES = (
|
||||
<<<<<<< HEAD:dynamicweb/settings-test/__init__.py
|
||||
('en-us', _('English')),
|
||||
('de', _('Deutsch')),
|
||||
=======
|
||||
('en-us', _('US English')),
|
||||
('de', _('German')),
|
||||
>>>>>>> remotes/origin/feature/digital.glarus.german:dynamicweb/settings.py
|
||||
)
|
||||
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue