Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • MICHAEL Friend
    #162486

    Hi,

    I dont know it a bug from my website but the date in blog view display in english, i want it in french !!

    I install joomla and k2 french package !

    Everything seems to work fine…and in french except this.

    How can i get it in french ?

    See pics attached :

    Thank you


    1. DATEK2
    Ninja Lead Moderator
    #385757

    Hello, try open languagefr-FRfr-FR.ini, locate this snippet:
    JANUARY_SHORT=Jan
    JANUARY=January
    FEBRUARY_SHORT=Feb
    FEBRUARY=February
    MARCH_SHORT=Mar
    MARCH=March
    APRIL_SHORT=Apr
    APRIL=April
    MAY_SHORT=May
    MAY=May
    JUNE_SHORT=Jun
    JUNE=June
    JULY_SHORT=Jul
    JULY=July
    AUGUST_SHORT=Aug
    AUGUST=August
    SEPTEMBER_SHORT=Sep
    SEPTEMBER=September
    OCTOBER_SHORT=Oct
    OCTOBER=October
    NOVEMBER_SHORT=Nov
    NOVEMBER=November
    DECEMBER_SHORT=Dec
    DECEMBER=December

    If you do not find it, then just paste this into your fr-FR.ini.
    Now what you have to do is to translate the texts on right hand of “=” to French.
    Please try and let me know.

    teneraerbetta Friend
    #386628

    i ahve the same problem
    I install joomla and k2 italian package,
    the css date of ja_methys_blog is in englis format.
    I have this code in it-IT.ini

    JANUARY_SHORT=Gen
    JANUARY=Gennaio
    FEBRUARY_SHORT=Feb
    FEBRUARY=Febbraio
    MARCH_SHORT=Mar
    MARCH=Marzo
    APRIL_SHORT=Apr
    APRIL=Aprile
    MAY_SHORT=Mag
    MAY=Maggio
    JUNE_SHORT=Giu
    JUNE=Giugno
    JULY_SHORT=Lug
    JULY=Luglio
    AUGUST_SHORT=Ago
    AUGUST=Agosto
    SEPTEMBER_SHORT=Set
    SEPTEMBER=Settembre
    OCTOBER_SHORT=Ott
    OCTOBER=Ottobre
    NOVEMBER_SHORT=Nov
    NOVEMBER=Novembre
    DECEMBER_SHORT=Dic
    DECEMBER=Dicembre

    Any solution?

    Sherlock Friend
    #386771

    Dear teneraerbetta,

    You can try as below
    Open the file templatesja_methyshtmlcom_k2templatesja_methys_blogcategory_item.php ,look for this line of code
    [php] $createMonth = date(‘M’, strtotime( $this->item->created )); [/php]

    Change it to
    [php] $createMonth = JHTML::_(‘date’, $this->item->created , “%b”); [/php]

    Hope that would help !

    teneraerbetta Friend
    #387560

    Hi, i try and it’ s ok.
    I change the same line in item.php, and now it all ok.

    crew Friend
    #387810

    Please, help me in spanish….
    I changed the php code in templatesja_methyshtmlcom_k2templatesja_methy s_blogcategory_item.php but all the same, does not change.

    Also, I change the HOME menu item to a Section Blog Layout, and I think in this case, I’ll need to change it in a section html changes in a templates, ???, is it ok ???.

    Sorry my poor english

    Thanks for u’r help

    thangnn1510 Friend
    #387948

    <em>@crew 236058 wrote:</em><blockquote>Please, help me in spanish….
    I changed the php code in templatesja_methyshtmlcom_k2templatesja_methy s_blogcategory_item.php but all the same, does not change.

    Also, I change the HOME menu item to a Section Blog Layout, and I think in this case, I’ll need to change it in a section html changes in a templates, ???, is it ok ???.

    Sorry my poor english

    Thanks for u’r help</blockquote>

    You should change in templatesja_methyshtmlcom_contentfrontpagedefault_item.php. That will help.

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 6 voices, and was last updated by  thangnn1510 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum