From cdb4320fde2eb72b34783576fbefb92f5573d040 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Fri, 12 Oct 2007 10:08:48 +0000 Subject: [PATCH] Removing comments that are not up to date. --- languages/Language.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index dbf674ede4..7c23641669 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -8,18 +8,6 @@ if( !defined( 'MEDIAWIKI' ) ) { exit( 1 ); } -# -# In general you should not make customizations in these language files -# directly, but should use the MediaWiki: special namespace to customize -# user interface messages through the wiki. -# See http://meta.wikipedia.org/wiki/MediaWiki_namespace -# -# NOTE TO TRANSLATORS: Do not copy this whole file when making translations! -# A lot of common constants and a base class with inheritable methods are -# defined here, which should not be redefined. See the other LanguageXx.php -# files for examples. -# - # Read language names global $wgLanguageNames; require_once( dirname(__FILE__) . '/Names.php' ) ; -- 2.20.1