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.

Language pack problem

edited December 2010 in Vanilla 2.0 - 2.8
I make definitions.php file inside fran folder.
Added lines below inside it :

$LocaleInfo['fran'] = array(
'Locale' => 'fr_FR',
'Name' => 'Francais.....',
'Description' => 'Description....',
'Version' => '2.0.16',
'Author' => "Author.....",
'AuthorEmail' => 'AuthorEmail....',
'AuthorUrl' => 'AuthorUrl....',
'License' => 'License......'
);

Then enable on admin dashboard but nothing changes.
Definitions are correct. I'm sure about that. Because if I use definitions.php as locale.php, inside conf folder, it's working.

Anybody got working translate pack, please upload somewhere and instruct me :(
Tagged:
Sign In or Register to comment.