Hello fellas,
I'm trying to set a multilingual site using django-modeltranslation. I set
up the default options of Mezzanine (createdb --noinput) and then I created
an app with a custom model, made the translations.py and resgistered the
model the admin.
In my settings.py I have
USE_MODELTRANSLATION = True
LANGUAGE_CODE = "en"
# Supported languages
LANGUAGES = (
('en', _('English')),
('es', _('Spanish')),
('fr', _('French')),
)
MODELTRANSLATION_DEFAULT_LANGUAGE = "en"
USE_I18N = True
I synced the DB and i got this:
<https://lh3.googleusercontent.com/-OFso1iQYPlY/ViUUf_LzfAI/AAAAAAAAAvk/1uqayuMoNFA/s1600/no_lang_tab.png>
It shows the original field and 3 more (instead of 2). And I want it to
look like the default (with the tabs), like this:
<https://lh3.googleusercontent.com/-G7oJNC3yJyU/ViUUvRI-_hI/AAAAAAAAAvs/lyoPYnNCzoQ/s1600/lang_tab.png>
How do I make this happen?
Thanks in advance,
Melvin
--
You received this message because you are subscribed to the Google Groups
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.