Add support for multisite setup
This commit is contained in:
parent
403036600c
commit
aef9313bb8
8 changed files with 243 additions and 6 deletions
|
|
@ -46,6 +46,13 @@ HELPER_SETTINGS = {
|
|||
'public': True,
|
||||
},
|
||||
],
|
||||
2: [
|
||||
{
|
||||
'code': 'en',
|
||||
'name': gettext('English'),
|
||||
'public': True,
|
||||
},
|
||||
],
|
||||
'default': {
|
||||
'hide_untranslated': False,
|
||||
},
|
||||
|
|
@ -56,6 +63,9 @@ HELPER_SETTINGS = {
|
|||
{'code': 'it'},
|
||||
{'code': 'fr'},
|
||||
),
|
||||
2: (
|
||||
{'code': 'en'},
|
||||
),
|
||||
'default': {
|
||||
'fallback': 'en',
|
||||
'hide_untranslated': False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue