cleanup: removing comments that are repeated from the MessagesEn.php
authorShinjiman <shinjiman@users.mediawiki.org>
Thu, 13 Dec 2007 04:43:59 +0000 (04:43 +0000)
committerShinjiman <shinjiman@users.mediawiki.org>
Thu, 13 Dec 2007 04:43:59 +0000 (04:43 +0000)
languages/messages/MessagesTh.php

index 0bad90e..1a87dc7 100644 (file)
@@ -29,15 +29,6 @@ $namespaceNames = array(
        NS_CATEGORY_TALK    => 'คุยเรื่องหมวดหมู่',
 );
 
-/**
- * A list of date format preference keys which can be selected in user
- * preferences. New preference keys can be added, provided they are supported
- * by the language class's timeanddate(). Only the 5 keys listed below are
- * supported by the wikitext converter (DateFormatter.php).
- *
- * The special key "default" is an alias for either dmy or mdy depending on
- * $wgAmericanDates
- */
 $datePreferences = array(
        'default',
        'thai',
@@ -47,14 +38,8 @@ $datePreferences = array(
        'ISO 8601',
 );
 
-/**
- * These are formats for dates generated by MediaWiki (as opposed to the wikitext
- * DateFormatter). Documentation for the format string can be found in
- * Language.php, search for sprintfDate.
- *
- * This array is automatically inherited by all subclasses. Individual keys can be
- * overridden.
- */
+$defaultDateFormat = 'thai';
+
 $dateFormats = array(
        'thai time' => 'H:i',
        'thai date' => 'j F xkY',
@@ -77,14 +62,6 @@ $dateFormats = array(
        'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
 );
 
-/**
- * The date format to use for generated dates in the user interface.
- * This may be one of the above date preferences, or the special value
- * "dmy or mdy", which uses mdy if $wgAmericanDates is true, and dmy
- * if $wgAmericanDates is false.
- */
-$defaultDateFormat = 'thai';
-
 $linkTrail = '/^([a-z]+)(.*)\$/sD';
 
 $messages = array(