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.

Creating a locale - not showing up

LincLinc Admin
edited December 2010 in Vanilla 2.0 - 2.8
I wanted to shorten the tab created by the Participated Discussions plugin without hacking the plugin, so I figured I'd make a locale. I created a folder /locale/newbuddhist and dropped a definitions.php into it:

$LocaleInfo['newbuddhist'] = array( // The locale key must match the folder the locale is in. 'Locale' => 'NewBuddhist' // The code of the locale 'Name' => 'NewBuddhist' 'Description' => 'Phrase overrides.', // Be as descriptive as possible. 'Version' => '1.0', // A version number compatible with php's version_compare(). 'Author' => 'Matt Lincoln Russell', 'AuthorEmail' => 'lincolnwebs@gmail.com', 'AuthorUrl' => '' ); $Definition['Participated Discussions'] = 'Participated';

But it won't show up in my dashboard. I deleted by ini files to make sure my renaming and experimenting didn't mess it up. Any ideas?
Tagged:

Comments

Sign In or Register to comment.