From 0fb83aaabd50c7a030f1f13a4a2dc0481814460c Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 3 Jan 2010 14:14:46 +0000 Subject: [PATCH] Updaet time formatting per http://translatewiki.net/wiki/Thread:Support/Technical_issue#Technical_issue_1287 --- languages/messages/MessagesGl.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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' ), -- 2.20.1