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.
Options

How do I change the language?

edited February 2012 in Vanilla 2.0 - 2.8

I very much like Vanilla
I tried many ways to change the language has no effect
I'm desperate
Can anyone help me?

Best Answer

  • Options
    x00x00 MVP
    Answer ✓

    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.

Answers

  • Options

    如果你是中国人,你加我QQ好吗?
    1141523983
    非常感谢

  • Options
    x00x00 MVP
    Answer ✓

    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.

Sign In or Register to comment.