Hello,

I'd like to have a decision running that has a german and a english page.
If I use the translate function and create a english node for it both got different voting results as if they were 2 votings.

Since I like to have one decision that can be acessed from both Sites (de/en) I`d like to only translate the strings I entered while creating my decision (or is there another way?). So I set the page to multilangual and tried translating but it did not work.

How can I do a de/en vote where both share one list of votes?

Comments

anarcat’s picture

Category: support » feature

Right now this is not possible: i18n assumes you have multiple nodes for the same (translated) content. Decisions, on the other hand, assumes that votes are associated to a single node. This is a significant discrepancy that is going to require major refactoring to be compatible. Things like #92145: 2.0 - allow decisions to be attached to other node types would help, but are not sufficient.