Topic-icon Dutch Translations for JFBConnect and SClogin, etc.

Active Subscriptions:

None
I am struggling with the JomSocial Custom Profile Fields in the JomSocial managed registration, of course using JFBConnect integration. All the fields are in untranslated view, e.g. COM_JFBCONNECT_THANKS_FOR_SIGNING_IN, COM_COMMUNITY_BIRTHDAY, COM_COMMUNITY_GENDER, etc...

Now I did notice that the current JFBCOnnect nl-NL.com.jfbconnect.ini files I have has many commented lines, not yet translated.

Appreciate your help.

Thanks,


Andrew
The topic has been locked.
Support Specialist
12 years 8 months ago #37536 by alzander
Andrew,
I apologize for this. We're working on implementing a better fallback that will use the English strings if the alternative language strings are commented out.

To fix, we'd recommend un-commenting out the lines (and removing any spaces at the beginning). That should use the English strings. Of course, you can update those strings to whatever you need for your locale.

If you do implement updates, please feel free to send them back to us. We use Transifex . You can also join our project there and update the strings as well, which we'll pull into the next release.

I hope that helps explain,
Alex
The topic has been locked.
Active Subscriptions:

None
Hi Alex,

Apologies, could you get me an answer urgently on this? Would really appreciate it, going live shortly...

I understand the issue with the JFBConnect translations, but why am I also having issues with the JomSocial Custom Profile Fields in the registration part when using JFBConnect?

e.g.: COM_COMMUNITY_BIRTHDAY, COM_COMMUNITY_GENDER, etc...

Cheers,


Andrew
The topic has been locked.
Support Specialist
12 years 8 months ago #37631 by alzander
Andrew,
Are you seeing those fields on the Registration page where those are the labels for fields that the user can fill out? Our plugin should be loading the language file for JomSocial in the current user's language. If there is no language file defined for the user's langauge, then the strings won't translate, which may be what you're seeing.

What you can try is to update that code in the /plugins/socialprofiles/jomsocial/jomsocial.php file. Around line 93, you'll see:
$language = JFactory::getLanguage();
        $language->load('com_community');
Replace both of those lines with:
SCStringUtilities::loadLanguage('com_community');
Try that and let me know how it goes. If you're seeing those untranslated strings somewhere else, let me know that too and we'll gladly investigate more.

Thanks,
Alex
The topic has been locked.