By Darko on Saturday, 13 September 2014
Posted in General Issues
Replies 5
Likes 0
Views 895
Votes 0
I need a way to translate the areas outlined on the attachments bellow.
its really funny

I look at the strings in the language file, and they are not working, but when i make overrides in Joomla backend, override actually work.
While im officially confused now, it can be treated as solved
·
Sunday, 14 September 2014 22:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Darko,

The "Yes", "No" boolean values can be translated at the back end in /administrator/language/en-GB/en-GB.com_easysocial.ini

COM_EASYSOCIAL_GRID_YES="Yes"
COM_EASYSOCIAL_GRID_NO="No"

As for the "Male" text, it can be translated at the front end language file /language/en-GB/en-GB.com_easysocial.ini

PLG_FIELDS_USER_MALE="Male"

The cancel button is actually not hardcoded, it's translated with the following:

COM_EASYSOCIAL_CANCEL_BUTTON="Cancel"

I believe if you set the TNC text in the settings as your language constant, it will be translated accordingly because the value is wrapped around JText
·
Sunday, 14 September 2014 00:00
·
0 Likes
·
0 Votes
·
0 Comments
·
I made override in the backend for im not translating backend files

I added these two as an override for backend language file
COM_EASYSOCIAL_GRID_YES="Da"
COM_EASYSOCIAL_GRID_NO="Ne"

Its still not working


I have both, COM_EASYSOCIAL_CANCEL_BUTTON="Cancel" and PLG_FIELDS_USER_MALE="Male" translated properly in frontend language file

Not working. Any other suggestions?
·
Sunday, 14 September 2014 20:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, these language strings are actually available in the English language file. What if you try modding the language file itself, does that work?
·
Sunday, 14 September 2014 22:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Glad that your issues are resolved now.
·
Sunday, 14 September 2014 23:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post