From 3cc8779cf431e7687458e03ee640f0cb16d6c790 Mon Sep 17 00:00:00 2001 From: Shinjiman Date: Thu, 13 Dec 2007 04:43:59 +0000 Subject: [PATCH] cleanup: removing comments that are repeated from the MessagesEn.php --- languages/messages/MessagesTh.php | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/languages/messages/MessagesTh.php b/languages/messages/MessagesTh.php index 0bad90e9ae..1a87dc7cfc 100644 --- a/languages/messages/MessagesTh.php +++ b/languages/messages/MessagesTh.php @@ -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( -- 2.20.1