-
AuthorPosts
-
rsystems Friend
rsystems
- Join date:
- July 2012
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 41
- Thanked:
- 7 times in 1 posts
January 14, 2013 at 9:15 am #183956Site: 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 14, 2013 at 9:42 am #479610Hi
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 Friendrsystems
- Join date:
- July 2012
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 41
- Thanked:
- 7 times in 1 posts
January 14, 2013 at 9:44 am #479611Hi Pavit,
I have found that one and it looked the correct one indeed. But when I change it, nothing happens?
rsystems Friendrsystems
- Join date:
- July 2012
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 41
- Thanked:
- 7 times in 1 posts
January 14, 2013 at 9:52 am #479616I 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 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
January 15, 2013 at 5:02 am #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.
1 user says Thank You to Stork11 for this useful post
rsystems Friendrsystems
- Join date:
- July 2012
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 41
- Thanked:
- 7 times in 1 posts
January 15, 2013 at 7:50 am #479790Hi guys, anyone have an idea?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 15, 2013 at 9:36 am #479812Hi
Did you tried the solution posted by Stork11 ?
rsystems Friendrsystems
- Join date:
- July 2012
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 41
- Thanked:
- 7 times in 1 posts
January 15, 2013 at 9:56 am #479820Which one? I can’t find it (it’s not in this thread and I can’t find it in his posts)..
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 15, 2013 at 10:06 am #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.
1 user says Thank You to pavit for this useful post
-
AuthorPosts
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