Closed (fixed)
Project:
Internationalization
Version:
7.x-1.1
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2011 at 13:11 UTC
Updated:
9 Nov 2011 at 14:14 UTC
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
Comment #1
laghalt commentedSeems that if you uncheck the Switch interface for translating option in node options under the multilingual setings it works.