From: Jens Frank Date: Fri, 31 Dec 2004 15:40:17 +0000 (+0000) Subject: BUG#1240 Locale used wgDateFormatsSl, but this was not defined X-Git-Tag: 1.5.0alpha1~1004 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=26a344a84588320617fab7ab34e34bcabc5ea818;p=lhc%2Fweb%2Fwiklou.git BUG#1240 Locale used wgDateFormatsSl, but this was not defined --- diff --git a/languages/LanguageSl.php b/languages/LanguageSl.php index e208cd380f..a5850b9aa4 100644 --- a/languages/LanguageSl.php +++ b/languages/LanguageSl.php @@ -115,6 +115,15 @@ require_once( "LanguageUtf8.php" ); "Unlockdb" => "Obnovi zapisovalni dostop podatkovne baze", ); +/* private */ $wgDateFormatsSl = array( + 'No preference', + 'januar 15, 2001', + '15 januar 2001', + '2001 januar 15', + '2001-01-15' +); + + /* private */ $wgAllMessagesSl = array( 'special_version_prefix' => '', 'special_version_postfix' => '',