- π¬π§United Kingdom Eli-T Manchester
7.x branch is no longer supported so closing as won't fix.
In the function getWidget() of the item_types.inc file, this assignment results in a string that can not be translated:
'#title' => $item['options']['label']
This change solved the issue for me:
'#title' => t($item['options']['label'])
If it should help, I can produce a patch.
Closed: won't fix
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
7.x branch is no longer supported so closing as won't fix.