Updaet time formatting per http://translatewiki.net/wiki/Thread:Support/Technical_iss...
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 3 Jan 2010 14:14:46 +0000 (14:14 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 3 Jan 2010 14:14:46 +0000 (14:14 +0000)
languages/messages/MessagesGl.php

index b4faad9..8b28079 100644 (file)
@@ -45,6 +45,14 @@ $namespaceAliases = array(
        'Conversa_Categoría' => NS_CATEGORY_TALK,
 );
 
+$defaultDateFormat = 'dmy';
+
+$dateFormats = array(
+       'dmy time' => 'H:i',
+       'dmy date' => 'j \d\e F \d\e Y',
+       'dmy both' => 'H:i \d\e j \d\e F \d\e Y',
+);
+
 $specialPageAliases = array(
        'DoubleRedirects'           => array( 'Redireccións dobres' ),
        'BrokenRedirects'           => array( 'Redireccións rotas' ),