By Remo von Arx on Sunday, 24 April 2016
Posted in General Issues
Replies 3
Likes 0
Views 472
Votes 0
Hi there


I'm just wondering, is it possible to translate the Blog-Title and Blog-Description according to the Joomla Language? (Maybe with special translation keys or sth. like that?)

Thanks in advance!
Yep, just define a new language string for the title and description and add the key / value pair in the language file and you are good to go

For instance,

COM_EASYBLOG_SOME_TITLE="Some blog title"
COM_EASYBLOG_SOME_DESC="Some blog description"

Then, add it into /language/en-GB/en-GB.com_easyblog.ini
·
Sunday, 24 April 2016 22:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your fast reply! Worked right away Would it be possible to implement that as a feature in a next version?
·
Monday, 25 April 2016 01:25
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, currently we haven't found out a better way to implement this yet, but it would be best if you can put these following language string into your Joomla language override file for prevent next language update missing this custom language string.

COM_EASYBLOG_SOME_TITLE="Some blog title"
COM_EASYBLOG_SOME_DESC="Some blog description"


JoomlaFolder/language/overrides/en-GB.override.ini (If the folder/file is not exist, you have to manually create it)
·
Monday, 25 April 2016 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post