-
AuthorPosts
-
May 20, 2016 at 12:51 am #932477
how translate months on event list to pt-br?
e.g (may = maio, apr = abril)
May 20, 2016 at 12:52 am #932478Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 23, 2016 at 10:01 am #933665Hi
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.
June 1, 2016 at 12:15 am #936561thanks for help, but dont works.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 1, 2016 at 1:43 am #936581You can update the Admin & FTP account of your site so I will have a look.
1 user says Thank You to Saguaros for this useful post
June 9, 2016 at 12:45 pm #939154how send to you login and pass?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 10, 2016 at 7:01 am #939298You 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
March 30, 2017 at 3:59 pm #1023305This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 31, 2017 at 2:51 am #1023446Hi Luis,
Could you provide the URL and admin account also?
March 31, 2017 at 8:59 am #1023579This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 1, 2017 at 6:48 am #1023807I updated it, could you check it now?
AuthorPostsViewing 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
how translate months on event list
Viewing 11 posts - 1 through 11 (of 11 total)