From: Siebrand Mazeland Date: Sun, 3 Jan 2010 14:14:46 +0000 (+0000) Subject: Updaet time formatting per http://translatewiki.net/wiki/Thread:Support/Technical_iss... X-Git-Tag: 1.31.0-rc.0~38431 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=0fb83aaabd50c7a030f1f13a4a2dc0481814460c;p=lhc%2Fweb%2Fwiklou.git Updaet time formatting per translatewiki.net/wiki/Thread:Support/Technical_issue#Technical_issue_1287 --- diff --git a/languages/messages/MessagesGl.php b/languages/messages/MessagesGl.php index b4faad9a7d..8b28079e60 100644 --- a/languages/messages/MessagesGl.php +++ b/languages/messages/MessagesGl.php @@ -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' ),