Hey George,

I just noticed in my testing that the 'share' button/link (used to launch the social sharing widget) is not currently translatable to other languages. To fix, it looks like all we need to do is go to the line of code in rpx_widgets.module and wrap the word 'share' in a t().

Not only will doing this make the share button/link translatable to other languages, but site builders will also be able to modify the text itself using a module like String Overrides.

So it would be best to add this little fix sooner rather than later.

--Ben

Comments

johnnydarkko’s picture

StatusFileSize
new991 bytes

Here's a patch. Hope this helps!

rafamd’s picture

Status: Active » Needs review
infojunkie’s picture

Status: Needs review » Active
StatusFileSize
new784 bytes

Works for me on D6. Just had to remove the second hunk which does nothing.

infojunkie’s picture

Status: Active » Needs review
funana’s picture

Works for me on D7. Thank you!

infojunkie’s picture

Status: Needs review » Reviewed & tested by the community
jim005’s picture

Version: 7.x-2.x-dev » 7.x-2.1
Status: Reviewed & tested by the community » Patch (to be ported)

same for me. Working fine D7. thanks