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.
How do I change the language?
I very much like Vanilla
I tried many ways to change the language has no effect
I'm desperate
Can anyone help me?
0
Best Answer
-
x00 MVP
The best way is to copy,
/dashboard/locale/en-CA/definitions.php
to/locales/yourlocale/
make sure you give is different name, for the folder:
put this at he top:
$LocaleInfo['yourlocale'] = array( // make sure the key of this array is the same as its folder name. 'Locale' => 'yourlocale', 'Name' => 'Your Locale', 'Description' => 'Your Locale', 'Version' => '0.1', 'Author' => "bbjx910", 'AuthorEmail' => 'bbjx910@bbjx910.com', 'AuthorUrl' => 'http://bbjx910.com', 'License' => 'bbjx910' );
change appropriately.
Then you enable in settings/locales, then set it as default locale.
grep is your friend.
0
Answers
如果你是中国人,你加我QQ好吗?
1141523983
非常感谢
The best way is to copy,
/dashboard/locale/en-CA/definitions.php
to/locales/yourlocale/
make sure you give is different name, for the folder:
put this at he top:
change appropriately.
Then you enable in settings/locales, then set it as default locale.
grep is your friend.