-
AuthorPosts
-
July 11, 2011 at 10:36 pm #166181
Hi, could you please help me how can I localize a few things for Czech language (please see attached file)… I am using Joomla 1.5 version and I already instaled Czech language files… all other things was changed but these things not…
Thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 12, 2011 at 12:07 pm #400742To change date format,
You replace this code from /templates/ja_minisite/blocks/breadcrums.php
echo "<span class="day">".date ('D')."</span>";
echo "<span class="month">".date ('m')."</span>";
echo "<span class="date">".date ('d')."</span>";
with
echo "<span class="day">".JText::_(date ('D'))."</span>";
echo "<span class="date">".date ('d')."</span>";
echo "<span class="month">".date ('m')."</span>";
Find this code from languageyour-languageyour-language.ini
SAT=Sat
SUN=Sun
MON=Mon
TUE=Tue
WED=Wed
THU=Thu
FRI=Fri
Change bold texts as you want to.1 user says Thank You to khoand for this useful post
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by khoand 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
localization
Viewing 3 posts - 1 through 3 (of 3 total)