Keyword

[RESOLVED] Translate Social button

  • STEPHAN HERBY
  • STEPHAN HERBY's Avatar Topic Author
  • Offline
  • Premium Member
More
12 years 8 months ago - 12 years 7 months ago #62244 by STEPHAN HERBY
[RESOLVED] Translate Social button was created by STEPHAN HERBY
Hi every body,
I would like to translate social button like FaceBook and popup of Google + in french. I just don't know how to proceed (have look for in all my repository, but have found no language file for this). Any Idea ?
To see what i'm talking about :

Image

Please Log in or Create an account to join the conversation.

  • STEPHAN HERBY
  • STEPHAN HERBY's Avatar Topic Author
  • Offline
  • Premium Member
More
12 years 7 months ago #62245 by STEPHAN HERBY
Replied by STEPHAN HERBY on topic Re: Translate Social button
HI,
I have found the solution in the french Forum. You have to edit the item.php from your K2 template.

For Facebook, find <!-- Facebook Button --> (around line 289) and change :
js.src = "//connect.facebook.net/en_US/all.js#appId=177111755694317&xfbml=1";
for (exemple for french)
js.src = "//connect.facebook.net/fr_FR/all.js#appId=177111755694317&xfbml=1";

For Google +, find <!-- Google +1 Button --> around line 306 and change :
window.___gcfg = {lang: 'en'};
for (exemple for french)
window.___gcfg = {lang: 'fr'};

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum