3
One question.
I don't understand what is use of locale.php in language/ directory.
le="color: #000000"><?php setlocale(LC_ALL, 'en_US');
this is set for english. What I must set for croatian (hrvatski)
also, I don't understand this:
le="color: #000000"><?php define("_TODAY", "Today G:i"); define("_YESTERDAY", "Yes\te\rday G:i"); define("_MONTHDAY", "n/j G:i"); define("_YEARMONTHDAY", "Y/n/j G:i");
I'm not shure if I must or must not change those settings.
"Today" would be "Danas" in croatian. Give me a tip, please