From: Evan Prodromou Date: Thu, 25 Dec 2003 22:51:04 +0000 (+0000) Subject: Install LanguageUtf8.php by default X-Git-Tag: 1.3.0beta1~1209 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=92dcb661b553677bc4f3671a64c6af9be893e7ec;p=lhc%2Fweb%2Fwiklou.git Install LanguageUtf8.php by default --- diff --git a/install.php b/install.php index 6355cd67ad..552c6036f8 100644 --- a/install.php +++ b/install.php @@ -57,6 +57,7 @@ copydirectory( "./stylesheets", $wgStyleSheetDirectory ); copyfile( "./images", "wiki.png", $wgUploadDirectory ); copyfile( "./languages", "Language.php", $IP ); +copyfile( "./languages", "LanguageUtf8.php", $IP ); copyfile( "./languages", "Language" . ucfirst( $wgLanguageCode ) . ".php", $IP ); if ( $wgDebugLogFile ) {