Quote:
Originally Posted by Saint_ago
Where the mod gets the phrases for month names? Because i've translated all vb phrases for months and it still using ones in english!
|
Those parts are likely system related (i.e depend on how your server is configured). You can open the following files:
"upload/nominate_topic.php"
"upload/includes/functions_nominate_topic.php"
"upload/includes/cron/nominate_topic_cron.php"
and search for:
Code:
$month_name = strftime("%B", ...)