By ho on Friday, 12 September 2014
Posted in General Issues
Replies 12
Likes 0
Views 513
Votes 0
I find those language strings in /language/en-GB/en-GB.com_easysocial.ini

But the translation is not work
Hello ho,

Can you try editing the file /language/en-GB/en-GB.com_easysocial.ini and look for the string below,


APP_EVENT_FILES_USER_LIKES_YOUR_FILE_SINGULAR="%1$s likes your file".


Replace it with,


APP_EVENT_FILES_USER_LIKES_YOUR_FILE_SINGULAR="%1$s likes your file"


If you are using the Chinese language file, the file should be at /language/cn-CN/cn-CN.com_easysocial.ini
·
Friday, 12 September 2014 14:53
·
0 Likes
·
0 Votes
·
0 Comments
·
I have tried, not work.
ho
·
Friday, 12 September 2014 17:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Can you download the translations again, there was some issues with the server earlier. If it's still problematic, please provide us with the back end and FTP access to the site and I will take a look at it.
·
Friday, 12 September 2014 17:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Where can i download it?
ho
·
Friday, 12 September 2014 17:32
·
0 Likes
·
0 Votes
·
0 Comments
·
You can download the languages in the Languages area at the back end of EasySocial
·
Friday, 12 September 2014 17:49
·
0 Likes
·
0 Votes
·
0 Comments
·
well, basically what mark trying to show you there is that language file is corrupted.

All strings need to be in this format

LANGUAGE_KEY="translation"

If its any different like LANGUAGE_KEY="translation". with trailing dot after quote, your entire language file will fail.

You need to update your language file, or tell the guys who maintain it to update it for you. Translations are working just fine.
·
Friday, 12 September 2014 17:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Still not work...

Help me to check the background
ho
·
Friday, 12 September 2014 19:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Helllo Ho,

Sorry for late reply to this,
It seems like you provided that login credential is not working.
Warning
帳號與密碼不正確,或是您沒有帳號

Please advise.
Also please provide us with your FTP access as well.
·
Saturday, 13 September 2014 01:56
·
0 Likes
·
0 Votes
·
0 Comments
·
I fix the password
Try again
ho
·
Saturday, 13 September 2014 11:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello ho,

I am really sorry for the delay of this reply as it is a weekend for us here.
I have noticed your this file zh-TW.com_easysocial.ini is not writable, check my screenshot below. (Can you change the file permission to writable and see how it goes?)
May i know which file translation are you modify this Chinese language ? http://screencast.com/t/x4ICs9V8el2
·
Saturday, 13 September 2014 12:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Now the file permission is writable

http://screencast.com/t/x4ICs9V8el2 is edit in backend>easysocial>profile types
ho
·
Saturday, 13 September 2014 13:01
·
0 Likes
·
0 Votes
·
0 Comments
·
hello ho,

Sorry for late reply to this,
I have checked the code, it seems like those language string you need to compile it after you modify the language. Check my screenshot below.
STEP 1 : Find the language string e.g

PLG_FIELDS_JOOMLA_PASSWORD_EMPTY_RECONFIRM_PASSWORD="Please confirm your password."

//modified to

PLG_FIELDS_JOOMLA_PASSWORD_EMPTY_RECONFIRM_PASSWORD="請確認您的密碼。"


STEP 2 : Save it then run this compile url -> http://yourdomainname.com/index.php?option=com_easysocial&compile=1&minify=1
Hope this help.
·
Monday, 15 September 2014 13:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post