Hi all
Any ideas what went wrong here (see screenshot)?
We updated from 3.1.4 to 3.3.0.
The language settings looks like this :
LANGUAGE_CODE = 'de'
LANGUAGES = (
('de', gettext('German')),
)
TRANSMETA_LANGUAGES = LANGUAGES # TODO: used?
CMS_LANGUAGES = {
1: [
{
'code': 'de',
'name': gettext('Deutsch'),
'fallbacks': [ ],
'public': True,
'redirect_on_fallback':False,
},
],
'default': {
'fallbacks': ['de',],
'redirect_on_fallback':True,
}
}
This should be "german only" and no multiple redundant buttons, right?
Any hint is appreciated!
Cheers,
Philippe
--
Message URL:
https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id
Unsubscribe: send a message to
[email protected]
---
You received this message because you are subscribed to the Google Groups
"django CMS developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/django-cms-developers/4412f24d-3af6-408a-9adb-03b070d1beb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.