collective / collective.alias

3 stars 5 forks source link

Alias content type in multilingual sites #6

Open opeeters opened 10 years ago

opeeters commented 10 years ago

Activating "Multilingual Support" in {site-root}/dexterity-types/collective.alias/@@behaviors has no effect. Is it not possible to make the alias content type language aware (for plone.multilingual)? I see in https://github.com/collective/collective.alias/blob/master/docs/HISTORY.txt that plone.multilingual.interfaces.ITranslatable was removed in version 1.3. Why? Cheers, Olav

saily commented 10 years ago

plone.app.multilingual >= 2.0 contains plone.multilingual and plone.multilingualbehavior. plone.multilingual is no longer under development and therefore we should change the import to plone.app.multilingual.interfaces.ITranslatable.

Which version of plone.app.multilingual are you using?

opeeters commented 10 years ago

I'm still using plone.app.multilingual 1.2.1 at the moment. plone.app.multilingual >= 2.0 is still (only) an alpha release..

saily commented 10 years ago

@jaroel, can you explain us why you removed the ITranslateable interface?

jaroel commented 10 years ago

I don't recall. I think stuff broke trying to translate.

Although I think only the source is to be translated, not the alias? If you think differently about this, can you specify the correct behaviour and supply a test for this? Cheers!