diff --git a/schedule/parse.php b/schedule/parse.php index 3282cc6..894bc85 100644 --- a/schedule/parse.php +++ b/schedule/parse.php @@ -12,6 +12,10 @@ $data = require __DIR__ . DIRECTORY_SEPARATOR . 'load.php'; /* sensible default */ if (empty($lang)) $lang = 'bg'; +/* no idea why do I have to write this, doesn't seem to exist in the system */ + +$languages = array('en' => array('name' => 'English', 'locale' => 'en_US.UTF8'), 'bg' => array ('name' => 'Български', 'locale' => 'bg_BG.UTF8')); + $cut_len = 70; $cfp_url = 'http://cfp.openfest.org'; $time = 0; @@ -31,8 +35,11 @@ foreach ($data['slots'] as $slot_id => $slot) { $slotDate = date('d', $slotTime); if ($slotDate !== $date) { + /* this seems to be the easiest way to localize the date */ + setlocale(LC_TIME, $languages[$lang]['locale']); + $localdate = strftime('%d %B - %A' ,$slotTime); $lines[] = '