digitalglarus: changing lang menu content.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
6b8a33c28f
commit
fd3dd6ba46
4 changed files with 21 additions and 6 deletions
|
|
@ -186,8 +186,8 @@ USE_L10N = True
|
|||
USE_TZ = True
|
||||
|
||||
LANGUAGES = (
|
||||
('en-us', _('US English')),
|
||||
('de', _('German')),
|
||||
('en-us', _('English')),
|
||||
('de', _('Deutsch')),
|
||||
)
|
||||
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue