yes thats basically how it works.. http://docs.joomla.org/Making_a_Language_Pack_for_Joomla_1.6 and http://extensions.joomla.org/extensions/languages/language-edition/17755 and lastly http://extensions.joomla.org/extensions/languages/language-edition might be of great help to you.
Lastly your date styling must match http://docs.joomla.org/How_do_you_change_the_date_format%3F
I hope this gives you all the answers you need.
<em>@emperor37 263452 wrote:</em><blockquote>Hi,
I already installed tr language pack for Joomla but some parts translated and some not. For example, date part not translated.
I did changes for date but result is “%pm, %b 28th Last update03:56:34 AM” on page.
</blockquote>
What version of joomla do you use? If you use joomla 1.6, you change
<?php
echo "<span class="day">".date ('l')."</span>";
echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
?>
to
<?php
echo "<span class="day">".JHTML::date(date (''), 'd')."</span>";
echo "<span class="date">, ".JHTML::date(date (''), 'M')." ".date ('d').date ('S')."</span>";
?>
You remember delete all of files of /cache and /t3-assets folder
1 user says Thank You to khoand for this useful post
It’s 1.6, date is also ok, thanks for your help.
You’re welcome. Whenever you have problems, you inform us. We will help you solve them.
When you change anything of joomla, if it isn’t affect, you clear cache of server by delete all of files of /cache (cache by joomla) and /t3-assets (cache by joomlart) folder.
This topic contains 19 replies, has 4 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