Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • gilbertoss Friend
    #932477

    how translate months on event list to pt-br?

    e.g (may = maio, apr = abril)

    gilbertoss Friend
    #932478

    image


    1. 2016-05-19
    Saguaros Moderator
    #933665

    Hi

    You can do it with my tweak below:

    • Go to file: ROOT/templates/ja_charity/acm/events/tmpl/list.php

    • Replace this line of code:
      <li class="<?php if ($kdt<(int)date('m')) echo 'smdate' ?> event-month-<?php echo $kdt ?>"><a href="#" title="Month <?php echo $kdt ?>"><?php echo $dt ?></a></li>

      With:

      <li class="<?php if ($kdt<(int)date('m')) echo 'smdate' ?> event-month-<?php echo $kdt ?>"><a href="#" title="Month <?php echo $kdt ?>"><?php echo JTEXT::_($dt); ?></a></li>
    • Then open the language file of the language you want to translate, for example, with English, it’s file: ROOT/language/en-GB/en-GB.ini

    Look for the text for Months like APRIL, MAY, … and translate to your desired text.

    gilbertoss Friend
    #936561

    thanks for help, but dont works.

    Saguaros Moderator
    #936581

    You can update the Admin & FTP account of your site so I will have a look.

    gilbertoss Friend
    #939154

    how send to you login and pass?

    Saguaros Moderator
    #939298

    You can update in the first post: http://static.joomlart.com/images/blog/2015/nov/Add-new-post.gif

    Or you add into your reply and set it AS PRIVATE reply

    goldfinder Friend
    #1023305
    This reply has been marked as private.
    Saguaros Moderator
    #1023446

    Hi Luis,

    Could you provide the URL and admin account also?

    goldfinder Friend
    #1023579
    This reply has been marked as private.
    Saguaros Moderator
    #1023807

    I updated it, could you check it now?

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

This topic contains 10 replies, has 3 voices, and was last updated by  Saguaros 7 years, 7 months ago.

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