feincms / feincms-elephantblog

A blog for FeinCMS
feinheit.ch/labs/
BSD 3-Clause "New" or "Revised" License
42 stars 38 forks source link

How to actually enable entries translations? #12

Closed memee closed 12 years ago

memee commented 12 years ago

How to enable entries translations? I can only see that categories names could be translated. I'm using elephantblog as application content.

sbaechler commented 12 years ago

You have to register the 'translations' extension. Similar to FeinCMS.

Entry.register_extensions('datepublisher', 'translations')

sbaechler commented 12 years ago

I updated the docs with an example. Should have been there since the beginning.