* Alternative time format for vo
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 11 Apr 2008 20:05:28 +0000 (20:05 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 11 Apr 2008 20:05:28 +0000 (20:05 +0000)
languages/messages/MessagesVo.php

index f0b5e8e..d98fcf4 100644 (file)
@@ -35,6 +35,7 @@ $namespaceNames = array(
 $datePreferences = array(
        'default',
        'vo',
+       'vo plain',
        'ISO 8601',
 );
 
@@ -44,6 +45,10 @@ $dateFormats = array(
        'vo time' => 'H:i',
        'vo date' => 'Y F j"id"',
        'vo both' => 'H:i, Y F j"id"',
+
+       'vo plain time' => 'H:i',
+       'vo plain date' => 'Y F j',
+       'vo plain both' => 'H:i, Y F j',
 );
 
 $specialPageAliases = array(