Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • rsystems Friend
    #183956

    Site: http://rebo.nl/joomla/index.php/nl/producten/sign-label-systemen-5/pikt-o-norm-veiligheidsgids

    Problem is: it shows “Read more” in the button, it does not get translated to Dutch. It looks to me this is another Read More field, because the normal Read more field shows Read more… with dots behind it.

    The category, the menu item, the k2 item are all set to Dutch.

    Which file should I translate..??

    pavit Moderator
    #479610

    Hi

    You need to have in your languages folder the file xx-XX.tpl_ja_tiris.ini where xx-XX is your language extension

    JACOM_CONTENT_READ_MORE_TITLE=”Read more”

    rsystems Friend
    #479611

    Hi Pavit,

    I have found that one and it looked the correct one indeed. But when I change it, nothing happens?

    rsystems Friend
    #479616

    I changed both now, but I don’t see Lees meer yet.

    I copied /joomla/language/en-GB/en-GB.tpl_ja_tiris.ini to /joomla/language/nl-NL and named it nl-NL.tpl_ja_tiris.ini. I changed the Read more to Lees meer.

    I also copied /joomla/templates/ja_tiris/language/en-GB/en-GB.tpl_ja_tiris.ini, and created parrallel folder nl-NL, put file in there and named it nl-NL.tpl_ja_tiris.ini, changed Read more to Lees meer.

    Any other idea’s? I refreshed T3 cache.

    Stork11 Friend
    #479765

    <em>@rsystems 355023 wrote:</em><blockquote>I changed both now, but I don’t see Lees meer yet.

    I copied /joomla/language/en-GB/en-GB.tpl_ja_tiris.ini to /joomla/language/nl-NL and named it nl-NL.tpl_ja_tiris.ini. I changed the Read more to Lees meer.

    I also copied /joomla/templates/ja_tiris/language/en-GB/en-GB.tpl_ja_tiris.ini, and created parrallel folder nl-NL, put file in there and named it nl-NL.tpl_ja_tiris.ini, changed Read more to Lees meer.

    Any other idea’s? I refreshed T3 cache.</blockquote>
    Hello rsystems,

    There is a problem with Tiris template file. Please open “/templates/ja_tiris/html/com_k2/templates/ja_tiris/category_item.php” file, then edit line 249
    [PHP]
    <a class=”k2ReadMore” href=”<?php echo $this->item->link; ?>”>
    <span><?php echo JText::_(‘Read more’); ?></span>
    </a>
    [/PHP]
    to
    [PHP]
    <a class=”k2ReadMore” href=”<?php echo $this->item->link; ?>”>
    <span><?php echo JText::_(‘JACOM_CONTENT_READ_MORE_TITLE’); ?></span>
    </a>
    [/PHP]

    Regards.

    rsystems Friend
    #479790

    Hi guys, anyone have an idea?

    pavit Moderator
    #479812

    Hi

    Did you tried the solution posted by Stork11 ?

    rsystems Friend
    #479820

    Which one? I can’t find it (it’s not in this thread and I can’t find it in his posts)..

    pavit Moderator
    #479822

    <em>@rsystems 355023 wrote:</em><blockquote>I changed both now, but I don’t see Lees meer yet.

    I copied /joomla/language/en-GB/en-GB.tpl_ja_tiris.ini to /joomla/language/nl-NL and named it nl-NL.tpl_ja_tiris.ini. I changed the Read more to Lees meer.

    I also copied /joomla/templates/ja_tiris/language/en-GB/en-GB.tpl_ja_tiris.ini, and created parrallel folder nl-NL, put file in there and named it nl-NL.tpl_ja_tiris.ini, changed Read more to Lees meer.

    Any other idea’s? I refreshed T3 cache.</blockquote>
    Hello rsystems,

    There is a problem with Tiris template file. Please open “/templates/ja_tiris/html/com_k2/templates/ja_tiris/category_item.php” file, then edit line 249
    [PHP]
    <a class=”k2ReadMore” href=”<?php echo $this->item->link; ?>”>
    <span><?php echo JText::_(‘Read more’); ?></span>
    </a>
    [/PHP]
    to
    [PHP]
    <a class=”k2ReadMore” href=”<?php echo $this->item->link; ?>”>
    <span><?php echo JText::_(‘JACOM_CONTENT_READ_MORE_TITLE’); ?></span>
    </a>
    [/PHP]

    Regards.

    rsystems Friend
    #479844

    Hi pavit,

    Works great, thanks!

    Weird, now I do see Stork11’s post.. I swear it was not visible earlier this morning.

    Regards, Maarten

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

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

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