-
AuthorPosts
-
November 8, 2011 at 5:31 pm #170508
How and in what files would I make the necessary changes to translate the JA News Featured Module to spanish. The words I would like to translate are:
Read more to Seguir Leyendo
OF to DEPlease see the attached picture:
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 8, 2011 at 6:07 pm #423695Hi,
You add this code into languageen-GBen-GB.mod_janews_featured.ini
OF='DE'
– You replace this code from templatesja_teline_ivhtmlmod_janews_featureddefaultblog.php
<p class="readmore">
<a href="<?php echo $news->link?>" class="readon" title="<?php echo JText::_('READ MORE...');?>"><span><?php echo JText::_('READ MORE...');?></span></a>
</p>
with
<p class="readmore">
<a href="<?php echo $news->link?>" class="readon" title="<?php echo JText::_('READ MORE...');?>"><span><?php echo JText::_('Seguir Leyendo...');?></span></a>
</p>
– You delete all of files of /cache and /t3-assets directory.2 users say Thank You to khoand for this useful post
November 8, 2011 at 10:15 pm #423729Worked perfectly! Thanks
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by luisvillamarin 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Translate ‘Read More’ and ‘of’ JA News Featured Module
Viewing 3 posts - 1 through 3 (of 3 total)