When trying to add a translation to an existing node:

node/8/translate

you get a list of translations.

The links to add translations cointains the language prefix - so they dont work:

http://mysite.com/en/node/add/page?translation=8&target=en
http://mysite.com/de/node/add/page?translation=8&target=de

that should be
http://mysite.com/node/add/page?translation=8&target=en
http://mysite.com/node/add/page?translation=8&target=de

(which works by the way).

Comments

laghalt’s picture

Title: "Add translation" path inkluding languge-prefix » Multilingual settings
Status: Active » Closed (fixed)

Seems that if you uncheck the Switch interface for translating option in node options under the multilingual setings it works.