HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Please upgrade here. These earlier versions are no longer being updated and have security issues.
[Solved] How do locales work? How do I clear cache? How do I delete files? Where is the any key?*
This discussion is related to the Thankful People addon.

I went ahead and copied the locale/en-CA.php file, renamed it es-ES.php, and modified it as follows:
<?php
// Date: Sat, 29 Jan 2011 16:51:08 +0300
$Definition['UserInfoModule.Thanked'] = 'Agradeció a';
$Definition['Profile.Tab.Thanked'] = 'Agradeció a';
$Definition['Thanked by'] = 'Agradecimientos por';
$Definition['Thanked by %1$s'] = 'Agradecimientos por %1$s';
$Definition['ThankCommentOption'] = 'Agradecer';
$Definition['ExpandThankList'] = 'Expandir';
$Definition['CollapseThankList'] = 'Colapsar';
$Definition['UnThankCommentOption'] = 'Quitar agradecimiento';
What do I have to do in order for this to work? Thanks!
Tagged:
0
Best Answers
-
sahotataran Developer, Bay Area - CA ✭✭✭
you might sometimes have to clear your cache to make it work as well
4
Answers
Wait, it actually did work! I only had to disable/enable the plugin for changes to be effective.
you might sometimes have to clear your cache to make it work as well
Cool. How does one clear the cache?
Cache folder , delete all .ini files
Clear local cache too
Thanks!