- 🇺🇸United States markie Albuquerque, NM
Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.
To get translation working, I had to change the following code on line 129 from:
$extension .= l(t('@more_text', array('@more_text' => $settings['more_text'])), $uri['path'], array('html' => TRUE, 'attributes' => array('class' => array('more-link'))));
to:
$extension .= l(t('@more_text', array('@more_text' => t($settings['more_text']))), $uri['path'], array('html' => TRUE, 'attributes' => array('class' => array('more-link'))));
Closed: outdated
1.5
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is EOL. If this applies to 2.x please reopen and update to that branch.