By Gerardo on Friday, 31 May 2019
Posted in General Issues
Likes 0
Views 527
Votes 0
I need to make the total translation to Spanish
This is the language constant use to translate this.

[gist type="php"]
COM_EASYDISCUSS_BADGES_HISTORY_NEW_POST="Created a new discussion %1s"
COM_EASYDISCUSS_BADGES_HISTORY_NEW_DISCUSSION="Created a new discussion %1s"
[/gist]

You can override these language constants translation from your site backend > extension > language > override .

But once you translated this, it will only affect the new point history, the existing one already stored in database.

If you would like to modify the existing data, you have to manually update this from your database under this table #__discuss_users_history .

Documentation : https://stackideas.com/docs/easydiscuss/administrators/configuration/creating-language-string-override
·
Friday, 31 May 2019 23:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Tks for you help
·
Sunday, 23 June 2019 05:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Sunday, 23 June 2019 09:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post