The title fields are untranslatable in /admin/config/people/social_login

My solution was to put t() functions around title variables in social_login_widget.module.
For example: $title = t($settings['side_panel_caption']);
After clear-cache all titles are translatable in /admin/config/regional/translate/translate

The same goes for every switch case.

Comments

TaaTe created an issue. See original summary.

ClaudeSchlesser’s picture

Status: Active » Fixed

Thank you for the hint. In the new version all configurable strings are now inside a t() ;)
https://www.drupal.org/project/social_login/releases/7.x-2.1

ClaudeSchlesser’s picture

Status: Fixed » Closed (fixed)