Needs review
Project:
Translation Overview
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
4 Mar 2009 at 11:43 UTC
Updated:
3 Jun 2016 at 14:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
drewish commentedhumm. the code all looks good but i've got some issues with the comments, also i can't get the patch to apply for some reason.
couple of small things to fix:
Capitalize the F in for. The question might be better as a TODO...
I think we need to indicate the type of $interface_language, perhaps by saying "$interface_language Boolean indicating that"
The second line needs another space after the *.
Needs a period at the end of the sentence. Comments should wrap at 80 character long lines.
Comment #2
netsensei commentedWe needed this functionality for a project.
If you use Node References in nodes that can be translated, the entire interface needs to switch if you want to translate a node. Otherwise you might end up referring node A in language 1 from node B in language 2. Node reference will not play with i18n and trying to save the node will throw a "cannot save this node" error.
i.e. #186539: Node reference fields- This post can't be referenced
I've rerolled the patch against the dev version of translation_overview.
Comment #3
finex commentedThe same issue is valid on the D7 version: "switch interface" setting is not honoured by translation overview.
Comment #4
miro_dietikerneeds review again then.
Comment #5
jmones commentedAs #3 I have the same issue on D7. Patch on #2 doesn't apply on D7 code. Target code has changed.
Thank you for your work.
Comment #6
ali_b commentedsame issue in 7. could someone fix it?
Comment #7
james.williamsIssue #1698840: Wrong links on node translations overview page is also covering the same problem, though without offering it as an toggleable option.