* Updated Tajik (tg) date formats from request
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 11 Nov 2007 17:04:09 +0000 (17:04 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 11 Nov 2007 17:04:09 +0000 (17:04 +0000)
languages/messages/MessagesTg.php

index 9998956..288faed 100644 (file)
@@ -32,6 +32,36 @@ $namespaceNames = array(
        NS_CATEGORY_TALK  => "Баҳси_гурӯҳ",
 );
 
+$datePreferences = array(
+       'default',
+       'dmy',
+       'persian',
+       'ISO 8601',
+);
+
+$defaultDateFormat = 'dmy';
+
+$datePreferenceMigrationMap = array(
+       'default',
+       'default',
+       'default',
+       'default'
+);
+
+$dateFormats = array(
+       'dmy time' => 'H:i',
+       'dmy date' => 'j xg Y',
+       'dmy both' => 'H:i، j xg Y',
+
+       'persian time' => 'H:i',
+       'persian date' => 'xij xiF xiY',
+       'persian both' => 'H:i، xij xiF xiY',
+
+       'ISO 8601 time' => 'xnH:xni:xns',
+       'ISO 8601 date' => 'xnY-xnm-xnd',
+       'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
+);
+
 $linkTrail = '/^([a-zабвгдеёжзийклмнопрстуфхчшъэюяғӣқўҳҷцщыь]+)(.*)$/sDu';
 
 $messages = array(