Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 14

CurtisOdenPewPewKmcdjmcdjperegrinesarowlwp422 +8 guests

Creating a locale - not showing up

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?

Vanilla developer [GitHub, Twitter]

Tagged:

Comments

Sign In or Register to comment.