django - Mezzanine web content language translations -
i have been looking documentation , information how translate web site content?
we've been using django cms long time , gives 2 tabs in admin, i.e : english, francais , can toggle between 2 write content in specific language.
in mezzanine, have languages tuple set en,fr use_i18n = true don't see how content editors able create bilingual pages. advice?
mezzanine doesn't support multiple languages default django-cms does. need use 3th party app can translate models code can't touch django-modeltranslation.
there open issue mezzanine multilanguage support https://github.com/stephenmcd/mezzanine/issues/106
i created 2 multilingual sites custom app https://github.com/vstoykov/django-magic-translation
Comments
Post a Comment