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.

month name translate

how to month name translate Turkish ?

Tagged:

Comments

  • help me

  • R_JR_J Ex-Fanboy Munich Admin

    You should have a language file in /locales/vf_tr_TR/definitions.php which begins like that:

    <?php
    $LocaleInfo['vf_tr_TR'] = array (
        'Locale' => 'tr_TR',
    

    Where is your language file and what does it look like?

  • R_JR_J Ex-Fanboy Munich Admin

    Explanation: Vanilla uses the function strftime: http://php.net/manual/tr/function.strftime.php
    This function shows dates based on the "locale" which is set based on the "Locale" that you find in the language file.

Sign In or Register to comment.