Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

[Solved] How do locales work? How do I clear cache? How do I delete files? Where is the any key?*

RRiosRRios New
edited January 2012 in Vanilla 2.0 - 2.8

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!

Best Answers

  • sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    Answer ✓

    you might sometimes have to clear your cache to make it work as well

    There was an error rendering this rich post.

  • 422422 Developer MVP
    Answer ✓

    Cache folder , delete all .ini files

    Clear local cache too

    There was an error rendering this rich post.

Answers

  • Wait, it actually did work! I only had to disable/enable the plugin for changes to be effective.

  • sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    Answer ✓

    you might sometimes have to clear your cache to make it work as well

    There was an error rendering this rich post.

  • Cool. How does one clear the cache?

  • 422422 Developer MVP
    Answer ✓

    Cache folder , delete all .ini files

    Clear local cache too

    There was an error rendering this rich post.

  • Thanks!

  • This is an older post but there are no .ini files in my cache folder?

  • R_JR_J Ex-Fanboy Munich Admin

    Nine and a half years and many versions old. You should start a new discussion and add some details to your question

Sign In or Register to comment.