-
AuthorPosts
-
August 8, 2011 at 5:45 pm #167186khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 8, 2011 at 6:14 pm #404980Hi,
– You change this code from modulesmod_janews_featuredtmpldefaultblog.php in the line #75
<?php echo JText::_('of')?>
– You change this code from languageen-GBen-GB.mod_janewspro.ini in the line #28, #148
SETTING="Setting"
MORE="More:"
– You change this code from templatesja_teline_ivhtmlmod_jabulletindefault.php in the line #55
<span class="createdate"><?php echo JText::_('Publish').': '; echo JHTML::_('date', $item->date, JText::_('DATE_FORMAT_LC4')); ?></span>
– Clean cache1 user says Thank You to khoand for this useful post
August 8, 2011 at 8:48 pm #404985Thank you very much for your answer.
It did work with “Of” and “Publish”, but not with the other two…
I’ve cleaned cache and used another browser but it didn’t work
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 9, 2011 at 8:20 am #405067You add this code from languageen-GBen-GB.mod_janewspro.ini
OF="of"
PUBLISH="Publish"
– Clean cacheAugust 9, 2011 at 8:31 am #405070Hi Khoand
Thank you very much for your replyThe ones that I need to find now are MORE and SETTING. These two I have found them on the code but still shows in english at the frontend (I have cleaned cache and everything but still…)
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 9, 2011 at 8:41 am #405075You add and change this code languageen-GBen-GB.mod_janewspro.ini
OF="of"
PUBLISH="Publish"
– Clean cachehoudini Friendhoudini
- Join date:
- August 2011
- Posts:
- 13
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 2 times in 3 posts
August 9, 2011 at 5:36 pm #405193<em>@houdini 258338 wrote:</em><blockquote>s_migui, did you follow khoand’s second post?
He asks you to edit this file: languageen-GBen-GB.mod_janewspro.ini and change code on lines #28, #148
SETTING="Setting"
MORE="More:"
</blockquote>Yes I have… with no luck at all
I have installed a spanish package, do you think that might be affecting part of the translations?
houdini Friendhoudini
- Join date:
- August 2011
- Posts:
- 13
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 2 times in 3 posts
August 9, 2011 at 6:08 pm #405201Yes… en-GB means English-Great Britain. Please make the change also in the language file you have currently set to default. Let me know if that solves it for you.
August 9, 2011 at 7:44 pm #405222<em>@houdini 258454 wrote:</em><blockquote>Yes… en-GB means English-Great Britain. Please make the change also in the language file you have currently set to default. Let me know if that solves it for you.</blockquote>
Hi houdini, thank you very much for your reply.
I have modified these lines in en-GB and also created a translation as es-ES but still shows the text in english.
EDITED:
P.D.: I have realised that, even tho I have the file translated in both en-GB and es-ES, only when I put English by default it comes up with the right text… how come?!I will explain myself:
es-ES.mod_janewspro.ini is exactly the same as en-GB.mod_janewspro.ini, but it only works when I set English by default.houdini Friendhoudini
- Join date:
- August 2011
- Posts:
- 13
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 2 times in 3 posts
August 9, 2011 at 8:35 pm #405227s_migui,
What was your default language setting before you tried this?
Are you using language packs? Because you should have a spanish langauge pack installed for joomla to detect and use es-ES.mod_janewspro.ini.August 9, 2011 at 8:39 pm #405229My default language setting has been Spanish all along, I have a pack installed.
August 9, 2011 at 8:56 pm #405231I have two test sites with J1.6+Teline IV. One of them with Polish (PL) language, second only with English (United Kingdom). I heve to translate into Polish some messages like “Settings”, “More”, “Read more” and everything in Settings panel at the frontpage (“Check all”, “Intro Items”, “Link Items”, “Show Image” etc.).
On test site (with Polish language) I have made all changes to languageen-GBen-GB.mod_janewspro.ini
Now I have Ustawienia (Settings) but there are no “Więcej”. Still i have MORE. 🙁
I have made some translations in modulesmod_janews_featuredtmpldefaultblog.php and they are working fine.After last post from houdini I have made some translations in modulesmod_janews_featuredtmpldefaultblog.php and languageen-GBen-GB.mod_janewspro.ini on my only English test site. But there are no Polish messages in janewspro. Of course I have cleaned cache… Why there is no Polish translation here?
August 9, 2011 at 8:58 pm #405233<em>@piotras100 258491 wrote:</em><blockquote>I have two test sites with J1.6+Teline IV. One of them with Polish (PL) language, second only with English (United Kingdom). I heve to translate into Polish some messages like “Settings”, “More”, “Read more” and everything in Settings panel at the frontpage (“Check all”, “Intro Items”, “Link Items”, “Show Image” etc.).
On test site (with Polish language) I have made all changes to languageen-GBen-GB.mod_janewspro.ini
Now I have Ustawienia (Settings) but there are no “Więcej”. Still i have MORE. 🙁
I have made some translations in modulesmod_janews_featuredtmpldefaultblog.php and they are working fine.After last post from houdini I have made some translations in modulesmod_janews_featuredtmpldefaultblog.php and languageen-GBen-GB.mod_janewspro.ini on my only English test site. But there are no Polish messages in janewspro. Of course I have cleaned cache… Why there is no Polish translation here?</blockquote>
Thats exactly the same problem I have
August 9, 2011 at 9:18 pm #405236In thread: “How to translate “MORE” from JA newspro to spanish?” I have found the answer to Settings (Ustawienia) panel and More 🙂
Now I have to find how to change date on the left top of frontpage from MM DD YYYY to DD MM YYYY and translate: “Last update08:56:01 PM” into Ostatnia aktualizacja: 20:56 😉
AuthorPostsThis topic contains 33 replies, has 6 voices, and was last updated by khoand 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum