test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • luisvillamarin Friend
    #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 DE

    Please see the attached picture:


    1. translate-to-Spanish
    khoand Friend
    #423695

    Hi,
    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.

    luisvillamarin Friend
    #423729

    Worked perfectly! Thanks

Viewing 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