By former on Saturday, 26 February 2011
Replies 3
Likes 0
Views 2.7K
Votes 0
This is the Serbian translation of JEvents 2.0 module. I manually installed, but here is a package containing the xml file which I hope the developers can help me set right.

All files are in UTF-8 format, however some strings are not translating as shown in the attached picture. I cannot find what the problem because everything seems fine with those strings inside the INI file. Does anyone have a clue?

[attachment=0:v4otc9qg]<!-- ia0 -->Untitled.png<!-- ia0 -->[/attachment:v4otc9qg]

[attachment=1:v4otc9qg]<!-- ia1 -->JEvents 2.0 Serbian.zip<!-- ia1 -->[/attachment:v4otc9qg]
This is a bug in JEV2.0 change line 98 of StartDate.php to
$options[] = JHTML::_('select.option', '1',JText::_('On_or_after') );


components/com_jevents/libraries/filters/StartDate.php
·
Sunday, 27 February 2011 13:10
·
0 Likes
·
0 Votes
·
0 Comments
·
I already have that as line 98. Also, what about the other strings on the picture (at the bottom left) that aren't showing as translated even though they are translated in the ini file?
·
Sunday, 27 February 2011 22:57
·
0 Likes
·
0 Votes
·
0 Comments
·
There were underscores (i.e. _ ) missing "On_or_after" cf "On or after"

There are also underscored missing in components/libraries/filters/Published.php, justminer.php and Category.php

I'll fix these in the next build.
·
Monday, 28 February 2011 08:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post