3
One question.
I don't understand what is use of locale.php in language/ directory.
setlocale(LC_ALL, 'en_US');
this is set for english. What I must set for croatian (hrvatski)
also, I don't understand this:
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